/* Add here all your CSS customizations */
body{
  position: relative;
}

#dropdownMenu{
  min-width: 500px !important;
  height: calc(100vh - 104px);
  overflow: scroll;
}

@media (min-width: 992px){

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
      position: relative;
      width: 260px;
  }

}

.dropdown-mega-sub-title{
  padding: 0 !important;
  font-weight: bold !important;
}

.dropdown-mega-content{
  overflow: scroll;
  height: calc(100vh - 104px);
}

.section-product .card .card-body{
  height: 480px;
  overflow: hidden;
}

.section-mainslider .owl-theme .owl-dots{
  position: absolute;
  left: 50%;
  bottom: 5px;
}

.fly-nav{
  position: fixed;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  transition: right 0.5s;
}

.fly-nav:hover{
  right: 0;
}

.menu-bars{
  position: absolute;
  top: 20px;
  left: -31px;
  background: #ce350f;
  color: #fff;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 4px;
}

.fly-nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  border: solid 2px #ce350f;
  border-right: 0;
}

.fly-nav ul li{
  display: block;
  border-bottom: dotted thin #e89b88;
}

.fly-nav ul li:last-child{
  border-bottom: 0;
}

.fly-nav ul li a{
  text-align: center;
  color:#ce350f;
  padding: 14px 10px 8px;
  display: block;
  text-decoration: none;
}

.fly-nav ul li a span{
  font-size: 10px;
}

.fly-nav ul li:last-child a{
  color: #0c9248;
}

.pagination{
  left: 50%;
}

html body .tabs-dark .nav-tabs li.active .nav-link, html.dark body .tabs-dark .nav-tabs li.active .nav-link, html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link, html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link, html body .tabs-dark .nav-tabs li.active .nav-link:hover, html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover, html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover, html body .tabs-dark .nav-tabs li.active .nav-link:focus, html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus, html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus, html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
    border-top-color: #214a78;
    color: #214a78;
}

.btn-info{
  border-color: #214a78 !important;
  background-color: #214a78 !important;
}

.simple-search i{
  color: #fff;
}

.page-header{
  background-color: #ce350f !important;
}

.page-header ul li.active{
  color:yellow;
}

.page-header ul li a{
  color:#fff;
}

.section-product .card a{
  color: #fff;
}

.section-product .card a:hover{
  color: yellow;
}

.section-product .card a img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section-product .card:hover img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.section-news .bg-dark{
  background-color: #214a78 !important;
}

.section-article .bg-dark{
  background-color: #ce350f !important;
}

.section-news .d-table,.section-article .d-table{
  min-height: 243px;
}

.section-news .d-table-cell, .section-article .d-table-cell{
  vertical-align: middle;
}

.section-news .entry-title.d-table-cell a,.section-article .entry-title.d-table-cell a{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

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

.language-switcher ul li{
  display: inline-block;
}

#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a{
  padding: 0 .5rem;
}

.mb-4{
  margin-bottom: 4rem
}

ul.list-icons-custom li{
  display: inline-block;
  margin: 0 14px;
  color: #fff;
}

.wa-chat{
  position: fixed;
  right: 10px;
  bottom: 60px;
  background-color: #29ca16;
  border-radius: 5px;
  z-index: 2
}

.wa-chat a {
  font-size: 40px;
  display: block;
  padding: 8px;
  color: #fff !important;
}

.wa-chat a:hover{
  color: #ddd !important;
}

#footer{
  background: none;
  border-top:0;
}

#footer .container{
  position: relative;
  z-index: 1;
}

#footer::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: #1f497a;
  z-index: 1;
}

#footer::after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: #ce350f;
  z-index: 0;
}

#footer ul.list-icons-custom li a{
  color: #fff;
}

#footer ul.list-icons-custom li a:hover{
  color: yellow;
}

#footer .bg-primary{
  background-color: #1f497a !important;
}

#footer .bg-danger{
  background-color: #ce350f !important;
}

#footer p{
  color: #ddd;
}

#footer .container-fluid{
  position: relative;
  z-index: 1;
}

@media screen and (max-width:540px) {
  #footer::before{
    width: 100%;
    bottom: 90px;
  }

  #footer::after{
    width: 100%;
  }
}
