﻿/*!

 * Header.css

 * Website: Pasaljunior

 * Author: ThuongBC

 * Copyright (C) 2023 Pasaljunior

 */



/*--------------------------------------------------------------

# Reset

--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;300;400;500;600;800&display=swap');




header [type="search"] {

  -webkit-appearance: textfield;

  outline-offset: -2px;

  border: none;

}



header [type="search"]::-webkit-search-decoration {

  -webkit-appearance: none;

}

header [type="search"]:focus {

  box-shadow: none;

  color: var(--color-primary);

}

::-moz-focus-inner {

  border-style: none;

  padding: 0;

}



:-moz-focusring {

  outline: 1px dotted ButtonText;

}

:root {

  font-size: 16px;

  --content-size: 1410px;

}









/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/



@font-face {

  font-family: 'impact';

  src: url('../fonts/impact.ttf') format('opentype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;

}





body,

button,

input,

select,

textarea {

  text-transform: none;

  font-size: 16px;

  line-height: 1.5;

}







pre {

  background: rgba(0, 0, 0, 0.05);

  font-family: inherit;

  font-size: inherit;

  line-height: normal;

  margin-bottom: 1.5em;

  padding: 20px;

  overflow: auto;

  max-width: 100%;

}



blockquote {

  border-left: 5px solid rgba(0, 0, 0, 0.05);

  padding: 20px;

  font-size: 1.2em;

  font-style: italic;

  margin: 0 0 1.5em;

  position: relative;

}



blockquote p:last-child {

  margin: 0;

}

h1, h2, h3, h4, h5, h6 {

  margin-bottom: 1rem;

}



/*Header*/

.admin-bar #header {

  top: 32px !important;

}

#header {

  top: 0;

  left: 0;

  width: 100%;

  z-index: 1000;

  transition: 0.4s ease all;

  background-color: #fff;

}

.bic_logo_header>img {

  display: block;

  margin: auto;

}

.bic_logo_header img{

  width: 99px;

}

.bic_menu__primary {

  list-style: none;

  display: flex;

  justify-content: end;

  padding: 0;

  margin-bottom: 0;

}





.bic_main_menu ul.bic_menu__primary > li:not(.mega-menu) .sub-menu li {

  border-bottom: 1px solid #e5e5e5;

  -moz-transition: all 300ms ease-in 0ms;

  -o-transition: all 300ms ease-in 0ms;

  -webkit-transition: all 300ms ease-in 0ms;

  transition: all 300ms ease-in 0ms;

  padding: 0;

}



.bic_menu__primary li a {

  color: #000;

  text-decoration: none;

}

.bic_main_menu .bic_menu__primary > li {

  list-style: none;

  margin: 0 1rem;

  position: relative;

}

.bic_main_menu .bic_menu__primary > li:first-child{

  margin-left: 0;

}



.menu-item-has-children {

  padding-right: 20px !important;

}

.menu-item-has-children::after {

  position: absolute;

  top: 50%;

  right: 0;

  content: '\f107';

  font-family: 'Font Awesome 5 Pro';

  transform: translateY(-50%);

}

.bic_main_menu .bic_menu__primary > li:hover > a, .bic_main_menu .bic_menu__primary .current-menu-item > a {

  color: #333 !important;

}

.bic_main_menu .bic_menu__primary .current-menu-item.menu-item-has-children::after,.bic_main_menu .bic_menu__primary .current-menu-item.menu-item-has-children:hover::after{

  color: #333 !important;

}

.bic_main_menu ul.bic_menu__primary > li:hover:not(.mega-menu) > .sub-menu {

  opacity: 1;

  transform: rotateX(0deg);

  visibility: visible;

}

.bic_main_menu .sub-menu {

  display: block;

  left: 0;

  position: absolute;

  top: 2rem;

  z-index: 1000;

  visibility: hidden;

  min-width: 200px;

  -moz-transition: all 0.5s ease 0s;

  -o-transition: all 0.5s ease 0s;

  -webkit-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

  margin: 0;

}

.bic_main_menu ul.bic_menu__primary > li:not(.mega-menu) .sub-menu {

  box-shadow: 0px 3px 3px #a1a1a1;

  border-top: 2px solid var(--color-primary);

}

.bic_main_menu ul.bic_menu__primary > li:not(.mega-menu) > .sub-menu {

  transform: rotateX(90deg);

  transform-origin: center top 0;

  -moz-transition: all 0.5s ease 0s;

  -o-transition: all 0.5s ease 0s;

  -webkit-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

  visibility: hidden;

}

.bic_main_menu ul.bic_menu__primary > li:not(.mega-menu) .sub-menu li a {

  background: #fff;

  padding: 8px 15px;

  white-space: nowrap;

  font-size: 1rem;

  display: inline-block;

  width: 100%;

}

.bic_main_menu ul.bic_menu__primary > li:not(.mega-menu) .sub-menu li a:hover{

  color: var(--color-primary) !important;



}

.bic_main_menu .sub-menu.submenu_left {

  left: 100% !important;

  top: 0;

  right: auto;

  margin-left: 1px;

  -moz-transform-origin: left;

  -ms-transform-origin: left;

  -o-transform-origin: left;

  -webkit-transform-origin: left;

  transform-origin: left;

}

.main-menu {

  display: flex;

  justify-content: space-between;

  align-items: center;

  position: relative;

}

.bic_logo_header {

  padding: 20px 0;

  text-align: center;

  flex: 0 0 auto;

  background-color: #fff;

  border-radius: 0 0 3rem 3rem;

  transition: 0.4s ease all;

}

.sticky .bic_logo_header {

  padding: 10px 0;

}

.bic_logo_header h1 {

  margin-bottom: 0;

}





/*Search*/

.search-form {

  position: absolute;

  top: 102%;

  z-index: 1;

  min-width: 400px;

  right: 0;

  padding: 5px 10px;

  background-color: #fff;

  border-radius: 5px;

}





.search-icon {

  cursor: pointer;

}



.search-form [type='submit'] {

  background-color: var(--color-second);

  border: none;

  padding: 5px 10px;

  border-radius: 5px;

  color: var(--color-primary);

  cursor: pointer;

}

/*#header.sticky {

  position: fixed;

  animation: fadeInDown 0.3s ease 0s;

  top: 0;

  width: 100%;

  background-color: #fff;

  z-index: 10000;

  box-shadow: 0 2px 10px #e3e3e3;

}*/



.bic_menu__mobile{

  display: none;

}



/*End Header*/

.bic_header_search{

  flex:0 0 214px;

  max-width: 214px;

}

.bic_search__input{

  position: relative;

  border-radius: 37px;

  border: 1px solid #D9D9D9;

  overflow: hidden;

  padding:7px 17px;

  display: flex;

}



.bic_search__input input{

  padding:0

}



.bic_search__form--button{

  padding:0;

  border:none;

  background: transparent;

}



.bic_search__form--button i{

  font-size: 18px;

  color: #22222280;

}

.bic_header_search--mb {

  margin-right: 45px;

}

#open-search--mb {

  border:none;

  background: transparent;

  cursor: pointer;

}



#open-search--mb i{

  font-size: 24px;

  color: var(--color-primary);

}

.bic_header_search--mb .bic_search__form {

  position: absolute;

  top: 100%;

  width: 100%;

  left: 0;

  background: #fff;

  opacity: 0;

  visibility: hidden;

  transition: all .3s;

}



.bic_header_search--mb.active .bic_search__form{

  opacity: 1;

  visibility: visible;

  z-index: 99;

}



/*--------------------------------------------------------------

# Responsive

--------------------------------------------------------------*/

@media screen and (min-width: 1700px) {

  /* .bic_logo_header{

    padding: 1.875rem;

    flex: 0 0 12.25rem;

  } */



}



@media screen and (min-width: 1440px) {

 .container {

  max-width: 1440px;

}

:root {

  font-size: 16px;

  --content-size: 1440px;

}

}

@media screen and (min-width: 1401px) and (max-width: 1600px) {

  .container {

    max-width: 1300px;

  }

  :root {

    font-size: 14px;

    --content-size: 1200px;

  }

  .bic_menu__primary {

    justify-content: space-between;

  }

  .bic_main_menu .bic_menu__primary > li{

    margin: 0 10px;

  }

}





@media screen and (min-device-width: 1200px) and (max-device-width: 1400px) {



  :root{

    font-size: 14px;

    --content-size: 1170px;

  }



  .bic_header_search{

    max-width: 130px;

  }





}

@media screen and (min-width: 1200px) {

  .home.admin-bar #header {

    top: 32px;

  }

  #header.sticky {

    position: fixed;

    z-index: 1001;

    top: 0;

    padding: .5rem 0;

    background: #fff;

    box-shadow: 0 5px 10px #c4c4c4;

  }

}



@media only screen and (max-width: 1280px) and (min-width: 1199px) {}



@media only screen and (max-width: 1199px) {}



@media screen and (min-width: 1025px) and (max-width: 1199px) {

  .container {

    max-width: 100%;

    width: 100%;

  }

  .bic_main_menu .bic_menu__primary > li{

    margin: 0 10px;

  }

}



@media screen and (min-width: 992px) and (max-width: 1100px) {}



@media screen and (max-width: 1199px) {}





@media screen and (max-width: 992px) {



  :root {

    --content-size: 100vw;

  }

  .bic_header_search{

    margin-right: 50px;

  }

  .bic_logo_header{

    padding:10px 0;

  }

  .bic_menu__mobile{

    display: block;

  }

  /* #region MEAN MENU*/

  /* hide the link until viewport size is reached */

  .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-vertical {

    display: none;

  }



  .bic_main_menu_container {

    /*    order: 3;

*/

  }



  .bl_second__menu {

    display: flex;

    justify-content: flex-start;

    flex-wrap: wrap;

    padding-top: 1rem;

    border-top: 1px solid #CFCBCB;

    padding-left: 25px;

  }



  .bl_menu__second {

    flex-wrap: wrap;

    justify-content: flex-start;

  }



  .bl_menu__second li {

    flex: 100%;

    margin-bottom: 2rem;

    margin-left: 0;

  }





  .bic_search__box .search-icon i {

    font-size: 20px;

    color: var(--color-third);

  }



  a.meanmenu-reveal {

    display: none;

  }



  /* when under viewport size, .mean-container is added to body */

  .mean-container .mean-bar {

    background: none;

    padding: 0;

    position: absolute;

    width: 100%;

    z-index: 100;

    top: 50%;

    left: 0;

    transform: translateY(-50%);

  }



  .mean-container a.meanmenu-reveal {

    color: #111;

    cursor: pointer;

    display: flex;

    font-weight: 700;

    height: 40px;

    line-height: 40px;

    position: absolute;

    text-decoration: none;

    flex-direction: column;

    top: 50%;

    transform: translateY(-50%);

    justify-content: center;

    align-items: center;

  }





  .mean-container a.meanmenu-reveal.meanclose::before {

    display: none;

  }



  .mean-container a.meanmenu-reveal span {

    background: var(--color-primary);

    border-radius: 3px;

    display: block;

    height: 3px;

    margin: 4px 0;

    width: 30px;

  }



  .mean-container a.meanmenu-reveal span:first-child {

    margin-top: 4px;

  }



  .mean-container .mean-nav {

    position: absolute;

    width: 100%;

    left: 0;

    margin-top: 39px;

    padding: 0;

    z-index: 2000;

    max-height: calc(100vh - 50px);

    overflow-y: scroll;

    scrollbar-width: none;

    -ms-overflow-style: none;

    top: 0;

  }



  .mean-container .mean-nav::-webkit-scrollbar {

    display: none;

    /* Chrome Safari */

  }



  .bic_main_menu {

    height: 50px;

  }

  .search-form {

    min-width: 100%;

    width: 100vw;

    left: -15px;

    top: 102%;

    z-index: 1000;

  }



  .mean-container .mean-nav ul {

    padding-top: 10px;

    margin: 0;

    width: 100%;

    background: var(--color-primary);

    list-style-type: none;

    float: left;

    display: block;

  }



  .mean-container .mean-nav ul li {

    border-top: 1px solid rgba(255, 255, 255, 0.2);

    background: none;

    float: left;

    position: relative;

    width: 100%;

    padding: 10px 0;

  }



  .mean-container .mean-nav ul li a {

    color: #fff;

    display: block;

    font-size: 1rem;

    float: left;

    margin: 0;

    padding: 0;

    text-align: left;

    text-decoration: none;

    width: 100%;

  }



  .mean-container .mean-nav ul li li a {

    width: 90%;

    padding: 0 5%;

    opacity: 0.75;

    filter: alpha(opacity=75);

    text-shadow: none !important;

    visibility: visible;

  }



  .mean-container .mean-nav>ul>li:first-child {

    border: none;

  }



  .mean-container .mean-nav .sub-menu li a {

    text-transform: none;

    white-space: nowrap;

  }



  .mean-container .mean-nav ul li.mean-last a {

    border-bottom: none;

    margin-bottom: 0;

  }





  .mean-container .mean-nav ul li a.mean-expand {

    margin-top: -1px;

    width: 45px;

    line-height: 1rem;

    padding: 12px !important;

    text-align: center;

    position: absolute;

    right: 0;

    top: 0;

    z-index: 2;

    font-weight: 300;

    background: none;

    border: none !important;

    /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important; */

    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */

    color: rgba(255, 255, 255, 0.5);

  }



  .mean-container .mean-nav ul li a.mean-expand:hover {

    background: none;

  }



  .mean-container .mean-push {

    float: left;

    width: 100%;

    padding: 0;

    margin: 0;

    clear: both;

  }



  .mean-nav .wrapper {

    width: 100%;

    padding: 0;

    margin: 0;

  }



  /* Fix for box sizing on Foundation Framework etc. */

  .mean-container .mean-bar,

  .mean-container .mean-bar * {

    /*-webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;*/

  }



  .bic_search__box .search-icon {

    width: 30px;

    height: 30px;

  }



  /*Bổ sung hình ảnh đa ngôn ngữ ở header*/

  .hb_languages_box {

    padding: 0 !important;

  }



  /*-------------------------------------*/

  .mean-remove {

    display: none !important;

  }



  .mean-container a.meanmenu-reveal, .sticky .mean-container a.meanmenu-reveal {

    color: var(--color-primary);

  }





  .mean-container .mean-nav>.bic_menu__primary {

    padding: 0 15px;

  }



  .mega-menu.menu-item-has-children {

    position: relative !important;

  }



  .mega-menu>.sub-menu {

    min-width: 270px;

    background: transparent !important;

  }

  

  .menu-item-has-children {

    padding-right: 0 !important;

  }

  .menu-item-has-children::after {

    display: none;

  }



  /* #endregion MEANMENU*/



}

@media screen and (max-width: 767px) {



  .bic_menu__primary {

    flex-wrap: wrap;

  }

  .bic_main_menu .bic_menu__primary li {

    flex: 0 0 100%;

    padding: 10px 0;

  }



}



@media screen and (min-width: 768px) and (max-width: 992px) {}



@media screen and (max-width: 767px) {}



@media screen and (max-width: 576px) {

  .bic_logo_header{

    padding:10px 0;

  }

}



@media screen and (max-width: 480px) {}



@media screen and (max-width: 414px) {}



@media screen and (max-width: 380px) {}


.__box_capcha {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
