@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

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,
.col-xs-f80, .col-sm-f80, .col-md-f80, .col-lg-f80 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-f20 {
  float: left;
  width: 20%;
}

.col-xs-f80 {
  float: left;
  width: 80%;
}

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%;
  }

  .col-sm-f80 {
    float: left;
    width: 80%;
  }
}

@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%;
  }

  .col-md-f80 {
    float: left;
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%;
  }

  .col-lg-f80 {
    float: left;
    width: 80%;
  }
}

.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;
}

.statis .img img, .partner-cas .partner 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;
  pointer-events: none;
}

.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;
}

@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: "Roboto";
  line-height: 1.5;
  color: #333;
}

.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;
}

header .top {
  background: #025295;
  color: #fff;
  border-bottom: solid 2px #f44336;
}

header .top .h-time {
  display: inline-block;
  vertical-align: middle;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
}

header .logo .img {
  display: block;
}

.top-nav {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.top-nav li:first-child a {
  -webkit-animation: Color 2s infinite;
  animation: Color 2s infinite;
}

.top-nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 20px;
  position: relative;
}

.top-nav li:after {
  content: '';
  height: 13px;
  width: 2px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: -11px;
  top: 50%;
  margin-top: -7px;
}

.top-nav li a {
  display: block;
  line-height: 20px;
  padding: 10px;
}

.top-nav li:hover>a {
  background: #f44336;
}

.language {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 18px;
  margin-left: 18px;
}

.language img {
  display: block;
  width: 19px;
}

.language ul {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  right: 1px;
  z-index: 1;
  margin-top: 8px;
  -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.4);
  box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.4);
  display: none;
  width: 39px;
  margin-right: -11px;
}

.language ul a {
  display: block;
  padding: 7px 10px;
  border-bottom: solid 1px #f1f1f1;
}

.language ul a:hover {
  background: #f1f1f1;
}

.search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.search>button {
  font-size: 16px;
  color: #fff;
}

.search .ct {
  position: absolute;
  background: #fff;
  padding: 15px 20px;
  width: 300px;
  right: 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(102, 102, 102, 0.4);
  box-shadow: 0 0 6px 0 rgba(102, 102, 102, 0.4);
  display: none;
  margin-top: 10px;
  border-radius: 3px;
  z-index: 1;
}

.search-fr {
  position: relative;
}

.search-fr input {
  width: 100%;
  color: black;
  height: 38px;
  border: solid 1px #ccc;
  border-radius: 3px;
  font-size: 13px;
}

.search-fr button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  color: #025295;
  font-size: 16px;
}

header {
  -webkit-box-shadow: 0 0 5px 0 rgba(85, 85, 85, 0.5);
  box-shadow: 0 0 5px 0 rgba(85, 85, 85, 0.5);
  position: relative;
  z-index: 9;
}

header .name {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #025295;
  font-weight: bold;
  font-family: "RobotoCondensed";
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-left: 15px;
}

header .name strong {
  font-family: "Roboto";
  display: block;
  border-bottom: solid 1px #025295;
  position: relative;
  margin-bottom: 2px;
}

header .name span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-bottom: 1px;
  overflow: hidden;
}

header .name span:after {
  content: attr(title);
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 11px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  opacity: 0.24;
}

.main-nav>ul {
  font-size: 0;
}

.main-nav>ul>li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 42px;
}

.main-nav>ul>li:last-child {
  margin-right: 0;
}

.main-nav>ul>li>a {
  display: block;
  text-transform: uppercase;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 42px 0 43px 0;
}

.main-nav>ul>li>a:not(:only-child):before {
  font-family: "FontAwesome";
  content: "";
  margin-left: 10px;
  left: 100%;
  position: absolute;
  margin-top: -1px;
}

.main-nav>ul>li>a:after {
  content: '';
  width: 44px;
  height: 2px;
  display: block;
  background: #f44336;
  margin-top: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -22px;
}

.main-nav>ul>li:hover>a:after {
  opacity: 1;
}

.main-nav>ul>li.active>a:after {
  content: '';
  width: 44px;
  height: 2px;
  display: block;
  background: #f44336;
  margin-top: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  position: absolute;
  left: 50%;
  margin-left: -22px;
}

.main-nav li {
  position: relative;
  text-align: left;
}

.main-nav li ul {
  position: absolute;
  min-width: 210px;
  -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;
}

.main-nav li ul ul {
  right: 100%;
  top: 0;
  padding-top: 0;
  padding-left: 5px;
}

.main-nav li ul a {
  background: #dfdfdf;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  width: 235px;
  padding: 12px 15px;
  border-bottom: solid 1px #ccc;
  color: #333;
}

.main-nav li ul li:hover>a {
  background: #025295;
  color: #fff;
}

.main-nav li:hover>ul {
  margin-top: 0;
  pointer-events: all;
  opacity: 1;
}

.table {
  margin: auto;
}

#slider {
  margin-bottom: 78px;
  z-index: 0;
}

#slider .img img {
  display: block;
  width: 100%;
}

#slider.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#slider.carousel-fade .carousel-inner .item, #slider.carousel-fade .carousel-inner .active.left, #slider.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

#slider.carousel-fade .carousel-inner .active, #slider.carousel-fade .carousel-inner .next.left, #slider.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

#slider.carousel-fade .carousel-inner .next, #slider.carousel-fade .carousel-inner .prev, #slider.carousel-fade .carousel-inner .active.left, #slider.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#slider .caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#slider .caption .table {
  height: 100%;
}

#slider .caption .ct {
  max-width: 480px;
  background: rgba(2, 82, 149, 0.9);
  color: #fff;
  border-bottom: solid 4px #f44336;
  padding: 20px 10px 14px 25px;
}

#slider .caption .ct .title {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.3;
}

#slider .caption .ct span {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}

#slider .carousel-indicators {
  z-index: 1;
  line-height: 1;
  bottom: 84px;
}

#slider .carousel-indicators li {
  vertical-align: middle;
  background: none;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  border: solid 2px #fff;
}

#slider .carousel-indicators li.active {
  background: #025295;
  margin: 0 3px;
  border-color: #025295;
}

#slider .slider-arrow {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  width: 56px;
  height: 56px;
  top: 50%;
  margin-top: -28px;
  background: rgba(2, 82, 149, 0.7);
  color: #fff;
  font-size: 35px;
  line-height: 56px;
}

#slider .slider-arrow:hover {
  background: #025295;
}

#slider .slider-arrow.prev {
  left: 0px;
}

#slider .slider-arrow.next {
  right: 0px;
}

.h-about .i-title {
  text-transform: uppercase;
  color: #025295;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-top: 2px;
}

.h-about .s-content {
  line-height: 24px;
}

.h-about .s-content p {
  margin-bottom: 7px;
}

.h-about .more {
  display: inline-block;
  vertical-align: middle;
  background: #025295;
  color: #eeeeee;
  text-transform: uppercase;
  padding: 10px 13px 8px 20px;
  border-radius: 5px;
  border-bottom: solid 3px #f44336;
  margin-top: 25px;
}

.h-about .more i {
  margin-left: 8px;
}

.h-about .more:hover {
  background: #f44336;
  border-color: #025295;
}

.about-item {
  display: block;
  position: relative;
  margin-bottom: 25px;
}

.about-item img {
  width: 100%;
  display: block;
}

.about-item .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-weight: normal;
  text-align: center;
  background: rgba(2, 82, 149, 0.8);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 5px;
}

.h-statis {
  background-image: url("../images/bg1.jpg");
  margin-top: 50px;
  position: relative;
  padding-top: 58px;
  padding-bottom: 30px;
}

.h-statis:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 30px;
  pointer-events: none;
  background-image: url("../images/shadow.png");
  background-position: center top -8px;
  background-repeat: no-repeat;
}

.statis {
  text-align: center;
  margin-bottom: 30px;
}

.statis .img {
  position: relative;
  display: block;
  height: 140px;
  margin-bottom: 7px;
}

.statis .num {
  font-size: 30px;
  font-weight: bold;
  min-height: 59px;
  margin-bottom: 0px;
}

.statis .num span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.statis p {
  font-weight: bold;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  margin-bottom: 0;
}

.statis p:after {
  content: '';
  display: block;
  margin: 4px auto auto;
  width: 60px;
  height: 4px;
  background: #025295;
}

.statis.v2 p:after {
  background: #f44336;
}

.h-field {
  background-image: url("../images/bg2.png");
  overflow: hidden;
}

.h-field .i-title {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.h-field .s-content {
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}

.h-field .ct {
  color: white;
  padding: 0 20px;
}

.field {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 8px 0px #000;
  box-shadow: 0 0 8px 0px #000;
}

.field img {
  display: block;
  width: 100%;
}

.field .title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 24px;
  z-index: 1;
  font-weight: 500;
  padding: 14px 10px;
  border-bottom: solid 5px #f44336;
  height: 85px;
  overflow: hidden;
}

.field .title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #04243f;
  -webkit-box-shadow: 0 -4px 4px 0px #04243f;
  box-shadow: 0 -4px 4px 0px #04243f;
  z-index: -1;
  opacity: 0.58;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.field.v2 .title {
  border-bottom-color: #025295;
}

.field:hover .title {
  border-bottom-color: #025295;
}

.field:hover .title:after {
  opacity: 1;
}

.field-cas .slick-list {
  margin: 0;
}

.field-cas .slick-list .slick-slide {
  margin: 0;
}

.field-cas .slick-arrow {
  top: 0;
  bottom: 0;
  width: 35px;
  background: rgba(2, 82, 149, 0.6);
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.field-cas .slick-arrow:before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  right: 0;
}

.field-cas .slick-arrow.prev {
  left: 0;
}

.field-cas .slick-arrow.next {
  right: 0;
}

.h-products {
  background-image: url("../images/bg-dot.png");
  padding-top: 72px;
  padding-bottom: 30px;
  border-bottom: solid 1px #d7d7d7;
}

.h-products .i-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  margin-bottom: 32px;
  font-weight: normal;
}

.h-products.detail {
  background-image: none;
  padding-top: 10px;
}

.h-product {
  display: block;
  position: relative;
  margin: 0 auto 30px auto;
  max-width: 400px;
}

.h-product img {
  display: block;
  width: 100%;
}

.h-product .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background: rgba(2, 82, 149, 0.8);
  text-transform: uppercase;
  padding: 12px 18px;
}

.h-posts {
  padding-bottom: 45px;
}

/*.h-posts {
  padding-top: 70px;
  padding-bottom: 75px; }*/
.h-posts .i-title {
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 70px;
  margin-bottom: 32px;
  font-weight: normal;
}

.post-cas .slick-list {
  margin: 0;
}

.post-cas .slick-list .slick-slide {
  margin: 0;
}

.post-cas .slick-arrow {
  width: 55px;
  height: 55px;
  background: #025295;
  color: #fff;
  text-align: center;
  font-size: 35px;
  line-height: 55px;
  top: 50%;
  margin-top: -28px;
}

.post-cas .slick-arrow.prev {
  left: -85px;
}

.post-cas .slick-arrow.next {
  right: -85px;
}

.h-post {
  max-width: 400px;
  margin: 0 auto;
}

.h-post .c-img {
  padding-top: 66.58%;
}

.h-post .ct {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ededed;
  overflow: hidden;
  padding-left: 100px;
}

.h-post .ct .text {
  height: 100%;
  border-left: solid 1px #d7d7d7;
  padding-left: 15px;
  padding-top: 25px;
  padding-right: 10px;
}

.h-post .ct .title {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 3px;
  max-height: 75px;
  overflow: hidden;
}

.h-post .ct .title a:hover {
  color: #025295;
}

.h-post .ct p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  max-height: 96px;
  overflow: hidden;
}

.h-post .ct .info {
  position: absolute;
  left: 0;
  width: 100px;
  text-align: center;
}

.h-post .ct .time {
  color: #025295;
  font-weight: 300;
  border-bottom: solid 1px #d7d7d7;
  padding: 25px 0 17px 0;
}

.h-post .ct .time span {
  font-weight: bold;
  font-size: 18px;
  display: block;
}

.h-post .ct .time strong {
  font-size: 30px;
  display: block;
  line-height: 1.46;
}

.h-post .ct .view {
  padding-top: 25px;
}

.h-post .ct .view i {
  font-size: 25px;
  color: #ccc;
}

.h-post .ct .view span {
  display: block;
  font-size: 14px;
  color: #ccc;
  margin-top: 4px;
}

.h-partner {
  background-image: url("../images/bor.png"), url("../images/bg-dot.png");
  background-position: top center, center;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, auto auto;
  padding-top: 33px;
  padding-bottom: 35px;
}

.h-partner .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 14px;
}

.h-partner-child {
  background-image: url("../images/bor-2.png"), url("../images/bg-dot.png");
}

.partner-cas {
  max-width: 970px;
  margin: auto;
  padding: 0 30px;
}

.partner-cas .partner {
  display: block;
  border: solid 1px #d7d7d7;
  height: 85px;
  position: relative;
  background: #fff;
}

.partner-cas .slick-arrow {
  font-size: 30px;
  color: #3a3a3a;
  line-height: 1;
  top: 50%;
  margin-top: -15px;
}

.partner-cas .slick-arrow.prev {
  left: 0;
}

.partner-cas .slick-arrow.next {
  right: 0;
}

.footer {
  background-image: url("../images/hcm.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #FFF;
  padding-top: 28px;
  padding-bottom: 70px;
}

.footer .foot-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 23px;
  margin-top: 30px;
  color: #025295;
}

.footer .foot-title:after {
  content: '';
  display: block;
  background: #025295;
  width: 40px;
  height: 2px;
  margin-top: 3px;
}

.footer .f-line {
  line-height: 24px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.footer .f-line i {
  position: absolute;
  left: 0;
  top: 5px;
}

.footer li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}

.footer li:before {
  left: 3px;
  font-family: "FontAwesome";
  content: "";
  font-size: 16px;
  top: -2px;
  position: absolute;
}

.footer a:hover {
  color: #025295;
}

.footer .social a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}

.foot {
  background: #025295;
  padding: 7px 15px;
  text-align: center;
  font-size: 12px;
  color: white;
  line-height: 20px;
  border-bottom: solid 2px #f44336;
}

@media all and (max-width: 1199px) {
  .main-nav>ul>li {
    margin-right: 20px;
  }

  .main-nav>ul>li>a:not(:only-child):before {
    margin-left: 2px;
  }

  header .name {
    margin-left: 0;
    font-size: 15px;
  }

  #slider .carousel-indicators {
    bottom: 20px;
  }

  .post-cas .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    margin-top: -20px;
  }

  .post-cas .slick-arrow.prev {
    left: 0px;
  }

  .post-cas .slick-arrow.next {
    right: 0px;
  }

  .h-post .ct {
    padding-left: 80px;
  }

  .h-post .ct .text {
    padding-top: 15px;
  }

  .h-post .ct .title {
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    max-height: 66px;
  }

  .h-post .ct .info {
    width: 80px;
  }

  .h-post .ct .time {
    padding: 15px 0 7px 0;
  }

  .h-post .ct .time span {
    font-size: 16px;
  }

  .h-post .ct .time strong {
    font-size: 22px;
  }

  .h-post .ct .view {
    padding-top: 15px;
  }

  .h-post .ct .view i {
    font-size: 18px;
  }

  .h-post .ct .view span {
    font-size: 14px;
  }
}

@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 #025295;
    width: 17px;
    border-bottom: double 7px #025295;
    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 #025295;
  }

  .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: #025295;
  }

  .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;
    left: -290px;
  }

  .m-nav.act {
    left: 0;
  }

  .m-nav .nav-ct {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 55px;
  }

  .m-nav .nav-close {
    top: 9px;
    right: 10px;
    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 {
    border: none;
    border-top: solid 1px #e6e6e6;
    line-height: 20px;
    padding: 10px 15px;
    color: #025295;
  }

  .m-nav .main-nav>ul>li>a:after, .m-nav .main-nav>ul>li>a:before {
    content: none !important;
    display: none;
  }

  .m-nav .main-nav>ul>li:hover>a {
    color: #fff;
    background: #025295;
  }

  .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;
  }

  .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: #025295;
    border: none;
    border-top: solid 1px #e6e6e6;
    padding: 10px 15px 10px 30px;
  }

  .m-nav .main-nav li ul li:hover>a {
    background: #025295;
    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: #025295;
    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;
  }

  .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;
  }

  .sb-nav .top-nav {
    display: block;
    margin-top: 20px;
  }

  .sb-nav .top-nav li {
    display: block;
    margin-right: 0;
  }

  .sb-nav .top-nav li a {
    padding: 11px 15px 10px 15px;
    border-top: solid 1px #e6e6e6;
    text-transform: uppercase;
    color: #025295;
  }

  .sb-nav .top-nav li:hover a {
    color: #fff;
  }

  header {
    position: relative;
    padding: 10px 0;
  }

  header .logo img {
    max-height: 60px;
  }

  header .nav-open, header .sb-open {
    position: absolute;
    top: 50%;
    margin-top: -42px;
  }

  header .nav-open {
    left: 10px;
  }

  header .sb-open {
    right: 10px;
  }

  header .search-fr {
    margin-top: 8px;
  }

  .search {
    display: block;
  }

  .search>button {
    display: none;
  }

  .search .ct {
    margin-top: 10px;
    display: block;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    width: auto;
  }

  .h-about .more {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .h-field .i-title {
    font-size: 20px;
  }

  .field .title {
    font-size: 16px;
    padding: 10px 0;
  }
}

@media all and (max-width: 767px) {
  #slider {
    margin-bottom: 50px;
  }

  #slider .carousel-indicators {
    bottom: 10px;
  }

  #slider .img img {
    min-height: 180px;
  }

  #slider .caption .ct {
    margin: 0 30px;
    padding: 15px 10px 10px 15px;
  }

  #slider .caption .ct .title {
    font-size: 24px;
  }

  #slider .caption .ct span {
    font-size: 14px;
  }

  #slider .slider-arrow {
    width: 38px;
    height: 38px;
    font-size: 24px;
    line-height: 38px;
    margin-top: -19px;
  }

  .h-about .i-title {
    font-size: 24px;
  }

  .about-item .title {
    font-size: 14px;
  }

  .h-field .ct {
    padding: 20px 15px;
  }

  .field-cas .slick-arrow {
    width: 30px;
    font-size: 20px;
  }

  .field-cas .slick-arrow:before {
    margin-top: -10px;
  }

  .h-products {
    padding-top: 52px;
  }

  .h-products .i-title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .field .title {
    font-size: 15px;
  }

  .h-posts .i-title {
    font-size: 24px;
  }

  .partner-cas {
    padding: 0 20px;
  }
}

@media all and (max-width: 575px) {
  header .name {
    font-size: 14px;
    display: none;
  }
}

@media all and (min-width: 992px) {
  header.fixed {
    position: fixed;
    background: white;
    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;
  }

  header.fixed .logo img {
    max-height: 60px;
  }

  header.fixed .main-nav>ul>li>a {
    padding: 25px 0;
  }
}

@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 .logo img {
    max-height: 50px;
  }

  header.fixed .search, header.fixed .search-fr {
    display: none;
  }

  header.fixed .nav-open, header.fixed .sb-open {
    margin-top: -20px;
  }
}

.statis .img {
  height: 110px;
  width: 110px;
  margin: 15px auto 29px auto;
}

.statis .img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/bgg.png");
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.statis .img:after {
  content: '';
  position: absolute;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  background-image: url("../images/st-bor.png");
  background-size: 100% 100%;
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
}

.statis.v2 .img:after {
  background-image: url("../images/st-bor2.png");
}

.statis.v2.delay03 .img:after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.statis.v2.delay06 .img:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.statis.v2.delay09 .img:after {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

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

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

#slider .nivo-caption {
  background: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  padding: 0;
}

.nivo-controlNav {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 1;
  bottom: 65px;
}

.nivo-controlNav a {
  display: inline-block;
  vertical-align: middle;
  background: none;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  border: solid 2px #fff;
  font-size: 0;
  border-radius: 50%;
}

.nivo-controlNav a.active {
  background: #025295;
  margin: 0 3px;
  border-color: #025295;
}

.slider-wrap {
  position: relative;
  z-index: 1;
}

.nivo-directionNav a {
  position: absolute;
  cursor: pointer;
  z-index: 20;
  text-align: center;
  width: 56px;
  height: 56px;
  top: 50%;
  margin-top: -28px;
  background: rgba(2, 82, 149, 0.7);
  color: #fff;
  font-size: 0;
  line-height: 56px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nivo-directionNav a:after {
  font-size: 35px;
  font-family: FontAwesome;
}

.nivo-directionNav a:hover {
  background: #025295;
}

.nivo-directionNav a.nivo-prevNav {
  left: 0px;
}

.nivo-directionNav a.nivo-prevNav:after {
  content: "\f104";
}

.nivo-directionNav a.nivo-nextNav {
  right: 0px;
}

.nivo-directionNav a.nivo-nextNav:after {
  content: "\f105";
}

@media all and (max-width: 767px) {
  #slider.nivoSlider img {
    min-height: 180px;
  }

  .nivo-controlNav {
    bottom: 8px;
    padding-bottom: 0;
  }

  .nivo-directionNav a {
    width: 38px;
    height: 38px;
    margin-top: -19px;
    line-height: 38px;
  }

  .nivo-directionNav a:after {
    font-size: 21px;
  }

  .statis {
    overflow: hidden;
    padding: 5px;
  }

  .statis .img {
    width: 100px;
    height: 100px;
  }
}

.statis .img:after {
  -webkit-animation: none;
  animation: none;
}

.statis .img.act:after {
  -webkit-animation: rotate 2.5s linear;
  animation: rotate 2.5s linear;
}

/* Code moi */
.content-detail .h-title {
  font-size: 25px;
  /*font-weight: bold;*/
  margin-top: 25px;
  margin-bottom: 20px;
}

.content-detail .description {
  margin-bottom: 30px;
}

.related-product .h-products {
  padding-top: 35px;
  padding-bottom: 35px;
  /*background-image: none;*/
  background-image: none;
  background-color: #f8fbff;
}

.related-product .h-products .i-title {
  text-align: left;
}

.related-product .h-products .slick-arrow {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #025295;
  color: white;
  font-size: 25px;
}

.related-product .h-products .prev {
  position: absolute;
  top: calc(50% - 45px);
  /*top: 50%;*/
  left: -85px;
  /*transform: translate(0, -50%);*/
}

.related-product .h-products .next {
  position: absolute;
  top: calc(50% - 45px);
  /*top: 50%;*/
  right: -85px;
  /*transform: translate(0, -50%);*/
}

.related-post .h-products {
  background-color: transparent;
  padding-bottom: 0px;
}

.related-post .border {
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
}

.related-post .h-products .title {
  margin-bottom: 10px;
}

.related-post .h-products .title:after {
  display: none;
}

.related-post .h-products p {
  line-height: 1.5em;
}

.related-post .h-products .i-title {
  font-size: 25px;
  clear: both;
}

@keyframes Color {
  0%, 100% {
    background-color: rgba(0, 113, 171, 1)
  }

  50% {
    background-color: rgba(249, 71, 0, 1)
  }
}

.pagination {
  /*display: block;*/
}

.page-link {
  margin-bottom: 20px;
  text-align: center;
}

.pagination>li>a, .pagination>li>span {
  margin-right: 15px;
  padding: 10px 23px;
  border: 1px solid #eee;
  border-color: #EEe !important;
  font-size: 20px;
  color: #d5d5d5;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: transparent;
  border: 1px solid #777;
  color: #777;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
  color: #ddd;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

/*.partner-cas ..slick-slider {
    margin:0 -15px;
}*/

@media(max-width: 768px) {
  .banner-image p {
    height: 100% !important;
  }

  .banner-image p img {
    height: 100% !important;
  }

  .h-posts {
    margin-bottom: 0px !important;
  }

  .footer {
    padding-bottom: 20px;
  }

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

  .h-posts .i-title {
    margin-top: 30px;
  }

  .related-product .h-products .slick-arrow {
    display: none !important
  }

  .partner-cas .partner {
    border: 0px;
  }


  /*.footer .foot-title {
    padding-bottom:
  }*/
}

/* End code moi */

.breadcrumbs li:last-child {
  /*text-transform: lowercase;*/
}

.breadcrumbs li:last-child::first-letter {
  text-transform: uppercase;
}


.breadcrumb-title {
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
}

.p-tree .map {
  display: block;
  margin: 0 auto;
}

body{
  width: 100%;
}

.page-search .ct{
  display: block;
  width: 100%;
  position: unset;
  background: transparent;
  box-shadow: none;
  margin: 0;
}