@charset "UTF-8";
body {
  font-family: Arial, sans-serif !important; }

/*props flex*/
@media (min-width: 768px) {
  .flex, .flex--wrap, .flex--between, .flex--center {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */ }

  .flex--wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

  .flex--between {
    justify-content: space-between;
    -webkit-justify-content: space-between; }

  .flex--center {
    -webkit-align-items: center;
    align-items: center; } }
@media (max-width: 767px) {
  .flex-mobile {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */ } }
a {
  text-decoration: none !important; }

/*ul reset*/
.social .wrap-social, .cate-menu,
.sub-cate-menu1,
.sub-cate-menu2, .content-bar .wrapper-search .search-advan ul, .content-bar .menu-short > ul, .wrap-menu-pro-mobile, .pro-detail__thumb .thumbnails, .pro-detail__content .pro-props__attr, .wrap-cate-pro .list-cate-pro {
  padding: 0px;
  margin: 0px;
  list-style: none; }

/*img style default*/
/*--------header--------*/
/*--top-header--*/
.social .wrap-social {
  padding-left: 25px; }
  .social .wrap-social li {
    width: 25%; }
    .social .wrap-social li a {
      line-height: 32px;
      color: #000;
      font-size: 18px; }

.list-menu-top {
  padding: 0px;
  margin: 0px;
  list-style: none; }
  .list-menu-top > li > a {
    display: inline-block;
    padding: 6px 12px;
    color: #1d1d1c;
    border-right: 1px solid #c2c2c2;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear; }
    .list-menu-top > li > a i {
      margin-right: 3px; }
  .list-menu-top > li > a:hover {
    color: #3f3e44; }

/*--medium header --*/
.logo img {
  display: block;
  width: 40%; }

.hotline-payment .hotline p {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold; }
  .hotline-payment .hotline p span {
    margin-left: 5px;
    font-weight: bold;
    font-size: 15px;
    color: red; }
.hotline-payment .payment p {
  margin-bottom: 0px; }
  .hotline-payment .payment p span {
    font-size: 12px;
    color: #1d1d1c; }
  .hotline-payment .payment p .btn-payment {
    display: inline-block;
    margin-left: 10px;
    padding: 6px;
    font-size: 12px;
    color: #fff;
    background: #3f3e44; }
  .hotline-payment .payment p .icon-cart {
    display: inline-block;
    width: 45px;
    height: 35px;
    vertical-align: middle;
    background: url(../icon/cart.png);
    background-size: contain !important;
    background-repeat: no-repeat !important; }

/*responsive*/
@media (max-width: 767px) {
  .logo {
    margin-bottom: 15px;
    padding-top: 40px; }
    .logo img {
      display: block;
      width: 70%;
      margin: 0 auto; }

  .payment {
    position: fixed;
    z-index: 9999;
    top: 4px;
    right: 5px; }
    .payment p span {
      font-size: 14px !important;
      color: #fff !important; }
    .payment p .btn-payment {
      color: #000 !important;
      font-size: 14px !important;
      background: #fff !important; }
    .payment p .icon-cart {
      width: 40px !important;
      height: 30px !important;
      background: url(../icon/cart-mb.png) !important; }

  .hotline-payment {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px; }
    .hotline-payment .hotline p {
      font-size: 14px; }
      .hotline-payment .hotline p span {
        font-size: 15px; } }
@media (min-width: 992px) {
  header {
    border-bottom-color: white; }

  .top-header {
    box-shadow: 0 0 5px 0 #999;
    -webkit-box-shadow: 0 0 5px 0 #999;
    height: 32px; }

  .social {
    width: 15%; }


  .wrap-medium-header {
    padding: 7px 0px; }

  .list-menu-top {
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }

  /*.wrap-medium-header > div {
    width: 33.33%;
    width: calc(100%/3); }*/ 
    .logo{
      width: 20%;
    }
    .authentics{
      width: 60%;
    }
    .hotline-payment{
      width: 30%;
    }
    .logo img{
      max-width: 100% !important;
      height: auto !important;
    }
  }
@media (min-width: 768px) and (max-width: 991px) {
  .wrap-medium-header {
    justify-content: space-between;
    -webkit-justify-content: space-between; } }
/*end header*/
/*slider and menu*/
.slider-categories {
  position: relative; }

.slider {
  margin-top: 1px; margin-bottom:20px; border-bottom:1px solid #CCCCCC}

@media (min-width: 1200px) {
  .main-slider .item img {
    height: 390px; } }
.category {
  position: absolute;
  z-index: 8888;
  top: 55px;
  width: 20%; }
  .category .panel {
    margin-bottom: 0px;
    border-radius: 0px; }
    .category .panel .panel-body {
      padding: 0px; }
    .category .panel .category .panel-default {
      border-radius: 0px;
      border: 0px;
      border-top-left-radius: 10px; }
    .category .panel .panel-title .fa-list {
      margin-right: 15px; }

.cate-menu,
.sub-cate-menu1,
.sub-cate-menu2 {
  margin-bottom: 0px; }

.cate-menu {
  max-height: 376px;
  overflow-y: scroll;
  background: #fff; }
  .cate-menu::-webkit-scrollbar {
    width: 0px; }
  .cate-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
  .cate-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
  .cate-menu li a {
    text-decoration: none;
    font-size: 14px;
    color: #383838;
    font-weight: 500;
    text-transform: capitalize; }
  .cate-menu li a:hover {
    color: #0070d0; }
  .cate-menu > li {
    border-top: 1px solid #e5e5e5; }
    .cate-menu > li > a {
      display: inline-block;
      position: relative;
      width: 100%;
      padding: 8px 20px 8px 15px; }
      .cate-menu > li > a > i {
        float: right;
        display: inline-block;
        color: #444;
        padding-top: 3px;
        position: absolute;
        top: 7px;
        right: 10px; }
  .cate-menu > li:hover {
    cursor: pointer; }
  .cate-menu .sub-cate-menu1 > li {
    width: 100%; }

@media (max-width: 767px) {
  .main-slider {
    padding-top: 57px; }

  .content-bar .wrapper-search {
    width: 100% !important; }

  .main-slider .owl-carousel .owl-item img {
    min-height: 150px; }

  .list-menu-top > li > a {
    color: #fff;
    border-right: 0px; } }
@media (max-width: 991px){
    .button-res {
    background:#f679dd;
    border: 1px solid #f679dd;
    position: fixed;
    z-index: 8888;
    width: 100%; }

  .hamburger {
    padding: 5px; }

  .hamburger-inner::before,
  .hamburger-inner::after,
  .hamburger-inner {
    background: #fff; }

  .mm-menu.mm-offcanvas.mm-current {
    background: #f679dd;
    color: #fff; }

  .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: #fff; }

  .mm-menu .mm-search input {
    background: rgba(0, 0, 0, 0.3); }

  .mm-search input {
    height: 30px;
    min-height: 32px;
    max-height: 40px; }

  .main-menu li a {
    text-transform: uppercase; }
.main-menu>li>a>.fa.fa-caret-down{
    display: none;
  }

  @media (min-width: 768px){
      .wrap-top-header.flex--between {
          position: fixed;
          z-index: 9999;
          right: 15px;
          top:4px;
      }
      .social .wrap-social{
        width: 150px;
      }
      .medium-header {
          padding-top: 50px;
      }

      .mm-panel.mm-opened.mm-current{
		width: inherit;
      }
    }
    .main-menu>li>a {
        font-size: 14px !important;
    }
  }
  
@media (min-width: 768px) {
  .sub-cate-menu1 {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    z-index: 5;
    left: 100%;
    top: 0px;
    background: #fff;
    border: 1px solid #ccc;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }
    .sub-cate-menu1 li h3 {
      margin-top: 0px;
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: bold; }
    .sub-cate-menu1 li p {
      margin-top: 10px;
      font-size: 13px;
      font-weight: bold; }
    .sub-cate-menu1 li .sub-cate-menu2 li a {
      padding-bottom: 10px;
      display: inline-block;
      font-size: 14px; }
      .sub-cate-menu1 li .sub-cate-menu2 li a i {
        margin-right: 5px; }
    .sub-cate-menu1 li a {
      display: block;
      padding: 9px 0px 8px;
      padding-left: 15px;
      border-bottom: 1px dashed #ddd; }
      .sub-cate-menu1 li a i {
        margin-right: 5px; }

  .cate-menu li:hover .sub-cate-menu1 {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1); } }
.content-bar {
  width: 100%;
  padding: 7px 0px 8px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  z-index: 8888; }
  .content-bar .title-cate h2 {
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase; }
    .content-bar .title-cate h2 i {
      margin-left: 10px; }
  .content-bar .wrapper-search {
    position: relative;
    border-radius: 0px;
    width: 80%;
    margin: 0 auto;
    background: #fff; }
    .content-bar .wrapper-search .search-advan {
      display: inline-block; }
      .content-bar .wrapper-search .search-advan ul {
        margin-bottom: 0px; }
        .content-bar .wrapper-search .search-advan ul #dropdownMenu {
          border: none;
          background: transparent;
          padding: 7px 10px;
          color: #444; }
          .content-bar .wrapper-search .search-advan ul #dropdownMenu .caret {
            margin-left: 5px; }
        .content-bar .wrapper-search .search-advan ul .dropdown-menu {
          border-radius: 0px; }
        .content-bar .wrapper-search .search-advan ul .dropdown-menu > lia {
          display: block;
          padding: 3px 20px;
          clear: both;
          font-weight: normal;
          line-height: 1.42857143;
          color: #333;
          white-space: nowrap; }
        .content-bar .wrapper-search .search-advan ul .dropdown-menu > li .sd-active, .content-bar .wrapper-search .search-advan ul .dropdown-menu > li .sd-active:hover {
          background-color: #3f3e44 !important;
          color: #fff !important; }
      .content-bar .wrapper-search .search-advan .dropdown-menu {
        top: calc(100% + 4px); }
    .content-bar .wrapper-search .s-mobile {
      width: calc(100% - 49px);
      background: transparent;
      margin: 0;
      padding: 7px 12px;
      padding-left: 15px;
      color: #444;
      border: 0 none;
      outline: 0px; }
    .content-bar .wrapper-search .search-button {
      position: relative;
      background: #3f3e44;
      top: 0;
      right: -1px;
      height: 40px;
      padding: 0;
      width: 44px;
      font-size: 14px;
      color: #666;
      margin: 0;
      outline: none;
      border: 0 none; }
      .content-bar .wrapper-search .search-button i {
        transform: rotate(0deg) translate(0px, 0px);
        transition: all 0.4s ease;
        color: #fff; }
  .content-bar .menu-short > ul {
    position: relative;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
    .content-bar .menu-short > ul li a {
      display: inline-block;
      padding: 10px;
      color: #fff;
      -webkit-transition: color 100ms linear;
      -moz-transition: color 100ms linear;
      -ms-transition: color 100ms linear;
      -o-transition: color 100ms linear;
      transition: color 100ms linear; }
      .content-bar .menu-short > ul li a img {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        top: -6px; }
    .content-bar .menu-short > ul li:nth-child(1) img {
      left: 0px; }
    .content-bar .menu-short > ul li:nth-child(2) img {
      left: 60px; }
    .content-bar .menu-short > ul li:nth-child(3) img {
      left: 120px; }
    .content-bar .menu-short > ul li:nth-child(4) img {
      left: 180px; }

@media (min-width: 768px) {
  .content-bar .title-cate,
  .content-bar .menu-short {
    width: 28%; }
  .content-bar .search {
    width: 60%; }

  .fixed-nav {
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 9999;
    top: 0px; }
    .fixed-nav .title-cate h2:after {
      content: "";
      height: 20px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -10px; }
    .fixed-nav .cate-menu {
      display: block;
      position: absolute;
      width: 20%;
      z-index: 8888;
      top: 55px;
      max-height: inherit;
      overflow-y: inherit;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      transform: scale(1, 0);
      -webkit-transform: scale(1, 0);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      opacity: 0;
      border: 1px solid #ddd; }
    .fixed-nav .title-cate:hover .cate-menu {
      transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      opacity: 1; } }
@media (min-width: 768px) and (max-width: 991px) {
  .content-bar .title-cate h2 {
    font-size: 14px; }

  .category {
    width: 25%; }

  .main-slider .owl-carousel .owl-item img {
    height: 315px; }

  .cate-menu {
    max-height: 260px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .content-bar .menu-short > ul li a {
    padding: 3px; }

  .main-slider .item img {
    height: 339px; }

  .cate-menu {
    max-height: 282px; } }
/*duan da lam*/
.wrap-duan-tintuc {
  margin-top: 30px; }
  .wrap-duan-tintuc .duan-dalam .slider-duan-item {
    padding: 5px;
    border: 1px solid #ddd; }
    .wrap-duan-tintuc .duan-dalam .slider-duan-item .item {
      position: relative; }
      .wrap-duan-tintuc .duan-dalam .slider-duan-item .item .sli-cap {
        width: 100%;
        position: absolute;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.5); }
        .wrap-duan-tintuc .duan-dalam .slider-duan-item .item .sli-cap a {
          display: block;
          padding-left: 10px;
          color: #fff; }
    .wrap-duan-tintuc .duan-dalam .slider-duan-item img {
      display: block;
      width: 100%; }

.news-main {
  margin-top: 20px; }

.group-news-main {
  padding: 5px;
  border: 1px solid #ddd; }

.sub-news-main {
  padding: 12px 0px;
  border-bottom: 1px dashed #ddd; }

.sub-news-main:first-child {
  padding-top: 0px; }

.sub-news-main:last-child {
  padding-bottom: 0px; }

.sub-news-main:last-child {
  border-bottom: 0px; }

.news-main-img img {
  display: block;
  width: 100%; }

.news-sb-title {
  margin: 0px;
  font-size: 15px; }

.news-sb-title a {
  color: #000; }

.news-sb-title a:hover {
  color: #3f3e44; }

@media (max-width: 767px) {
  .tintuc {
    margin-top: 20px; }

  .news-main-img {
    margin-right: 10px; } }
@media (max-width: 767px) and (min-width: 480px) {
  .slider-duan {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */ }

  .slider-duan-item {
    width: 50%;
    width: calc(50% - 10px);
    margin-right: 20px; }

  .slider-duan-item:nth-child(2n + 2) {
    margin-right: 0px; } }
@media (min-width: 768px) {
  .wrap-duan-tintuc .duan-dalam {
    width: 75%;
    padding-right: 40px; }
    .wrap-duan-tintuc .duan-dalam .slider-duan-item {
      width: 48%;
      margin-right: 4%; }
      .wrap-duan-tintuc .duan-dalam .slider-duan-item img {
        height: 235px; }
    .wrap-duan-tintuc .duan-dalam .slider-duan-item:last-child {
      margin-right: 0px; }
  .wrap-duan-tintuc .tintuc {
    width: 25%; }
    .wrap-duan-tintuc .tintuc .news-main-img {
      width: 40%; }
      .wrap-duan-tintuc .tintuc .news-main-img img {
        height: 62px; }
    .wrap-duan-tintuc .tintuc .news-main-cap {
      width: 60%;
      padding-left: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .duan-dalam {
    width: 100% !important;
    padding-right: 0px !important; }

  .tintuc {
    margin-top: 20px;
    width: 100% !important; }

  .group-news-main {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    padding: 0px;
    border: 0px; }
    .group-news-main .sub-news-main {
      width: 33.33%;
      width: calc(33.33% - 10px);
      margin-right: 15px;
      border-bottom: 0px; }
    .group-news-main .sub-news-main:nth-child(3n +3) {
      margin-right: 0px; }
    .group-news-main .sub-news-main {
      padding: 0px;
      display: initial; }
      .group-news-main .sub-news-main .news-main-img {
        width: 100%; }
        .group-news-main .sub-news-main .news-main-img img {
          height: inherit; }
      .group-news-main .sub-news-main .news-main-cap {
        width: 100%;
        padding-left: 0px; } }
/*khach hang*/
.wrap-customer {
  margin-top: 20px; }
  .wrap-customer .group-customer .customer-item {
    border: 4px solid #3f3e44; }
    .wrap-customer .group-customer .customer-item img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }

@media (max-width: 767px) {
  .group-customer {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .group-customer .customer-item {
      width: 50%;
      width: calc(50% - 10px);
      margin-right: 20px;
      margin-bottom: 15px; }
    .group-customer .customer-item:nth-child(2n + 2) {
      margin-right: 0px; } }
.viewall {
  margin-bottom: 25px; }
  .viewall .btn-loadmore {
    background: #3f3e44;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: box-shadow 300ms 0s ease; }
  .viewall > :hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

@media (min-width: 768px) {
  .wrap-customer .group-customer .customer-item {
    width: 20%;
    width: calc(20% - 10px);
    margin-right: 12.5px;
    margin-bottom: 20px;
    margin-right: 12.5px; }
  .wrap-customer .group-customer .customer-item:nth-child(5n + 5) {
    margin-right: 0px; } }
/*pro bestself*/
.wrap-best-self {
  margin-top: 20px; }
  .wrap-best-self .owl-nav > div {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -62px;
    right: 0;
    text-align: center;
    line-height: 35px;
    border: 1px solid #3f3e44; }
    .wrap-best-self .owl-nav > div i {
      font-size: 30px;
      color: #3f3e44; }
  .wrap-best-self .owl-next {
    right: 40px !important; }

/*product style*/
.title-mpro {
  margin: 0px;
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #ddd; }
  .title-mpro .pro-icon {
    display: inline-block;
    width: 65px;
    height: 45px;
    margin-right: 15px;
    vertical-align: middle;
    background-color: #f679dd;
    background-image: url(../icon/pro-ic-1.png);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center center; }

.title-mpro:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 26px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #f679dd;
}
.pro-main-item {
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #ddd; }
  .pro-main-item .pm-item__img img {
    display: block;
    max-width: 100%;
    width: inherit;
    margin: 0 auto; }
  .pro-main-item .pm-item__cap {
    padding: 0px 15px 15px; }
    .pro-main-item .pm-item__cap .item-cap__title {
      margin: 0px;
      padding-top: 15px;
      font-size: 16px;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold; }
      .pro-main-item .pm-item__cap .item-cap__title a {
        color: #1d1d1c; }
      .pro-main-item .pm-item__cap .item-cap__title a:hover {
        color: #3f3e44; }
    .pro-main-item .pm-item__cap .item-cap__desc {
      margin-bottom: 0px;
      margin-top: 25px; }
      .pro-main-item .pm-item__cap .item-cap__desc a {
        display: inline-block;
        background: #ddd;
        color: #222;
        padding: 5px 10px;
        margin: 0 auto;
        font-weight: bold;
        border-radius: 5px; }
        .pro-main-item .pm-item__cap .item-cap__desc a span {
          margin-right: 5px; }

/*menu poroduct mobile */
.wrap-menu-pro-mobile {
  padding: 0px 10px;
  border: 1px solid #ddd; }
  .wrap-menu-pro-mobile li a {
    display: block;
    padding: 5px 0px;
    color: #3f3e44;
    border-bottom: 1px dashed #ddd; }
  .wrap-menu-pro-mobile li:last-child a {
    border-bottom: 0px; }

@media (max-width: 767px) {
  /*menu poroduct mobile */
  .wrap-menu-pro-mobile li {
    width: 100%; } }
@media (max-width: 767px) and (min-width: 480px) {
  .wrap-menu-pro-mobile {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .wrap-menu-pro-mobile li {
      width: 50%; }
    .wrap-menu-pro-mobile li:nth-child(even) {
      padding-left: 10px; }
    .wrap-menu-pro-mobile li:nth-child(odd) {
      padding-right: 10px; }

  .pro-ly {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .pro-ly .pro-main-item {
      width: 50%;
      width: calc(50% - 10px);
      margin-right: 20px; }
    .pro-ly .pro-main-item:nth-child(2n+2) {
      margin-right: 0px; } }
@media (min-width: 768px) {
  .pro-ly .pro-main-item {
    width: 33.33%;
    width: calc(33.33% - 14px);
    margin-right: 21px;
    margin-right: calc(42px/2); }
  .pro-ly .pro-main-item:nth-child(3n+3) {
    margin-right: 0px; } }
@media (min-width: 992px) {
  .pro-ly .pro-main-item {
    width: 25%;
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-right: calc(60px/3); }
  .pro-ly .pro-main-item:nth-child(3n+3) {
    margin-right: 20px; }
  .pro-ly .pro-main-item:nth-child(4n+4) {
    margin-right: 0px; } }
/*video*/
.title-video {
  padding-bottom: 5px;
  margin-bottom: 10px;
  background: url(../icon/title-line.png);
  background-repeat: no-repeat;
  background-position: center bottom; }
  .title-video h2 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold; }

.list-video {
  background: #3f3e44; }

.video {
  position: relative;
  z-index: 1;
  margin: 0 0;
  padding: 20px 0 0px;
  padding-top: 12px;
  /*background: url(../images/av.png) no-repeat right center;*/ }

.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999999999999; }

.YouTubePopUp-animation {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp; }

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes YouTubePopUp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.logged-in .YouTubePopUp-Wrap {
  /* For WordPress */
  top: 32px;
  z-index: 99998; }

.YouTubePopUp-Content {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative; }
  .YouTubePopUp-Content iframe {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 480px !important;
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0; }

.YouTubePopUp-Hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide; }

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes YouTubePopUpHide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.YouTubePopUp-Close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 15px;
  height: 15px;
  background: url(../images/close.png) no-repeat;
  background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px; }

.YouTubePopUp-Close:hover {
  opacity: 0.5; }

@media all and (max-width: 768px) and (min-width: 10px) {
  .YouTubePopUp-Content {
    max-width: 90%; } }
@media all and (max-width: 600px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important; }

  .YouTubePopUp-Close {
    bottom: 362px; } }
@media all and (max-width: 480px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important; }

  .YouTubePopUp-Close {
    bottom: 262px; } }
.youtube-player {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px; }
  .youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 101%;
    width: 101%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all; }
  .youtube-player .play {
    height: 30px;
    width: 30px;
    left: 45%;
    top: 40%;
    position: absolute;
    background: url(../images/play.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer; }

.cap-video-list h4 {
  margin: 10px 0px 0px;
  font-size: 16px;
  color: #fff; }

.content-video .owl-nav {
  display: inline-block !important; }
  .content-video .owl-nav div {
    position: absolute;
    top: -40px;
    right: 0;
    display: inline-block !important;
    width: 38px;
    top: 50%;
    top: calc(50% - 36px); }

.content-video .owl-carousel .owl-nav .owl-prev {
  left: -60px;
  background: inherit; }
.content-video .owl-carousel .owl-nav .owl-next {
  right: -45px; }

.content-video .owl-carousel .owl-nav .owl-prev,
.content-video .owl-carousel .owl-nav .owl-next,
.content-video .owl-carousel .owl-dot {
  font-family: 'fontAwesome';
  display: inline-block;
  margin-left: 15px; }

.content-video .owl-carousel .owl-nav .owl-prev:before {
  content: "\f104";
  padding: 10px 16px;
  background: #ddd;
  font-size: 18px;
  line-height: 36px; }

.content-video .owl-carousel .owl-nav .owl-next:after {
  content: "\f105";
  padding: 10px 16px;
  background: #ddd;
  font-size: 18px;
  line-height: 36px; }

.content-video .owl-carousel .owl-nav .owl-prev:hover:before,
.content-video .owl-carousel .owl-nav .owl-next:hover:after {
  background: #fff;
  color: #444; }

.content-video .owl-carousel .owl-nav .owl-prev,
.content-video .owl-carousel .owl-nav .owl-next {
  color: #fff; }

.content-video .owl-carousel .owl-nav .owl-prev:before,
.content-video .owl-carousel .owl-nav .owl-next:after {
  background: inherit;
  border: 1px solid #fff !important; }

.content-video .owl-carousel .owl-nav .owl-prev i,
.content-video .owl-carousel .owl-nav .owl-next i {
  display: none; }

@media (min-width: 992px) and (max-width: 1199px) {
  .content-video .owl-carousel .owl-nav .owl-prev {
    left: -22px; }

  .content-video .owl-carousel .owl-nav .owl-next {
    right: -8px; } }
/*khach hang noi ve chung toi*/
.single-testimonials .review-text p {
  position: relative;
  padding: 15px;
  margin: 1em 0 2.5em;
  border: 2px solid #f679dd;
  color: #333;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
.single-testimonials .review-text p:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 40px;
  border-width: 16px 16px 0;
  border-style: solid;
  border-color: #f679dd transparent;
  display: block;
  width: 0; }
.single-testimonials .review-text p:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 43px;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0; }

.single-testimonials .info-box .img-box, .single-testimonials .info-box .content-box {
  display: table-cell;
  vertical-align: middle;
  box-shadow: inherit; }

.single-testimonials .info-box .img-box {
  /*border-radius: 100%;
  overflow: hidden;*/ }

.single-testimonials .info-box .img-box img {
  width: 75px;
  height: 75px;
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-radius: 100%; }
.single-testimonials .info-box .img-box img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%); }

.single-testimonials .info-box .content-box {
  padding-left: 25px; }

.single-testimonials .info-box h3 {
  margin: 0;
  font-size: 16px;
  color: #444; }
  .single-testimonials .info-box h3 span.name {
    font-size: 16px;
    font-weight: 600;
    color: #3f3e44; }
.single-testimonials .info-box p {
  margin-bottom: 0px; }
.single-testimonials .info-box ul.star {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px; }
  .single-testimonials .info-box ul.star li {
    display: inline-block;
    list-style: none;
    color: #FF9800; }

.doitac {
  padding-top: 25px; }

.slider-review {
  padding-top: 15px; }

.slider-review .owl-buttons {
  position: absolute;
  top: 0;
  right: 20px; }

.slider-review .owl-nav {
  display: block !important; }
  .slider-review .owl-nav > div {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #3f3e44;
    border: 2px solid #f679dd;
    margin-left: 15px; }
  .slider-review .owl-nav > div:hover {
    border-color: #444;
    color: #444; }

.slider-review .owl-nav {
  position: absolute;
  top: -30px;
  left: 0px; }

.slider-review .owl-carousel {
  position: relative; }

.tt-center {
  text-align: center; }
  .tt-center h2 {
    margin-top: 0px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase; }
    .tt-center h2 i {
      margin-right: 10px;
      font-size: 30px;
      color:  #f679dd; }
  .tt-center hr {
    padding-top: 15px;
    width: 100px;
    margin: 0 auto;
    border-top-width: 5px;
    border-top-color: #f679dd; }

.title-dt h2 {
  padding-left: 15px;
  padding-bottom: 5px;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  border-left: 5px solid #3f3e44;
  border-bottom: 1px solid #ddd; }
.title-dt hr {
  margin: 0;
  margin-left: 20px;
  border-top-color: #3f3e44;
  width: 80px; }

@media (max-width: 767px) {
  .content-video .owl-carousel .owl-nav .owl-prev {
    left: -25px; }

  .content-video .owl-carousel .owl-nav .owl-next {
    right: -8px; } }
/*doi tac*/
.wrap-doitac {
  padding: 15px 0px; }
  .wrap-doitac .owl-carousel {
    padding-top: 15px; }

@media (max-width: 767px) {
  .tt-center h2 {
    font-size: 17px; }

  .slider-review .owl-nav > div {
    margin-left: 8px; } }
/*footer*/
.top-footer {
  margin-top: 30px;
  position: relative;
  background: #f6c1eb; }

.top-footer:before {
  content: '';
  width: 100%;
  height: 6px;
  position: absolute;
  top: -6px;
  left: 0;
  background: url(../images/bor-footer.png) repeat-x; }

.top-footer-wrap {
  padding-top: 50px; }

.title-footer h3 {
  padding-bottom: 15px;
  margin: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1568cf;
  border-bottom: 1px solid #ddd; }

.title-footer hr {
  width: 80px;
  border-top-color: #0097ff; }

.top-footer-wrap ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.about-us {
  padding: 0px 10px; }

.ser-us {
  padding: 0px 10px; }

.map {
  padding-left: 20px; }

.title-footer hr {
  margin: 0px; }

.title-footer {
  margin-bottom: 15px; }

.top-footer-wrap ul li {
  border-bottom: 1px dashed #1837e4; }

.top-footer-wrap ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #0097ff; }

.top-footer-wrap ul li a {
  display: inline-block;
  color: #444;
  padding: 4px; }

.top-footer-wrap ul li a:hover {
  color: #0097ff; }

.f-info-detail p {
  margin-bottom: 0px; }

.f-info-detail i {
  margin-right: 5px; }

.listSocial a {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #898989;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: solid 1px #e1e1e1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.listSocial a.fb:hover {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff; }

.listSocial a.tw:hover {
  background: #00aced;
  border-color: #00aced;
  color: #fff; }

.listSocial a.yt:hover {
  background: #e52d27;
  border-color: #e52d27;
  color: #fff; }

.logo-f {
  position: relative;
  top: -25px; }

.logo-f img {
  position: absolute;
  left: 50%;
  left: calc(50% - 60px);
  display: block;
  width: 45%;
  margin: 0 auto; }

.info-company {
  padding-right: 10px; }

.cap-intro-com {
  padding-top: 50px; }

.bottom-footer {
  background: #ddd; }
  .bottom-footer p {
    margin-bottom: 0px;
    padding: 5px 0px; }

@media (max-width: 767px) {
  .logo-f img {
    position: inherit; }

  .cap-intro-com {
    padding-top: 0px; } }
@media (max-width: 767px) and (min-width: 480px) {
  .logo img {
    width: 40%; }

  .hotline-payment {
    text-align: center; }

  .ser-us,
  .about-us {
    width: 50%; }

  .ser-us {
    float: left; }

  .about-us {
    float: right; }

  .map {
    clear: both; }

  .logo-f {
    position: inherit; }
    .logo-f img {
      position: inherit; } }
@media (max-width: 767px) {
  .top-footer-wrap > div {
    margin-bottom: 20px; } }
@media (min-width: 768px) {
  .ser-us {
    width: 50%;
    padding-right: 30px; }

  .about-us-f {
    width: 30%; }

  .guide-f {
    width: 20%;
    padding-left: 20px; } }
@media (min-width: 768px) {
  .pro-main-item .pm-item__img img {
    height: 200px; }

  .pro-main-item .pm-item__cap .item-cap__title a {
    display: inline-block;
    min-height: 34px; }

  .news-p-content .ln-item__img img {
    height: 166px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .fixed-nav .cate-menu {
    width: 32%; }

  .news-sb-title a {
    display: inline-block;
    margin-top: 5px; }

  .group-news-main .sub-news-main .news-main-img img {
    height: 130px; } }
@media (min-width: 992px) {
  .right-sidebar .news-main-img img {
    height: 52px; } }
/*btn call*/
.coccoc-alo-phone {
  position: fixed;
  visibility: hidden;
  background-color: transparent;
  width: 150px;
  height: 150px;
  cursor: pointer;
  z-index: 8888 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  right: 0px;
  bottom: 0px; }

.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: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  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: #75eb50;
  border-color: #baf5a7 9;
  opacity: 0.5; }

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: #F20000;
  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: 0.5; }

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle {
  border-color: #75eb50;
  opacity: .5; }

.coccoc-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 50px;
  left: 50px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -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: 0.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: 0.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: 0.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: 0.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: 50px;
  height: 50px;
  top: 75px;
  left: 75px;
  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;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -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; }

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
  background-color: #3f3e44; }

.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: #75eb50; }

@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    -moz-transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1; }
  30% {
    -moz-transform: rotate(0) scale(0.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(0.5) skew(1deg);
    -webkit-opacity: .1; }
  30% {
    -webkit-transform: rotate(0) scale(0.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(0.5) skew(1deg);
    -o-opacity: .1; }
  30% {
    -o-transform: rotate(0) scale(0.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(0.7) skew(1deg);
    opacity: .2; }
  50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
    opacity: .2; }
  100% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }
@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }
@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    -o-transform: rotate(0) scale(0.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(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.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(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.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(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.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(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.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(0.7) skew(1deg);
    opacity: .2; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }
@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }
@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }
@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    transform: rotate(0) scale(0.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: "* "; }

.r-box {
  position: fixed;
  display: none;
  z-index: 9955;
  background: #fff;
  bottom: -30px;
  right: 80px;
  width: 250px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  margin: 30px;
  box-shadow: 0px 0px 2px; }
  .r-box h3 {
    margin: 0px;
    padding: 7px 0px;
    text-align: center;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-bottom: 1px solid #3f3e44;
    background: #3f3e44;
    color: #fff; }
  .r-box .rbox-content {
    padding: 10px; }
    .r-box .rbox-content p {
      text-align: center; }
    .r-box .rbox-content .rbox-phone {
      font-size: 22px; }
      .r-box .rbox-content .rbox-phone .fa {
        font-size: 25px;
        margin-right: 10px; }
    .r-box .rbox-content .rbox-inphone {
      font-weight: bold; }
    .r-box .rbox-content .bt-send {
      padding: 9px;
      border: 0;
      color: #fff;
      background: #3f3e44;
      width: 90px;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer; }

/*partial page*/
.page-partial .cate-menu {
  border: 1px solid #ddd;
  border-top: 0; }

.wrap-breadcrumbs .breadcrumb li a {
  color: #3f3e44; }
.wrap-breadcrumbs .breadcrumb li h1 {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin: 0; }
.wrap-breadcrumbs .breadcrumb .active {
  color: #444;
  font-weight: bold; }
.wrap-breadcrumbs .breadcrumb > li + li:before {
  font-family: FontAwesome;
  content: "\f0da";
  color: #3f3e44; }

.breadcrumb {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .page-partial .right-sidebar {
    width: 100%;
    order: 2; }
  .page-partial .page-content {
    width: 100%;
    order: 1; }

  .breadcrumb {
    padding-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px; } }
@media (min-width: 768px) {
  .page-partial .right-sidebar {
    width: 25%; }
  .page-partial .page-content {
    width: 75%;
    padding-left: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .page-partial .page-content {
    width: 100%;
    padding-left: 0px; } }
/*side bar*/
.title-sb {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  background:#f679dd;}
  .title-sb a {
    position: relative;
    display: inline-block;
    padding: 11px 0px;
    padding-left: 50px;
    color: #fff; }
    .title-sb a img {
      display: inline-block;
      position: absolute;
      left: 10px;
      top: 5px;
      width: 32px; }

.news-main {
  margin-top: 20px; }

.group-news-main {
  padding-top: 10px;
  padding-left: 5px;
  border: 1px solid #ddd; }

.sub-news-main {
  padding: 10px 0px;
  border-bottom: 1px dashed #ddd; }

.sub-news-main:last-child {
  border-bottom: 0px; }

.news-main-img img {
  display: block;
  width: 100%; }

.news-sb-title {
  margin: 0px;
  font-size: 15px; }

.news-sb-title a {
  color: #000; }

.news-sb-title a:hover {
  color: #3f3e44; }

.btn-sb-news {
  margin-top: 15px; }

.viewall .btn-loadmore {
  background: #005ba2;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: box-shadow 300ms 0s ease; }
  .viewall .btn-loadmore:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.page-partial .right-sidebar .cate-menu > .activeleft > .sub-cate-menu1, .page-partial .right-sidebar .cate-menu > .activeleft > .sub-menu-gra3,
.page-partial .right-sidebar .sub-cate-menu1 > .activeleft > .sub-cate-menu1,
.page-partial .right-sidebar .sub-cate-menu1 > .activeleft > .sub-menu-gra3,
.pro-detail .right-sidebar .cate-menu > .activeleft > .sub-cate-menu1,
.pro-detail .right-sidebar .cate-menu > .activeleft > .sub-menu-gra3,
.pro-detail .right-sidebar .sub-cate-menu1 > .activeleft > .sub-cate-menu1,
.pro-detail .right-sidebar .sub-cate-menu1 > .activeleft > .sub-menu-gra3 {
  display: block; }
.page-partial .right-sidebar .cate-menu > .activeleft > a,
.page-partial .right-sidebar .sub-cate-menu1 > .activeleft > a,
.pro-detail .right-sidebar .cate-menu > .activeleft > a,
.pro-detail .right-sidebar .sub-cate-menu1 > .activeleft > a {
  background: #e92d63;
  color: #fff; }
  .page-partial .right-sidebar .cate-menu > .activeleft > a > i,
  .page-partial .right-sidebar .sub-cate-menu1 > .activeleft > a > i,
  .pro-detail .right-sidebar .cate-menu > .activeleft > a > i,
  .pro-detail .right-sidebar .sub-cate-menu1 > .activeleft > a > i {
    color: #fff !important; }

@media (max-width: 767px) {
  .right-sidebar .cate-menu {
    max-height: inherit;
    overflow-y: inherit;
    border: 1px solid #ddd; }
    .right-sidebar .cate-menu li a {
      display: block;
      position: relative;
      padding: 6px 12px;
      color: #3f3e44;
      border-bottom: 1px dotted #ddd; }
    .right-sidebar .cate-menu li .sub-cate-menu1 li a {
      padding-left: 20px; }
      .right-sidebar .cate-menu li .sub-cate-menu1 li a i {
        margin-right: 5px; }
    .right-sidebar .cate-menu li .eff-menu {
      display: none; }
    .right-sidebar .cate-menu li:last-child a {
      border-bottom: 0px; }
    .right-sidebar .cate-menu > li > a > i {
      position: absolute;
      right: 15px;
      top: 8px;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); } }
@media (min-width: 768px) {
  .news-main-img {
    width: 30%; }

  .news-main-cap {
    width: 70%;
    padding-left: 10px; }

  .page-partial .cate-menu {
    overflow-y: inherit;
    max-height: inherit; }
    .page-partial .cate-menu li {
      position: relative; }
      .page-partial .cate-menu li .sub-cate-menu1 {
        height: inherit;
        top: 0; } }
/*Tin tß╗⌐c*/
.list-news-item {
  padding: 15px 0px;
  border-bottom: 1px solid #ddd; }

.ln-item__img img {
  display: block;
  width: 100%; }

.ln-item__cap h3 {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 22px; }
  .ln-item__cap h3 a {
    color: #222; }
  .ln-item__cap h3 a:hover {
    color: #3f3e44; }
.ln-item__cap > a {
  color: #3f3e44;
  display: inline-block;
  padding: 6px 15px;
  border: 1px solid #ddd;
  border-radius: 24px; }
  .ln-item__cap > a:hover {
    background: #3f3e44;
    color: #fff; }

@media (max-width: 767px) {
  .ln-item__cap h3 {
    margin-top: 20px; } }
@media (max-width: 767px) and (min-width: 480px) {
  .group-news-main {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

  .sub-news-main {
    width: 50%;
    width: calc(50% - 7px);
    margin-right: 14px; }

  .sub-news-main:nth-child(2n +2) {
    margin-right: 0px; } }
@media (min-width: 768px) {
  .ln-item__img {
    width: 40%; }

  .ln-item__cap {
    width: 60%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .page-content {
    width: 100%;
    padding: 0px; }

  .ln-item__cap {
    padding-left: 20px; } }
@media (min-width: 1200px) {
  .ln-item__img {
    padding-right: 40px; } }
/*Chi tiß║┐t tin tß╗⌐c*/
.news-ct-detail h1 {
  font-size: 30px; }
.news-ct-detail .like-post,
.news-ct-detail .comment {
  margin: 10px 0px; }
  .news-ct-detail .like-post img,
  .news-ct-detail .comment img {
    margin-left: 0px; }
.news-ct-detail img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }
.news-ct-detail figure figcaption {
  padding: 10px 0px 15px 0px;
  text-align: center; }

.other-news .block-title {
  font-size: 22px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #222; }
.other-news .news-group .sub-news-list img {
  display: block;
  width: 100%; }
.other-news .news-group .sub-news-list h3 {
  font-size: 18px; }
  .other-news .news-group .sub-news-list h3 a {
    color: #222; }
    .other-news .news-group .sub-news-list h3 a:hover {
      color: #3f3e44; }

@media (max-width: 767px) {
  .news-ct-detail img {
    height: auto !important; }
  .news-ct-detail h1 {
    font-size: 22px; } }
@media (min-width: 768px) {
  .other-news .news-group .sub-news-list {
    width: 33.33%;
    width: calc(33.33% - 10px);
    margin-right: 15px; }
  .other-news .news-group .sub-news-list:nth-child(3n + 3) {
    margin-right: 0px; } }
/*Sß║ún phß║⌐m*/
@media (min-width: 768px) {
  .product-p-content .pro-main-item,
  .wrap-other-pro .pro-main-item {
    width: 33.33%;
    width: calc(33.33% - 10px);
    margin-right: 15px; }
  .product-p-content .pro-main-item:nth-child(3n+3),
  .wrap-other-pro .pro-main-item:nth-child(3n+3) {
    margin-right: 0px; } }
/*Chi tiß║┐t sß║ún phß║⌐m*/
.wrap-breadcrumbs .breadcrumb li a {
  color: #3f3e44; }
.wrap-breadcrumbs .breadcrumb .active {
  color: #444;
  font-weight: bold; }
.wrap-breadcrumbs .breadcrumb > li + li:before {
  font-family: FontAwesome;
  content: "\f0da";
  color: #3f3e44; }

.pro-detail__img .easyzoom > a {
  display: block;
  width: 100%; }
  .pro-detail__img .easyzoom > a > img {
    display: block;
    width: 100%; }

.pro-detail__thumb {
  margin-top: 15px; }
  .pro-detail__thumb .thumbnails {
    width: 55%;
    margin: 0 auto; }
    .pro-detail__thumb .thumbnails li {
      width: 33.33%;
      padding: 0px 5px; }
      .pro-detail__thumb .thumbnails li img {
        display: block;
        width: 100%;
        border: 1px solid #ddd; }

.pro-detail__content .pro-props__name {
  margin-top: 0px;
  font-size: 28px; }
.pro-detail__content .pro-props__attr li {
  margin-bottom: 5px; }
  .pro-detail__content .pro-props__attr li strong {
    display: inline-block;
    width: 105px; }
.pro-detail__content .pro-props__price {
  margin: 20px 0px;
  font-size: 30px;
  font-weight: bold;
  color: red; }
.pro-detail__content .pro-property {
  margin-top: 20px; }
.pro-detail__content .buy-now {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 45px; }
  .pro-detail__content .buy-now .btn-buy-now {
    background-color: red; }
    .pro-detail__content .buy-now .btn-buy-now:hover {
      background-color: #3f3e44; }
    .pro-detail__content .buy-now .btn-buy-now a {
      display: block;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
      color: #fff;
      font-size: 16px;
      text-transform: uppercase;
      line-height: 11px;
      font-weight: normal;
      text-align: center;
      padding: 20px;
      margin-left: auto;
      margin-right: auto; }
  .pro-detail__content .buy-now .note-buy-now p {
    margin-bottom: 0px; }
    .pro-detail__content .buy-now .note-buy-now p strong {
      color: red; }

label.dropdown {
  width: 100%;
  position: relative;
  font-weight: normal; }
  label.dropdown select {
    width: 100%;
    padding: 10px 42px 10px 10px;
    background: #f8f8f8;
    color: #444;
    border: 1px solid #aaa;
    border-radius: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none; }
    label.dropdown select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #444; }
    label.dropdown select::-ms-expand {
      display: none; }
  label.dropdown:before {
    content: '';
    right: 5px;
    top: 1px;
    width: 30px;
    height: 39px;
    background: #f8f8f8;
    position: absolute;
    pointer-events: none;
    display: block; }
  label.dropdown:after {
    content: '\f107';
    font: 27px FontAwesome, monospace;
    color: #444;
    right: 2px;
    top: 1px;
    position: absolute;
    pointer-events: none;
    width: 37px;
    padding: 6px 0 7px 0;
    text-indent: 10px;
    -webkit-transform: scale(1, 0.8);
    -moz-transform: scale(1, 0.8);
    -ms-transform: scale(1, 0.8);
    transform: scale(1, 0.8); }

.qty {
  display: inline-block;
  position: relative; }
  .qty .qtyminus {
    position: absolute;
    right: 6.5px;
    top: 22px;
    font-size: 12px;
    width: 20px;
    cursor: pointer;
    text-align: center; }
  .qty #quantity-detail {
    line-height: 39px;
    margin: 0;
    display: inline-block;
    width: 100px;
    padding-right: 0;
    height: 42px; }
  .qty .qtyplus {
    position: absolute;
    right: 7px;
    top: 6px;
    width: 20px;
    height: 15px;
    cursor: pointer;
    text-align: center; }

@media screen\0 {
  label.dropdown:after {
    width: 38px;
    text-indent: 15px;
    right: 0; } }
@media screen and (min--moz-device-pixel-ratio: 0) {
  label.dropdown select {
    padding-right: 40px; }

  label.dropdown:before {
    right: 6px; }

  label.dropdown:after {
    text-indent: 14px;
    right: 6px;
    top: -5px;
    width: 36px; } }
.pro-metadata {
  margin-top: 30px; }

.pro-information .nav-tabs {
  background:#f679dd; }
  .pro-information .nav-tabs li {
    margin-bottom: inherit; }
    .pro-information .nav-tabs li > a {
      border-radius: 0px;
      color: #fff;
      border: 0px; }
      .pro-information .nav-tabs li > a:hover {
        background: red; }
.pro-information .tab-content .title-pro-meta {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #000; }
.pro-information .tab-content img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 10px auto; }

.wrap-pro-metadata .right-sidebar {
  padding-right: 10px; }

.wrap-cate-pro h3 {
  font-size: 18px; }
.wrap-cate-pro .list-cate-pro {
  border: 1px solid #ddd;
  margin-bottom: 20px; }
  .wrap-cate-pro .list-cate-pro li a {
    display: block;
    padding: 6px 15px;
    color: #3f3e44;
    border-bottom: 1px dotted #ddd; }
  .wrap-cate-pro .list-cate-pro li:last-child a {
    border-bottom: 0px; }

.wrap-other-pro {
  margin-top: 20px; }

@media (max-width: 767px) {
  .wrap-pro-metadata,
  .wrap-page {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

  .pro-metadata .right-sidebar {
    width: 100%;
    order: 2; }

  .pro-information {
    width: 100%;
    order: 1; } }
@media (max-width: 767px) and (min-width: 480px) {
  .wrap-pro-property, .buy-now {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

  .wrap-pro-property .property-item {
    width: 33.33%;
    width: calc(100%/3 - 10px);
    margin-right: 15px; }

  .wrap-pro-property .property-item:nth-child(3n +3) {
    margin-right: 0px; }

  .buy-now > div {
    width: 50%;
    width: calc(50% - 7px);
    margin-right: 14px; }

  .buy-now > div:nth-child(2n +2) {
    margin-right: 0px; }

  .wrap-other-pro .detail-pro-main {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .wrap-other-pro .detail-pro-main .pro-main-item {
      width: 50%;
      width: calc(50% - 10px);
      margin-right: 20px; }
    .wrap-other-pro .detail-pro-main .pro-main-item:nth-child(2n + 2) {
      margin-right: 0px; } }
.pro-detail-cap img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

@media (min-width: 768px) {
  .pro-detail-cap {
    width: 47%;
    padding-right: 25px; }

  .pro-detail__content {
    width: 53%; }

  .property-item {
    width: 33.33%;
    width: calc(33.33% - 10px);
    margin-right: 15px; }

  .property-item:nth-child(3) {
    margin-right: 0px; }

  .btn-buy-now {
    width: 40%; }

  .note-buy-now {
    width: 60%; }

  .note-buy-now {
    padding: 10px;
    padding-left: 30px;
    background: #ddd;
    border-radius: 5px; }
    .note-buy-now p {
      margin-bottom: 0px; }

  .top-pro-new .cate-menu {
    border: 1px solid #ddd;
    border-top:0px; }

  .pro-detail-cap img {
    border: 1px solid #ddd; }

  .pro-metadata .cate-menu {
    overflow-y: inherit;
    max-height: inherit; }
    .pro-metadata .cate-menu li {
      position: relative; }
      .pro-metadata .cate-menu li .sub-cate-menu1 {
        height: inherit;
        top: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .pro-detail-cap {
    padding-right: 20px; }

  .pro-detail__content .buy-now .btn-buy-now a {
    padding: 17px 15px; }

  .pro-detail__content .pro-props__price {
    margin: 10px 0px;
    font-size: 25px; }

  .note-buy-now p {
    font-size: 12px; }

  .property-item {
    width: calc(33.33% - 6px);
    margin-right: 9px; }

  .pro-information {
    width: 100%;
    padding-right: 0px; } }
@media (min-width: 768px) {
  .pro-metadata .right-sidebar {
    width: 25%; }

  .pro-information {
    width: 75%;
    padding-left: 15px; } }
/*contact-page*/
.title-contact {
  font-size: 20px;
  text-transform: uppercase; }

.info-com {
  margin-top: 30px; }

.map-gg iframe {
  width: 100% !important;
  height: 300px !important; }

@media (min-width: 768px) {
  .contact-form {
    width: 50%;
    padding-right: 10px; }

  .info-com {
    width: 50%;
    padding-left: 10px; } }
/*filter*/
.group-filter {
  border: 1px solid #ddd;
  border-top: 0px; }
  .group-filter .form-filter {
    padding: 0px;
    padding-left: 15px;
    margin: 0px;
    list-style: none; }
  .group-filter .title-filter {
    margin: 0px;
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background: #3f3e44;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }

/*fix page*/
.page-partial .right-sidebar .cate-menu > li > a > i,
.page-partial .right-sidebar .sub-cate-menu1 > li > a > .fa-caret-right, .pro-detail .right-sidebar .cate-menu > li > a > i,
.pro-detail .right-sidebar .sub-cate-menu1 > li > a > .fa-caret-right {
  display: inline-block;
  text-align: center;
  height: 37px;
  width: 37px;
  line-height: 37px;
  color: #444;
  padding-top: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom: 1px solid #ddd;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

@media (max-width: 767px) {
  .container-content {
    padding-top: 50px; } }
@media (min-width: 768px) {
  .container-content {
    padding-top: 25px; }

  .page-partial .right-sidebar .cate-menu > li > a > i,
  .page-partial .right-sidebar .sub-cate-menu1 > li > a > .fa-caret-right, .pro-detail .right-sidebar .cate-menu > li > a > i,
  .pro-detail .right-sidebar .sub-cate-menu1 > li > a > .fa-caret-right {
    display: inline-block;
    text-align: center;
    height: 37px;
    width: 37px;
    line-height: 37px;
    color: #444;
    padding-top: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom: 1px solid #ddd;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .page-partial .right-sidebar .sub-cate-menu1, .pro-detail .right-sidebar .sub-cate-menu1 {
    display: none;
    max-height: inherit;
    width: 100%;
    margin: 0;
    padding: 0px;
    position: initial;
    background: #fff;
    border: 0px;
    border-top: 1px solid #ddd;
    transition: inherit;
    -webkit-transition: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    transform-origin: inherit;
    -webkit-transform-origin: inherit; }
    .page-partial .right-sidebar .sub-cate-menu1 li a, .pro-detail .right-sidebar .sub-cate-menu1 li a {
      padding-left: 25px; }
    .page-partial .right-sidebar .sub-cate-menu1 li:last-child > a, .pro-detail .right-sidebar .sub-cate-menu1 li:last-child > a {
      border-bottom: 0px; }
    .page-partial .right-sidebar .sub-cate-menu1 .sub-menu-gra3 li a, .pro-detail .right-sidebar .sub-cate-menu1 .sub-menu-gra3 li a {
      padding-left: 50px; } }
@media (min-width: 992px) {
  .other-product .detail-pro__item {
    width: 33.33%;
    width: calc(33.33% - 10px);
    margin-right: 15px; }
  .other-product .detail-pro__item:last-child {
    margin-right: 0px; } }
.main-pro .detail-pro-main .detail-pro__item {
  padding: 5px;
  border: 1px solid #ddd; }
  .main-pro .detail-pro-main .detail-pro__item .item {
    position: relative;
    margin-top: 25px; }
  .main-pro .detail-pro-main .detail-pro__item .owl-nav > div {
    display: none;
    position: absolute;
    top: 50%; }
    .main-pro .detail-pro-main .detail-pro__item .owl-nav > div i {
      padding: 6px 7px;
      background: #222;
      line-height: 7px;
      border-radius: 100%;
      color: #fff; }
  .main-pro .detail-pro-main .detail-pro__item .owl-prev {
    right: 0px; }
  .main-pro .detail-pro-main .detail-pro__item:hover {
    cursor: pointer; }
  .main-pro .detail-pro-main .detail-pro__item:hover .owl-nav > div {
    display: block; }
.main-pro .detail-pro-main .detail-pro__name {
  font-size: 14px;
  text-transform: uppercase; }
  .main-pro .detail-pro-main .detail-pro__name a {
    color: #444; }
.main-pro .detail-pro-main .detail-pro__price {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  padding: 5px 0px;
  border: 0px solid #eee;
  border-width: 1px 0px; }
  .main-pro .detail-pro-main .detail-pro__price small {
    font-weight: normal;
    text-decoration: line-through;
    color: #ababab;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 7px; }

/*# sourceMappingURL=styles.css.map */

@media (max-width: 991px) and (min-width: 768px){
    .pro-information {
      width: 100% !important;
      padding-right: 0px;
  }
  .main-menu>li>a{
    font-size:11px;
  }

}

/*fix trang chi tiet san pham*/

.wrap-pro-property .property-item{
  width: 50px;
}
.property-item{
  margin-left:20px;
}
.qty #quantity-detail{
  height: 38px;
  width: 40px;
}
.qty .qtyplus{
  right: -20px;
  top: 0px;
  width: 20px;
  height: 38px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-left: 0px;
}
.qty .qtyplus,
.qty .qtyminus{
  line-height: 38px;
}
.qty .qtyminus {
    right: 40px;
    top: 0px;
    font-size: 12px;
    width: 20px;
    height: 38px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-right: 0px;
}

.bottomBuy,
.addBuy,
.contactBuy{
    margin-right: 15px;
    display: inline-block;
    background: #feb005;
    border: 0px;
    color: #fff;
    outline: 0;
    padding: 9px 15px;
    text-transform: uppercase;
    border-radius: 3px;
}
.addBuy{
  background: #1977CE;
}
.pro-props__attr {
    padding: 10px 0px !important;
    border: 0px solid #f2f2f2;
    border-width: 1px 0px 1px 0px;
}
.pro-props__price,
.pro-props__oldprice{
  display: inline-block;
}
.pro-props__oldprice{
  margin-left: 20px;
  text-decoration: line-through;
  color:gray;
  font-style: italic;
  font-size: 16px;
}
.pro-desc{
  padding-top:10px;
  border-top:1px solid #f2f2f2;
}
.pro-detail__content .pro-props__attr li {
  margin-bottom: 2px;
}

.masanpham{
  padding:0px;
  margin:0px;
  list-style: none;
}
.masanpham{
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
}
.masanpham li{
  width: 50%;
}

.masanpham .redAll{
  color:red;
  margin-left: 10px;
}

.pro-detail__content .buy-now {
    margin-top: 0px;
    margin-bottom: 15px;
}
.pro-detail__content .pro-props__price {
  margin:5px 0px;
}
.note-buy-now{
  margin-top:5px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 0px;
  background: #f2f2f2;
  border-top:1px solid #f2f2f2;
}

.wrap-pro-property>.property-item{
  width: 120px;
  margin-left: 0px;
}
.wrap-pro-property>.property-item p{
  margin-bottom: 0px;
}
.pro-detail__content .pro-property{
  margin-top:10px;
}

.pro-detail__content .pro-props__price{
  font-size:28px;
}

@media (max-width: 767px){
  .property-item{
    display: inline-block;
    margin-right: 10px;
  }
}

@media (min-width: 767px){
  @media(max-width: 991px){
    .property-item{
      margin-right: 15px;
    }

    .authentics {
        width: 80%;
    }
    .authentics img{
      display: block;
      width: 100% !important;
      height: auto;
    }
  }
}

/*menu*/
@media (min-width: 992px){
  .menu-nav{
    background:#f679dd;
  }
  .main-menu{
    padding:0px;
    margin:0px;
    list-style: none;
  }
  .main-menu>li{
    flex-grow: 1;
  }

  .main-menu>li>a{
    padding:12px 0px;
    position: relative;
    text-align: center;
    color:#fff;
    font-weight: bold;
    border-right: 1px solid #ee70d4;
  }
  .main-menu>li>a:hover{
    background-color: #f61758;
  }
  .main-menu>li:first-child>a{
    border-left: 1px solid #ee70d4;
  }
  .main-menu li a{
    display: block;
    text-transform: uppercase;
  }
  .mainmenu-sub{
    width: 250px;
    position: absolute;
    z-index: 8888;
    padding:0px;
    margin:0px;
    background:#fff;
    list-style: none;
    border-top: 1px solid #fff;

   -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s linear;
    -moz-transition: -moz-transform 0.3s linear;
    transition: transform 0.3s linear;

  }
  .main-menu>li:hover .mainmenu-sub{
      opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mainmenu-sub li a{
    display: block;
    padding: 9px 15px;
    color:#000;
    border-bottom: 1px solid #ddd;
  }
  .mainmenu-sub>li,
  .mainmenu-sub>li>a{
    position: relative;
  }
  .mainmenu-sub>li>a>i{
    position: absolute;
    right: 15px;
    top:12px;
  }
  .main-menu>.active{
    background: #f61758;
  }
  .sub-menu2{
    padding:0px;
    list-style: none;
    margin:0px;
    position: absolute;
    left:100%;
    width: 250px;
    top:0px;
    background-color: #fff;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s linear;
    -moz-transition: -moz-transform 0.3s linear;
    transition: transform 0.3s linear;
  }
  .mainmenu-sub>li:hover .sub-menu2{
     opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mainmenu-sub li a:hover{
    background:#f679dd;
    color: #fff;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .main-menu{
    display: block;
  }
}

.see-more{
    font-size: 15px;
    text-decoration: underline !important;
    font-weight: bold;
    float: right;
    margin-top: -25px;
}

.s-mobile{
      width: calc(100% - 55px);
      background: transparent;
      margin: 0;
      padding: 6px 12px;
      padding-left: 40px;
      color: #444;
      border: 0 none;
      outline: 0px;
  }
  .search-button {
      top: 0;
      right: 0;
      height: 33px;
      padding: 0;
      width: 40px;
      font-size: 14px;
      color: #666;
      margin: 0;
      outline: none;
      border: 0 none;
      background:#f679dd;
      
  }
  .search-button i{
        transform: rotate(0deg) translate(0px,0px);
      transition: all 0.4s ease;
      color:#fff;
      }
.wrapper-search{
  width: 300px;
  position: relative;
  top: -1px;
}

.wrap-pro-detail-cap {
    height: 100%;
    border: 1px solid #ddd;
}

.wrap-pro-detail-cap img {
    border: 0px;
}

.support ul{
  padding: 10px 15px;
  list-style: none;
  margin: 0px;
}

.support ul li{
  flex-grow: 1;
}

.top-pro-new{
  margin-bottom: 10px;
}

.wrap-sidebar .title-sb a{
  padding-left: 15px;
  text-transform: uppercase;
}
.wrap-sidebar .title-sb a i{
  margin-right: 5px;
}
.wrap-sidebar .title-sb{
  position: relative;
}
.wrap-sidebar .title-sb:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -1px;
    z-index: 444;
    left: 19px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
}

.support{
  border:1px solid #ddd;
  border-top:0px;
}

@media (max-width: 767px){
  .authentics{
    padding-top: 20px;
  }
  .authentics img{
    display: block;
    max-width: 100%;
    height: auto;
  }
  .see-more{
    bottom: 17px;
  }
  .wrap-best-self .owl-nav > div{
      top: -36px;
      background: #fff;
  }
  .support ul li{
    display: inline-block;
    margin-right: 15px;
  }
  .container-content,
  .main-slider{
     padding-top: 0px; 
}
.news-main-img {
    width: 40%;
}
.news-main-cap {
    width: 60%;
}
.news-main-img img{
  height: 80px;
}
.see-more{
 /* display: none !important;*/
}
  @media (max-width: 439px){
    .title-mpro a {
      display: inline-block;
      width: calc(100% - 80px);
  }
  }
  @media (min-width: 480px){
    .see-more{
      display: block !important;
    }
  }
}

@media (min-width: 768px){
    .other-news .news-group .sub-news-list img {
      height: 165px;
  }
}
@media (min-width: 1200px){
  .other-news .news-group .sub-news-list img {
    height: 180px;
}
}
.support-online .fb-page span { width:100% !important;}
.social-network{margin-top:13px;text-align:right;margin-right:2px;}
.googlelike{float:right;}
.googlelike1{float:right;width:70px;padding-right:15px;}
#social-iconall{height:30px;margin-top:10px;margin-bottom:10px;}
#social-iconalla{width:100%;height:40px; overflow:hidden;}

.f-info-detail ul{
  padding:0px;
  list-style: none;
  margin:0px;
}
.f-info-detail ul li{
  border-bottom: 0px;
}
.f-info-detail ul li:before{
  display: none;
}
.f-info-detail ul li i{
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #E91E63;
  color:#fff;
  border-radius: 100%;
}
.detail-pro__price { color:#f679dd; font-weight:700;}

@media (max-width: 767px){
  .main-menu>li>a>i{
    display: none;
  }
}

@media (min-width: 768px){
  .sub-cate-MenuActive1{
    list-style-position: inside;
    padding: 0px;
    padding-left: 10px;
    border-top: 1px solid #ddd;
  }
  .sub-cate-MenuActive1>li{
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
  }
  .sub-cate-MenuActive1 li:last-child {
    border-bottom: 0px;
  }
  .sub-cate-MenuActive1>li>a{
    display: inline-block;
    padding: 5px 0px;
    margin-left: -11px;
  }
}