﻿@charset "UTF-8";
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0; }

label {
  font-weight: normal; }

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }

select {
  padding-left: 8px; }

input[type="number"] {
  padding-left: 5px; }

textarea {
  padding: 8px 12px 5px 12px; }

input, textarea, select, button, a {
  outline: none; }

button {
  border: none;
  background: none; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover; }

.relative {
  position: relative; }

.static {
  position: static; }

.absolute {
  position: absolute; }

.text-justify {
  text-align: justify; }

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both; }

.row-ibl {
  font-size: 0; }
  .row-ibl > [class^="col-"] {
    font-size: 14px;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .row-ibl:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .row-ibl.mid > [class^="col-"] {
    vertical-align: middle; }
  .row-ibl.bot > [class^="col-"] {
    vertical-align: bottom; }
  .row-ibl > [class^="col-"].i-mid {
    vertical-align: middle; }
  .row-ibl > [class^="col-"].i-top {
    vertical-align: top; }
  .row-ibl > [class^="col-"].i-bot {
    vertical-align: bottom; }

.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@font-face {
  font-family: 'ProductSans';
  src: url("../fonts/Product_Sans_Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'ProductSans';
  src: url("../fonts/Product_Sans_SemiBold.ttf") format("truetype");
  font-weight: 600; }
@font-face {
  font-family: 'ProductSans';
  src: url("../fonts/Product_Sans_SemiBold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'ProductSans_Italic';
  src: url("../fonts/Product_Sans_Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'UTMAmericanSans';
  src: url("../fonts/UTMAmericanSans.ttf") format("truetype"); }
@font-face {
  font-family: 'gotham-ultra';
  src: url("../fonts/gotham-ultra.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'elle-futura-book_2';
  src: url("../fonts/elle-futura-book_2.otf");
  font-weight: bold; }
.col-xs-f20 {
  float: left;
  width: 20%; }

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; } }
.pad-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pad-5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad-8 {
  padding-left: 8px;
  padding-right: 8px; }

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

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px; }

.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px; }

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px; }

.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px; }

.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px; }

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px; }

.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.c-img {
  display: block;
  position: relative;
  padding-top: 100%; }
  .c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }

.t-commitment-post .t-icon img, .t-cause-post .t-icon img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto; }

.hv-over {
  display: block;
  position: relative; }
  .hv-over:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-over:hover:after {
    background: rgba(255, 255, 255, 0.3); }

.hv-scale {
  overflow: hidden;
  display: block; }
  .hv-scale img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-scale:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.hv-light {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #fff; }
  .hv-light:before, .hv-light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .hv-light:before {
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-light:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
  .hv-light:hover:before {
    background: rgba(242, 211, 0, 0.2); }
  .hv-light:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media all and (max-width: 1199px) {
  .md-left {
    text-align: left; }

  .md-center {
    text-align: center; }

  .md-right {
    text-align: right; } }
@media all and (max-width: 991px) {
  .sm-left {
    text-align: left; }

  .sm-center {
    text-align: center; }

  .sm-right {
    text-align: right; } }
@media all and (max-width: 767px) {
  .xs-left {
    text-align: left; }

  .xs-center {
    text-align: center; }

  .xs-right {
    text-align: right; }

  .xs-pad-7 {
    margin: 0 -7px; }
    .xs-pad-7 > [class^="col-"] {
      padding: 0 7px; }

  .xs-pad-5 {
    margin: 0 -5px; }
    .xs-pad-5 > [class^="col-"] {
      padding: 0 5px; } }
.table {
  display: table;
  margin: 0; }
  .table .line {
    display: table-row; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

body {
  font-size: 14px;
  font-family: "ProductSans";
  line-height: 1.5;
  color: #666; }

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content li {
  list-style: inherit;
  margin-bottom: 5px; }
.s-content p {
  margin-bottom: 10px; }
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  height: auto !important; }
.s-content table, .s-content iframe {
  max-width: 100%; }

.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px; }

.slick-list {
  margin: 0 -15px; }
  .slick-list .slick-slide {
    margin: 0 15px; }

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute; }

.slick-dots {
  text-align: center; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #666;
    border-radius: 50%;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #666; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.dura5 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.dura15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.dura20 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.dura100 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s; }

.carousel {
  z-index: 0; }
  .carousel.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .carousel.carousel-fade .carousel-inner .item, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .carousel.carousel-fade .carousel-inner .active, .carousel.carousel-fade .carousel-inner .next.left, .carousel.carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .carousel.carousel-fade .carousel-inner .next, .carousel.carousel-fade .carousel-inner .prev, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel .carousel-indicators {
    z-index: 1;
    line-height: 1; }
    .carousel .carousel-indicators li {
      vertical-align: middle; }
  .carousel .slider-arrow {
    cursor: pointer;
    z-index: 1; }

header .logo {
  display: inline-block;
  vertical-align: middle; }
  header .logo img {
    display: block; }
header .top {
  padding: 8px 0; }

.h-name {
  text-transform: uppercase;
  color: #d22323;
  font-size: 23px;
  line-height: 1.2;
  font-family: "UTMAmericanSans";
  font-weight: normal;
  margin-bottom: 10px; }
  .h-name strong {
    font-size: 191.3%;
    display: block;
    font-weight: normal; }

.h-line {
  color: #444444;
  line-height: 1.55; }
  .h-line i {
    margin-right: 9px; }

.ic-phone {
  width: 28px;
  height: 32px;
  background-image: url("../images/ic-phone.png"); }

.h-hotline {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 36px;
  font-size: 13px;
  color: #333333;
  text-align: left;
  line-height: 1;
  min-height: 35px; }
  .h-hotline i {
    position: absolute;
    left: 0;
    top: 1px; }
  .h-hotline strong {
    color: #12ab54;
    font-size: 18px;
    font-family: "gotham-ultra";
    display: block;
    margin-top: 4px; }
  .h-hotline:hover {
    color: #12ab54; }

.main-bar {
  background: #12ab54; }

.main-nav {
  display: inline-block;
  vertical-align: middle; }
  .main-nav > ul {
    font-size: 0; }
    .main-nav > ul > li {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px; }
      .main-nav > ul > li:last-child {
        margin-right: 0; }
      .main-nav > ul > li > a {
        display: block;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        padding: 17px;
      }
        .main-nav > ul > li > a:not(:only-child):after {
          font-family: "FontAwesome";
          content: "";
          margin-left: 7px;
          display: inline-block;
          vertical-align: middle;
          font-size: 13px;
          margin-top: -3px; }
      .main-nav > ul > li:hover > a {
        background: #01a85a; }
  .main-nav li {
    position: relative;
    text-align: left; }
    .main-nav li ul {
      position: absolute;
      min-width: 270px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      z-index: 1;
      margin-top: 10px;
      pointer-events: none;
      opacity: 0;
      -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2); }
      .main-nav li ul ul {
        left: 100%;
        top: 0;
        padding-top: 0;
        padding-left: 5px; }
      .main-nav li ul a {
        background: #fff;
        display: block;
        color: #555555;
        font-size: 14px;
        padding: 10px 15px 10px 20px;
        border-bottom: solid 1px #dedede;
        position: relative; }
        .main-nav li ul a:after {
          font-family: "FontAwesome";
          content: "";
          position: absolute;
          right: 15px;
          line-height: 14px;
          top: 50%;
          margin-top: -7px;
          opacity: 0;
          -webkit-transition: all 0s ease-in-out;
          transition: all 0s ease-in-out; }
      .main-nav li ul li:hover > a {
        background: #059141;
        color: #fff; }
        .main-nav li ul li:hover > a:after {
          opacity: 1; }
    .main-nav li:hover > ul {
      margin-top: 0;
      pointer-events: all;
      opacity: 1; }

  .main-nav li.active>a {
    background: #01a85a;
  }
.search-fr {
  position: relative;
  margin-left: 23px; }
  .search-fr input {
    width: 100%;
    height: 55px;
    border: none;
    font-size: 12px;
    font-style: italic;
    background: #059141;
    color: #fff; }
    .search-fr input::-webkit-input-placeholder {
      color: #22bf66; }
    .search-fr input:-moz-placeholder {
      color: #22bf66; }
    .search-fr input::-moz-placeholder {
      color: #22bf66; }
    .search-fr input:-ms-input-placeholder {
      color: #22bf66; }
  .search-fr button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    color: #fff;
    font-size: 18px; }

.slider-cas .slick-list {
  margin: 0; }
  .slider-cas .slick-list .slick-slide {
    margin: 0; }
.slider-cas .item {
  position: relative; }
.slider-cas .img img {
  display: block;
  width: 100%; }
.slider-cas .slick-arrow {
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  opacity: 0.5;
  height: 40px; }
  .slider-cas .slick-arrow:hover {
    opacity: 1; }
  .slider-cas .slick-arrow.prev {
    left: 20px; }
  .slider-cas .slick-arrow.next {
    right: 20px; }
.slider-cas .slick-dots {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 18px; }
  .slider-cas .slick-dots li {
    width: 11px;
    height: 11px;
    background: #fff;
    border: none;
    margin: 0 7px;
    position: relative; }
    .slider-cas .slick-dots li:after {
      content: '';
      position: absolute;
      top: -3px;
      right: -3px;
      bottom: -3px;
      left: -3px;
      border-radius: 50%;
      border: solid 1px #fff; }
    .slider-cas .slick-dots li.slick-active {
      background: #0fae53; }
      .slider-cas .slick-dots li.slick-active:after {
        border-color: #0fae53; }
.slider-cas .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 158px;
  text-align: right; }
  .slider-cas .caption .ct {
    display: inline-block;
    vertical-align: middle;
    margin-right: 38px;
    width: 570px;
    max-width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(5, 145, 65, 0.86);
    padding: 14px 0 17px 0;
    background-image: url("../images/ar1.png"), url("../images/ar2.png"), url("../images/ar3.png"), url("../images/ar4.png");
    background-repeat: no-repeat;
    background-position: top 5px left 5px, top 5px right 5px, bottom 5px right 5px, bottom 5px left 5px; }
  .slider-cas .caption h3 {
    font-size: 17px;
    font-family: "OpenSans";
    margin-bottom: 18px; }
    .slider-cas .caption h3:before, .slider-cas .caption h3:after {
      content: '';
      width: 55px;
      height: 2px;
      display: inline-block;
      vertical-align: middle;
      background: #03af59; }
    .slider-cas .caption h3:before {
      margin-right: 10px; }
    .slider-cas .caption h3:after {
      margin-left: 10px; }
  .slider-cas .caption h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 14px; }
  .slider-cas .caption p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px; }
  .slider-cas .caption a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 31px;
    line-height: 35px;
    text-transform: uppercase;
    background: #077738; }
    .slider-cas .caption a:hover {
      background: #fff;
      color: #077738; }

.h-about {
  padding-top: 56px;
  padding-bottom: 60px; }
  .h-about .ct {
    margin-right: 40px; }
  .h-about h3 {
    font-size: 24px;
    color: #444444;
    font-family: "elle-futura-book_2";
    margin-bottom: 6px; }
  .h-about h2 {
    text-transform: uppercase;
    color: #01a85a;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px; }
  .h-about .s-content {
    color: #555555;
    line-height: 26px;
    text-align: justify; }
    .h-about .s-content p {
      margin-bottom: 20px; }
  .h-about .note {
    text-align: center;
    color: #222222;
    text-transform: uppercase;
    line-height: 2;
    font-weight: 600;
    position: relative;
    max-width: 595px;
    margin: 40px auto 0 auto;
    padding: 0 30px; }
    .h-about .note:before, .h-about .note:after {
      font-family: FontAwesome;
      color: #01a85a;
      font-size: 18px;
      line-height: 1;
      position: absolute; }
    .h-about .note:before {
      content: "\f10d";
      margin-left: -30px;
      margin-top: 2px; }
    .h-about .note:after {
      content: "\f10e";
      margin-left: 10px;
      margin-top: 12px; }
  .h-about .img {
    max-width: 481px;
    margin: auto;
    margin-top: 18px; }
  .h-about .video {
    text-align: right;
    margin-top: -35px; }
    .h-about .video .yt-box {
      display: inline-block;
      vertical-align: middle; }

.yt-box {
  position: relative;
  z-index: 0; }
  .yt-box img {
    display: block;
    width: 100%;
    cursor: pointer; }
  .yt-box iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .yt-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .yt-box:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '';
    z-index: 1;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    width: 112px;
    height: 112px;
    margin-top: -56px;
    margin-left: -56px;
    background-image: url("../images/play.png");
    background-position: center center;
    background-size: contain; }
  .yt-box:hover:before {
    opacity: 1; }

.h-services {
  background: #fafafa;
  padding-bottom: 68px;
  margin-bottom: 46px; }
  .h-services .t-title {
    margin-top: 30px;
    margin-bottom: 48px; }

.service .img {
  display: block;
  position: relative; }
  .service .img img {
    display: block;
    width: 100%; }
.service .ct {
  background: #fff;
  padding: 27px 11px 19px 11px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .service .ct .title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 12px; }
  .service .ct p {
    margin-bottom: 0;
    font-size: 15px;
    color: #666666;
    line-height: 28px;
    text-align: justify;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.service:hover .ct {
  background: #01a85a; }
  .service:hover .ct .title {
    color: #fff; }
  .service:hover .ct p {
    color: #fff; }

.service-cas {
  padding-bottom: 72px; }
  .service-cas .slick-arrow {
    bottom: 0;
    width: 70px;
    height: 32px;
    background: #fff;
    border: solid 1px #eeeeee;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    color: #383838; }
    .service-cas .slick-arrow.prev {
      right: 50%;
      margin-right: 4px; }
    .service-cas .slick-arrow.next {
      left: 50%;
      margin-left: 4px; }
    .service-cas .slick-arrow:hover {
      color: #01a85a; }

@media all and (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media all and (max-width: 1199px) {
  .main-nav > ul > li > a {
    padding: 17px 20px 17px 20px; }

  .slider-cas .caption {
    top: 120px; } }
@media all and (max-width: 991px) {
  .menu-btn {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    z-index: 1; }
    .menu-btn i {
      display: block;
      margin: auto;
      border-top: solid 2px #01a85a;
      width: 17px;
      border-bottom: double 7px #01a85a;
      height: 12px; }
    .menu-btn.act i {
      width: auto;
      height: auto;
      border: none; }
      .menu-btn.act i:after, .menu-btn.act i:before {
        content: '';
        display: block;
        margin: auto;
        width: 17px;
        border-bottom: solid 2px #01a85a; }
      .menu-btn.act i:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px; }
      .menu-btn.act i:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .menu-btn.v2 {
      background: #01a85a; }
      .menu-btn.v2 i {
        border-color: #fff; }
      .menu-btn.v2.act i:after, .menu-btn.v2.act i:before {
        border-color: #fff; }

  .main-nav {
    display: none; }

  .m-nav {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    width: 290px;
    right: -290px; }
    .m-nav.act {
      right: 0; }
    .m-nav .nav-ct {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      padding-top: 20px; }
    .m-nav .nav-close {
      top: 14px;
      right: 14px;
      background: none; }
    .m-nav .main-nav {
      display: block;
      margin: 0;
      padding: 0; }
      .m-nav .main-nav > ul > li {
        display: block;
        margin: 0; }
        .m-nav .main-nav > ul > li > a {
          display: block;
          border: none;
          border-top: solid 1px #e6e6e6;
          line-height: 20px;
          padding: 10px 15px;
          color: #01a85a;
          margin: 0px; }
          .m-nav .main-nav > ul > li > a:not(:only-child):after {
            content: none;
            display: none; }
          .m-nav .main-nav > ul > li > a:before {
            content: none;
            display: none; }
        .m-nav .main-nav > ul > li:hover > a {
          color: #fff;
          background: #01a85a; }
      .m-nav .main-nav li {
        position: relative; }
        .m-nav .main-nav li ul {
          display: none;
          width: auto;
          position: static;
          background: rgba(0, 0, 0, 0.03);
          border: none;
          margin: 0px;
          opacity: 1;
          -webkit-transition: none;
          transition: none;
          pointer-events: all;
          padding: 0;
          min-width: auto;
          -webkit-box-shadow: none;
                  box-shadow: none; }
          .m-nav .main-nav li ul:after {
            content: none;
            display: none; }
          .m-nav .main-nav li ul a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            background: none;
            color: #01a85a;
            border: none;
            border-top: solid 1px #e6e6e6;
            padding: 10px 15px 10px 30px;
            margin: 0px; }
            .m-nav .main-nav li ul a:after {
              content: none; }
          .m-nav .main-nav li ul li:hover > a {
            background: #01a85a;
            color: #fff; }
          .m-nav .main-nav li ul ul a {
            padding-left: 45px; }
        .m-nav .main-nav li .nav-drop {
          display: block;
          font-style: normal;
          height: 40px;
          width: 40px;
          text-align: center;
          padding-top: 2px;
          font-size: 16px;
          line-height: 39px;
          background: rgba(0, 0, 0, 0.03);
          color: #01a85a;
          float: right;
          position: relative;
          z-index: 1;
          cursor: pointer; }
          .m-nav .main-nav li .nav-drop:after {
            font-family: "FontAwesome";
            content: ""; }
          .m-nav .main-nav li .nav-drop.act:after {
            content: "\f0d8"; }
        .m-nav .main-nav li:hover > .nav-drop {
          color: #fff; }
        .m-nav .main-nav li:hover > ul {
          margin-top: 0;
          pointer-events: all;
          opacity: 1; }
    .m-nav .h-hotline {
      margin-left: 15px; }
    .m-nav .search-fr {
      margin-left: 0;
      margin-top: 15px; }
      .m-nav .search-fr input {
        height: 40px; }
    .m-nav .h-name {
      font-size: 16px;
      margin: 15px;
      text-align: center; }
      .m-nav .h-name strong {
        font-size: 150%;
        margin-top: 6px; }
    .m-nav .h-line {
      margin-left: 15px;
      margin-right: 10px;
      margin-bottom: 10px; }
      .m-nav .h-line i {
        margin-right: 5px; }

  .sb-nav {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    width: 290px;
    right: -290px; }
    .sb-nav.act {
      right: 0; }
    .sb-nav .nav-ct {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      padding-top: 15px; }
    .sb-nav .sb-close {
      top: 9px;
      right: 10px;
      background: none; }

  header {
    position: relative;
    padding: 10px 0; }
    header .top {
      padding: 0; }
    header .logo img {
      max-height: 60px; }
    header .nav-open, header .sb-open {
      position: absolute;
      top: 50%;
      margin-top: -20px; }
    header .nav-open {
      right: 10px; }
    header .sb-open {
      left: 10px; }

  .slider-cas .caption {
    top: 50px;
    text-align: center; }
    .slider-cas .caption .ct {
      margin-right: 0; }

  .h-about .ct {
    margin-right: 0; }
  .h-about h3 {
    font-size: 20px; }
  .h-about h2 {
    font-size: 28px;
    margin-bottom: 10px; }
  .h-about .s-content p {
    margin-bottom: 12px; }
  .h-about .note {
    margin-top: 20px; }
  .h-about .img {
    margin-top: 30px; } }
@media all and (max-width: 767px) {
  .slider-cas .img img {
    min-height: 180px; }
  .slider-cas .slick-dots {
    bottom: 8px; }
  .slider-cas .caption {
    top: auto;
    bottom: 35px;
    text-align: center; }
    .slider-cas .caption .ct {
      margin-right: 0;
      background: rgba(5, 145, 65, 0.86);
      padding: 15px; }
      .slider-cas .caption .ct h3 {
        font-size: 14px;
        margin-bottom: 5px;
        display: none; }
        .slider-cas .caption .ct h3:before, .slider-cas .caption .ct h3:after {
          content: none; }
      .slider-cas .caption .ct h2 {
        font-size: 18px; }
        .slider-cas .caption .ct h2 span {
          display: block; }
      .slider-cas .caption .ct p {
        display: none; }

  .h-about {
    padding-top: 40px;
    padding-bottom: 40px; }

  .h-services {
    padding-bottom: 40px;
    margin-bottom: 35px; }
    .h-services .t-title {
      margin-top: 30px;
      margin-bottom: 30px; }

  .service-cas {
    padding-bottom: 60px; } }
@media all and (min-width: 992px) {
  header.fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5); }
    header.fixed .top {
      display: none; } }
@media all and (max-width: 991px) {
  header.fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5); }
    header.fixed .nav-open {
      margin-top: -20px; } }
.ic-title {
  width: 28px;
  height: 14px;
  background-image: url("../images/t-ic-title.png"); }

.t-title {
  font-size: 36px;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-weight: 600;
  padding-bottom: 23px; }
  .t-title:after {
    content: '';
    width: 87px;
    height: 1px;
    background: #e9e9e9;
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    margin-right: 14px; }
  .t-title:before {
    content: '';
    width: 87px;
    height: 1px;
    background: #e9e9e9;
    margin-left: 14px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0; }
  .t-title i {
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: -7px; }

.t-commitment {
  margin-bottom: 7px; }
  .t-commitment .t-title {
    margin-bottom: 38px; }

.t-commitment-post {
  cursor: pointer;
  background: #fafafa;
  padding: 31px 18px 40px 18px;
  max-width: 400px;
  margin: 0 auto 38px auto; }
  .t-commitment-post .t-icon {
    position: relative;
    width: 51px;
    height: 51px;
    margin: 0 auto 18px auto; }
    .t-commitment-post .t-icon img {
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      .t-commitment-post .t-icon img:last-child {
        opacity: 0; }
  .t-commitment-post .t-commitment {
    font-size: 16px;
    color: #2e2e2e;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    max-height: 24px;
    overflow: hidden;
    margin-bottom: 12px; }
  .t-commitment-post .t-text {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    max-height: 104px;
    overflow: hidden; }
  .t-commitment-post:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15); }
    .t-commitment-post:hover .t-icon img:last-child {
      opacity: 1; }

.t-construction {
  margin-bottom: 60px; }
  .t-construction .t-title {
    margin-bottom: 44px; }
  .t-construction .t-construction-post {
    display: block;
    border: solid 1px #eeeeee;
    margin-left: -1px;
    margin-bottom: -1px; }

.t-why {
  margin-bottom: 27px; }
  .t-why .t-why-img {
    margin-bottom: 40px; }

.t-cause {
  margin-left: 54px;
  margin-top: -13px; }
  .t-cause .t-title-why {
    font-size: 32px;
    text-transform: uppercase;
    color: #444444;
    font-weight: 600;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 60px; }
    .t-cause .t-title-why:after {
      content: '';
      width: 70px;
      height: 1px;
      background: #01a85a;
      position: absolute;
      bottom: 0;
      left: 0; }

.t-cause-post {
  cursor: pointer;
  margin-bottom: 69px; }
  .t-cause-post .t-icon {
    position: relative;
    width: 80px;
    height: 80px;
    background: #f2f2f2;
    border-radius: 50%;
    display: block;
    float: left; }
    .t-cause-post .t-icon img {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .t-cause-post .t-icon img:last-child {
        opacity: 0; }
  .t-cause-post:hover .t-icon {
    background: #01a85a; }
    .t-cause-post:hover .t-icon img:last-child {
      opacity: 1; }
  .t-cause-post .t-ct {
    margin-left: 95px; }
    .t-cause-post .t-ct .t-cause-title {
      font-size: 16px;
      color: #333333;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 11px;
      max-height: 24px;
      overflow: hidden; }
    .t-cause-post .t-ct p {
      font-size: 14px;
      color: #666666;
      max-height: 42px;
      overflow: hidden; }

.t-news .t-news-tab li {
  display: inline-block; }
  .t-news .t-news-tab li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    border: solid 1px #c8c8c8;
    padding: 10px 17px;
    margin: 0 4px 27px 4px; }
.t-news .t-news-tab .active a {
  color: #fff;
  background: #01a85a;
  border-color: #01a85a; }

.t-news-big {
  margin-right: -50px;
  margin-bottom: 40px; }
  .t-news-big .t-img {
    display: block;
    margin-bottom: 21px;
    position: relative; }
    .t-news-big .t-img:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      border: solid 3px #52a67c;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      opacity: 0; }
    .t-news-big .t-img img {
      width: 100%;
      height: 100%; }
  .t-news-big .t-title-big {
    font-size: 24px;
    font-weight: 600;
    color: #3c3c3c;
    margin-bottom: 8px; }
    .t-news-big .t-title-big a:hover {
      color: #01a85a; }
  .t-news-big p {
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    text-align: justify; }
  .t-news-big:hover .t-img:after {
    opacity: 1; }
  .t-news-big:hover .t-title-big a {
    color: #01a85a; }

.t-list-post {
  margin-left: 45px;
  margin-bottom: 60px; }
  .t-list-post .t-post-small {
    border-bottom: solid 1px #b9b9b9;
    padding: 16px 0 16px 2px; }
    .t-list-post .t-post-small:last-child {
      border: none;
      padding-bottom: 0; }
    .t-list-post .t-post-small:first-child {
      padding-top: 0; }
    .t-list-post .t-post-small .t-img {
      width: 196px;
      float: left;
      display: block;
      position: relative; }
      .t-list-post .t-post-small .t-img img {
        width: 100%;
        height: 100%; }
      .t-list-post .t-post-small .t-img:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
        border: solid 2px #52a67c;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 0; }
    .t-list-post .t-post-small .t-ct {
      margin-left: 208px;
      display: block;
      line-height: 25px;
      color: #5a5a5a;
      padding-top: 3px;
      max-height: 78px;
      overflow: hidden; }
      .t-list-post .t-post-small .t-ct:hover {
        color: #01a85a; }
    .t-list-post .t-post-small:hover .t-img:after {
      opacity: 1; }
    .t-list-post .t-post-small:hover .t-ct {
      color: #01a85a; }

.t-feedback {
  background: #f9f9f9;
  padding-top: 50px; }
  .t-feedback .t-title {
    margin-bottom: 32px; }
  .t-feedback i {
    font-size: 36px;
    text-align: center;
    display: block;
    color: #01a85a; }

.t-feedback-cas {
  position: relative;
  z-index: 1;
  max-width: 994px;
  margin: 0 auto 60px auto;
  padding: 0 40px 0 40px; }
  .t-feedback-cas:after {
    content: '';
    display: block;
    background-image: url("../images/t-bg1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 25px;
    z-index: -1; }
  .t-feedback-cas .slick-list {
    margin: 0; }
  .t-feedback-cas .item {
    text-align: center;
    padding: 35px 0px 0 0px; }
    .t-feedback-cas .item .t-text {
      font-size: 15px;
      color: #666666;
      margin-bottom: 40px; }
    .t-feedback-cas .item .t-name {
      font-size: 18px;
      font-weight: 600;
      color: #444444;
      margin-bottom: 43px; }
    .t-feedback-cas .item img {
      width: 80px;
      height: 80px;
      margin: auto; }
  .t-feedback-cas .slick-arrow {
    font-size: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    color: #333; }
    .t-feedback-cas .slick-arrow:hover {
      color: #14a351; }
  .t-feedback-cas .next {
    right: -20px; }
  .t-feedback-cas .prev {
    left: -20px; }

.t-partner {
  margin-bottom: 45px;
  padding-top: 45px; }
  .t-partner .t-title {
    margin-bottom: 40px; }

.t-partner-cas {
  padding: 0 15px;
  margin: 0 -30px; }
  .t-partner-cas .slick-slide {
    margin: 0 15px; }
  .t-partner-cas .t-img {
    height: 95px;
    position: relative;
    display: block;
    background: #f9f9f9; }
    .t-partner-cas .t-img img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  .t-partner-cas .slick-arrow {
    font-size: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    width: 27px;
    height: 27px;
    border: solid 1px #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    color: #333; }
    .t-partner-cas .slick-arrow:hover {
      color: #14a351; }
  .t-partner-cas .next {
    right: 0;
    margin-right: -5px; }
  .t-partner-cas .prev {
    left: 0;
    margin-left: -5px; }

.t-footer {
  background: #14a351;
  color: #fefefe;
  padding-bottom: 34px; }

.t-foot-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 42px;
  margin-bottom: 22px; }

.t-foot-info {
  margin-right: -30px; }
  .t-foot-info p {
    margin-bottom: 12px; }
    .t-foot-info p i {
      width: 15px;
      margin-right: 10px; }

.t-foot-service {
  margin-left: 45px; }
  .t-foot-service a {
    display: block;
    margin-bottom: 13px; }
    .t-foot-service a:hover {
      color: #d22323; }

.t-foot-regis p {
  margin-bottom: 22px;
  font-size: 13px; }
.t-foot-regis .t-search {
  margin-right: 10px;
  position: relative;
  margin-bottom: 23px; }
  .t-foot-regis .t-search input {
    width: 100%;
    height: 36px;
    border: none;
    color: #b9b2b2;
    font-size: 11px;
    font-style: italic; }
  .t-foot-regis .t-search button {
    line-height: 36px;
    padding: 0 18px;
    color: #fff;
    background: #0d8d44;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px; }
    .t-foot-regis .t-search button:hover {
      background: #0b7639; }
.t-foot-regis .t-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #097a3a;
  text-align: center;
  margin-right: 18px; }
  .t-foot-regis .t-social a:hover {
    background: #fff;
    color: #14a351; }
  .t-foot-regis .t-social a i {
    line-height: 36px;
    font-size: 12px; }

.copyright {
  color: #fff;
  background: #088e41;
  padding: 18px 0; }
  .copyright a:hover {
    text-decoration: underline; }

@media all and (max-width: 1199px) {
  .t-cause {
    margin-left: 0; }
    .t-cause .t-title-why {
      font-size: 24px;
      margin-bottom: 35px; }

  .t-cause-post {
    margin-bottom: 38px; } }
@media all and (max-width: 991px) {
  .t-news-big {
    margin-right: 0; }

  .t-list-post {
    margin-left: 0; }

  .t-foot-service {
    margin-left: 0; }

  .t-foot-info {
    margin-right: 0; }

  .t-feedback-cas {
    margin: 0 auto 64px auto;
    padding-left: 10px;
    padding-right: 10px; }
    .t-feedback-cas .item {
      text-align: center;
      padding: 20px 20px 0 20px; }
      .t-feedback-cas .item .t-text {
        margin-bottom: 20px; }
      .t-feedback-cas .item .t-name {
        margin-bottom: 10px; }
    .t-feedback-cas .next {
      right: -20px; }
    .t-feedback-cas .prev {
      left: -20px; }

  .t-partner-cas {
    padding: 0 35px; }
    .t-partner-cas .slick-arrow.prev {
      margin-left: 8px; }
    .t-partner-cas .slick-arrow.next {
      margin-right: 8px; } }
@media all and (max-width: 767px) {
  .t-cause .t-title-why {
    font-size: 21px;
    margin-bottom: 30px; }

  .t-news-big .t-img {
    margin-bottom: 15px; }
  .t-news-big .t-title-big {
    font-size: 16px; }

  .t-list-post .t-post-small .t-img {
    width: 160px; }
  .t-list-post .t-post-small .t-ct {
    margin-left: 170px; }

  .t-partner-cas {
    margin: 0; }
    .t-partner-cas .t-img {
      height: 75px; }

  .t-feedback-cas {
    margin-bottom: 40px; }
    .t-feedback-cas:after {
      display: none; }
    .t-feedback-cas .item img {
      width: 60px;
      height: 60px; }

  .t-title {
    font-size: 24px; }

  .t-commitment-post {
    padding-bottom: 28px;
    margin-bottom: 28px; }

  .t-construction .t-title {
    margin-bottom: 35px; }

  .t-construction {
    margin-bottom: 40px; }

  .t-feedback {
    padding-top: 40px; }

  .t-partner {
    padding-top: 40px;
    margin-bottom: 45px; }

  .t-footer {
    padding-top: 18px;
    padding-bottom: 25px; }

  .t-foot-title {
    margin-top: 15px;
    margin-bottom: 15px; } }

/*=================== Start phone ring ===============*/
.coccoc-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 200px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 200000 !important;
}
.coccoc-alo-phone.coccoc-alo-show {
    visibility: visible;
}
.coccoc-alo-phone.coccoc-alo-hover, .coccoc-alo-phone:hover {
    opacity: 1;
}
.coccoc-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running coccoc-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 160px;
    left: 20px;
    opacity: 0.1;
    position: absolute;
    top: 20px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 160px;
}
.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running coccoc-alo-circle-anim !important;
}
.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running coccoc-alo-circle-anim !important;
}
.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone:hover .coccoc-alo-ph-circle {
    border-color: #00aff2;
    opacity: 0.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: #baf5a7;
    opacity: 0.5;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #ff9a26;
    opacity: 0.5;
}
.coccoc-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running coccoc-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 100px;
    left: 50px;
    opacity: 0.1;
    position: absolute;
    top: 50px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}
.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);
    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);
    opacity: 0.75 !important;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: rgba(255,154,38, 0.5);
    opacity: 0.75 !important;
}

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

.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: #75eb50;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #ff9a26;
}
@keyframes coccoc-alo-circle-anim {
0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
}
30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
}
}

@keyframes coccoc-alo-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes coccoc-alo-circle-fill-anim {
0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
}
.coccoc-alo-ph-img-circle a img {
    padding: 4px 0 0 3px;
}

/*=================== End phone ring ===============*/

.back-top-div {
    position: fixed;
    bottom:0;
    left:0;
    right: 0;
    z-index: 99999;
}
.back-top-div .container {
    position: relative;
}
.back-to-top {
    display: block;
    width: 50px;
    height: 50px;
    z-index: 1000;
    position: absolute;
    opacity: 0;
    bottom: 111px;
    right: -45px;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
}
.back-to-top:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #03abd9;
    transform: rotate(45deg);
    content: "";
    display: block;
}
.back-to-top.show {
    opacity: 1;
    
}
.back-to-top span {
    position: relative;
}

@media(max-width: 768px) {
  .back-to-top {
    right: 40px;
  }

  footer {
    margin-top: 25px;
  }
}

.s-content ul li ul li {
  list-style: circle;
}

.s-content ul li ul li ul li{
  list-style: square;
}

@media(max-width: 1024px) {
  .h-name {
    font-size: 20px;
  }
}
.breadcrumb{
    background:none;
}

table  tr td{
	border:1px solid #999999;
	padding:5px;
}