/*--fonts---*/
@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600&display=swap");
@font-face {
  font-family: 'made_tommybold';
  src: url("../fonts/madetommy_bold-webfont.woff2") format("woff2"), url("../fonts/madetommy_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'made_tommymedium';
  src: url("../fonts/madetommy_medium-webfont.woff2") format("woff2"), url("../fonts/madetommy_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'made_tommyregular';
  src: url("../fonts/madetommy_regular-webfont.woff2") format("woff2"), url("../fonts/madetommy_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'made_tommylight';
  src: url("../fonts/madetommy_light-webfont.woff2") format("woff2"), url("../fonts/madetommy_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*
    font-family: 'made_tommybold';
    font-family: 'made_tommymedium';
    font-family: 'made_tommyregular';
    font-family: 'made_tommylight';
    font-family: 'Arimo', sans-serif;
*/
body {
  font-family: 'made_tommyregular';
  font-size: 15px;
  position: relative;
  color: #222222;
}

p{
    font-family: 'made_tommyregular';    
}

body.mobile-menu-visible {
  overflow: hidden;
}

.container {
  position: relative;
}

a {
  text-decoration: none;
  color: #333333;
}

a,
button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus, a:visited, a:active,
button:focus,
button:visited,
button:active {
  outline: none;
  box-shadow: none;
}

/*---  ---*/
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.btn {
  font-size: 14px;
  font-family: 'made_tommyregular';
  color: #333333;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn.btn-filter {
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1));
}

.btn.btn-primary__ic {
  background-color: #F2F2F2;
  border: 1px solid transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 4px;
  display: flex;
  align-items: center;
  width: 180px;
}

.btn.btn-primary__ic > span {
  flex: 1%;
  display: block;
  text-align: center;
  padding-right: 5px;
}

.btn.btn-primary__ic .btn-icon {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F27921;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn.btn-primary__ic:hover {
  color: #FFFFFF;
  background-color: #F27921;
}

.btn.btn-primary__ic:hover .btn-icon {
  background-color: #EEEEEF;
  color: #F27921;
}

@media (max-width: 767px) {
  .btn.btn-primary__ic {
    width: 220px;
  }
}

/*--- HEADER ---*/
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  background-color: #EEEEEF;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .header-top {
  position: relative;
  padding: 10px 0;
}

.main-header .header-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 65%;
  background-color: #F15D2A;
}

.main-header .header-top .top-left,
.main-header .header-top .top-right .social-links {
  display: flex;
  align-items: center;
}

.main-header .header-top .top-left li,
.main-header .header-top .top-right .social-links li {
  position: relative;
  margin-left: 30px;
}

.main-header .header-top .top-left li:first-child,
.main-header .header-top .top-right .social-links li:first-child {
  margin-left: 0;
}

.main-header .header-top .top-left li a,
.main-header .header-top .top-right .social-links li a {
  padding: 6px 0;
  line-height: normal;
}

.main-header .header-top .top-left li a {
  display: block;
  color: #FFFFFF;
}

.main-header .header-top .top-left li a:hover {
  color: #333333;
}

.main-header .header-top .top-right .social-links li {
  color: #333333;
}

.main-header .header-top .top-right .social-links li::before {
  position: absolute;
  content: '';
  background: #c1d0e1;
  width: 1px;
  height: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -15px;
}

.main-header .header-top .top-right .social-links li:last-child::before {
  display: none;
}

.main-header .header-top .top-right .social-links li a {
  display: block;
  color: #333333;
  width: 20px;
  text-align: center;
}

.main-header .header-top .top-right .social-links li a:hover {
  color: #F15D2A;
}

.main-header .header-lower .logo-box {
  padding: 29px 0px;
}

.main-header .outer-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .menu-right-content {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  margin-left: 8px;
  padding-left: 26px;
}

.main-header .menu-right-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #C4C4C4;
}

.main-header .menu-right-content .search-btn {
  float: left;
  margin: 0;
  position: relative;
}

.main-header .menu-right-content .search-btn button {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #222222;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
}

@media (max-width: 991px) {
  .main-header .header-top {
    display: none;
  }
}

.menu-area {
  display: flex;
  justify-content: flex-end;
  flex: 1%;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .main-header .header-lower .logo-box img {
    max-width: 200px;
  }
}

@media (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}

.main-menu {
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  z-index: 2;
  padding: 20px 0px;
  margin: 0px 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  opacity: 1;
  color: #222222;
  padding: 2px 8px;
  z-index: 1;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li > a::before {
  position: absolute;
  content: '';
  background: #F15D2A;
  width: 50%;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  color: #F15D2A;
}

.main-menu .navigation > li.current > a::before,
.main-menu .navigation > li:hover > a::before {
  transform: scale(1, 1);
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  background-color: #EEEEEF;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 11px 30px;
  border-bottom: 1px solid #ececec;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 6px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: #222222;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover {
  color: #F15D2A;
}

.main-menu .navigation > li.dropdown {
  padding-right: 10px;
}

.main-menu .navigation > li.dropdown .dropdown-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 19px;
  margin: auto;
  width: 9px;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li.dropdown:hover svg,
.main-menu .navigation > li.current.dropdown svg {
  color: #F15D2A;
}

/*--- STICKY HEADER ---*/
.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  left: 0px;
  top: 0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .logo-box a {
  display: block;
  padding: 10px 0;
}

.sticky-header .main-menu .navigation > li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 24px;
  z-index: 99;
  color: #FFFFFF;
  background-color: #F15D2A;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.scroll-top.open {
  bottom: 30px;
}

@media (max-width: 991px) {
  .scroll-top {
    right: 15px;
  }
  .main-header .menu-right-content {
    margin-left: 0;
    padding-left: 0;
    margin-right: 26px;
    padding-right: 26px;
  }
  .main-header .menu-right-content::before {
    left: auto;
    right: 0;
  }
  .main-header .menu-area {
    float: right;
    align-items: center;
  }
  .main-header .menu-area .mobile-nav-toggler {
    display: block;
  }
  .main-header .menu-area .main-menu,
  .sticky-header {
    display: none !important;
  }
}

/*--- MENU MOBILE ---*/
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #EEEEEF;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: #F15D2A;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 24px;
  top: 10px;
  text-align: center;
  font-size: 18px;
  color: #222222;
  cursor: pointer;
  z-index: 10;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 40px 24px 30px 24px;
  text-align: left;
  background-color: #EEEEEF;
}

.mobile-menu .nav-logo img {
  max-width: 150px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .social-links {
  position: relative;
  padding: 20px 25px;
}

.mobile-menu .social-links ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu .social-links ul li {
  padding: 0 15px;
}

.mobile-menu .social-links ul li a {
  color: #FFFFFF;
  display: block;
  padding: 5px;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  background-color: #EEEEEF;
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 12px 24px;
  font-size: 15px;
  color: #222222;
  text-transform: uppercase;
}

.mobile-menu .navigation li > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #222222;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #222222;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  background: #fff;
  color: #222222;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li.dropdown > ul li > a {
  font-size: 16px;
  text-transform: capitalize;
  margin-left: 15px;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .menu-second {
  margin-top: 20px;
  position: relative;
}

.mobile-menu .menu-second ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu .menu-second ul li a {
  position: relative;
  display: block;
  padding: 8px;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.70;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

@media (max-width: 767px) {
  .mobile-menu {
    width: 250px;
  }
  .main-header .header-lower .logo-box {
    padding: 15px 0;
  }
  .main-header .header-lower .logo-box img {
    max-width: 150px;
  }
}

/*--- end:: HEADER ---*/
/*--- SEARCH ---*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup .popup-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
  z-index: 5;
  transition: all 500ms ease;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.search-popup .recent-searches {
  font-size: 16px;
  color: #FFFFFF;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.search-popup .recent-searches li {
  margin: 0 10px 10px 0;
}

.search-popup .recent-searches li a {
  display: block;
  border: 1px solid #FFFFFF;
  padding: 7px 15px;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-popup h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 20px 0;
  letter-spacing: 1px;
  text-align: center;
}

.search-popup .search-form {
  position: relative;
  padding: 0px 15px 0px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
  position: relative;
  border-radius: 12px;
}

.search-popup .search-form input[type="search"] {
  position: relative;
  height: 70px;
  padding: 20px 250px 20px 30px;
  background: #FFFFFF;
  line-height: 30px;
  font-size: 20px;
  color: #222222;
  border-radius: 7px;
}

.search-popup .search-form input[type="submit"] {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  text-align: center;
  width: 220px;
  height: 70px;
  padding: 20px 10px 20px 10px;
  color: #FFFFFF !important;
  background-color: #F15D2A;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  border-radius: 0px 7px 7px 0px;
}

@media (max-width: 767px) {
  .search-popup .search-form input[type="search"] {
    padding: 20px;
    height: 60px;
    padding: 0 20px;
  }
  .search-popup .search-form input[type="submit"] {
    position: relative;
    height: 60px;
    padding: 10px;
    width: 100%;
    border-radius: 7px;
    margin-top: 8px;
    margin-bottom: 25px;
  }
}

/*--- end:: SEARCH ---*/
/*--- SECTION ---*/
section {
  display: block;
  position: relative;
  overflow-x: hidden;
}

.breadcrumb-line {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-family: 'made_tommymedium';
  color: #666666;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}

.breadcrumb-line::before, .breadcrumb-line.center::after {
  position: absolute;
  content: '';
  width: 45px;
  height: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.breadcrumb-line.right {
  padding-right: 55px;
}

.breadcrumb-line.right::before {
  right: 0;
  background-color: #F15D2A;
}

.breadcrumb-line.left {
  padding-left: 55px;
}

.breadcrumb-line.left::before {
  left: 0;
  background-color: #F15D2A;
}

.breadcrumb-line.center {
  padding: 0 55px;
  margin: 0 auto 10px auto;
  display: table;
}

.breadcrumb-line.center::before {
  right: 0;
  background-color: #F15D2A;
}

.breadcrumb-line.center::after {
  left: 0;
  background-color: #F15D2A;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  font-family: 'made_tommymedium';
  margin-bottom: 15px;
  line-height: normal;
}

.sec-title p {
  position: relative;
  color: #666666;
  margin: 0px;
}

@media (max-width: 767px) {
  .sec-title h2 {
    font-size: 32px;
  }
}

/*--- SECTION - Vision Mission ---*/
.sec-vision-mission {
  padding: 100px 0;
  margin-top: -10px;
}

.sec-vision-mission::before {
  position: absolute;
  content: "";
  background-color: #F15D2A;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 40%;
}

.sec-vision-mission .vm-img img {
  max-width: 490px;
  width: 100%;
  border: 5px solid #FFFFFF;
}

.sec-vision-mission .vm-list__item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.sec-vision-mission .vm-list__item .vm-item__ic {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9A01B;
  margin: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(249, 160, 27, 0.2);
}

.sec-vision-mission .vm-list__item .vm-item__text {
  flex: 1%;
  margin-left: 30px;
}

.sec-vision-mission .vm-list__item .vm-item__text h4 {
  font-family: 'made_tommymedium';
  font-size: 17px;
  color: #000000;
  margin-bottom: 10px;
  line-height: normal;
}

.sec-vision-mission .vm-list__item .vm-item__text p {
  color: #666666;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .sec-vision-mission {
    padding: 50px 0;
  }
  .sec-vision-mission::before {
    bottom: auto;
    left: 0;
    width: 100%;
    height: 30%;
  }
  .sec-vision-mission .vm-img {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sec-vision-mission .vm-list__item .vm-item__text {
    margin-left: 15px;
  }
}

/*--- SECTION - About ---*/
.sec-about {
  display: flex;
  background-color: #EEEEEF;
}

.sec-about .about-img {
  width: 45%;
}

.sec-about .about-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sec-about .about-text {
  padding: 100px;
  flex: 1%;
  display: flex;
  align-items: center;
}

.sec-about .about-text .btn-primary__ic {
  margin-top: 40px;
}

@media (min-width: 1441px) {
  .sec-about .about-img {
    max-height: 515px;
  }
}

@media (max-width: 1199px) {
  .sec-about .about-text {
    padding: 100px 50px;
  }
}

@media (max-width: 991px) {
  .sec-about {
    display: block;
  }
  .sec-about .about-img {
    width: 100%;
  }
  .sec-about .about-text {
    padding: 50px 15px;
    max-width: 720px;
    margin: 0 auto;
  }
  .sec-about .about-text .btn-primary__ic {
    margin-top: 30px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .sec-about .about-text {
    max-width: 540px;
  }
}

/*--- SECTION - Products ---*/
.sec-product {
  padding: 100px 0 85px 0;
}

.sec-product .btn-primary__ic {
  margin-left: auto;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .sec-product {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .sec-product .btn-primary__ic {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 25px;
  }
}

/*--- SECTION - Support ---*/
.sec-support .sec-support__top {
  position: relative;
}

.sec-support .sec-support__top .support-img-top {
  position: relative;
  display: block;
}

.sec-support .sec-support__top .support-img-top img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  object-fit: cover;
  object-position: center;
}

.sec-support .sec-support__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F15D2A;
  padding: 70px 0;
}

.sec-support .sec-support__bottom .sec-title .breadcrumb-line,
.sec-support .sec-support__bottom .sec-title h2,
.sec-support .sec-support__bottom .sec-title p {
  color: #FFFFFF;
}

.sec-support .sec-support__bottom .sec-title .breadcrumb-line::before {
  background-color: rgba(255, 255, 255, 0.3);
}

.sec-support .sec-support__bottom .btn.btn-primary__ic:hover {
  background-color: #F2F2F2;
  color: #F27921;
}

.sec-support .sec-support__bottom .btn.btn-primary__ic:hover .btn-icon {
  color: #F27921;
  background-color: #FFFFFF;
}

.sec-support .support-form {
  max-width: 410px;
}

.sec-support .support-form .sec-title {
  margin-bottom: 50px;
}

.sec-support .support-form .form-control {
  font-size: 15px;
  font-family: 'made_tommyregular';
  color: #FFFFFF;
  background-color: transparent;
  padding: 12px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}

.sec-support .support-form .form-control:focus, .sec-support .support-form .form-control:focus-within {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #FFFFFF;
}

.sec-support .support-form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1;
  /* Firefox */
}

.sec-support .support-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFFFFF;
}

.sec-support .support-form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFFFFF;
}

.sec-support .support-form textarea.form-control {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 12px 24px;
  min-height: 170px;
  resize: none;
}

.sec-support .support-number {
  background-color: #F9A01B;
  padding: 60px 0;
  display: flex;
  align-items: center;
}

.sec-support .support-number svg {
  font-size: 50px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.sec-support .support-number h2 {
  font-size: 45px;
  font-family: 'made_tommybold';
  color: #FFFFFF;
  margin-bottom: 0px;
}

.sec-support .support-number a {
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .sec-support .sec-support__bottom {
    justify-content: end;
  }
  .sec-support .sec-support__bottom .support-form {
    margin-right: 100px;
  }
}

@media (min-width: 992px) {
  .sec-support .sec-support__top,
  .sec-support .sec-support__bottom {
    flex: 1%;
  }
  .sec-support .sec-support__top .support-img-top {
    height: 65%;
  }
  .sec-support .sec-support__top .support-number {
    height: 35%;
    padding: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sec-support .sec-support__top {
    display: flex;
  }
  .sec-support .sec-support__top .support-img-top,
  .sec-support .sec-support__top .support-number {
    flex: 1%;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .sec-support .sec-support__bottom {
    padding: 50px 0;
  }
  .sec-support .support-number {
    padding: 50px 0;
    justify-content: center;
  }
  .sec-support .support-number h2 {
    font-size: 35px;
  }
  .sec-support .support-form {
    padding: 0 15px;
  }
}

/*--- FOOTER ---*/
.sec-footer__top {
  position: relative;
  padding: 62px 0;
  font-family: 'made_tommybold';
  font-size: 45px;
  color: #FFFFFF;
  text-align: center;
  background-image: url(https://mci.ltd/storage/app/media/Palm.jpg);
  background-size: cover;
  background-position: center;
}

footer {
  background-color: #EEEEEF;
  position: relative;
}

footer::before {
  background-image: url(../img/logo-footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 686px;
  z-index: 0;
}

footer .footer-top {
  padding: 100px 0;
}

footer .footer-top .breadcrumb-line {
  color: #333333;
  font-family: 'made_tommybold';
  text-transform: unset;
  margin-bottom: 20px;
}

footer .footer-widget .footer-logo {
  margin-bottom: 25px;
  display: block;
}

footer .footer-widget .footer-logo img {
  max-width: 100%;
}

footer .footer-widget p {
  margin-bottom: 10px;
  color: #555555;
}

footer .footer-widget ul li {
  margin-top: 10px;
  color: #555555;
}

footer .footer-widget ul li:first-child {
  margin-top: 0;
}

footer .footer-widget ul li a {
  color: #555555;
}

footer .footer-widget ul li a:hover {
  color: #F15D2A;
}

footer .footer-widget ul li svg {
  font-size: 16px;
  width: 20px !important;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
  color: #F27921;
}

footer .footer-widget form {
  margin-top: 16px;
}

footer .footer-widget .form-group {
  position: relative;
  margin-top: 10px;
}

footer .footer-widget .form-group:first-child {
  margin-top: 0;
}

footer .footer-widget .form-group > svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  font-size: 16px;
  color: #F27921;
  z-index: 1;
}

footer .footer-widget .form-group input {
  position: relative;
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #DEDEDE;
  padding: 10px 50px 10px 20px;
  background: #EEEEEF;
  transition: all 500ms ease;
}

footer .footer-widget .form-group input:focus {
  border-color: #F15D2A !important;
  box-shadow: none;
  outline: none;
}

footer .footer-widget .btn {
  margin-top: 10px;
}

footer .footer-bottom {
  padding: 34px 0;
  border-top: 1px solid #DEDEDE;
  position: relative;
}

footer .footer-bottom span {
  display: block;
  text-align: center;
  font-family: 'Arimo', sans-serif;
}

@media (max-width: 991px) {
  footer::before {
    width: 580px;
  }
  footer .footer-top {
    padding: 35px 0;
  }
  footer .footer-top .footer-column {
    margin: 15px 0;
  }
}

@media (max-width: 767px) {
  .sec-footer__top {
    font-size: 30px;
  }
  footer::before {
    display: none;
  }
}

/*--- BREADCRUMB PAGE ---*/
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.breadcrumb li {
  position: relative;
  padding-right: 12px;
  margin-right: 5px;
  color: #FFFFFF;
}

.breadcrumb li::before {
  position: absolute;
  content: '-';
  color: #FFFFFF;
  font-size: 15px;
  top: 0;
  bottom: 0;
  margin: 0;
  right: 0;
}

.breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumb li:last-child::before {
  display: none;
}

.breadcrumb li a {
  display: block;
  color: #FFFFFF;
}

/*--- SECTION ---*/
section.page-title {
  background-size: cover;
  background-position: center;
  padding: 85px 0;
}

section.page-title h1 {
  font-size: 60px;
  text-align: center;
  font-family: 'made_tommymedium';
  color: #FFFFFF;
  margin-bottom: 10px;
}

section.section-page {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 991px) {
  section.page-title h1 {
    font-size: 40px;
  }
  section.section-page {
    padding: 50px 0;
  }
}

/*--- SECTION - Products Page ---*/
.product-detail {
  margin-bottom: 40px;
}

.product-detail h1 {
  font-size: 45px;
  color: #000000;
  font-family: 'made_tommymedium';
  margin-bottom: 25px;
}

.product-detail h5 {
  font-family: 'made_tommymedium';
  color: #333333;
  font-size: 15px;
  margin-bottom: 8px;
  line-height: normal;
}

.product-detail p {
  /*color: #777777;
  line-height: 1.5em;*/
  margin-bottom: 0;
  font-family: 'made_tommyregular';  
}

.product-detail p span {
  color: #333333;
  display: block;
}

.product-list {
  margin: -16px -8px;
}

.product-list li {
  float: left;
  width: 33.33%;
  padding: 16px 8px;
  min-height: 300px;
}

.product-list .product-list__item {
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0);
  -moz-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0);
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  
  height: 300px;
  position: relative;
  padding-bottom: 0;
}
.product-list .product__title{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    width: 100%;
    height: 72px;
}

.product-list .product-list__item:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.2);
}

.product-list .product__img {
  width: 100.5%;
  height: 228px;
  margin: -1px;
  display: block;
}

.product-list .product__img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.product-list .product__title {
  padding: 15px 10px;
  background-color: #FFFFFF;
  text-align: center;
}

.product-list .product__title h3 {
  font-family: 'made_tommymedium';
  font-size: 17px;
  color: #000000;
  margin-bottom: 0;
  line-height: normal;
}

.product-list .product__title h3 a {
  display: inline-block;
  color: #000000;
}

.product-list .product__title h3 a:hover {
  color: #F15D2A;
}

@media (max-width: 767px) {
  .product-list li {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .product-list li {
    width: 100%;
    float: none;
  }
}

.product-sidebar {
  margin-bottom: 40px;
}

.product-sidebar .product-sidebar__title {
  position: relative;
  background-color: #EEEEEF;
  padding: 20px 30px;
  font-size: 17px;
  font-family: 'made_tommymedium';
}

.product-sidebar .product-sidebar__title::after {
  content: "";
  background-color: #F15D2A;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 140px;
  height: 5px;
}

.product-sidebar__list {
  padding-top: 18px;
  padding-bottom: 35px;
  border: 1px solid #DEDEDE;
  border-top: none;
}

.product-sidebar__list li {
  position: relative;
  margin-bottom: 5px;
}

.product-sidebar__list li::before {
  position: absolute;
  content: "";
  background-color: #F15D2A;
  top: 0;
  bottom: 0;
  width: 5px;
  left: -1px;
  opacity: 0;
}

.product-sidebar__list li a {
  color: #222222;
  padding: 10px 30px;
  line-height: 1.3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-sidebar__list li a svg {
  font-size: 13px;
}

.product-sidebar__list li.dropdown a::after {
  display: none;
}

.product-sidebar__list li.dropdown.open a svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.product-sidebar__list li.open > a,
.product-sidebar__list li.active > a,
.product-sidebar__list li a.active,
.product-sidebar__list li a:hover {
  color: #F15D2A;
  font-family: 'made_tommymedium';
}

.product-sidebar__list .dropdown-sidebar {
  position: relative;
  margin-left: 30px;
  display: none;
}

.product-sidebar__list .dropdown-sidebar::before {
  background-color: #DEDEDE;
  width: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
}

.product-sidebar__list .dropdown-sidebar a {
  display: block;
  font-size: 13px;
  color: #555555;
  padding: 10px;
  padding-left: 20px;
  line-height: 1.5em;
  position: relative;
}

.product-sidebar__list .dropdown-sidebar a:first-child::before, .product-sidebar__list .dropdown-sidebar a:last-child::before {
  width: 10px;
  height: 1px;
  background-color: #DEDEDE;
  position: absolute;
  content: "";
  left: 0;
}

.product-sidebar__list .dropdown-sidebar a:first-child::before {
  top: 15px;
}

.product-sidebar__list .dropdown-sidebar a:last-child::before {
  bottom: 15px;
}

.product-sidebar__list li.open .dropdown-sidebar {
  display: block;
}

.sec-product-detail .product-image {
  display: block;
  width: 100%;
  max-width: 500px;
}

.sec-product-detail .product-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.sec-product-detail .product-detail {
  max-width: 600px;
  margin: 0 auto;
}

/*--- SECTION - Related Product ---*/
.sec-related {
  background-color: #EEEEEF;
  padding: 100px 0;
}

.sec-related .product-list {
  margin-top: 20px;
}

.sec-related .product-list li {
  width: 25%;
}

@media (max-width: 991px) {
  .sec-product-detail .product-image {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .sec-related {
    padding: 50px 0;
  }
  .sec-related .product-list li {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .sec-related .product-list li {
    width: 100%;
  }
}

/*--- SECTION - CAREER Page ---*/
.inner-box__item {
  margin-top: 20px;
  padding: 50px;
  background-color: #FAFAFA;
}

.inner-box__item .btn {
  margin-top: 30px;
}

.date-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.date-item svg {
  color: #F15D2A;
  margin-right: 10px;
}

.date-item span {
  color: #777777;
  font-size: 14px;
}

.inner-box__desc h1 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-family: 'made_tommymedium';
}

.inner-box__desc h1 a {
  color: #222222;
}

.inner-box__desc h1 a:hover {
  color: #F15D2A;
}

.inner-box__desc p {
  color: #666666;
  line-height: 1.5em;
  margin-bottom: 0;
}

.sidebar__inner {
  margin-bottom: 50px;
}

.sidebar .search-sidebar .form-group {
  position: relative;
  margin-bottom: 40px;
}

.sidebar .search-sidebar .form-group:first-child {
  margin-top: 0;
}

.sidebar .search-sidebar .form-group > svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  font-size: 16px;
  color: #333333;
  z-index: 1;
}

.sidebar .search-sidebar .form-group input {
  position: relative;
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #DEDEDE;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.sidebar .search-sidebar .form-group input:focus {
  border-color: #F15D2A !important;
  box-shadow: none;
  outline: none;
}

.sidebar .sidebar__list {
  margin-bottom: 20px;
}

.sidebar .sidebar__list li {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #DEDEDE;
}

.sidebar .sidebar__list li .img-left {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.sidebar .sidebar__list li .img-left img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.sidebar .sidebar__list li .desc-right {
  flex: 1%;
}

.sidebar .sidebar__list li .desc-right h5 {
  font-size: 17px;
  font-family: 'made_tommymedium';
  margin-bottom: 8px;
}

.sidebar .sidebar__list li .desc-right h5 a {
  color: #222222;
}

.sidebar-career {
  padding: 50px;
  border: 1px solid #DEDEDE;
}

.sidebar-career h3 {
  font-size: 30px;
  font-family: 'made_tommybold';
  color: #000000;
  margin-bottom: 10px;
}

.sidebar-career p {
  color: #777777;
  margin-bottom: 0;
}

.sidebar-career .form-career {
  margin-top: 50px;
}

.sidebar-career .form-career .form-group {
  margin-bottom: 40px;
}

.sidebar-career .form-career .form-control {
  font-size: 15px;
  font-family: 'made_tommyregular';
  color: #777777;
  background-color: transparent;
  padding: 12px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #DEDEDE;
}

.sidebar-career .form-career .form-control:focus, .sidebar-career .form-career .form-control:focus-within {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #F15D2A;
}

.sidebar-career .form-career .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  opacity: 1;
  /* Firefox */
}

.sidebar-career .form-career .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
}

.sidebar-career .form-career .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
}

.sidebar-career .form-career textarea.form-control {
  background-color: #FAFAFA;
  padding: 12px 24px;
  min-height: 100px;
  resize: none;
}

.sidebar-career .form-career .custom-file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 24px;
  text-align: center;
  width: 100%;
  background-color: #F4F4F4;
  margin-bottom: 20px;
}

.sidebar-career .form-career .custom-file input {
  width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.sidebar-career .form-career .custom-file .custom-file-label {
  font-size: 15px;
  font-family: 'made_tommyregular';
  color: #777777;
}

.sidebar-career .form-career .custom-file .custom-file-label svg {
  font-size: 60px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  color: #000000;
}

@media (max-width: 991px) {
  .inner-box__item {
    padding: 25px;
  }
  .inner-box__item .date-item {
    margin-bottom: 8px;
  }
  .inner-box__item .inner-box__desc h1 {
    font-size: 26px;
    line-height: normal;
  }
  .sidebar,
  .sidebar-career {
    margin-top: 40px;
  }
  .sidebar-career {
    padding: 25px;
  }
  .sidebar-career .form-career {
    margin-top: 30px;
  }
  .sidebar-career .form-career .form-group {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sidebar-career .form-career .custom-file {
    padding: 1rem;
  }
  .sidebar-career .form-career .custom-file .custom-file-label svg {
    font-size: 40px;
  }
}

/*--- SECTION - NEWS and EVENT Page ---*/
.col-padding-right {
  padding-right: 50px;
}

.sec-news .img-block {
  position: relative;
  display: block;
}

.sec-news .img-block img {
  width: 100%;
}

.sec-news .list-inner-box__news li {
  margin-top: 20px;
}

.sec-news .list-inner-box__news .inner-box__item {
  margin-top: 0;
}

.sec-news .detail-wrapper {
  height: 100%;
}

.sec-news .detail-wrapper .detail-content {
  border: 1px solid #DEDEDE;
  padding: 25px 50px;
  height: 100%;
}

.sec-news .detail-wrapper .detail-content .date-item {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 16px;
  margin-bottom: 26px;
}

.sec-news .detail-wrapper .detail-content h1 {
  font-size: 45px;
  font-family: 'made_tommybold';
  margin-bottom: 15px;
}

.sec-news .detail-wrapper .detail-content p {
  margin-bottom: 25px;
  line-height: 1.5em;
}

.sec-news .detail-wrapper .detail-content p:last-child {
  margin-bottom: 0;
}

.sec-news .detail-wrapper .detail-content > span {
  font-family: 'made_tommybold';
  display: block;
  margin-bottom: 10px;
}

.sec-news .detail-wrapper .detail-content ul {
  padding-left: 20px;
  margin-bottom: 25px;
}

.sec-news .detail-wrapper .detail-content ul li {
  list-style-type: disc;
}

.sec-news .detail-wrapper.detail-wrapper__news {
  height: auto;
}

.sec-news .detail-wrapper.detail-wrapper__news .detail-content {
  border-top: none;
  height: auto;
}

.btn-share {
  margin: 20px 0;
  float: right;
  position: relative;
  padding-bottom: 10px;
}

.btn-share a {
  color: #000000;
}

.btn-share svg {
  color: #F15D2A;
  margin-right: 8px;
}

.btn-share:hover {
  color: #F15D2A;
}

/* sosmed dropdown */
.sosmed-list-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #EEEEEF;
  display: none;
}

.sosmed-list-dropdown::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #EEEEEF;
  top: -9px;
  right: 10px;
}

.sosmed-list-dropdown ul {
  display: flex;
  align-items: center;
}

.sosmed-list-dropdown ul a {
  margin: 0 3px;
  padding: 0 5px;
  font-size: 20px;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sosmed-list-dropdown ul a svg {
  margin: 0;
  color: #000000;
}

.sosmed-list-dropdown ul a:hover svg {
  color: #F15D2A;
}

.sosmed-list-dropdown ul li:last-child a {
  margin-right: 0;
}

.sosmed-list-dropdown ul:first-child a {
  margin-left: 0;
}

@media (max-width: 991px) {
  .col-padding-right {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  .sec-news .detail-wrapper .detail-content {
    padding: 25px;
  }
  .sec-news .detail-wrapper .detail-content h1 {
    font-size: 30px;
  }
  .sec-news .detail-wrapper .detail-content .date-item {
    margin-bottom: 20px;
  }
}

/*--- SECTION - PRODUCT Carousel ---*/
.sec-product-carousel .owl-nav.disabled,
.sec-product-carousel .owl-dots.disabled {
  display: none;
}

.product-carousel-item .product-inner {
  position: relative;
}

.product-carousel-item .product-inner .carousel-img {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  height: 0;
  padding-top: 75%;
  width: 100%;
}

.product-carousel-item .product-inner .carousel-img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background: linear-gradient(0deg, black 0%, transparent 100%);
  z-index: 1;
  transition: all 500ms ease;
}

.product-carousel-item .product-inner .carousel-img img {
  width: 100%;
  transition: all 5s ease;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.product-carousel-item .product-inner:hover .carousel-img img {
  transform: scale(1.5);
}

.product-carousel-item .product-inner .carousel-desc {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 30px;
  text-align: center;
  z-index: 1;
}

.product-carousel-item .product-inner .carousel-desc h5 {
  margin: 0;
  font-size: 17px;
  font-family: 'made_tommymedium';
  color: #FFFFFF;
}

.product-carousel-item .product-inner .carousel-desc h5 a {
  display: inline-block;
  color: #FFFFFF;
}

.product-carousel-item .product-inner .carousel-desc h5 a:hover {
  color: #F15D2A;
}

/*--- SECTION - WORLD CYBER ---*/
.sec-world-cyber {
  position: relative;
  padding: 100px 0;
}

.sec-world-cyber .pattern-layer {
  position: absolute;
  left: 0px;
  top: 100px;
  right: 0px;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
}

.sec-world-cyber .office-wrapper {
  position: relative;
}

.sec-world-cyber .office-wrapper .office-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sec-world-cyber .office-location {
  position: relative;
  display: block;
}

.sec-world-cyber .office-location .location-area {
  position: relative;
  display: block;
  max-width: 1140px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  min-height: 603px;
}

.sec-world-cyber .office-location .location-area .icon-box {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.sec-world-cyber .office-location .location-area .icon-box img {
  max-width: 25px;
}

.sec-world-cyber .office-location .location-area p {
  font-size: 14px;
  color: #777777;
  margin: 0px;
}

.sec-world-cyber .office-location .location-area .location-box {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 500ms ease;
}
/*AMERICA*/
.sec-world-cyber .office-location .location-area .location-box.haiti{
    top: 53%;
    left: 28%;
}
.sec-world-cyber .office-location .location-area .location-box.colombia{
    top: 61%;
    left: 28%;
}
.sec-world-cyber .office-location .location-area .location-box.peru{
    top: 67%;
    left: 28%;
}
.sec-world-cyber .office-location .location-area .location-box.guyana{
    top: 60%;
    left: 32%;
}
.sec-world-cyber .office-location .location-area .location-box.suriname{
    top: 60%;
    left: 33%;
}
/*AFRICA*/
.sec-world-cyber .office-location .location-area .location-box.morocco{
    top: 47%;
    left: 45%;
}
.sec-world-cyber .office-location .location-area .location-box.mauritania{
    top: 52%;
    left: 44%;
}
.sec-world-cyber .office-location .location-area .location-box.senegal{
    top: 55%;
    left: 42%;
}
.sec-world-cyber .office-location .location-area .location-box.guinea-bissau{
    top: 57%;
    left: 42%;
}
.sec-world-cyber .office-location .location-area .location-box.guinea{
    top: 58%;
    left: 44%;
}
.sec-world-cyber .office-location .location-area .location-box.sierra-leone{
    top: 58.5%;
    left: 43%;
}
.sec-world-cyber .office-location .location-area .location-box.liberia{
    top: 60%;
    left: 44%;
}
.sec-world-cyber .office-location .location-area .location-box.mali{
    top: 53%;
    left: 47%;
}
.sec-world-cyber .office-location .location-area .location-box.algeria{
    top: 48%;
    left: 48%;
}
.sec-world-cyber .office-location .location-area .location-box.burkina-faso{
    top: 58%;
    left: 46%;
}
.sec-world-cyber .office-location .location-area .location-box.cote-divoire{
    top: 60%;
    left: 45%;
}
.sec-world-cyber .office-location .location-area .location-box.ghana{
    top: 60%;
    left: 46%;
}
.sec-world-cyber .office-location .location-area .location-box.togo{
    top: 60%;
    left: 47%;
}
.sec-world-cyber .office-location .location-area .location-box.benin{
    top: 60%;
    left: 48%;
}
.sec-world-cyber .office-location .location-area .location-box.nigeria{
    top: 58%;
    left: 48.5%;
}
.sec-world-cyber .office-location .location-area .location-box.libya{
    top: 50%;
    left: 51%;
}
.sec-world-cyber .office-location .location-area .location-box.chad{
    top: 53%;
    left: 51%;
}
.sec-world-cyber .office-location .location-area .location-box.cameroon{
    top: 61%;
    left: 49.5%;
}
.sec-world-cyber .office-location .location-area .location-box.equatorial-guinea{
    top: 65%;
    left: 49.5%;
}
.sec-world-cyber .office-location .location-area .location-box.gabon{
    top: 63%;
    left: 50%;
}
.sec-world-cyber .office-location .location-area .location-box.central-african-republic{
    top: 59%;
    left: 52%;
}
.sec-world-cyber .office-location .location-area .location-box.congo{
    top: 64%;
    left: 53%;
}
.sec-world-cyber .office-location .location-area .location-box.angola{
    top: 68%;
    left: 51%;
}
.sec-world-cyber .office-location .location-area .location-box.namibia{
    top: 74%;
    left: 51%;
}
.sec-world-cyber .office-location .location-area .location-box.south-africa{
    top: 77%;
    left: 53%;
}
.sec-world-cyber .office-location .location-area .location-box.egypt{
    top: 50%;
    left: 54%;
}
.sec-world-cyber .office-location .location-area .location-box.south-sudan{
    top: 59%;
    left: 54.5%;
}
.sec-world-cyber .office-location .location-area .location-box.tanzania{
    top: 65%;
    left: 56%;
}
.sec-world-cyber .office-location .location-area .location-box.malawi{
    top: 70%;
    left: 55%;
}
.sec-world-cyber .office-location .location-area .location-box.mozambique{
    top: 70%;
    left: 56%;
}
.sec-world-cyber .office-location .location-area .location-box.kenya{
    top: 61%;
    left: 56%;
}
.sec-world-cyber .office-location .location-area .location-box.ethiopia{
    top: 58%;
    left: 56%;
}
.sec-world-cyber .office-location .location-area .location-box.eritrea{
    top: 55%;
    left: 55%;
}
.sec-world-cyber .office-location .location-area .location-box.madagascar{
    top: 72%;
    left: 58.5%;
}
/*ASIA*/
.sec-world-cyber .office-location .location-area .location-box.turkey{
    top: 43%;
    left: 56%;
}
.sec-world-cyber .office-location .location-area .location-box.jordan{
    top: 47.5%;
    left: 56.5%;
}
.sec-world-cyber .office-location .location-area .location-box.iraq{
    top: 47%;
    left: 58%;
}
.sec-world-cyber .office-location .location-area .location-box.united-emirat-arab{
    top: 50%;
    left: 61%;
}
.sec-world-cyber .office-location .location-area .location-box.kazakhstan{
    top: 36%;
    left: 64%;
}
.sec-world-cyber .office-location .location-area .location-box.uzbekistan{
    top: 41%;
    left: 63%;
}
.sec-world-cyber .office-location .location-area .location-box.afghanistan{
    top: 46%;
    left: 64%;
}
.sec-world-cyber .office-location .location-area .location-box.pakistan{
    top: 49%;
    left: 64.5%;
}
.sec-world-cyber .office-location .location-area .location-box.tajikistan{
    top: 42%;
    left: 65%;
}
.sec-world-cyber .office-location .location-area .location-box.india{
    top: 53%;
    left: 66.5%;
}
.sec-world-cyber .office-location .location-area .location-box.china{
    top: 44%;
    left: 72%;
}
.sec-world-cyber .office-location .location-area .location-box.mongolia{
    top: 37%;
    left: 72%;
}
.sec-world-cyber .office-location .location-area .location-box.nepal{
    top: 48%;
    left: 68%;
}
.sec-world-cyber .office-location .location-area .location-box.bangladesh{
    top: 51%;
    left: 70%;
}
.sec-world-cyber .office-location .location-area .location-box.myanmar{
    top: 53%;
    left: 71%;
}
.sec-world-cyber .office-location .location-area .location-box.papua-new-guinea{
    top: 65%;
    left: 84%;
}
.sec-world-cyber .office-location .location-area .location-box.solomon-island{
    top: 66%;
    left: 86.5%;
}
.sec-world-cyber .office-location .location-area .location-box.vanuatu{
    top: 70%;
    left: 89.5%;
}
.sec-world-cyber .office-location .location-area .location-box.fiji{
    top: 71%;
    left: 93%;
}

.sec-world-cyber .office-location .location-area .location-box.tonga{
    top: 55%;
    left: 54.6%;
}

.sec-world-cyber .office-location .location-area .location-box.mauritius{
   top: 72.5%;
    left: 59.5%;
}

.sec-world-cyber .office-location .location-area .location-box.the-gambia{
      top: 57.2%;
    left: 42%;
}

.sec-world-cyber .office-location .location-area .location-box.djibouti{
       top: 54.2%;
    left: 53.2%;
    }


.sec-world-cyber .office-location .location-area .location-box::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  left: 4px;
  top: 4px;
  background-color: #F15D2A;
  transition: all 500ms ease;
}

.sec-world-cyber .office-location .location-area .location-box .address-box {
  position: absolute;
  left: -109px;
  bottom: 40px;
  width: 230px;
  background: #FFFFFF;
  padding: 10px 15px 14px 57px;
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 500ms ease;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.sec-world-cyber .office-location .location-area .location-box .address-box::before {
  position: absolute;
  content: '';
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
  bottom: -6px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

.sec-world-cyber .office-location .location-area .location-box:hover .address-box {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  .sec-world-cyber .office-location .location-area .location-box {
    left: 100px;
  }
  .sec-world-cyber .office-location .location-area .location-box:nth-child(2) {
    left: 180px;
  }
  .sec-world-cyber .office-location .location-area .location-box:nth-child(3) {
    left: 280px;
  }
  .sec-world-cyber .office-location .location-area .location-box:nth-child(4) {
    left: 62%;
  }
  .sec-world-cyber .office-location .location-area .location-box:nth-child(6) {
    right: 125px;
  }
  .sec-world-cyber .office-location .location-area .location-box:nth-child(7) {
    right: 200px;
  }
  .sec-world-cyber .office-location .location-area .location-box:last-child {
    right: 105px;
  }
}

@media (max-width: 767px) {
  .sec-world-cyber {
    padding: 50px 0;
  }
  .sec-world-cyber .pattern-layer {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background-size: cover;
  }
  .sec-world-cyber .office-location .location-area {
    display: block;
    min-height: 300px;
    width: 140%;
    transform: translateX(-20%);
  }
}

/*--- SECTION - Banner Top Carousel ---*/
.banner-carousel {
  position: relative;
}

.banner-carousel .owl-nav .owl-prev,
.banner-carousel .owl-nav .owl-next {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.15);
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: none;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.banner-carousel .owl-nav .owl-prev svg,
.banner-carousel .owl-nav .owl-next svg {
  font-size: 24px;
}

.banner-carousel .owl-nav .owl-prev {
  left: 50px;
}

.banner-carousel .owl-nav .owl-next {
  right: 50px;
}

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.banner-carousel .owl-dots .owl-dot {
  cursor: pointer;
}

.banner-carousel .owl-dots .owl-dot span {
  background-color: transparent;
  background-image: url(../img/dots.svg);
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 23px;
}

.banner-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
  background-image: url(../img/dots_active.svg);
}

.banner-carousel .slide-item {
  position: relative;
  overflow: hidden;
  height: 655px;
  display: flex;
  align-items: center;
}

.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .content-box {
  position: relative;
  display: block;
  z-index: 5;
  width: 100%;
  max-width: 590px;
  padding: 0 70px;
}

.product-image .owl-right{
	right: 0 !important;
}
.product-image .owl-prev,
.product-image .owl-next{
	width: 32px;
	height: 32px;
	background: #000;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	position: absolute;
	top: calc(50% - 16px);
	opacity: 0.5;
	right:0;
}


.product-image .owl-prev:hover,
.product-image .owl-next:hover{
	opacity: 1;
}
.product-image .owl-prev{
	left: 0 !important;
}

.banner-carousel .content-box h2,
.banner-carousel .content-box p,
.banner-carousel .content-box .btn {
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.banner-carousel .content-box .breadcrumb-line {
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.banner-carousel .content-box h2 {
  font-size: 60px;
  line-height: 1em;
}

.banner-carousel .content-box .btn {
  margin-top: 40px;
  color: #333333;
}

.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.banner-carousel .active .content-box h5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .active .content-box h2,
.banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.banner-carousel .active .btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.banner-carousel .active .btn:hover {
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .banner-carousel .owl-nav .owl-prev {
    left: 30px;
  }
  .banner-carousel .owl-nav .owl-next {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .banner-carousel .slide-item {
    height: 380px;
    padding: 0 30px;
  }
  .banner-carousel .content-box {
    padding: 0 30px;
  }
  .banner-carousel .content-box .breadcrumb-line,
  .banner-carousel .content-box p {
    font-size: 14px;
  }
  .banner-carousel .content-box h2 {
    font-size: 30px;
  }
  .banner-carousel .content-box .btn {
    margin-top: 25px;
  }
  .banner-carousel .owl-nav .owl-prev,
  .banner-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
  }
  .banner-carousel .owl-nav .owl-prev svg,
  .banner-carousel .owl-nav .owl-next svg {
    font-size: 18px;
  }
  .banner-carousel .owl-nav .owl-prev {
    left: 15px;
  }
  .banner-carousel .owl-nav .owl-next {
    right: 15px;
  }
  .banner-carousel .owl-dots {
    bottom: 3px;
  }
  .banner-carousel .owl-dots .owl-dot span,
  .banner-carousel .owl-dots .owl-dot.active span {
    background-size: 14px;
    width: 14px;
    height: 21px;
  }
}

/*--- SECTION - Tour ---*/
.sec-tour {
  /*background-color: #212121;
  color: #FFFFFF;*/
}

.sec-tour .tour-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.sec-tour .tour-content iframe {
  width: 100%;
}

.sec-tour .tour-content-desc {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.sec-tour .tour-content-desc h2 {
  font-size: 45px;
  position: relative;
  display: block;
  font-family: 'made_tommybold';
  margin-bottom: 20px;
  line-height: 1em;
}

.sec-tour .btn-share > a {
  color: #000;
}

.sec-tour .sosmed-list-dropdown {
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .sec-tour .tour-content iframe {
    height: 300px;
  }
  .sec-tour .tour-content-desc h2 {
    font-size: 32px;
  }
}
