@-webkit-keyframes dialogMove {
  0% {
    transform: translateX(-150%);
  }
  50% {
    height: 0;
  }
  100% {
    display: none;
  }
}
@keyframes dialogMove {
  0% {
    transform: translateX(-150%);
  }
  50% {
    height: 0;
  }
  100% {
    display: none;
  }
}
@font-face {
  font-family: TitleFont;
  src: url(../fonts/FutuHv.ttf);
}
@font-face {
  font-family: ContentFont;
  src: url(../fonts/FuturaBookBT.ttf);
}
html, body {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.5s ease;
}

img {
  max-width: 100%;
}

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

* {
  font-family: ContentFont;
  box-sizing: border-box;
}

.TitleFont, h1, h2, h3, h4, h5, h6, nav a, footer ul a {
  font-family: TitleFont;
}

.imgContainer {
  overflow: hidden;
}
.imgContainer img {
  width: 100%;
  transition: 2s ease;
}
.imgContainer img:hover {
  transform: scale(1.1);
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
}

.fs28 {
  font-size: 28px;
}

.fs32 {
  font-size: 32px;
}

.fs40 {
  font-size: 40px;
}

.fs48 {
  font-size: 48px;
}

.fs52 {
  font-size: 52px;
}

.fs60 {
  font-size: 60px;
}

.fs72 {
  font-size: 72px;
}

.fs80 {
  font-size: 80px;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}
@media (max-width: 1024px) {
  .w-70 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}
@media (max-width: 1024px) {
  .w-90 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.w-100 {
  width: 100%;
}

.grayText {
  color: #5f0a0a;
}

.greenText {
  color: #3fe58a;
}

.blueText {
  color: #0b41d9;
}

.lightBlueText {
  color: #3cddf9;
}

.whiteText {
  color: #fff;
}

.redText {
  color: red;
}

.blueBackground {
  background-color: #0b41d9;
}

.grayBackground {
  background-color: #F9F9F9;
}

.whiteBackground {
  background-color: #fff;
}

.bbGray {
  border-bottom: 1px solid #D5D5D5;
}

.blueButton {
  background-color: #0b41d9;
  border: 1px solid #0b41d9;
  padding: 6px 20px;
  color: #fff;
  border-radius: 30px;
  transition: 0.5s ease;
}
.blueButton:hover {
  background-color: #fff;
  color: #0b41d9;
}

.lightBlueButton {
  background-color: #3cddf9;
  border: 1px solid #3cddf9;
  padding: 8px 10px;
  color: #fff;
  border-radius: 8px;
  transition: 0.5s ease;
}
.lightBlueButton:hover {
  background-color: #fff;
  color: #3cddf9;
}

.rowList > *:last-child {
  margin-right: 0;
}

.columnList > *:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes w0to100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes w0to100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes h0to100 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes h0to100 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.wline, .hline {
  position: absolute;
  background: linear-gradient(to top, #8ed6e7, #8ed6e7);
  position: absolute;
  content: "";
  transition: 0.5s ease;
}

.hline {
  left: 5vw;
  top: 0;
  width: 1px;
  height: 100%;
  -webkit-animation: h0to100 3s;
          animation: h0to100 3s;
}

.wline {
  top: 5vw;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-animation: w0to100 3s;
          animation: w0to100 3s;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.overlay svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay svg path {
  fill: #085B90;
}

.floatingSocial {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
@media (max-width: 960px) {
  .floatingSocial {
    top: initial;
    bottom: 10%;
    transform: none;
  }
}
.floatingSocial ul li a {
  margin-bottom: 10px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #075485;
  border: 1px solid #075485;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s ease;
}
.floatingSocial ul li a:hover {
  background-color: #fff;
  color: #075485;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.active {
  position: fixed;
  top: 0;
}
header .logo img {
  width: 150px;
  max-width: 35vw;
}
@media (max-width: 550px) {
  header .logo img {
    width: 100px;
    max-width: 20vw;
  }
}
header .hamburger {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 99999;
  cursor: pointer;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  header .hamburger {
    display: flex;
  }
}
header .hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 20px;
}
header .hamburger .hamburger-box .hamburger-inner, header .hamburger .hamburger-box .hamburger-inner::before, header .hamburger .hamburger-box .hamburger-inner::after {
  position: absolute;
  width: 25px;
  height: 1px;
  transition: 0.5s ease;
  background-color: #fff;
}
header .hamburger .hamburger-box .hamburger-inner {
  top: 50%;
  display: block;
  transition: transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.3s, background-color 0s linear 0.15s;
}
header .hamburger .hamburger-box .hamburger-inner::before {
  top: -8px;
  content: "";
}
header .hamburger .hamburger-box .hamburger-inner::after {
  bottom: -8px;
  content: "";
}
header .hamburger.active .hamburger-inner {
  transform: rotate(90deg);
  background-color: initial !important;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.3s;
}
header .hamburger.active .hamburger-inner::before {
  top: 0;
  background-color: #fff !important;
  transition: top 0.15s ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transform: rotate(-45deg);
}
header .hamburger.active .hamburger-inner::after {
  bottom: 0;
  background-color: #fff !important;
  transition: top 0.15s ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav ul li {
  margin: 0 6px;
}
header nav ul li a {
  color: #fff;
  padding: 6px 10px;
  position: relative;
  background-color: transparent;
}
header .headerLeft {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .headerRight {
  background-color: #085B90;
  padding: 0 20px;
  min-height: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  header .headerRight {
    display: none;
  }
}
header .headerRight .searchBox {
  display: flex;
  align-items: flex-end;
  color: #fff;
}
header .headerRight .searchBox button {
  color: #fff;
  border: none;
  outline: none;
  background-color: transparent;
}
header .headerRight .searchBox input {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  padding: 4px;
  color: #fff;
}
@media (max-width: 1200px) {
  header .headerRight .searchBox input {
    width: 100px;
  }
}
header .headerRight .searchBox input::-moz-placeholder {
  color: #fff;
  opacity: 0.3;
}
header .headerRight .searchBox input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.3;
}
header .headerRight .searchBox input::placeholder {
  color: #fff;
  opacity: 0.3;
}
header .headerRight .searchBox select {
  background-color: transparent;
  color: #fff;
  border: none;
  outline: none;
}
header .headerRight .searchBox select option {
  background-color: #fff;
  color: #000;
}
header .headerRight .searchBox i {
  color: #fff;
}
header .headerRight .searchBox > * {
  margin: 0 5px;
  display: inline-block;
}

header.innerHeader {
  position: relative;
}
header.innerHeader nav li a {
  color: #000;
}
header.innerHeader .hamburger-inner, header.innerHeader .hamburger-inner::before, header.innerHeader .hamburger-inner::after {
  background-color: #000 !important;
}

#mobMenu {
  background-image: url(../images/menuBG.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 4%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 5vw;
  transform: translateX(110%);
  transition: 0.5s ease;
}
#mobMenu.active {
  transform: translateX(0%);
}
#mobMenu .mobLogo {
  position: absolute;
  top: 0;
  left: 0;
}
#mobMenu ul li a {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  display: block;
}
#mobMenu .menuList {
  padding-top: 80px;
}
#mobMenu .menuListContact {
  padding-top: 40px;
}
#mobMenu .menuListContact a {
  background: #075485;
  padding: 10px 20px;
  display: inline-block;
}
#mobMenu .menuSocial {
  display: flex;
}
#mobMenu .menuSocial li a {
  margin-right: 20px;
  font-size: 24px;
}

main .banner .uk-light, main .banner .uk-slideshow-items, main .banner .uk-slideshow-items li {
  min-height: calc(100vh - 40px) !important;
}
@media (max-width: 768px) {
  main .banner .uk-light, main .banner .uk-slideshow-items, main .banner .uk-slideshow-items li {
    min-height: 590px !important;
  }
}
main .banner .uk-light .uk-slideshow-items img, main .banner .uk-slideshow-items .uk-slideshow-items img, main .banner .uk-slideshow-items li .uk-slideshow-items img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .banner .uk-dotnav > * {
  padding-left: 40px;
}
main .banner .uk-dotnav > * > * {
  width: 80px;
  height: 5px;
  border-radius: 0;
  background-color: #7E7E7E;
  border: none;
}
@media (max-width: 550px) {
  main .banner .uk-dotnav > * > * {
    width: 20px;
  }
}
main .banner .bannerOverlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-120%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px 50px;
  color: #fff;
}
@media (max-width: 768px) {
  main .banner .bannerOverlay {
    padding: 20px;
  }
}
@media (max-width: 550px) {
  main .banner .bannerOverlay {
    transform: translate(-80%, -50%);
  }
}
main .banner .bannerOverlay h3 {
  font-size: 48px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 550px) {
  main .banner .bannerOverlay h3 {
    font-size: 5vw;
  }
}
main .banner .bannerOverlay p {
  font-size: 30px;
  margin: 0;
}
@media (max-width: 768px) {
  main .banner .bannerOverlay p {
    margin: 10px 0;
  }
}
@media (max-width: 550px) {
  main .banner .bannerOverlay p {
    font-size: 24px;
  }
}
main .banner .uk-position-center-right {
  right: 2%;
}
main .banner .uk-position-center-left {
  left: 2%;
}
main .marqueeLogo {
  padding: 20px 0;
  height: 110px;
  background-color: #F8F8F8;
}
main .marqueeLogo .marquee .js-marquee {
  display: flex;
  align-items: center;
}
main .marqueeLogo .marquee .js-marquee img {
  margin-right: 60px;
  max-height: 70px;
}
main .newItems {
  margin: 100px 0;
}
main .newItems h2 {
  font-weight: bold;
  text-align: center;
  margin: 20px auto 40px;
  font-size: 36px;
}
main .newItems .newItemSlider {
  width: 80%;
  margin-left: 20%;
}
main .newItems .newItemSlider .newItemsBox {
  position: relative;
  display: block;
  overflow: hidden;
}
main .newItems .newItemSlider .newItemsBox h5 {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  transform-origin: center;
  position: absolute;
  bottom: 40px;
  left: 20px;
  margin: 0;
  color: #fff;
  font-size: 1vw;
}
main .newItems .newItemSlider .newItemsBox .newItemHide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.2s;
}
main .newItems .newItemSlider .newItemsBox .newItemHide .newItemHideTitle {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  z-index: 3;
  transform: translateX(-150%);
  font-size: 14px;
  transition: 0.2s;
  margin: 0;
}
main .newItems .newItemSlider .newItemsBox .newItemHide .newItemHideTitle h4, main .newItems .newItemSlider .newItemsBox .newItemHide .newItemHideTitle h6 {
  margin: 0 0 5px 0;
  position: relative;
}
main .newItems .newItemSlider .newItemsBox .newItemHide .newItemHideTitle h6::after {
  position: absolute;
  right: -20%;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #fff;
  content: "";
}
main .newItems .newItemSlider .newItemsBox .newItemHide a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  z-index: 3;
  transform: translateX(150%);
  font-size: 14px;
  transition: 0.2s;
  margin: 0;
}
main .newItems .newItemSlider .newItemsBox .newItemHide a i {
  display: inline-block;
  margin-left: 10px;
}
main .newItems .newItemSlider .newItemsBox:hover .newItemHide {
  opacity: 1;
}
main .newItems .newItemSlider .newItemsBox:hover .newItemHide .newItemHideTitle, main .newItems .newItemSlider .newItemsBox:hover .newItemHide a {
  transform: translateX(0%);
}
main .weeklyPicks {
  margin: 100px 0 120px;
}
main .weeklyPicks h2 {
  font-weight: bold;
  text-align: center;
  margin: 20px auto 40px;
  text-transform: uppercase;
  font-size: 36px;
}
main .weeklyPicks .weeklyPicksTabContent {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FCFCFC;
  margin-top: 30px;
}
@media (max-width: 768px) {
  main .weeklyPicks .weeklyPicksTabContent {
    flex-direction: column;
  }
}
main .weeklyPicks .weeklyPicksTabContent .pickLeft {
  flex: 1 1 66.666%;
  padding: 20px 60px;
}
@media (max-width: 768px) {
  main .weeklyPicks .weeklyPicksTabContent .pickLeft {
    flex: 1 1 100%;
    padding: 20px 30px;
    width: 100%;
  }
}
main .weeklyPicks .weeklyPicksTabContent .pickLeft h3 {
  text-align: center;
  margin: 10px 0 20px;
  font-size: 28px;
}
main .weeklyPicks .weeklyPicksTabContent .pickLeft .pickItemBox {
  margin-bottom: 30px;
}
main .weeklyPicks .weeklyPicksTabContent .pickLeft .pickItemBox h6 {
  font-size: 14px;
  color: #A1A1A1;
  margin: 10px 0;
}
main .weeklyPicks .weeklyPicksTabContent .pickLeft .pickItemBox h4 {
  font-size: 20px;
  margin: 5px 0;
}
main .weeklyPicks .weeklyPicksTabContent .pickLeft .pickItemBox h5 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}
main .weeklyPicks .weeklyPicksTabContent .pickRight {
  flex: 1 1 33.333%;
}
@media (max-width: 768px) {
  main .weeklyPicks .weeklyPicksTabContent .pickRight {
    width: 500px;
    max-width: 100%;
    padding: 20px 30px;
  }
}
main .weeklyPicks .weeklyPicksTabContent .pickRight .uk-slider-items li {
  position: relative;
  line-height: 0;
}
main .weeklyPicks .weeklyPicksTabContent .pickRight .uk-slider-items li::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
main .weeklyPicks .weeklyPicksTabContent .pickRight .uk-slider-items li .pickRightContent {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 1.2;
  z-index: 5;
}
main .weeklyPicks .weeklyPicksTabContent .pickRight .uk-slider-items li .pickRightContent h6 {
  font-size: 14px;
  color: #fff;
  margin: 10px 0;
}
main .weeklyPicks .weeklyPicksTabContent .pickRight .uk-slider-items li .pickRightContent h4 {
  font-size: 20px;
  margin: 5px 0;
  color: #fff;
}
main .weeklyPicks .weeklyPicksTabContent .pickRight .uk-slider-items li .pickRightContent h5 {
  font-size: 14px;
  margin: 0;
  font-weight: normal;
  color: #fff;
}
main .videoNews {
  background-color: #FBFBFB;
  padding: 100px 0;
}
main .videoNews h3 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 3rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  main .videoNews h3 {
    margin-bottom: 2rem;
  }
}
main .videoNews .videoLeft, main .videoNews .NewsRight {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-bottom: 3rem;
}
main .videoNews .videoLeft .indexVideoBox {
  border-right: 1px solid #D9D9D9;
  padding-right: 40px;
}
@media (max-width: 960px) {
  main .videoNews .videoLeft .indexVideoBox {
    border-right: 0;
    padding-right: 0;
  }
}
main .videoNews .videoLeft .videoContainer {
  position: relative;
  display: block;
  line-height: 0;
  width: 100%;
  height: 330px;
  cursor: pointer;
}
main .videoNews .videoLeft .videoContainer::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: 0.5s ease;
}
main .videoNews .videoLeft .videoContainer .videoPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.5s ease;
}
main .videoNews .videoLeft .videoContainer:hover {
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
}
main .videoNews .videoLeft .videoContainer:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}
main .videoNews .videoLeft .videoContainer:hover .videoPlay {
  transform: translate(-50%, -50%) scale(1.2);
}
main .videoNews .videoLeft .videoContainer .videoImg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .videoNews .videoLeft h4 {
  font-size: 30px;
  font-weight: bold;
  margin: 1rem 0 0.5rem;
}
main .videoNews .videoLeft .videoDesc {
  font-size: 16px;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #9B9B9B;
}
main .videoNews .videoLeft .more {
  font-size: 18px;
  color: #9B9B9B;
  text-decoration: underline;
  cursor: pointer;
}
main .videoNews .NewsRight .indexNewsList .indexNewsBox {
  display: flex;
  align-items: stretch;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #D9D9D9;
}
main .videoNews .NewsRight .indexNewsList .indexNewsBox:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
main .videoNews .NewsRight .indexNewsList .indexNewsBox .newsImage {
  flex: 1 1 30%;
}
@media (max-width: 768px) {
  main .videoNews .NewsRight .indexNewsList .indexNewsBox .newsImage {
    flex: 1 1 35%;
  }
}
main .videoNews .NewsRight .indexNewsList .indexNewsBox .newsImage img {
  width: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  main .videoNews .NewsRight .indexNewsList .indexNewsBox .newsImage img {
    width: 200px;
    height: initial;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
main .videoNews .NewsRight .indexNewsList .indexNewsBox .indexNewsContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
  flex: 1 1 70%;
}
@media (max-width: 768px) {
  main .videoNews .NewsRight .indexNewsList .indexNewsBox .indexNewsContent {
    flex: 1 1 65%;
  }
}
main .videoNews .NewsRight .indexNewsList .indexNewsBox h6 {
  font-size: 16px;
  color: #9B9B9B;
  margin: 0;
}
main .videoNews .NewsRight .indexNewsList .indexNewsBox h5 {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
}
main .videoNews .NewsRight .indexNewsList .indexNewsBox a {
  font-size: 18px;
  color: #7D7D7D;
  text-decoration: underline;
  margin-bottom: 5px;
  cursor: pointer;
}
main .videoNews .borderKnowMore {
  border: 1px solid #DFDFDF;
  padding: 10px 30px;
  color: #000;
  margin-top: 40px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.5s ease;
}
main .videoNews .borderKnowMore:hover {
  background-color: #000;
  color: #fff;
}
main .innerBanner {
  height: 50vh;
  position: relative;
}
@media (max-width: 1440px) {
  main .innerBanner {
    height: 40vh;
  }
}
main .innerBanner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  z-index: 2;
}
main .innerBanner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .innerBanner .bannerText {
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0%;
  top: 50px;
  z-index: 5;
  display: flex;
  align-items: center;
}
main .innerBanner .bannerText .uk-breadcrumb li a {
  color: #BCBCBC;
  font-size: 14px;
}
main .innerBanner .bannerText h1 {
  color: #fff;
  margin: 20px 0;
  text-transform: uppercase;
}
main .innerBanner .bannerText h2 {
  color: #fff;
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.8;
  width: 60%;
}
@media (max-width: 1440px) {
  main .innerBanner .bannerText h2 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  main .innerBanner .bannerText h2 {
    display: none;
  }
}
main .brandSection .brandBox {
  margin-bottom: 15px;
}
main .brandSection .brandBox .brandInnerBox {
  border: 1px solid #F2F2F2;
  padding: 10px 20px;
  opacity: 0.5;
  display: block;
  transition: 0.5s ease;
}
main .brandSection .brandBox .brandInnerBox:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
main .brandSection .brandBox .brandInnerBox img {
  display: block;
  margin: 10px auto;
  max-height: 80px;
}
@media (max-width: 550px) {
  main .brandSection .brandBox .brandInnerBox img {
    max-height: 50px;
  }
}
main .brandSection .brandBox .brandInnerBox h5 {
  font-size: 14px;
  text-align: center;
  color: #BCBCBC;
}
main .categorySection .categoryFilter {
  margin-bottom: 40px;
  padding-right: 40px;
  border-right: 1px solid #E2E2E2;
}
@media (max-width: 960px) {
  main .categorySection .categoryFilter {
    padding-right: 0;
    border-right: 0;
  }
}
main .categorySection .categoryFilter .filterSort {
  margin-bottom: 60px;
}
main .categorySection .categoryFilter .filterSort label {
  font-size: 18px;
  color: #000;
  display: block;
  margin-bottom: 20px;
}
main .categorySection .categoryFilter .filterSort select {
  width: 100%;
  padding: 10px;
  line-height: 2;
  border: 1px solid #E2E2E2;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/arrow.png") no-repeat 95% center transparent;
  outline: none;
}
main .categorySection .categoryFilter .filterAccordion .uk-accordion-title {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 15px;
  margin-top: 60px;
  text-transform: uppercase;
}
main .categorySection .categoryFilter .filterAccordion .uk-accordion-content ul li {
  margin-bottom: 20px;
  cursor: pointer;
}
main .categorySection .categoryFilter .filterAccordion .uk-accordion-content ul li label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #BBBBBB;
  padding-right: 5px;
}
main .categorySection .categoryFilter .filterAccordion .uk-accordion-content ul li label h6 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
main .categorySection .categoryFilter .filterAccordion > ul li:first-child .uk-accordion-title {
  margin-top: 0;
}
main .categorySection .productsList .productBox {
  text-align: center;
  margin-bottom: 40px;
}
main .categorySection .productsList .productBox .imgContainer {
  border: 1px solid #F2F2F2;
  line-height: 0;
  height: 250px;
}
main .categorySection .productsList .productBox .imgContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
}
main .categorySection .productsList .productBox h5 {
  color: #B2B2B2;
  font-size: 14px;
  margin: 4px;
}
main .categorySection .productsList .productBox h4 {
  color: #000;
  font-size: 16px;
  margin: 0;
}
main .newsSection .newsList .newsBox {
  margin-bottom: 30px;
  cursor: pointer;
}
main .newsSection .newsList .newsBox .newsDate {
  color: #075484;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
}
main .newsSection .newsList .newsBox .newsTitle {
  font-size: 16px;
  margin: 0;
  color: #000;
  font-weight: normal;
}
main .brandCategoryList h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
main .brandCategoryList .brandCategoryBox {
  position: relative;
  display: block;
  line-height: 0;
  margin-bottom: 30px;
}
main .brandCategoryList .brandCategoryBox::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.5s ease;
}
main .brandCategoryList .brandCategoryBox h4 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  z-index: 5;
  margin: 0;
}
main .brandCategoryList .brandCategoryBox:hover img {
  transform: scale(1.1);
}
main .brandCategoryList .brandCategoryBox:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 960px) {
  main .productSection .productSlider {
    margin-bottom: 20px;
  }
}
main .productSection .productContent h6 {
  font-size: 14px;
  color: #9B9B9B;
  margin: 0;
  font-weight: normal;
}
main .productSection .productContent h2 {
  color: #000;
  font-size: 32px;
  margin: 10px 0 20px;
  font-weight: bold;
}
main .productSection .productContent h3 {
  color: #000;
  font-size: 28px;
  font-weight: normal;
  margin: 10px 0;
}
main .productSection .productContent .productContentText {
  color: #9B9B9B;
  font-size: 16px;
  line-height: 1.8;
  margin: 10px 0 20px;
}
main .productTabs .uk-subnav {
  width: 100%;
  padding: 40px 0;
  justify-content: center;
}
main .productTabs .uk-subnav li a {
  font-size: 36px;
  text-transform: uppercase;
  color: 0;
  opacity: 0.2;
  padding: 10px 50px;
  border-bottom: 0;
}
main .productTabs .uk-subnav li.uk-active a {
  opacity: 1;
  border-bottom: 0;
}
main .productTabs .uk-subnav li:hover a {
  border-bottom: 0;
}
main .productTabs .uk-switcher .featureBox {
  position: relative;
  padding: 40px;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  main .productTabs .uk-switcher .featureBox {
    margin-bottom: 10px;
    padding: 10px 0;
  }
}
main .productTabs .uk-switcher .featureBox::after {
  position: absolute;
  width: 70vw;
  height: 100%;
  top: 0;
  content: "";
  background-color: #FBFBFB;
  z-index: -1;
}
@media (max-width: 960px) {
  main .productTabs .uk-switcher .featureBox .featureBoxContent {
    order: 2 !important;
  }
}
main .productTabs .uk-switcher .featureBox .featureBoxContent h3 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
main .productTabs .uk-switcher .featureBox .featureBoxContent .featureBoxText {
  font-size: 16px;
  line-height: 1.8;
  color: #9B9B9B;
}
@media (max-width: 960px) {
  main .productTabs .uk-switcher .featureBox .featureBoxImage {
    order: 1 !important;
  }
}
main .productTabs .uk-switcher .featureBox .featureBoxImage img {
  padding: 20px;
}
@media (max-width: 960px) {
  main .productTabs .uk-switcher .featureBox .featureBoxImage img {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
main .productTabs .uk-switcher .featureLeftBox::after {
  left: 0;
}
main .productTabs .uk-switcher .featureLeftBox .featureBoxContent {
  order: 1;
}
main .productTabs .uk-switcher .featureLeftBox .featureBoxImage {
  order: 2;
}
main .productTabs .uk-switcher .featureRightBox::after {
  right: 0;
}
main .productTabs .uk-switcher .featureRightBox .featureBoxContent {
  order: 2;
}
main .productTabs .uk-switcher .featureRightBox .featureBoxImage {
  order: 1;
}
main .productTabs .uk-switcher .SpecFirstBoxList .SpecFirstBox {
  padding: 30px 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #FCFCFC;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  main .productTabs .uk-switcher .SpecFirstBoxList .SpecFirstBox {
    flex-direction: column;
  }
}
main .productTabs .uk-switcher .SpecFirstBoxList .SpecFirstBox .SpecTitle {
  font-size: 32px;
  font-weight: bold;
  flex: 3;
}
@media (max-width: 550px) {
  main .productTabs .uk-switcher .SpecFirstBoxList .SpecFirstBox .SpecTitle {
    width: 100%;
  }
}
main .productTabs .uk-switcher .SpecFirstBoxList .SpecFirstBox .SpecDetail {
  padding-left: 40px;
  border-left: 1px solid #E8E8E8;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 960px) {
  main .productTabs .uk-switcher .SpecFirstBoxList .SpecFirstBox .SpecDetail {
    flex: 2;
  }
}
@media (max-width: 768px) {
  main .productTabs .uk-switcher .SpecFirstBoxList .SpecFirstBox .SpecDetail {
    flex: 3;
  }
}
@media (max-width: 550px) {
  main .productTabs .uk-switcher .SpecFirstBoxList .SpecFirstBox .SpecDetail {
    border-left: 0;
    padding-left: 0;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
    border-top: 1px solid #E8E8E8;
  }
}
main .productTabs .uk-switcher .SpecFirstBoxList .SpecFirstBox .SpecDetail .SpecDetailBox {
  margin-bottom: 30px;
}
main .productTabs .uk-switcher .SpecFirstBoxList .SpecFirstBox .SpecDetail .SpecDetailBox:last-child {
  margin-bottom: 0;
}
main .productTabs .uk-switcher .SpecFirstBoxList .SpecFirstBox .SpecDetail .SpecDetailBox h5 {
  font-size: 18px;
  margin: 0 0 10px;
}
main .productTabs .uk-switcher .SpecFirstBoxList .SpecFirstBox .SpecDetail .SpecDetailBox h6 {
  font-size: 16px;
  margin: 0;
}
main .productTabs .uk-switcher .SpecDownloads {
  padding: 40px 0;
  border-top: 1px solid #E8E8E8;
}
main .productTabs .uk-switcher .SpecDownloads h2 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 40px;
  text-align: center;
  font-weight: normal;
}
main .productTabs .uk-switcher .SpecDownloads .SpecDownloadBox {
  padding: 30px;
  background-color: #FCFCFC;
}
main .productTabs .uk-switcher .SpecDownloads .SpecDownloadBox h3 {
  font-size: 24px;
  margin: 0 0 30px;
  font-weight: normal;
}
main .productTabs .uk-switcher .SpecDownloads .SpecDownloadBox .SpecDownloadDetail {
  border-top: 1px solid #E8E8E8;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .productTabs .uk-switcher .SpecDownloads .SpecDownloadBox .SpecDownloadDetail h5 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
main .productTabs .uk-switcher .SpecDownloads .SpecDownloadBox .SpecDownloadDetail a {
  font-size: 16px;
}
main .productTabs .uk-switcher .SpecDownloads .SpecDownloadBox .SpecDownloadDetail a i {
  display: inline-block;
  margin-right: 10px;
}
main .productTabs .uk-switcher .SpecComment {
  padding: 40px 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
main .productTabs .uk-switcher .SpecComment h2 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 40px;
  text-align: center;
  font-weight: normal;
}
main .productInterest {
  padding: 40px 0;
}
main .productInterest h2 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 40px;
  text-align: center;
  font-weight: normal;
}
main .aboutSection .aboutText {
  font-size: 14px;
  color: #9B9B9B;
  margin-top: 40px;
  line-height: 2;
}
main .contactSection .contactSlider {
  margin-top: 30px;
}
main .contactSection .contactSlider .contactSliderContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
main .contactSection .contactSlider .contactSliderContent > div {
  flex: 1 1 50%;
}
@media (max-width: 768px) {
  main .contactSection .contactSlider .contactSliderContent > div {
    flex: 1 1 100%;
  }
}
main .contactSection .contactSlider .contactSliderContent .contactInfo {
  padding: 30px;
  background-color: #FBFBFB;
}
main .contactSection .contactSlider .contactSliderContent .contactInfo h4 {
  color: #075484;
  font-size: 24px;
}
main .contactSection .contactSlider .contactSliderContent .contactInfo .contactAddress {
  margin: 20px 0 30px;
}
main .contactSection .contactSlider .contactSliderContent .contactInfo .contactTable table td {
  padding: 4px 5px 4px 0;
}
main .contactEnquiryBanner {
  height: 300px;
  position: relative;
  background-image: url("../images/contactEquiryBG.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .contactEnquiryBanner h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
  font-size: 32px;
  text-transform: uppercase;
}
main .contactEnquiryBanner div {
  margin-bottom: 10px;
}
main .contactFrom {
  padding: 50px 0;
}
main .contactFrom h2 {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}
main .contactFrom h6 {
  font-size: 14px;
  text-align: center;
  color: #888888;
}
main .contactFrom form label {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 6px;
}
main .contactFrom form input, main .contactFrom form textarea {
  border: 1px solid #C4C4C4;
  padding: 10px 10px;
  width: 100%;
}
main .contactFrom form textarea {
  height: 200px;
  resize: none;
}
main .contactFrom form button {
  margin: 30px auto;
  cursor: pointer;
  transition: 0.5s ease;
}
main .contactFrom form button:hover {
  background-color: #fff;
  color: #000;
}
main .BlogInnerSection .blogInfo {
  margin: 30px 0;
  border-top: 1px solid #2E6080;
  border-bottom: 1px solid #2E6080;
  background-color: #FBFBFB;
  padding: 15px 4px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #2E6080;
}
main .BlogInnerSection .blogInfo span {
  margin-right: 20px;
  display: inline-block;
}
main .BlogInnerSection .blogInfo ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .BlogInnerSection .blogInfo ul li a {
  display: block;
  margin-right: 15px;
  color: #2E6080;
}
main .BlogInnerSection .blogContent {
  color: #9B9B9B;
  line-height: 1.8;
}
main .BlogInnerSection .blogButton {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
}
main .BlogInnerSection .blogButton a {
  margin: 0 10px;
}
main .shopSection h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
main .shopSection .shopList .shopBox {
  background-color: #FBFBFB;
  padding: 30px;
  margin-bottom: 40px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .shopSection .shopList .shopBox h3 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
main .shopSection .shopList .shopBox h4 {
  font-size: 16px;
  font-weight: normal;
  color: #878787;
  margin-bottom: 10px;
  margin-top: 0;
}
main .sectionTitle {
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 32px;
}

footer {
  background: #1C2941;
}
footer .footerTop {
  padding: 60px 0;
}
@media (max-width: 960px) {
  footer .footerTop {
    padding: 20px 0;
  }
}
footer .footerTop img {
  padding-bottom: 20px;
}
footer .footerTop ul > li a {
  color: #fff;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
footer .footerTop ul > li a::after {
  position: absolute;
  width: 0;
  height: 10px;
  background-color: #075485;
  opacity: 0.8;
  content: "";
  bottom: -10px;
  left: 0;
  transition: 0.5s ease;
}
footer .footerTop ul > li a:hover::after {
  width: 100%;
}
footer .footerBottom {
  background-color: #141E30;
  padding: 20px 0;
}
footer .footerBottom ul {
  display: flex;
}
@media (max-width: 768px) {
  footer .footerBottom ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  footer .footerBottom ul li {
    flex: 1 1 33.3%;
  }
}
@media (max-width: 550px) {
  footer .footerBottom ul li {
    flex: 1 1 50%;
  }
}
footer .footerBottom ul li a {
  color: #fff;
  margin-right: 50px;
  display: block;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  footer .footerBottom ul li a {
    margin: 8px 0;
  }
}
footer .footerBottom ul li a:hover {
  color: #41b6fb;
}
footer .copyright {
  color: #fff;
  padding: 20px 0;
}
@media (max-width: 768px) {
  footer .copyright .uk-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  footer .copyright .uk-container {
    line-height: 2;
  }
}
footer .copyright .uk-container a {
  color: #fff;
}
footer .copyright .uk-container ul {
  display: flex;
}
footer .copyright .uk-container ul li a {
  margin-left: 10px;
  font-size: 18px;
  transition: 0.5s ease;
}
@media (max-width: 550px) {
  footer .copyright .uk-container ul li a {
    margin-top: 10px;
  }
}
footer .copyright .uk-container ul li a:hover {
  color: #41b6fb;
}
footer .copyright .uk-container ul li:first-child a {
  margin-left: 0;
}

.blackButton {
  display: block;
  padding: 10px 20px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.5s ease;
}
.blackButton:hover {
  background-color: #fff;
  color: #000;
}

.slider-tabs {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.slider-tabs .slick-arrow {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 0;
  border-left: 2px solid #707070;
  border-top: 2px solid #707070;
  content: "";
  outline: none;
  cursor: pointer;
}
.slider-tabs .slick-next {
  right: 10px;
  transform: translateY(-50%) rotate(135deg);
}
.slider-tabs .slick-prev {
  left: 10px;
  transform: translateY(-50%) rotate(-45deg);
}
.slider-tabs .slick-slide {
  width: 233.3333333333px;
  max-width: 33.3333333333%;
}
.slider-tabs .slider-tab {
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px 0;
  color: #D8D8D8;
}
.slider-tabs .slick-current .slider-tab {
  color: #000;
}

.slider-content {
  margin: 0 auto;
}

.borderKnowMore {
  border: 1px solid #DFDFDF;
  padding: 10px 30px;
  color: #000;
  margin-top: 40px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.5s ease;
  color: #41b6fb;
}
.borderKnowMore:hover {
  background-color: #000;
  color: #fff;
}
.borderKnowMore:first-child a {
  margin-left: 0;
}

.blackButton {
  display: block;
  padding: 10px 20px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.5s ease;
}
.blackButton:hover {
  background-color: #fff;
  color: #000;
}

.slider-tabs {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.slider-tabs .slick-arrow {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 0;
  border-left: 2px solid #707070;
  border-top: 2px solid #707070;
  content: "";
  outline: none;
  cursor: pointer;
}
.slider-tabs .slick-next {
  right: 10px;
  transform: translateY(-50%) rotate(135deg);
}
.slider-tabs .slick-prev {
  left: 10px;
  transform: translateY(-50%) rotate(-45deg);
}
.slider-tabs .slick-slide {
  width: 233.3333333333px;
  max-width: 33.3333333333%;
}
.slider-tabs .slider-tab {
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px 0;
  color: #D8D8D8;
}
.slider-tabs .slick-current .slider-tab {
  color: #000;
}

.slider-content {
  margin: 0 auto;
}

.borderKnowMore {
  border: 1px solid #DFDFDF;
  padding: 10px 30px;
  color: #000;
  margin-top: 40px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.5s ease;
}
.borderKnowMore:hover {
  background-color: #000;
  color: #fff;
}/*# sourceMappingURL=all.css.map */