@font-face {
  font-display: swap;
  font-family: "cabin";
  src: url("../fonts/CabinCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "cabinm";
  src: url("../fonts/CabinCondensed-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "cabinb";
  src: url("../fonts/CabinCondensed-Bold.ttf") format("truetype");
}
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
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;
}
input[type="number"] {
  padding-left: 5px;
}
textarea {
  padding: 8px 12px 5px 12px;
}
input,
textarea,
select,
button,
a {
  outline: none;
}
button {
  border: none;
  background: none;
  padding: 0;
}
* {
  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);
}
.c-img {
  display: block;
  position: relative;
  padding-top: 73%;
}
.c-img img,
.c-img .bg,
.c-img iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.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;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hv-over:hover:after {
  background: #2077a7;
  opacity: 0.5;
}
.hv-scale {
  overflow: hidden;
  display: block;
}
.hv-scale img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hv-scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hv-light {
  display: block;
  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;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-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.12);
  -webkit-transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  -ms-transition: 0.75s ease-in-out;
  -o-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);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  -ms-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:after {
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -ms-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);
}
.s-content .aligncenter {
  display: block;
  text-align: center;
  margin: auto;
}
.s-content .alignright {
  display: block;
  text-align: right;
  margin-left: auto;
}
.s-content .alignleft {
  display: block;
  text-align: left;
  margin-right: auto;
}
.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: inline-block;
  max-width: 100%;
  margin: 10px 0;
  height: auto !important;
  object-fit: contain !important;
}
.s-content table,
.s-content iframe {
  max-width: 100%;
}
.s-content a {
  color: #e45200;
}
.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ebebeb;
}
.s-content table td {
  border-collapse: collapse;
  border: solid 1px #ebebeb;
  padding: 3px;
}
.s-content h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
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;
}
.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.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;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
body {
  font-size: 14px;
  font-family: "cabin", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  max-width: 1920px;
  margin: auto;
  letter-spacing: 1px;
  overflow-x: hidden;
  color: #555555;
}
button:focus {
  outline: none;
}
.clmain {
  color: #0e426a;
}
.clsp {
  color: #ff9f0d;
}
.cltext {
  color: #888888;
}
.hv_main {
  color: #0e426a !important;
}
.hv_main:hover {
  color: #ff9f0d !important;
}
.hv_main_sp:hover {
  color: #0e426a !important;
}
.hv_sp:hover {
  color: #ff9f0d !important;
}
.hv_sp_main {
  color: #ff9f0d !important;
}
.hv_sp_main:hover {
  color: #0e426a !important;
}
.all-btn,
.all-btn-white,
.all-btn-sp,
.all-btn-transparent {
  display: inline-block;
  font-size: 18px;
  padding: 6px 25px;
  border-radius: 5px;
  animation: moveInBottom 1s ease-out;
  animation-fill-mode: backwards;
}
.all-btn .sp-arrow,
.all-btn-white .sp-arrow,
.all-btn-sp .sp-arrow,
.all-btn-transparent .sp-arrow {
  font-size: 26px;
  transform: rotateX(0deg);
}
.all-btn:hover,
.all-btn:focus,
.all-btn-white:hover,
.all-btn-white:focus,
.all-btn-sp:hover,
.all-btn-sp:focus,
.all-btn-transparent:hover,
.all-btn-transparent:focus {
  transform: translateY(-3px);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.45);
}
.all-btn:hover .sp-arrow,
.all-btn:focus .sp-arrow,
.all-btn-white:hover .sp-arrow,
.all-btn-white:focus .sp-arrow,
.all-btn-sp:hover .sp-arrow,
.all-btn-sp:focus .sp-arrow,
.all-btn-transparent:hover .sp-arrow,
.all-btn-transparent:focus .sp-arrow {
  animation: rotateAnimation 2s linear infinite;
}
.all-btn {
  background: #a9c947;
  color: white !important;
}
.all-btn-sp {
  background: linear-gradient(90.32deg, #104d79 0.3%, #1c97af 99.76%);
  color: white !important;
}
.all-btn-white {
  background: white;
  color: #0e426a !important;
  padding: 2px 15px;
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.shake {
  animation: shake 150ms 1 linear;
  -moz-animation: shake 150ms 1 linear;
  -webkit-animation: shake 150ms 1 linear;
  -o-animation: shake 150ms 1 linear;
}
@keyframes rotateAnimation {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(180deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translate(3px, 0);
  }
  50% {
    -moz-transform: translate(-3px, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(3px, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: translate(3px, 0);
  }
  50% {
    -ms-transform: translate(-3px, 0);
  }
  100% {
    -ms-transform: translate(0, 0);
  }
}
@-o-keyframes shake {
  0% {
    -o-transform: translate(3px, 0);
  }
  50% {
    -o-transform: translate(-3px, 0);
  }
  100% {
    -o-transform: translate(0, 0);
  }
}
.cabin {
  font-family: "cabin";
}
.cabinm {
  font-family: "cabinm";
}
.cabinb {
  font-family: "cabinb";
}
.cspoint {
  cursor: pointer;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16,
.fs-16-cover {
  font-size: 16px !important;
}
.fs-18,
.fs-18-cover {
  font-size: 18px !important;
}
.fs-20,
.fs-20-cover {
  font-size: 20px !important;
}
.fs-22,
.fs-22-cover {
  font-size: 22px !important;
}
.fs-24,
.fs-24-cover {
  font-size: 24px !important;
}
.fs-26,
.fs-26-cover {
  font-size: 26px !important;
}
.fs-28,
.fs-28-cover {
  font-size: 28px !important;
}
.fs-30,
.fs-30-cover {
  font-size: 30px !important;
}
.fs-36,
.fs-36-cover {
  font-size: 36px !important;
}
.module-tns-dots .tns-nav {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 10px;
  pointer-events: none;
}
.module-tns-dots .tns-nav button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 1px #0e426a;
  background: white;
  margin-right: 12px;
  pointer-events: all;
}
.module-tns-dots .tns-nav .tns-nav-active {
  background: #0e426a;
}
.module-tns-controls .tns-controls button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 9;
  width: 86px;
  height: 38px;
  border: none;
  top: 50%;
  margin-top: -19px;
  outline: 0;
  border: none !important;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  border-radius: 10px;
  padding: 0;
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.module-tns-controls .tns-controls button[data-controls="prev"] {
  left: 5px;
  background-image: url("../images/Frame 4.png");
}
.module-tns-controls .tns-controls button[data-controls="next"] {
  right: 5px;
  background-image: url("../images/Frame 3.png");
}
.module-tns-controls .tns-controls button:hover {
  background-color: rgba(14, 66, 106, 0.65);
}
/* checkbox */
.module-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.module-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.module-checkbox .checkmark {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border-radius: 3px;
  border: solid 1px #888888;
}
.module-checkbox:hover input ~ .checkmark {
  background-color: #ebebeb;
}
.module-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.module-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.module-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #252525;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* end check box */
.modul-select2 {
  width: 100%;
}
.select2-container .select2-selection--single {
  height: 35px;
  border: solid 1px #ebebeb;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 35px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 33px;
}
.scrollstyle1::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  width: 6px;
  height: 6px;
}
.scrollstyle1::-webkit-scrollbar {
  background-color: #0e426a;
  margin: 6px;
  width: 6px;
  height: 6px;
}
.scrollstyle1::-webkit-scrollbar-thumb {
  background-color: #0e426a;
  border-radius: 3px;
  width: 6px;
  height: 6px;
}
.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  pointer-events: none;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  background: unset;
  font-size: 16px;
  color: white;
}
.breadcrumb li {
  position: relative;
  padding-right: 30px;
  padding-top: 1.5px;
}
.breadcrumb li a:hover {
  color: #ff9f0d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.breadcrumb li:after {
  content: "\f101";
  position: absolute;
  font-family: "FontAwesome";
  top: 0px;
  right: 8px;
  font-size: 18px;
}
.breadcrumb li:first-child {
  padding-top: 0px;
}
.breadcrumb li:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  margin-right: 3px;
}
.breadcrumb li:last-child {
  padding-right: 0px;
}
.breadcrumb li:last-child:after {
  display: none;
}
.te-pagination {
  text-align: center;
  font-size: 16px;
  position: relative;
}
.te-pagination a {
  margin-top: 5px;
  border: 1px solid #dbdbdb;
  display: inline-block;
  height: 50px;
  border-radius: 50px;
  padding: 0px 8px;
  min-width: 50px;
  line-height: 50px;
  transition: 0.3s;
}
.te-pagination a:hover {
  background: linear-gradient(90.32deg, #104d79 0.3%, #1c97af 99.76%);
  color: white;
}
.te-pagination strong {
  margin-top: 5px;
  line-height: 50px;
  display: inline-block;
  background: linear-gradient(90.32deg, #104d79 0.3%, #1c97af 99.76%);
  color: white;
  height: 50px;
  border-radius: 50px;
  min-width: 50px;
  padding: 0px 8px;
}
.te-pagination a:not(:last-child),
.te-pagination strong:not(:last-child) {
  margin-right: 12px;
}
.main_menu {
  font-family: "cabinm";
}
.main_menu ul li {
  color: #0e426a;
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  padding: 5px 0px;
}
.main_menu ul li a {
  padding: 8px 12px;
  position: relative;
  display: block;
  border-radius: 6px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main_menu ul li ul {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  width: 250px;
  border-radius: 5px;
  overflow: hidden;
  top: 150%;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.main_menu ul li ul li {
  text-transform: none;
  display: block;
  margin-right: 0;
  padding: 0;
}
.main_menu ul li ul li a {
  background: white !important;
  color: #0e426a;
  font-size: 16px;
  border-radius: 0 !important;
  padding: 8px 15px;
}
.main_menu ul li ul li a:after {
  display: none;
}
.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}
.main_menu ul li ul li:not(:last-child) {
  border-bottom: solid 1px #e1e1e1;
}
.main_menu ul li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: unset;
}
.main_menu ul li:hover > a {
  background: #0e426a !important;
  color: white;
}
.main_menu ul li:last-child {
  margin-right: 0;
}
.search-mb-btn {
  font-size: 20px;
  color: #0e426a;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-mb-btn:hover {
  background: #0e426a;
  color: white;
}
.form-search {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(100% + 30px);
  opacity: 0;
  visibility: hidden;
  right: 15px;
  border-radius: 6px;
  overflow: hidden;
  background: white;
  width: calc(100% - 30px);
  max-width: 450px;
}
.form-search input {
  width: calc(100% - 40px);
  border: none;
  height: 40px;
  font-size: 16px;
}
.form-search ::-webkit-input-placeholder {
  color: #ccc;
  font-style: italic;
  letter-spacing: 1px;
}
.form-search :-ms-input-placeholder {
  color: #ccc;
  font-style: italic;
  letter-spacing: 1px;
}
.form-search ::placeholder {
  color: #ccc;
  font-style: italic;
  letter-spacing: 1px;
}
.form-search button {
  width: 40px;
  height: 40px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #0e426a;
}
.form-search button:hover {
  color: #ff9f0d;
}
.form-search.active-search {
  opacity: 1;
  top: 100% !important;
  visibility: unset;
}
.sp_menu {
  font-family: "cabinb";
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  z-index: 999;
  top: 0;
  left: -100%;
  width: 350px;
  max-width: 80%;
  background: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sp_menu ul li {
  display: block;
  color: #333333;
  position: relative;
  font-size: 15px;
  border-bottom: solid 1px #ebebeb;
  overflow: hidden;
}
.sp_menu ul li .img {
  width: 27px;
  text-align: center;
  margin-right: 5px;
}
.sp_menu ul li .img img {
  filter: brightness(0%);
}
.sp_menu ul li a {
  display: block;
  padding: 8px 15px;
  letter-spacing: 0.8px;
}
.sp_menu ul li i {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 12px;
  color: #333333;
  background: #ebebeb;
}
.sp_menu ul li ul {
  display: none;
  background: #ebebeb;
}
.sp_menu ul li ul li {
  border-bottom: solid 1px #e1e1e1;
}
.sp_menu ul li ul li a {
  padding: 8px 15px 8px 35px;
}
.sp_menu ul li ul li ul li a {
  padding: 8px 15px 8px 55px;
}
.sp_menu ul li:first-child {
  border-top: solid 1px #ebebeb;
}
.sp_menu.active2 {
  left: 0;
}
.sp_menu .logo {
  width: 45px;
  height: 45px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
}
.sp_menu .header-sp-menu {
  background: #0e426a;
  padding-top: 3px;
  padding-bottom: 3px;
}
.rotate {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn_sp_menu {
  color: white;
}
.over_lay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  z-index: 991;
  width: calc(100% - 350px);
  height: 100%;
  min-width: 30%;
  top: 0;
  right: -100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.25);
}
.over_lay.active {
  opacity: 1;
  right: 0;
}
.animated-icon1 {
  width: 30px;
  height: 18px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.animated-icon1 span {
  background: #0e426a;
}
.animated-icon2 span {
  background: #0e426a;
}
.animated-icon3 span {
  background: #0e426a;
}
.animated-icon1 span:nth-child(1) {
  top: 0px;
  width: 60%;
}
.animated-icon1 span:nth-child(2) {
  top: 9px;
  width: 100%;
}
.animated-icon1 span:nth-child(3) {
  top: 18px;
  width: 60%;
  left: auto;
  right: 0;
}
.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 100%;
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header {
  position: relative;
  background: white;
  z-index: 900;
  padding: 5px 0px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.header .logo img {
  max-height: 65px;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.home-slider .c-img {
  padding-top: 34%;
  min-height: 220px;
}
.home-slider .item {
  position: relative;
}
.home-slider .item .content-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.home-slider .item .big-title {
  font-size: 48px;
  font-family: "cabinb";
  color: #0e426a;
}
.about-slider .c-img {
  padding-top: 31%;
  min-height: 220px;
}
.about-slider .c-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.about-slider .item {
  position: relative;
}
.about-slider .item .content-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.about-slider .item .big-title {
  font-size: 48px;
  font-family: "cabinb";
  color: white;
}
.list-advantages {
  background: linear-gradient(90.32deg, #104d79 0.3%, #1c97af 99.76%);
}
.list-advantages .list-item {
  margin: 0 -15px;
  overflow: auto;
}
.list-advantages .item {
  padding: 20px 15px;
  width: 25%;
  min-width: 237px;
}
.list-advantages .item .icon {
  width: 43px;
}
.list-advantages .item .name {
  width: calc(100% - 43px);
  color: white;
  padding-left: 15px;
}
.list-advantages .item:not(:last-child) {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.footer-container {
  background-color: #0e426a;
}
.footer-container .container {
  padding: 80px 15px;
  background-image: url("../images/image 568.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.copy-right {
  background: #0d3a5c;
  color: white;
  padding: 12px 15px;
}
.title-footer {
  color: white;
  position: relative;
  padding-bottom: 10px;
}
.title-footer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 3px;
  width: 80px;
  background: #859c3e;
}
.form-subscribe input {
  background: #115183;
  color: white;
  height: 46px;
  width: calc(100% - 46px);
  border: none;
  font-size: 16px;
}
.form-subscribe .all-btn {
  height: 46px;
  width: 46px;
  padding: 0 !important;
  background: white;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
.form-subscribe .all-btn img {
  margin-top: -4px;
}
.form-subscribe .all-btn:hover,
.form-subscribe .all-btn:focus {
  transform: translateY(0px);
}
.form-subscribe ::-webkit-input-placeholder {
  color: white;
  letter-spacing: 1px;
}
.form-subscribe :-ms-input-placeholder {
  color: white;
  letter-spacing: 1px;
}
.form-subscribe ::placeholder {
  color: white;
  letter-spacing: 1px;
}
.list-footer-contact-info .item {
  display: flex;
  align-items: center;
}
.list-footer-contact-info .item .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: solid 1px white;
  background: #0e426a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-footer-contact-info .item .content {
  width: calc(100% - 36px);
  padding-left: 15px;
  color: white;
  line-height: 1.5;
}
.list-footer-contact-info .item:not(:last-child) {
  margin-bottom: 20px;
}
.footer-main-info {
  margin-top: -100px;
  background: white;
  border-top: solid 5px #859c3e;
  padding: 40px 10px;
}
.footer-main-info .logo {
  text-align: center;
}
.footer-main-info .logo img {
  height: 115px;
}
.list-social .item {
  display: inline-block;
}
.list-social .item a {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: white;
  border: solid 1px #0e426a;
  border-radius: 50%;
  font-size: 26px;
  line-height: 46px;
  color: #0e426a;
}
.list-social .item a:hover {
  background: #0e426a;
  color: white;
}
.list-social .item:not(:last-child) {
  margin-right: 20px;
}
.map-content iframe {
  width: 100%;
  height: 535;
  margin-bottom: -10px;
}
.home-about-us {
  background-image: url("../images/image 3.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.list-special-image .item {
  width: 50%;
  padding: 0 15px;
}
.list-special-image .item:nth-child(1) {
  margin-bottom: 30px;
}
.list-special-image .item:nth-child(2) {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
}
.list-special-image .item img {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.module-title-icon {
  display: flex;
}
.module-title-icon .icon img {
  height: 23px;
}
.module-title-icon .title {
  color: #0e426a;
  font-size: 16px;
  font-family: "cabinm";
  padding-top: 6px;
}
.module-title-icon-wrap .icon img {
  height: 23px;
}
.module-title-icon-wrap .title {
  color: #0e426a;
  font-size: 16px;
  font-family: "cabinm";
  padding-top: 5px;
}
.home-list-service {
  background: #f5f7fa;
}
.grid {
  margin-left: -15px;
  margin-right: -15px;
}
.grid:after {
  content: "";
  display: block;
  clear: both;
}
.grid-item {
  float: left;
  margin-bottom: 30px;
  overflow: hidden;
}
.grid-item .c-img {
  padding-top: 67%;
}
.grid-item.grid-item-2 .c-img {
  padding-top: 122%;
}
.item-services .content-wrapper {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: #f5f7fa;
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.item-services .content-wrapper .name {
  padding-right: 50px;
}
.item-services .content-wrapper .content {
  padding: 10px 15px;
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.item-services .content-wrapper .all-btn {
  position: absolute;
  padding: 0px;
  width: 46px;
  height: 33px;
  top: 0px;
  right: 0px;
  border-radius: 0px;
}
.item-services .content-wrapper .all-btn img {
  margin-top: -5px;
}
.item-services:hover .content-wrapper {
  top: auto;
  opacity: 1;
  width: 100%;
  visibility: unset;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.all-banner {
  position: relative;
}
.all-banner .c-img {
  padding-top: 23%;
  min-height: 190px;
}
.all-banner .c-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
}
.all-banner .content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.all-banner.banner-videos .c-img {
  padding-top: 12%;
}
.module-item-service .item .c-img {
  padding-top: 60%;
}
.module-item-service .module-tns-controls .tns-controls button {
  width: 35px;
  height: 35px;
  border: none;
  top: auto;
  bottom: 0;
  margin-top: 0px;
  border-radius: 00px;
  padding: 0;
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
  background: #f5f7fa;
}
.module-item-service
  .module-tns-controls
  .tns-controls
  button[data-controls="prev"] {
  left: 0px;
  background-image: url("../images/arrow-right_1.png");
}
.module-item-service
  .module-tns-controls
  .tns-controls
  button[data-controls="next"] {
  right: auto;
  left: 35px;
  background-image: url("../images/arrow-right_3.png");
}
.module-item-service
  .module-tns-controls
  .tns-controls
  button:hover[data-controls="prev"] {
  background-image: url("../images/arrow-right_4.png");
}
.module-item-service
  .module-tns-controls
  .tns-controls
  button:hover[data-controls="next"] {
  background-image: url("../images/arrow-right_2.png");
}
.module-item-service.have-bg {
  background: #f5f7fa;
}
.module-item-service.have-bg
  .module-tns-controls
  .tns-controls
  button[data-controls="prev"] {
  left: auto;
  right: 35px;
}
.module-item-service.have-bg
  .module-tns-controls
  .tns-controls
  button[data-controls="next"] {
  right: 0;
  left: auto;
}
.about-welcome .image img {
  width: 100%;
}
.about-welcome .big-title {
  line-height: 1.5;
  position: absolute;
  width: 370px;
  left: -15px;
  top: -55px;
  background: #ffffff;
  padding: 45px 65px 0px 65px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}
.procedure-work {
  background: #a1bd4b;
}
.list-procedure-work .item {
  text-align: center;
  width: 20%;
  padding: 20px 25px 0px 25px;
}
.list-procedure-work .item .name {
  color: white;
}
.list-procedure-work .item .short-content {
  color: #ebebeb;
}
.list-procedure-work .item .count-item {
  font-size: 72px;
  color: white;
  opacity: 0.2;
}
.list-procedure-work .item.special-item {
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.list-procedure-work .item.special-item .name {
  color: #0e426a;
}
.list-procedure-work .item.special-item .short-content {
  color: #555555;
}
.list-procedure-work .item.special-item .icon img {
  max-width: 150px;
}
.big-item-new .c-img {
  padding-top: 75%;
}
.big-item-new .c-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(6, 25, 39, 0) 52.84%,
    #061927 106.4%
  );
  z-index: 1;
  pointer-events: none;
}
.big-item-new .c-img img {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.big-item-new .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0px 20px 15px 20px;
}
.item-small {
  width: 100%;
}
.item-small .c-img {
  padding-top: 72%;
}
.item-small .c-img img {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.item-small .img {
  width: 160px;
}
.item-small .content {
  width: calc(100% - 160px);
  padding-left: 12px;
}
.item-small:not(:last-child) {
  margin-bottom: 30px;
}
.a2a_svg {
  width: 20px !important;
  height: 20px !important;
  margin-bottom: 5px;
}
.sibar-news .item-block {
  background: #f5f7fa;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  padding: 20px 15px;
}
.title-sidebar-news {
  font-family: "cabinb";
  color: #0e426a;
}
.title-sidebar-news .icon img {
  height: 23px;
}
.title-sidebar-news .title {
  padding-top: 2px;
}
.list-cate-new li {
  margin-top: 8px;
}
.list-cate-new li a {
  font-size: 16px;
  position: relative;
  padding-left: 12px;
}
.list-cate-new li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #555555;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}
.list-cate-new li ul {
  padding-left: 16px;
}
.list-tag a:not(:last-child) {
  margin-right: 2px;
}
.list-tag a:not(:last-child):after {
  content: ",";
}
.no-item {
  font-size: 18px;
  padding: 10px 15px;
  border: solid 2px #0e426a;
  margin-top: 20px;
  color: #0e426a;
  font-family: "cabinm";
}
.list-news-sidebar .news-sidebar {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ebebeb;
}
.special-item-news {
  background: #f5f7fa;
  height: 100%;
  padding: 35px;
}
.list-news-main {
  background: #f5f7fa;
}
.item-news .img {
  width: 270px;
}
.item-news .img .c-img {
  padding-top: 69%;
}
.item-news .img .c-img img {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.item-news .content {
  width: calc(100% - 270px);
  padding-left: 12px;
}
.item-news:hover {
  background: white;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.contact-main {
  background: #f5f7fa;
}
.form-contact {
  max-width: 750px;
}
.form-contact input {
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 5px;
  height: 46px;
  width: 100%;
}
.form-contact textarea {
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
}
.form-contact ::-webkit-input-placeholder {
  color: #888888;
  letter-spacing: 1px;
}
.form-contact :-ms-input-placeholder {
  color: #888888;
  letter-spacing: 1px;
}
.form-contact ::placeholder {
  color: #888888;
  letter-spacing: 1px;
}
.form-contact.about-us input,
.form-contact.about-us textarea {
  border: none;
  border-bottom: solid 1px #e0e0e0;
}
.form-contact.about-us input {
  height: 39px;
}
.list-main-contact-info .item.special {
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}
.list-main-contact-info .item .sp-icon img {
  max-width: 160px;
}
.sp-fillter {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 6px 10px;
}
.sp-fillter select {
  width: 197px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #dcddde;
  box-sizing: border-box;
  border-radius: 5px;
}
.title-sidebar-pro {
  padding-bottom: 6px;
  border-bottom: solid 1px #ebebeb;
  position: relative;
}
.title-sidebar-pro .title {
  width: calc(100% - 24px);
  font-family: "cabinm";
  font-size: 20px;
  color: #0e426a;
}
.title-sidebar-pro .icon {
  width: 24px;
  height: 24px;
  font-size: 26px;
  text-align: center;
}
.title-sidebar-pro .icon i {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.title-sidebar-pro .icon i:hover {
  color: #0e426a;
}
.title-sidebar-pro .icon i.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.title-sidebar-pro:after {
  content: "";
  position: absolute;
  width: 88px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background: #0e426a;
}
.form-fillter .module-checkbox .checkmark {
  border-radius: 50%;
  top: 2px;
}
.form-fillter .module-checkbox .checkmark:after {
  top: 2px;
  height: 8px;
  border: solid #0e426a;
  border-width: 0 2px 2px 0 !important;
}
.item-input-color {
  width: 24px;
  height: 24px;
  border: 2px solid #e1e1e1;
  border-radius: 50%;
}
.item-input-color .module-checkbox .checkmark {
  height: 16px;
  width: 16px;
  border: none;
  top: 2px;
  left: 2px;
}
.item-input-color .module-checkbox .checkmark:after {
  top: 3px;
  left: 7px;
  height: 14px;
  width: 9px;
  border: solid white;
  border-radius: 2px;
  border-width: 0px 3px 3px 0 !important;
}
.item-input-color .module-checkbox input:checked ~ .checkmark {
  width: 24px;
  height: 24px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -1px;
}
.item-input-color:not(:last-child) {
  margin-right: 10px;
}
.product {
  background: #ffffff;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product .c-img {
  padding-top: 100%;
}
.product .name {
  color: #0e426a;
  display: block;
  min-height: 46px;
}
.product .name:hover {
  color: #6c7e32;
}
.product:hover {
  box-shadow: 0px 5px 15px rgba(122, 133, 139, 0.15);
}
.rating .title {
  display: none;
}
.btn-contact-now {
  padding: 12px 8px;
  color: white !important;
  position: relative;
  text-align: center;
  background: linear-gradient(90.32deg, #104d79 0.3%, #1c97af 99.76%);
  border-radius: 5px;
  overflow: hidden;
}
.btn-contact-now .content-btn {
  z-index: 2;
  position: relative;
}
.btn-contact-now:before {
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #ff9f0d;
  z-index: 0;
}
.btn-contact-now:hover {
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-contact-now:hover:before {
  left: 0%;
}
.product-media .c-img {
  padding-top: 80%;
}
.product-media .c-img img {
  object-fit: contain;
}
.product-media .nav-pro-slider .c-img {
  padding-top: 70%;
}
.product-media #pro-thumb1 {
  margin-left: auto;
  margin-right: auto;
}
.item-rating .rating-box .star {
  font-size: 15px !important;
}
.product-item-info {
  margin-bottom: 10px;
}
.product-item-info .name {
  width: 110px;
  font-size: 16px;
  margin-bottom: 5px;
}
.product-item-info .info-content {
  width: calc(100% - 110px);
}
.product-item-info .info-content .item-info {
  margin-bottom: 5px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 6px 10px;
}
.product-item-info .info-content .item-info:not(:last-child) {
  margin-right: 15px;
}
.product-item-info .info-content .item-color {
  margin-bottom: 5px;
  padding: 4px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
}
.product-item-info .info-content .item-color .inner-color {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.product-item-info .info-content .item-color:not(:last-child) {
  margin-right: 15px;
}
.title-detail-pro {
  padding-bottom: 6px;
  border-bottom: solid 1px #ebebeb;
}
.title-detail-pro .title {
  position: relative;
  font-family: "cabinm";
  color: #0e426a;
  display: inline-block;
}
.title-detail-pro .title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -8px;
  background: #0e426a;
}
.related-product {
  background: #f5f7fa;
}
.accessories-included .tns-inner {
  padding-left: 10px;
  padding-right: 10px;
}
.accessories-included .module-tns-controls .tns-controls button {
  width: 30px;
  height: 30px;
  border: none;
  top: -20px;
  margin-top: -15px;
  font-size: 18px;
  padding: 5px;
  border-radius: 10px;
  padding: 0;
  background: none !important;
  color: #0e426a;
}
.accessories-included
  .module-tns-controls
  .tns-controls
  button[data-controls="prev"] {
  left: auto;
  right: 35px;
}
.accessories-included
  .module-tns-controls
  .tns-controls
  button[data-controls="prev"]:before {
  content: "\f060";
  font-family: "FontAwesome";
}
.accessories-included
  .module-tns-controls
  .tns-controls
  button[data-controls="next"] {
  right: 0px;
}
.accessories-included
  .module-tns-controls
  .tns-controls
  button[data-controls="next"]:before {
  content: "\f061";
  font-family: "FontAwesome";
}
.accessories-included .module-tns-controls .tns-controls button:hover {
  background: #0e426a !important;
  color: white !important;
}
.product-small {
  background: #ffffff;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-small .img {
  width: 80px;
}
.product-small .img .c-img {
  padding-top: 100%;
}
.product-small .img img {
  object-fit: contain;
}
.product-small .content {
  width: calc(100% - 80px);
}
.product-small:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.product-details {
  background: #f5f7fa;
}
.sibar-detail-pro {
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}
.btn-module-show-more {
  cursor: pointer;
  display: none;
  position: relative;
}
.btn-module-show-more:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 5px;
}
.btn-module-show-more.active:after {
  content: "\f106";
}
.item-construction-slide .c-img {
  padding-top: 140%;
}
.item-construction-slide .c-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(14, 66, 106, 0) 32.09%,
    #0e426a 100%
  );
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}
.item-construction-slide .c-img img {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.item-construction-slide .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0px 20px 15px 20px;
}
.list-all-construction .grid-item {
  margin-bottom: 30px;
}
.list-all-construction .grid-item .c-img {
  padding-top: 134%;
}
.list-all-construction .grid-item:nth-child(2) .c-img,
.list-all-construction .grid-item:nth-child(4) .c-img,
.list-all-construction .grid-item:nth-child(6) .c-img {
  padding-top: 66%;
}
.list-all-construction .grid-item:nth-child(8) .c-img,
.list-all-construction .grid-item:nth-child(11) .c-img {
  padding-top: 62.7%;
}
.item-construction {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.item-construction .content-wrapper {
  background: #0e426a;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: -100%;
  padding: 10px;
}
.item-construction .action .item {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}
.item-construction .action .item:hover {
  animation: rotateAnimationCircle 2.5s linear infinite;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
  margin-top: -5px;
}
.item-construction:hover .content-wrapper {
  left: 0;
}
@keyframes rotateAnimationCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.construction-media .c-img {
  padding-top: 50%;
}
.construction-media .nav-pro-slider .c-img {
  padding-top: 60%;
}
.product-in-construction {
  background: #f5f7fa;
}
.home-why-chosse-us {
  background: #f5f7fa;
}
.home-why-chosse-us .container {
  background-image: url("../images/bg_logo.png");
  background-size: auto;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.content-why-choose-us table {
  border: none !important;
  width: 100% !important;
}
.content-why-choose-us table td {
  border: none !important;
  padding: 0 !important;
}
.h-list-pro-cate .item {
  display: inline-block;
  color: #888888;
  margin-top: 20px;
  font-size: 16px;
  position: relative;
  padding: 0px 10px;
}
.h-list-pro-cate .item:not(:last-child) {
  margin-right: 10px;
}
.h-list-pro-cate .item:before,
.h-list-pro-cate .item:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.h-list-pro-cate .item.active,
.h-list-pro-cate .item:hover {
  color: #0e426a;
}
.h-list-pro-cate .item.active:before,
.h-list-pro-cate .item.active:after,
.h-list-pro-cate .item:hover:before,
.h-list-pro-cate .item:hover:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background-size: cover;
  background-repeat: no-repeat;
}
.h-list-pro-cate .item.active:before,
.h-list-pro-cate .item:hover:before {
  background-image: url("../images/Vector 2.png");
  left: 0;
}
.h-list-pro-cate .item.active:after,
.h-list-pro-cate .item:hover:after {
  background-image: url("../images/Vector 3.png");
  right: 0;
}
.about-construction {
  position: relative;
}
.about-construction:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  top: 0;
  left: 0;
  background-image: url("../images/bg_about_service.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.list-social-video .item {
  display: inline-block;
}
.list-social-video .item a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.list-social-video .item a:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.5);
}
.list-social-video .item:not(:last-child) {
  margin-right: 15px;
}
.info-chanel {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.info-chanel .avartar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.3);
}
.info-chanel .avartar .c-img {
  padding-top: 100%;
}
.info-chanel .info {
  width: calc(100% - 320px);
}
.info-chanel .btn-subscriber {
  width: 174.1px;
  height: 46px;
  background: #ed251d;
  border-radius: 5px;
  color: white;
  font-size: 16px;
}
.info-chanel .btn-subscriber i {
  font-size: 20px;
}
.info-chanel .btn-subscriber:hover {
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.3);
}
.s-content-youtube {
  word-break: break-word;
}
.s-content-youtube a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #33a6ff;
}
.s-content-youtube a:hover {
  color: #0e426a;
}
.main-video-block {
  background: #f9f9f9;
}
.item-big-video .c-img {
  padding-top: 62.15%;
}
.item-sidebar-video {
  position: relative;
}
.item-sidebar-video .img {
  width: 140px;
}
.item-sidebar-video .img img {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.item-sidebar-video .content {
  width: calc(100% - 140px);
}
.item-sidebar-video .short-content {
  font-size: 12px;
}
.item-sidebar-video .in-play {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  z-index: 2;
  color: #0e426a;
  animation: scaleAnimation 2s linear infinite;
}
.item-sidebar-video .in-play i {
  padding-left: 2px;
}
.item-sidebar-video .duration {
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border-radius: 99px;
  padding: 3px 10px;
  position: absolute;
  font-size: 12px;
  right: 5px;
  bottom: 5px;
}
.item-sidebar-video .play-btn {
  font-size: 12px;
}
.item-sidebar-video .play-btn button {
  font-size: 10px;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  color: white;
  background: linear-gradient(90.32deg, #104d79 0.3%, #1c97af 99.76%);
}
.item-sidebar-video .play-btn button:hover {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.item-sidebar-video.active .in-play {
  opacity: 1;
  visibility: unset;
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.sidebar-video {
  max-height: 456px;
  overflow: auto;
}
.sidebar-video::-webkit-scrollbar {
  background-color: #dcdcdc;
}
.sidebar-video::-webkit-scrollbar-thumb {
  background-color: #dcdcdc;
}
.item-video .img .c-img {
  padding-top: 68%;
}
.item-video .img img {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.item-video .time-chanel {
  font-size: 12px;
}
.item-video .time-chanel .time {
  padding-right: 30px;
}
.item-video .time {
  position: relative;
}
.item-video .time:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: 12px;
  bottom: 0px;
  background: #555555;
}
.main-video {
  background: #f9f9f9;
  color: #3c4043;
}
.main-video .info-chanel {
  box-shadow: none;
}
.main-video .info-chanel .container {
  padding: 0 !important;
}
.main-video .info-chanel .avartar {
  width: 60px;
  height: 60px;
}
.main-video .info-chanel .info {
  width: calc(100% - 235px);
}
.info-video {
  color: #aaa;
  font-size: 15px;
}
.info-video .view-count {
  color: #888888;
}
.info-video .like-box {
  position: relative;
}
.info-video .like-box svg {
  width: 20px;
  fill: #aaa;
  margin-right: 5px;
}
.info-video .like-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #aaa;
  left: 0;
  bottom: -10px;
}
.info-video .share {
  position: relative;
}
.info-video .share .share-list {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: white;
  right: 0;
  top: calc(100% + 55px);
  width: 200px;
  padding: 10px 10px 6px 10px;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}
.info-video .share .share-list .a2a_svg {
  width: 32px !important;
  height: 32px !important;
}
.info-video .share .share-list.active {
  opacity: 1;
  visibility: unset;
  top: calc(100% + 15px);
}
.share-btn-video {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px 5px;
  border-radius: 5px;
  cursor: pointer;
}
.share-btn-video svg {
  width: 26px;
  fill: #aaa;
  margin-right: 5px;
}
.share-btn-video:hover,
.share-btn-video.active {
  background: #ebebeb;
}
.module-paginate-ajax .te-pagination a {
  height: 35px;
  min-width: 35px;
  line-height: 35px;
}
.module-paginate-ajax .te-pagination strong {
  line-height: 35px;
  height: 35px;
  min-width: 35px;
}
.home-video {
  background: white;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}
.home-video .header-content {
  background: linear-gradient(90.32deg, #104d79 0.3%, #1c97af 99.76%);
  border-radius: 10px 10px 0px 0px;
  height: 46px;
  margin: -15px -15px 15px -15px;
  padding: 0 15px;
}
.home-video .sidebar-video {
  max-height: 650px;
}
.back-to-top {
  display: none;
  position: fixed;
  font-size: 26px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
  width: 35px;
  height: 35px;
  line-height: 25px;
  right: 15px;
  bottom: 55px;
  background: white;
  border-radius: 100%;
  color: #0e426a;
  border: solid 1px #0e426a;
}
.back-to-top:hover {
  background: #0e426a;
  color: white;
}
.map-content iframe {
  width: 100%;
  height: 535px;
  margin-bottom: -10px !important;
}
/*# sourceMappingURL=style.css.map */
