@import url(../fonts/font-awesome/css/all.min.css);
@import url(../fonts/Helvetica-Neue/font.css);
@import url(../js/slick/slick.css);
@import url(../js/slick/slick-theme.css);
@import url(reset.css);

.clear:after,
.all:after,
.row100:after {
  content: "";
  display: table;
  clear: both;
}

.clear:before,
.all:before,
.row100:before {
  display: table;
  content: " ";
}

::-moz-selection {
  background: rgba(255, 207, 78, 0.5);
}

::selection {
  background: rgba(255, 207, 78, 0.5);
}

body {
  color: #303030;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

a>img {
  display: block;
}

a.hl:hover {
  color: #ffcf4e;
}

ul {
  list-style: none;
}

.img {
  text-align: center;
}

img {
  max-width: 100%;
}

strong,
.bold {
  font-weight: bold;
}

small {
  font-size: smaller;
}

.all {
  position: relative;
  margin: 0 auto;
  width: 1170px;
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .all {
    width: 100%;
    padding: 0 15px;
  }
}

.center-txt {
  text-align: center;
}

.left-txt {
  text-align: left;
}

.right-txt {
  text-align: right;
}

.f-control {
  font-family: inherit;
  width: 100%;
  height: 40px;
  font-size: 14px;
  background-color: #f8f8f8;
  border: solid 1px #e1e1e1;
  padding: 10px 15px;
  line-height: 20px;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.f-control:focus {
  border-color: rgba(255, 207, 78, 0.3);
}

.f-control.pill-control {
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

select.f-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  padding-right: 25px;
  padding-left: 15px;
  line-height: unset;
}

textarea.f-control {
  height: 100px;
  resize: none;
  padding: 10px 15px;
}

.mn-btn {
  border: none;
  background-color: transparent;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.mn-btn.btn-1 {
  display: inline-block;
  background-color: #ffcf4e;
  color: #111111;
  height: 40px;
  line-height: 40px;
  min-width: 140px;
  border-radius: 30px;
  white-space: nowrap;
  font-size: 13px;
  text-transform: uppercase;
}

.mn-btn.btn-1:hover {
  background-color: #ffc11b;
}

.mn-btn.auto-w {
  min-width: unset;
  padding: 0 20px;
}

.mn-btn.btn-right {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  text-transform: initial;
}

.mn-btn.btn-right::after {
  font-style: initial;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  padding-left: 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  content: '\f0a9';
  color: #ffcf4e;
}

.mn-btn.btn-right:hover::after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.mn-btn:active {
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}

.text-btn {
  border: none;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: black;
  display: inline-block;
}

.text-btn:hover {
  text-decoration: underline;
}

.btn-media {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: white;
  font-size: 14px;
  margin: 0 5px 5px 0;
}

.btn-media:hover {
  border-color: #ffcf4e;
  background-color: #ffcf4e;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  background-color: #ebebeb;
}

.search-form .select-form {
  width: 145px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.search-form .input-form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.search-form .input-form .f-control {
  border: none;
}

.search-form .submit-form {
  display: block;
  color: #ffcf4e;
  background-color: #fff;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border-radius: 0 5px 5px 0;
}

.search-form .submit-form:hover {
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 450px) {
  .search-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search-form .input-form {
    width: calc(100% - 145px);
  }

  .search-form .input-form .f-control {
    border-top: unset;
    border-left: 1px solid #e1e1e1;
  }

  .search-form .submit-form {
    width: 100%;
    display: block;
  }
}

.search-form .select-form {
  min-height: 40px;
}

.search-form .select-form .icon {
  right: 10px;
}

.search-form .dd {
  height: 100%;
  border-radius: 5px 0 0 5px;
  border: none;
}

.search-form .dd .divider {
  display: none;
}

.search-form .dd .ddTitle {
  background-color: #fff;
  height: 100%;
  border-radius: 5px 0 0 5px;
  padding-left: 10px;
}

.search-form .dd .ddTitle .ddTitleText {
  position: relative;
  height: 100%;
  padding: 5px 20px 5px 0px;
}

.search-form .dd .ddTitle .ddTitleText img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  padding-right: 0;
}

.search-form .dd .ddlabel {
  font-size: 13px;
  font-weight: 500;
  color: black;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 0px 8px 40px;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.search-form .dd .ddChild li img {
  max-width: 35px;
}

.search-form .dd .ddChild li .ddlabel {
  padding-left: 5px;
}

@media screen and (max-width: 500px) {
  .search-form .dd {
    border-radius: unset;
  }

  .search-form .dd .ddTitle {
    border-radius: unset;
  }

  .search-form .submit-form {
    border-radius: unset;
  }
}

.select-form {
  position: relative;
}

.select-form .f-control {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background-color: white;
}

.select-form .f-control option {
  color: black;
  font-weight: 600;
}

.select-form .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
  color: #ffcf4e;
}

.input-form {
  position: relative;
  overflow: hidden;
}

.input-form .f-control {
  background-color: white;
  font-size: 14px;
  width: 100%;
  border-left: unset;
  border-right: unset;
}

.scroll-top-link {
  position: fixed;
  right: 15px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 20px;
  font-size: 24px;
  font-weight: bold;
  padding: 6px;
  text-align: center;
  background: #f8f8f8;
  border: 5px solid #ffcf4e;
  color: #ffc11b;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 1;
}

.scroll-top-link:hover,
.scroll-top-link:focus {
  border-color: transparent;
  background-color: #ffcf4e;
  color: white;
}

@media screen and (max-width: 650px) {
  .scroll-top-link {
    width: 35px;
    height: 35px;
    padding: 0;
  }

  .scroll-top-link>i {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
}

.cirle-sm {
  height: 20px;
  line-height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #4a4c63;
}

.shape-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: #ffcf4e;
  color: white;
  font-size: 14px;
}

.shape-icon.s-circle {
  border-radius: 50%;
}

.notif-dot {
  position: relative;
}

.notif-dot .dot-red {
  position: absolute;
  top: 0;
  right: 100%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ed1c24;
}

.notif-dot:hover {
  color: #e1e1e1;
}

.sec-title {
  text-align: right;
  margin-bottom: 30px;
  padding-top: 25px;
  position: relative;
}

.sec-title .hd {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: black;
  text-transform: uppercase;
  line-height: 1.2;
}

.sec-title .sub {
  margin-top: 10px;
}

.sec-title::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 40px;
  height: 15px;
  background-image: url("../images/sec-title-decor.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sec-title.st-left {
  text-align: left;
}

.sec-title.st-left::before {
  right: unset;
  left: 0;
}

.sec-pad2 {
  padding: 70px 0;
  position: relative;
}

@media screen and (max-width: 780px) {
  .sec-title .hd {
    font-size: 26px;
  }

  .sec-pad2 {
    padding: 40px 0;
  }
}

@media screen and (max-width: 500px) {
  .sec-title .hd {
    font-size: 24px;
  }
}

.row100 .col50 {
  width: 50%;
  float: left;
}

.white {
  color: white;
}

.black {
  color: black;
}

.color1 {
  color: #ffcf4e;
}

.color2 {
  color: #252525;
}

/* HEADER */
#header .navbar-toggle {
  display: none;
  outline: none;
  float: right;
  position: relative;
  border: solid 1px transparent;
  border-radius: 4px;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}

#header .navbar-toggle .icon-bar {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 27px;
  height: 3px;
  border-radius: 1px;
  background-color: white;
}

#header .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

#header .navbar-toggle.open .icon-bar:nth-child(1) {
  -webkit-transform: translate(-1px, 7px) rotate(-225deg);
  -ms-transform: translate(-1px, 7px) rotate(-225deg);
  transform: translate(-1px, 7px) rotate(-225deg);
}

#header .navbar-toggle.open .icon-bar:nth-child(2) {
  opacity: 0;
}

#header .navbar-toggle.open .icon-bar:nth-child(3) {
  -webkit-transform: translate(-1px, -9px) rotate(228deg);
  -ms-transform: translate(-1px, -9px) rotate(228deg);
  transform: translate(-1px, -9px) rotate(228deg);
}

#header .has-dropdown {
  position: relative;
}

#header .has-dropdown>a::after {
  content: "\f078";
  /* >> Name of the FA free font (mandatory)
                    - 'Font Awesome 5 Free' for Regular and Solid symbols;
                    - 'Font Awesome 5 Brand' for Brands symbols. */
  font-family: 'Font Awesome 5 Free';
  /* >> Weight of the font (mandatory)
                    - 400 for Regular and Brands symbols;
                    - 900 for Solid symbols. */
  font-weight: 900;
  /* >> Optional styling: */
  float: right;
  margin-left: 5px;
}

#header .has-dropdown:hover .mn-dropdown-menu,
#header .has-dropdown:focus .mn-dropdown-menu {
  display: block;
  -webkit-transform: perspective(1200px) rotateX(0deg);
  transform: perspective(1200px) rotateX(0deg);
}

#header .nav-ul .mn-dropdown-menu {
  min-width: 200px;
  position: absolute;
  z-index: 9;
  width: auto;
  top: 100%;
  left: 0;
  display: block;
  border-radius: 5px;
  background-color: #111111;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(1200px) rotateX(-90deg);
  transform: perspective(1200px) rotateX(-90deg);
}

#header .nav-ul .mn-dropdown-menu li {
  width: 100%;
  margin: 0;
  padding: 0;
}

#header .nav-ul .mn-dropdown-menu li>a {
  padding: 12px 15px;
}

#header .nav-ul .mn-dropdown-menu li:hover>a,
#header .nav-ul .mn-dropdown-menu li:focus>a {
  color: #ffcf4e;
  background-color: transparent;
}

#header .nav-ul .mn-dropdown-menu li.current-menu-parent>a,
#header .nav-ul .mn-dropdown-menu li.current-menu-item>a {
  color: #ffcf4e;
}

.hd-top {
  background-color: black;
  color: white;
  padding: 7px 0;
  font-size: 13px;
}

.hdt__left {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -10px;
}

.hdt__right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.hdt__child {
  padding: 0 10px;
  font-size: 13px;
  line-height: 20px;
}

.hdt__child .mn-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
}

.hd-main {
  background-color: #111111;
  color: white;
}

#header .logo {
  float: left;
  width: 22%;
  position: relative;
  padding: 14px 0;
}

#header .logo a {
  display: inline-block;
}

#header .logo .img {
  padding-right: 10px;
  min-width: 200px;
  max-width: 240px;
  text-align: left;
}

#header .logo img {
  display: block;
  object-fit: contain;
  -o-object-fit: contain;
}

#header .hd-right-wrap {
  padding-left: 240px;
}

#header .hd-right {
  float: right;
  margin-right: -15px;
}

#header .nav-ul {
  list-style: none;
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#header .nav-ul li {
  padding: 15px 0;
}

@media screen and (max-width: 1030px) {
  #header .nav-ul li {
    padding: 5px 0;
  }
}

#header .nav-ul li a {
  display: block;
  color: white;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  padding: 12px 15px;
}

#header .nav-ul li:hover>a,
#header .nav-ul li:focus>a {
  color: #ffcf4e;
  background-color: transparent;
}

#header .nav-ul>li.current-menu-parent,
#header .nav-ul>li.current-menu-item {
  border-bottom: 3px solid #ffcf4e;
}

#header .nav-ul>li.current-menu-parent>a,
#header .nav-ul>li.current-menu-item>a {
  background-color: transparent;
  color: white;
}

@media screen and (max-width: 930px) {
  #header .hd-right {
    margin-right: 0;
    padding: 20px 0;
  }

  #header .navbar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }

  #header .nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    padding-top: unset;
    z-index: 10;
    display: block;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    background-color: transparent;
  }

  #header .nav-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #header .nav-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    padding: 5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin: 0;
    padding-bottom: 2rem;
    float: left;
    width: 240px;
    position: relative;
    z-index: 1;
    height: 100%;
    background: #111111;
    overflow: auto;
  }

  #header .nav-ul li {
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    color: white;
    width: 100%;
    margin: unset;
  }

  #header .nav-ul li a {
    text-align: left;
    color: white;
    width: 100%;
    font-size: 13px;
    padding: 15px 10px;
    border: unset;
  }

  #header .nav-ul li:hover>a,
  #header .nav-ul li:focus>a {
    background-color: transparent;
    color: #ffcf4e;
  }

  #header .nav-ul li.active,
  #header .nav-ul li.current-menu-item,
  #header .nav-ul li.current-menu-parent {
    border: unset;
  }

  #header .nav-ul li.active>a,
  #header .nav-ul li.current-menu-item>a,
  #header .nav-ul li.current-menu-parent>a {
    background-color: #ffc11b;
    color: white;
    border-radius: 4px;
  }

  #header .nav-ul .has-dropdown a::after {
    content: none;
  }

  #header .nav-ul .mn-dropdown-menu {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: transparent;
    display: block;
    width: auto;
    min-width: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 5px 0;
  }

  #header .nav-ul .mn-dropdown-menu>li {
    display: block;
    list-style: none;
    margin-left: 3px;
    border-left: 3px solid #ffcf4e;
  }

  #header .nav-ul .mn-dropdown-menu>li>a {
    color: white;
    padding-left: 20px;
  }

  #header .nav-ul .mn-dropdown-menu>li:hover>a {
    color: #ffcf4e;
    background: #252525;
  }

  #header .nav-ul .mn-dropdown-menu>li.current-menu-item>a {
    color: #ffcf4e;
    background-color: transparent;
  }

  #header .open {
    z-index: 2;
  }

  #header .open+.nav-wrap {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #header .open+.nav-wrap .nav-overlay {
    opacity: 0.7;
  }
}

@media screen and (max-width: 650px) {
  .hdt__left {
    float: none;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
  }

  .hdt__right {
    float: none;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .hdt__left {
    display: block;
  }

  .hdt__left .hdt__child {
    width: 100%;
    display: block;
  }
}

/* ========== */
.acc-info {
  position: relative;
}

.acc-info:hover .status,
.acc-info:focus .status {
  display: block;
}

.status {
  font-size: 14px;
  display: none;
  position: absolute;
  bottom: -398px;
  right: 0;
  z-index: 99;
  width: 300px;
  max-height: 400px;
}

.status:hover,
.status:focus {
  display: block;
}

.status .status-wrap {
  position: relative;
  left: 0;
  top: 30px;
  width: 300px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: black;
  background-color: white;
}

.status .status__header {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.status .status__header h4 {
  color: white;
  font-size: 24px;
  z-index: 1;
}

.status .status__header::before {
  content: '';
  bottom: 0;
  left: 0;
  background-image: url("../images/status-header-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: calc(100% + 23px);
}

.status .status__body>*:not(.links) {
  padding: 10px 20px;
}

.status .status__body>div:nth-child(odd) {
  background-color: #f8f8f8;
}

.status .status__body .level__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.status .status__body .level__info .rank {
  font-weight: bold;
}

.status .status__body .level__process {
  background: #ebebeb;
  border-radius: 12px;
  height: 20px;
  width: 100%;
  padding: 2px;
  margin: 5px 0;
  overflow: hidden;
}

.status .status__body .level__process>span {
  display: block;
  height: 100%;
  max-width: 100%;
  border-radius: 9px;
  background-color: #3ab1c8;
  background-image: -webkit-repeating-linear-gradient(135deg, transparent 0px, transparent 7px, rgba(0, 0, 0, 0.1) 7px, rgba(0, 0, 0, 0.1) 9px);
  background-image: -o-repeating-linear-gradient(135deg, transparent 0px, transparent 7px, rgba(0, 0, 0, 0.1) 7px, rgba(0, 0, 0, 0.1) 9px);
  background-image: repeating-linear-gradient(-45deg, transparent 0px, transparent 7px, rgba(0, 0, 0, 0.1) 7px, rgba(0, 0, 0, 0.1) 9px);
  background-size: 50px 50px;
  background-position: 0 0;
  overflow: hidden;
  -webkit-animation: move 4s linear infinite;
  animation: move 4s linear infinite;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

@keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

.status .status__body .balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.status .status__body .balance__number {
  margin-left: 10px;
  font-weight: bold;
}

.status .status__body .balance__number .vnd {
  color: #2772db;
}

.status .status__body .balance__number .cny {
  color: #3ab1c8;
}

.status .status__body .links>a {
  padding: 10px 20px;
  display: block;
  text-align: start;
}

.status .status__body .links>a i {
  float: right;
  line-height: 2;
  color: #2772db;
}

.status .status__body .links>a:hover {
  background-color: #2772db;
  color: white;
}

.status .status__body .links>a:hover>i {
  color: white;
}

.status .status__footer .ft-btn {
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 10px 0;
  border-radius: unset;
  background-color: #d62d20;
  color: white;
  text-align: center;
}

.status .status__footer .ft-btn:hover {
  background-color: #aa2419;
}

@media screen and (max-width: 650px) {
  .status .status__header {
    overflow: hidden;
  }
}

@media screen and (max-width: 500px) {
  .status {
    right: 0;
  }
}

/* ====== */
/* MAIN */
.banner {
  background-image: url("../images/banner-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.banner .banner-entry {
  min-height: 550px;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  .banner .banner-entry {
    min-height: 450px;
  }
}

.banner-content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
  color: white;
  text-align: center;
}

.banner-content .hd {
  font-size: 60px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 930px) {
  .banner-content .hd {
    font-size: 48px;
  }
}

@media screen and (max-width: 500px) {
  .banner-content .hd {
    font-size: 36px;
  }
}

.banner-content .intro {
  margin-bottom: 25px;
}

.banner-content .addon-tt {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.banner-content .addon-button .mn-btn {
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  max-width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #111111;
  background-color: #ffcf4e;
  margin: 0 2px 5px 0;
}

.banner-content .addon-button .mn-btn:hover {
  color: white;
  background-color: #111111;
}

.banner-content .addon-button i {
  padding-right: 5px;
  font-size: 16px;
}

.banner-ct-decor {
  display: block;
  margin-bottom: 15px;
}

.banner-ct-decor img {
  display: block;
  margin: 0 auto;
}

.find-product {
  padding: 20px 0;
  background-color: #f8f8f8;
}

.find-prd-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.find-prd-wrap .title .hd {
  font-size: 13px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  padding-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.find-prd-wrap .search-form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  position: relative;
}

.find-prd-wrap .search-form .submit-form {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 97px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  background-color: #ffcf4e;
  color: #111111;
  z-index: 1;
}

.find-prd-wrap .search-form .submit-form:hover {
  background-color: #ffc11b;
}

.find-prd-wrap .input-form {
  border-left: 1px solid #e1e1e1;
}

.find-prd-wrap .input-form .f-control {
  padding-right: 105px;
}

.services .sec-title {
  margin-bottom: 0;
}

.about-us {
  background-image: url("../images/dash-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.about-us .img-bg {
  position: absolute;
  width: 40%;
  min-width: 740px;
  max-width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url("../images/aboutus-img.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.about-us .sec-title .hd {
  color: white;
}

.about-us .sec-align .sec-left {
  width: 33.33%;
}

.about-us .sec-align .sec-right {
  width: 66.66%;
}

.about-us .sec-align .has-bd-line::before {
  background-image: url("../images/border-vertical-white.png");
  background-size: cover;
}

.aboutus-wrap {
  max-width: 900px;
  padding: 40px 0;
  background-color: #252525;
  color: #c2c2c2;
}

.list-about-nav {
  list-style: none;
}

.list-about-nav li {
  color: #898989;
  margin: 15px 0;
  position: relative;
}

.list-about-nav li:first-child {
  margin-top: 0;
}

.list-about-nav li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -34px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  z-index: 1;
  background-color: #707070;
}

.list-about-nav li:hover {
  color: #ffcf4e;
}

.list-about-nav li.active {
  color: white;
}

.list-about-nav li.active::after {
  display: block;
  right: -35px;
  width: 10px;
  height: 10px;
  background: #ffcf4e;
}

.list-about-nav .tabswap-btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 5px;
  line-height: 1.2;
  display: block;
}

.about-ct .about-desc {
  margin-top: 20px;
}

.ab-desc-item {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 12px;
}

.ab-desc-item .progressbar-text {
  color: white;
}

.ab-desc-item .img {
  display: inline-block;
  vertical-align: middle;
  width: 76px;
  position: relative;
}

.ab-desc-item .img .canvas-circle {
  width: 76px;
  height: 76px;
}

.ab-desc-item .img .canvas-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 30px;
  font-weight: 500;
  color: white;
  line-height: 1;
}

.ab-desc-item .img small {
  font-size: 12px;
}

.ab-desc-item .ct {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 76px);
  margin-left: -4px;
  padding-left: 10px;
  color: white;
}

.list-guide-nav {
  list-style: none;
}

.list-guide-nav li {
  color: #707070;
  margin: 10px 0;
  position: relative;
}

.list-guide-nav li:first-child {
  margin-top: 0;
}

.list-guide-nav li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -34px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  z-index: 1;
  background-color: #707070;
}

.list-guide-nav li:hover {
  color: #ffcf4e;
}

.list-guide-nav li.active {
  color: black;
}

.list-guide-nav li.active::after {
  display: block;
  right: -35px;
  width: 10px;
  height: 10px;
  background: #ffcf4e;
}

.list-guide-nav .tabswap-btn {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 0;
  line-height: 1;
}

.step-guide-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.step-guide-ct .img {
  width: 65%;
}

.step-guide-ct .img img {
  display: block;
  margin: 0 auto;
}

.step-guide-ct .ct {
  padding-left: 30px;
  width: 35%;
}

.step-guide-ct .hd {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: black;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}

.step-guide-ct .mn-btn {
  margin-top: 25px;
}

.benefit {
  background-image: url("../images/dash-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.benefit .truck-img {
  position: absolute;
  top: 0;
  right: 73%;
  width: 40vw;
  min-width: 740px;
  height: 100%;
  background-image: url(../images/benefit-truck-img.jpg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.benefit .benefit-ct {
  float: right;
  width: 70%;
  clear: right;
}

.list-benefit {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -15px;
}

.benefit__item {
  width: 50%;
  padding: 15px;
}

.contact {
  padding: 30px 0 20px;
  background-color: #252525;
  color: white;
}

.contact-wrap {
  margin: 0 -15px;
}

.contact__child {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 10px;
}

.contact__child .shape-icon {
  background-color: #252525;
  border: 1px solid #707070;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.contact__child .tt {
  color: #c2c2c2;
}

.contact__child a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 780px) {
  .contact__child {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .contact__child {
    width: 100%;
    float: none;
    display: block;
  }
}

/* LAYOUT ELEMENT */
.container-col3 {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -15px;
}

.container-col3.fix-mar {
  margin: 0 -15px -30px;
}

.container-col3 .col3__item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
  .container-col3 .col3__item {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .container-col3 .col3__item {
    width: 100%;
  }
}

/* CARD BLOCK ELEMENT */
.sec-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.sec-align .sec-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  padding: 0 15px;
}

.sec-align .sec-left-wrap {
  margin-right: 30px;
  margin-left: auto;
  max-width: 220px;
  text-align: right;
}

.sec-align .sec-right {
  width: 75%;
  padding: 0 15px;
}

.sec-align .has-bd-line {
  position: relative;
}

.sec-align .has-bd-line::before {
  content: '';
  position: absolute;
  top: 0;
  right: 14px;
  height: 100%;
  width: 2px;
  background-image: url(../images/border-vertical.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

.info-card {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 780px) {
  .info-card {
    padding: 10px;
    border-radius: 2px;
    overflow: hidden;
  }

  .info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #252525;
    visibility: hidden;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .info-card:hover {
    color: white;
  }

  .info-card:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
  }

  .info-card:hover .hd,
  .info-card:hover .text-btn {
    color: white;
  }

  .info-card:hover .img {
    background-color: white;
  }
}

.info-card .img {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
  position: relative;
}

.info-card .img img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

.info-card .ct {
  display: block;
  overflow: hidden;
  padding-left: 20px;
}

.info-card .hd {
  font-size: 14px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}

.info-card .text-btn {
  margin-top: 5px;
}

.align-center-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center-card .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.align-center-card .ct {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 10px;
}

/* ====== */
/* FOOTER */
.ft-infos {
  background-color: #111111;
  color: #c2c2c2;
  padding: 40px 0;
}

.ft-infos-wrap {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ft-infos__child {
  float: left;
  width: 16%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.ft-infos__child.col-ct,
.ft-infos__child.col-media {
  width: 26%;
}

.ft-title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
  color: white;
}

#footer .ft-ct p+p {
  margin-top: 10px;
}

#footer ul li {
  line-height: 1;
}

#footer ul li:not(:last-child) {
  margin-bottom: 15px;
}

#footer .ft-sys {
  color: white;
  background-color: #000000;
  line-height: 20px;
  padding: 10px 0;
  font-size: 14px;
}

#footer .ft-sys strong {
  font-size: 14px;
  font-weight: 500;
}

#footer .ft-sys a:hover {
  color: white;
}

#footer .ft-sys .sys-ct {
  padding: 10px 0;
}

#footer .ft-sys a img {
  display: initial;
}

@media screen and (max-width: 930px) {
  .ft-infos__child {
    width: 25%;
  }

  .ft-infos__child.col-ct {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .ft-infos__child.col-media {
    width: 25%;
  }
}

@media screen and (max-width: 550px) {
  .ft-infos__child {
    width: 50%;
  }

  .ft-infos__child.col-media {
    width: 50%;
  }
}

/* ====== */
/* RESPONSIVE */
@media screen and (max-width: 980px) {
  .sec-align:not(.aboutus-wrap) .sec-left {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }

  .sec-align:not(.aboutus-wrap) .sec-right {
    width: 100%;
    display: block;
  }

  .sec-align:not(.aboutus-wrap) .sec-left-wrap {
    margin-right: 0;
    margin-left: 0;
    max-width: 500px;
    text-align: left;
  }

  .sec-align:not(.aboutus-wrap) .sec-title {
    text-align: left;
  }

  .sec-align:not(.aboutus-wrap) .sec-title::before {
    right: unset;
    left: 0;
  }

  .sec-align:not(.aboutus-wrap) .has-bd-line::before {
    content: none;
  }

  .list-guide-nav li {
    padding-right: 20px;
    position: relative;
  }

  .list-guide-nav li::after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 0;
  }

  .list-guide-nav li.active::after {
    display: block;
    right: 0;
  }
}

@media screen and (max-width: 930px) {
  body {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  body.menuin {
    margin-left: 240px;
    margin-right: -240px;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
  }

  .benefit .truck-img {
    position: static;
    display: block;
    height: 200px;
    background-position: center;
    margin: 15px 0 0;
    width: 100%;
    min-width: unset;
  }

  .benefit .benefit-ct {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .info-card .ct {
    padding-left: 10px;
  }

  .step-guide-ct .img {
    width: 100%;
    margin-bottom: 30px;
  }

  .step-guide-ct .img img {
    margin: 0;
  }

  .step-guide-ct .ct {
    width: 100%;
    padding-left: 0;
  }

  .about-us .img-bg {
    min-width: unset;
    width: 100%;
  }

  .about-us .sec-align .sec-left {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }

  .about-us .sec-align .sec-right {
    width: 100%;
    display: block;
  }

  .about-us .sec-align .sec-left-wrap {
    margin-right: 0;
    margin-left: 0;
    max-width: 500px;
    text-align: left;
  }

  .about-us .sec-align .sec-title {
    text-align: left;
  }

  .about-us .sec-align .sec-title::before {
    right: unset;
    left: 0;
  }

  .about-us .sec-align .has-bd-line::before {
    content: none;
  }

  .list-about-nav li {
    margin: 5px 0;
    padding-right: 20px;
    position: relative;
  }

  .list-about-nav li::after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 0;
  }

  .list-about-nav li.active::after {
    display: block;
    right: 0;
  }
}

@media screen and (max-width: 600px) {
  .find-prd-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .find-prd-wrap .title {
    width: 100%;
    margin-bottom: 10px;
  }

  .find-prd-wrap .search-form {
    border-radius: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .find-prd-wrap .search-form .submit-form {
    position: static;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: unset;
  }

  .find-prd-wrap .input-form .f-control {
    padding-right: 15px;
  }
}

@media screen and (max-width: 500px) {
  body.menuin {
    margin-left: 225px;
    margin-right: -225px;
  }

  .banner-content .intro {
    font-size: 16px;
  }

  .benefit__item {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 450px) {
  .ab-desc-item {
    width: 100%;
    float: none;
  }
}


.sec-above {
    display: block;
    margin-bottom: 35px;
    text-align: center
}

    .sec-above .tt-txt {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 30px
    }

        .sec-above .tt-txt .hl-txt {
            display: block
        }

        .sec-above .tt-txt:after {
            content: '';
            display: block;
            background: url(../images/title-decor.png) no-repeat center center;
            width: 370px;
            height: 18px;
            max-width: 100%;
            margin: 0 auto;
            margin-top: 5px
        }

.sec-feats {
    background-color: #f8f8f8;
    padding-top: 150px;
    margin-top: -150px
}

.featlist {
    float: left;
    width: 100%;
    background: url(../images/stock-img.png) no-repeat 48% center;
    background-size: 33.33% auto;
    background-blend-mode: multiply;
    background-color: #f8f8f8
}

    .featlist .feat-box {
        float: left;
        width: 33.33%;
        padding-right: 15px;
        text-align: right;
        clear: left;
        margin-bottom: 30px;
        margin-top: 30px
    }

        .featlist .feat-box:nth-child(2n) {
            float: right;
            padding-right: 0;
            padding-left: 15px;
            text-align: left;
            clear: right
        }

        .featlist .feat-box .title {
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 500;
            margin: 10px 0
        }

        .featlist .feat-box .smr {
            height: 60px;
            overflow: hidden;
            line-height: 20px
        }

@media screen and (max-width: 768px) {
    .featlist {
        padding-top: 300px;
        background-position: center top;
        background-size: auto 300px
    }

        .featlist .feat-box {
            width: 50%;
            float: left;
            text-align: left
        }

            .featlist .feat-box:nth-child(2n) {
                float: left;
                text-align: left
            }
}

.sec-params {
    text-align: center;
    padding-bottom: 40px;
    color: #fff;
    background: url(../images/bg-params.jpg) no-repeat center center/cover;
    letter-spacing: 20px
}

    .sec-params .params-box {
        width: 270px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px;
        letter-spacing: normal
    }

        .sec-params .params-box .title {
            font-size: 30px;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 1
        }

        .sec-params .params-box .smr {
            font-size: 18px
        }

.sec-contact {
    padding-bottom: 0;
    padding-top: 0
}

    .sec-contact .fw-map {
        position: relative
    }

    .sec-contact .contacts-info {
        z-index: 2;
        width: 1170px;
        position: absolute;
        left: 50%;
        top: 30px;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        letter-spacing: 25px
    }

    .sec-contact .map {
        z-index: 1
    }

@media screen and (max-width: 1200px) {
    .sec-contact .contacts-info {
        left: 0;
        padding-left: 15px
    }

    .featlist .feat-box .smr {
        overflow: unset;
    }
}

@media screen and (max-width: 768px) {
    .sec-contact .contacts-info {
        display: block;
        position: static;
        width: auto;
        transform: none;
        -webkit-transform: none;
        margin-bottom: 20px;
        text-align: center
    }

        .sec-contact .contacts-info .ct-box {
            display: inline-block;
            width: 320px;
            max-width: 100%;
            vertical-align: top;
            text-align: left;
            margin: 10px
        }
}

@media screen and (max-width: 480px) {
    .sec-contact .contacts-info {
        padding-left: 15px;
        padding-right: 15px
    }

        .sec-contact .contacts-info .ct-box {
            width: 100%;
            margin: 10px 0
        }
}

.ct-box {
    -webkit-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.18);
    border-radius: 4px;
    border: solid 1px #e1e1e1;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    background-color: #fff;
    width: 370px;
    max-width: 100%;
    letter-spacing: normal
}

    .ct-box:last-child {
        margin-bottom: 0
    }

    .ct-box .fa {
        width: 70px;
        text-align: center;
        height: 100px;
        vertical-align: middle;
        color: #fff;
        background-color: #366136;
        border-radius: 4px 0 0 4px
    }

        .ct-box .fa:after, .ct-box .fa:before {
            display: inline-block;
            vertical-align: middle
        }

        .ct-box .fa:after {
            height: 100%;
            content: ''
        }

    .ct-box .info {
        display: inline-block;
        vertical-align: middle;
        padding: 15px 30px
    }

        .ct-box .info .lb {
            color: #898989;
            font-weight: 400
        }

        .ct-box .info > p {
            color: #000
        }

/* ========================== CHILD PAGE ========================== */
/* ====== */