@charset "UTF-8";
@font-face {
  font-family: 'Opensans';
  src: url("../fonts/Opensans/OpenSans-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Opensans';
  src: url("../fonts/Opensans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: 'Opensans';
  src: url("../fonts/Opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600; }

@font-face {
  font-family: 'Opensans';
  src: url("../fonts/Opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold; }

object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit; }

b, strong, th {
  font-weight: bold; }

i, em {
  font-style: italic; }

sub, sup {
  font-size: 75%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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;
  cursor: pointer; }

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

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

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

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer; }

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top); }

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

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

.big-video .yt-box {
  position: relative;
  z-index: 0; }
  .big-video .yt-box img {
    display: block;
    width: 100%;
    cursor: pointer; }
  .big-video .yt-box iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.col-f20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 576px) {
  .col-sm-f20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 768px) {
  .col-md-f20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  .col-lg-f20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .col-xl-f20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-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 > [class*="col-"], .col-mar-0 > .col, .col-mar-0 > [class^="col-"] {
    padding-left: 0px;
    padding-right: 0px; }

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

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

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

.fx-mid {
  -webkit-box-align: flex-center;
  -ms-flex-align: flex-center;
  align-items: flex-center; }

.fx-bot {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.ifx-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.ifx-bot {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.ifx-mid {
  -ms-flex-item-align: flex-center;
  align-self: flex-center; }

.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.jc-bet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.relative {
  position: relative; }

.static {
  position: static; }

.absolute {
  position: absolute; }

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

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

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

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@media all and (max-width: 991px) {
  .md-center {
    text-align: center !important; }
  .md-left {
    text-align: left !important; }
  .md-right {
    text-align: right !important; }
  .md-none {
    display: none; }
  .md-pad-7 {
    margin: 0 -7px; }
    .md-pad-7 > [class^="col-"] {
      padding: 0 7px; }
  .md-pad-5 {
    margin: 0 -5px; }
    .md-pad-5 > [class^="col-"] {
      padding: 0 5px; } }

@media all and (max-width: 767px) {
  .sm-center {
    text-align: center !important; }
  .sm-left {
    text-align: left !important; }
  .sm-right {
    text-align: right !important; }
  .sm-none {
    display: none; }
  .sm-pad-7 {
    margin: 0 -7px; }
    .sm-pad-7 > [class^="col-"] {
      padding: 0 7px; }
  .sm-pad-5 {
    margin: 0 -5px; }
    .sm-pad-5 > [class^="col-"] {
      padding: 0 5px; }
  .tb-responsive {
    display: block; }
    .tb-responsive tbody, .tb-responsive tfoot, .tb-responsive tr, .tb-responsive th, .tb-responsive td {
      display: block; }
    .tb-responsive thead {
      display: none; }
    .tb-responsive tr:nth-child(2n) {
      background: #f5f5f5; }
    .tb-responsive td {
      position: relative;
      padding: 10px 10px 10px 50%; }
      .tb-responsive td:before {
        content: attr(data-title);
        position: absolute;
        left: 0;
        width: 50%;
        padding-right: 15px; } }

@media all and (max-width: 575px) {
  .xs-center {
    text-align: center !important; }
  .xs-left {
    text-align: left !important; }
  .xs-right {
    text-align: right !important; }
  .xs-none {
    display: none; }
  .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; } }

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

.i-select {
  position: relative; }
  .i-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
    width: 100%; }

.s-content {
  word-break: break-word; }
  .s-content a[href] {
    color: #007bff; }
    .s-content a[href]:hover {
      text-decoration: underline; }
  .s-content a, .s-content a:hover, .s-content a:focus, .s-content a:active {
    text-decoration: underline; }
  .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 {
    max-width: 100%;
    height: auto !important;
    margin: 10px auto;
    -o-object-fit: initial;
    object-fit: initial; }
  .s-content .alignleft, .s-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }
  .s-content .alignright, .s-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }
  .s-content .aligncenter, .s-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }
  .s-content blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left; }
  .s-content blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right; }
  .s-content table, .s-content iframe {
    max-width: 100%;
    max-width: calc(100vw - 30px);
    margin: auto; }
  .s-content iframe {
    display: block; }
  .s-content figure {
    margin: 0 0 1rem; }
  .s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
    font-weight: bold; }
  .s-content h1 {
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em; }
  .s-content h2 {
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em; }
  .s-content h3 {
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em; }
  .s-content h4 {
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em; }
  .s-content h5 {
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em; }
  .s-content h6 {
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em; }

.table {
  display: table;
  margin: 0; }
  .table .line {
    display: table-row; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }
  .table.top .cell {
    vertical-align: top; }
  .table.bot .cell {
    vertical-align: bottom; }

.c-img {
  display: block;
  position: relative; }
  .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; }

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

.hc-upload {
  position: relative; }
  .hc-upload .hc-del {
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 21px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    top: -12px;
    right: -12px;
    cursor: pointer; }
    .hc-upload .hc-del:hover {
      background: rgba(0, 0, 0, 0.85); }

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

.m-tab-btn {
  display: none; }

.ic-hotline {
  width: 33px;
  height: 40px;
  background-image: url("../images/ic-hotline.png"); }

@media all and (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

@media all and (max-width: 991px) {
  .m-tab-btn {
    display: block;
    width: 100%;
    height: 38px;
    border-radius: 3px;
    background: #006fb9;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    position: relative;
    cursor: pointer;
    line-height: 38px;
    font-size: 14px;
    margin-bottom: 15px; }
    .m-tab-btn.v2 {
      margin-top: 20px; }
    .m-tab-btn i {
      position: absolute;
      right: 14px;
      line-height: 20px;
      top: 50%;
      margin-top: -10px; }
  .m-tab {
    position: relative; }
    .m-tab ul {
      display: none;
      position: absolute;
      background: #fff;
      left: 0;
      right: 0;
      z-index: 1;
      -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
      border-radius: 0 0 3px 3px;
      overflow: hidden;
      border: none; }
      .m-tab ul li {
        margin: 0;
        display: block;
        text-align: center; }
        .m-tab ul li a {
          display: block;
          font-size: 14px;
          padding: 8px 15px 6px 15px; } }

@media all and (max-width: 850px) {
  .container {
    max-width: none; } }

header {
  z-index: 9;
  left: 0;
  right: 0;
  top: 0; }
  header .logo {
    display: inline-block;
    vertical-align: middle; }
    header .logo img {
      display: block; }
  header .top {
    padding: 15px 0; }

.h-title {
  text-transform: uppercase;
  color: #006fb9;
  font-size: 30px;
  font-weight: bold; }

.h-slogan {
  text-transform: uppercase;
  color: #006fb9;
  font-size: 16px; }

.h-hotline {
  position: relative;
  padding-left: 45px;
  min-height: 40px; }
  .h-hotline i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px; }
  .h-hotline span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #4c4c4c;
    line-height: 1.4; }
  .h-hotline a {
    font-weight: bold;
    color: #ed1d24;
    font-size: 24px;
    font-weight: bold;
    line-height: 1; }
    .h-hotline a:hover {
      color: #006fb9; }

.main-bar {
  background: #006fb9; }

.main-nav {
  display: inline-block;
  vertical-align: middle;
  margin-left: -20px; }
  .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;
        line-height: 20px;
        padding: 20px; }
        .main-nav > ul > li > a:not(:only-child):after {
          font-weight: normal;
          margin-left: 5px;
          display: inline-block;
          vertical-align: middle;
          margin-top: -3px; }
      .main-nav > ul > li:hover > a {
        background: #0060a0; }
  .main-nav li {
    position: relative;
    text-align: left; }
    .main-nav li ul {
      position: absolute;
      min-width: 220px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-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;
      padding-top: 5px; }
      .main-nav li ul ul {
        left: 100%;
        top: 0;
        padding-top: 0;
        padding-left: 5px; }
      .main-nav li ul a {
        background: rgba(0, 111, 185, 0.85);
        display: block;
        text-transform: uppercase;
        color: #fff;
        font-size: 13px;
        padding: 10px 15px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
      .main-nav li ul li:hover > a {
        background: #006fb9; }
      .main-nav li ul li:last-child > a {
        border-bottom: none; }
    .main-nav li:hover > ul {
      margin-top: 0;
      pointer-events: all;
      opacity: 1; }

.m-nav-open {
  display: none; }

.search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 25px;
  margin-top: -2px; }
  .search:before {
    content: '';
    position: absolute;
    height: 14px;
    width: 1px;
    background: #fff;
    left: -22px;
    top: 50%;
    margin-top: -6px; }
  .search > button {
    font-size: 14px;
    color: #fff; }
  .search .ct {
    position: absolute;
    background: #fff;
    padding: 15px 20px;
    width: 300px;
    right: 0;
    z-index: 1;
    -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;
    margin-top: 20px;
    border-radius: 3px; }

.search-fr {
  position: relative; }
  .search-fr input {
    width: 100%;
    font-size: 13px;
    height: 38px;
    border: solid 1px #ccc;
    border-radius: 3px; }
  .search-fr button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    color: #006fb9;
    font-size: 16px; }

.acd-drop:after {
  content: '\002B'; }

.acd-drop.active:after {
  content: '\2212'; }

@media all and (min-width: 992px) {
  .m-nav, .m-nav-over {
    display: none !important; }
  header.fixed {
    position: fixed;
    -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: 1199px) {
  .h-title {
    font-size: 24px; }
  .main-nav {
    margin-left: -9px; }
  .main-nav > ul > li > a {
    font-size: 13px;
    padding: 20px 9px; } }

@media all and (max-width: 991px) {
  .menu-btn {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 1; }
    .menu-btn i {
      display: block;
      margin: auto;
      border-top: solid 2px #006fb9;
      width: 17px;
      border-bottom: double 7px #006fb9;
      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 #006fb9; }
      .menu-btn.act i:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px; }
      .menu-btn.act i:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .menu-btn.v2 {
      background: #006fb9; }
      .menu-btn.v2 i {
        border-color: #fff; }
      .menu-btn.v2.act i:after, .menu-btn.v2.act i:before {
        border-color: #fff; }
  .main-bar {
    display: none; }
  .main-nav {
    display: none; }
  .m-nav-over {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    cursor: pointer; }
  .m-nav {
    display: block;
    position: fixed;
    top: 0;
    width: 280px;
    bottom: 0;
    z-index: 999;
    color: #fff;
    background: #333;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    right: -280px; }
    .m-nav.active {
      -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.15);
      box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.15);
      right: 0; }
      .m-nav.active .m-nav-close {
        visibility: visible;
        opacity: 1; }
    .m-nav .m-nav-close {
      position: absolute;
      top: 0;
      width: 40px;
      height: 40px;
      right: 100%;
      background: #444;
      outline: none;
      color: #fff;
      font-size: 27px;
      cursor: pointer;
      -webkit-transition: inherit;
      -o-transition: inherit;
      transition: inherit;
      opacity: 0;
      visibility: hidden;
      font-family: initial; }
    .m-nav .nav-ct {
      height: 100%;
      overflow: auto;
      padding-bottom: 20px; }
      .m-nav .nav-ct > ul a {
        display: block;
        font-size: 14px;
        font-family: arial;
        line-height: 20px;
        padding: 10px 15px 10px 18px;
        border-bottom: solid 1px #444;
        position: relative; }
      .m-nav .nav-ct > ul ul {
        background: rgba(255, 255, 255, 0.04);
        display: none; }
        .m-nav .nav-ct > ul ul a {
          padding-left: 36px; }
        .m-nav .nav-ct > ul ul ul a {
          padding-left: 54px; }
    .m-nav .h-hotline {
      margin: 15px 10px 10px 15px; }
      .m-nav .h-hotline span {
        color: #fff;
        font-size: 14px; }
      .m-nav .h-hotline a {
        font-size: 20px; }
    .m-nav .h-title {
      font-size: 16px;
      margin-top: 18px;
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 5px;
      text-align: center; }
    .m-nav .h-slogan {
      font-size: 13px;
      text-align: center;
      margin-left: 15px;
      margin-right: 15px; }
    .m-nav .search-fr {
      margin: 15px 15px 10px 15px; }
    .m-nav .acd-drop {
      width: 40px;
      height: 40px;
      float: right;
      position: relative;
      z-index: 1;
      font-size: 20px;
      color: inherit;
      font-family: monospace;
      outline: none;
      cursor: pointer;
      border-left: solid 1px #444;
      background: rgba(255, 255, 255, 0.04); }
  .header {
    padding: 0; }
  header {
    position: relative; }
    header .logo img {
      max-height: 60px; }
    header .top {
      padding: 10px 0; }
    header.m-fixed {
      position: fixed;
      -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); } }

footer {
  background: #1f2024;
  color: #9a9a98;
  padding-top: 20px;
  margin-top: 20px; }
  footer .f-title {
    text-transform: uppercase;
    color: #fff200;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 20px; }
  footer .f-line {
    margin-bottom: 11px; }
    footer .f-line span {
      width: 69px;
      display: inline-block; }
  footer .social {
    margin-top: 20px; }
    footer .social a {
      margin-right: 22px; }
      footer .social a:last-child {
        margin-right: 0; }
      footer .social a.f:hover {
        color: #3b5998; }
      footer .social a.t:hover {
        color: #5ca7e1; }
      footer .social a.g:hover {
        color: #d62d20; }
      footer .social a.d:hover {
        color: #ea4c89; }
      footer .social a.y:hover {
        color: #de0000; }
  footer a:hover {
    color: #fff200; }
  footer li {
    margin-bottom: 11px; }
  footer .subs-form form {
    position: relative;
    margin-top: 20px; }
  footer .subs-form input {
    width: 100%;
    height: 40px;
    padding-left: 19px;
    font-style: italic;
    border: none; }
    footer .subs-form input::-webkit-input-placeholder {
      color: #9a9a98; }
    footer .subs-form input:-moz-placeholder {
      color: #9a9a98; }
    footer .subs-form input::-moz-placeholder {
      color: #9a9a98; }
    footer .subs-form input:-ms-input-placeholder {
      color: #9a9a98; }
  footer .subs-form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    background: #ed1d24;
    color: #fff; }
    footer .subs-form button:hover {
      background: #006fb9; }

.foot {
  background: #0c0c0c;
  line-height: 20px;
  padding: 20px 0;
  margin-top: 42px; }
  .foot .copyright span, .foot .copyright a {
    color: #fff200; }
  .foot .nav-bot li {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    color: #fff; }
    .foot .nav-bot li:last-child {
      margin-right: 0; }

.back-to-top {
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 999;
  text-align: center;
  right: 15px;
  bottom: 15px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #006fb9;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 111, 185, 0.5);
  box-shadow: 0 0 0 5px rgba(0, 111, 185, 0.5); }
  .back-to-top:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 111, 185, 0.8);
    box-shadow: 0 0 0 5px rgba(0, 111, 185, 0.8); }

@media all and (max-width: 991px) {
  .copyright {
    margin-bottom: 6px; } }

@media all and (max-width: 767px) {
  .foot {
    padding: 15px 0;
    margin-top: 35px; }
    .foot .nav-bot li {
      margin-right: 12px;
      font-size: 13px; } }

.cnv-slider .slick-list {
  margin: 0; }
  .cnv-slider .slick-list .slick-slide {
    margin: 0; }

.cnv-slider .item {
  position: relative;
  vertical-align: middle; }

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

.cnv-slider .slick-arrow {
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 21px;
  color: #fff;
  line-height: 52px;
  background: rgba(43, 43, 43, 0.5); }
  .cnv-slider .slick-arrow:hover {
    background: #2b2b2b; }
  .cnv-slider .slick-arrow.prev {
    left: 30px; }
  .cnv-slider .slick-arrow.next {
    right: 30px; }

.cnv-slider .slick-dots {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px; }
  .cnv-slider .slick-dots li {
    border-color: #006fb9; }
    .cnv-slider .slick-dots li.slick-active {
      background: #006fb9; }

.cnv-slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cnv-slider-wrap .cnv-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%; }
  .cnv-slider-wrap .support-phone {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.support-phone {
  background-image: url("../images/bg1.png");
  padding: 52px 23px 10px 23px; }
  .support-phone .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }
    .support-phone .head .logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
      flex: 0 0 85px;
      margin-right: 10px; }
    .support-phone .head .title {
      text-align: center;
      text-transform: uppercase;
      color: #006fb9;
      font-weight: bold;
      font-size: 18px;
      line-height: 24px; }
  .support-phone .sp-item {
    margin-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 33px; }
    .support-phone .sp-item:last-child {
      margin-bottom: 0; }
    .support-phone .sp-item .img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px;
      width: 50px;
      text-align: center;
      margin-right: 15px; }
    .support-phone .sp-item .ct {
      text-align: center;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      max-width: 250px; }
    .support-phone .sp-item .title {
      text-transform: uppercase;
      color: #006fb9;
      font-weight: 600;
      font-size: 16px; }
    .support-phone .sp-item a {
      color: #ed1d24;
      font-size: 16px; }
      .support-phone .sp-item a span {
        color: #ed1d24; }
      .support-phone .sp-item a:hover {
        color: #006fb9; }

.cnv-title {
  color: #ed1d24;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #ecede8;
  margin-top: 33px;
  margin-bottom: 30px;
  text-transform: capitalize; }
  .cnv-title:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #006fb9;
    margin-bottom: -1px;
    display: block;
    margin-top: 5px; }

.cnv-big-post .img {
  display: block;
  background: #000;
  margin-bottom: 15px; }
  .cnv-big-post .img img {
    display: block;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.cnv-big-post .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #000000;
  margin-bottom: 11px; }

.cnv-big-post .time {
  font-size: 14px;
  color: #8a8a8a;
  font-style: italic;
  margin-bottom: 12px; }

.cnv-big-post p {
  color: #bbbbbb; }

.cnv-big-post:hover .img img {
  opacity: 0.5; }

.cnv-big-post:hover .title a {
  color: #006fb9; }

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

.cnv-md-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .cnv-md-post .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    width: 130px;
    margin-right: 15px;
    background: #000; }
    .cnv-md-post .img img {
      display: block;
      width: 100%;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
  .cnv-md-post .title {
    color: #000;
    line-height: 18px;
    margin-bottom: 4px; }
  .cnv-md-post .time {
    font-style: italic;
    color: #8a8a8a; }
  .cnv-md-post:hover .title a {
    color: #006fb9; }
  .cnv-md-post:hover .img img {
    opacity: 0.8; }

.cnv-num-post {
  position: relative;
  margin-left: 50px;
  border-bottom: solid 1px #ecede8;
  padding-bottom: 13px;
  margin-bottom: 14px; }
  .cnv-num-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .cnv-num-post span {
    position: absolute;
    left: -50px;
    width: 36px;
    height: 36px;
    background: #ebebeb;
    text-align: center;
    line-height: 36px;
    font-weight: 600;
    top: 6px; }
  .cnv-num-post .title {
    color: #000;
    font-weight: 600;
    line-height: 24px; }
    .cnv-num-post .title a:hover {
      color: #006fb9; }

.big-video .yt-box {
  background: #000; }
  .big-video .yt-box:after {
    font-family: "FontAwesome";
    content: "";
    font-size: 60px;
    color: #ed1d24;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    pointer-events: none;
    margin-top: -30px;
    margin-left: -30px; }
  .big-video .yt-box img {
    opacity: 0.4;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .big-video .yt-box:hover img {
    opacity: 0.7; }

.cnv-md-post.video .img {
  position: relative; }
  .cnv-md-post.video .img img {
    opacity: 0.7;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .cnv-md-post.video .img:after {
    font-family: "FontAwesome";
    content: "";
    font-size: 24px;
    color: #ed1d24;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    pointer-events: none;
    margin-top: -12px;
    margin-left: -12px; }
  .cnv-md-post.video .img:hover img {
    opacity: 0.5; }

.cnv-video .cnv-md-post:last-child {
  margin-bottom: 0; }

@media all and (max-width: 1599px) {
  .support-phone {
    background-image: url("../images/bg1.png");
    padding: 25px 20px 10px 16px; }
    .support-phone .head {
      margin-bottom: 25px; }
      .support-phone .head .title {
        font-size: 16px; }
        .support-phone .head .title br {
          display: none; }
    .support-phone .sp-item {
      margin-left: 0;
      margin-bottom: 25px; }
      .support-phone .sp-item .img {
        margin-right: 15px; }
      .support-phone .sp-item .title {
        font-size: 15px; }
      .support-phone .sp-item a {
        font-size: 15px; } }

@media all and (max-width: 1199px) {
  .support-phone {
    padding: 15px 10px 10px 15px; }
    .support-phone .head {
      margin-bottom: 12px; }
      .support-phone .head .img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
        flex: 0 0 65px;
        width: 65px; }
      .support-phone .head .title {
        font-size: 15px; }
    .support-phone .sp-item {
      margin-bottom: 20px; }
      .support-phone .sp-item .img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        width: 40px;
        margin-right: 5px; }
      .support-phone .sp-item .title {
        font-size: 14px; }
      .support-phone .sp-item a {
        font-size: 14px; } }

@media all and (max-width: 991px) {
  .cnv-slider-wrap {
    display: block; }
    .cnv-slider-wrap .cnv-slider {
      width: auto; }
    .cnv-slider-wrap .support-phone {
      height: auto; }
  .support-phone {
    padding: 20px 15px; }
    .support-phone .head, .support-phone .sp-items {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto; }
    .support-phone .head {
      margin-bottom: 20px; }
      .support-phone .head .title {
        text-align: left;
        padding-left: 8px; }
    .support-phone .sp-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 19px; }
      .support-phone .sp-items .sp-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
        padding-right: 10px; }
        .support-phone .sp-items .sp-item .img {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50px;
          flex: 0 0 50px;
          width: 50px;
          margin-right: 12px; }
        .support-phone .sp-items .sp-item .ct {
          text-align: left; }
  .col-left-10 {
    margin-left: 0px; }
  .big-video {
    margin-bottom: 25px; } }

@media all and (max-width: 767px) {
  .cnv-slider .slick-arrow {
    margin-top: -20px;
    height: 40px;
    width: 40px;
    font-size: 18px;
    line-height: 41px; }
    .cnv-slider .slick-arrow.prev {
      left: 15px; }
    .cnv-slider .slick-arrow.next {
      right: 15px; }
  .cnv-big-post {
    margin-bottom: 30px; }
  .cnv-md-post:last-child {
    margin-bottom: 0; } }

@media all and (max-width: 575px) {
  .support-phone {
    padding: 20px 15px; }
    .support-phone .head, .support-phone .sp-items {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto; }
    .support-phone .head {
      margin-bottom: 20px; }
    .support-phone .sp-items {
      display: block; } }

.btn-call {
  position: fixed;
  bottom: 20px;
  left: 40px;
  z-index: 99; }
  .btn-call span {
    display: block;
    font-size: 16px;
    width: 38px;
    height: 38px;
    margin: auto;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #ed1d24;
    position: relative; }
    .btn-call span:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      border: solid 1px rgba(237, 29, 36, 0.6);
      -webkit-animation-name: zoomin;
      animation-name: zoomin;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
    .btn-call span:after {
      content: '';
      position: absolute;
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
      border-radius: 50%;
      background: rgba(237, 29, 36, 0.6);
      z-index: -1;
      -webkit-animation-name: zoomout;
      animation-name: zoomout;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
      animation-direction: alternate; }
    .btn-call span i {
      -webkit-animation-name: lac;
      animation-name: lac;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }

@media all and (max-width: 767px) {
  .btn-call {
    top: auto;
    left: 20px;
    bottom: 20px; } }

@keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: .1; } }

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.2);
    opacity: .1; } }

@keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .3; } }

@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
    opacity: .3; } }
