.navigation { background: #fff; position: sticky; z-index: 99; top: 0; }
.logo-header { width: 90px; aspect-ratio: 2; margin: 10px 0; transition: all 0.3s; }
.navigation.is-fixed {   }
.navigation.was-scrolled .logo-header { }
.navigation.not-index { }
.navigation__main { display: flex;    /* flex-wrap: wrap; */ align-items: center; justify-content: space-between; gap: 0 10px; position: relative; }
.menu-mobile-btn span { display: inline-block; width: 100%; height: 3px; background: #000; margin: 4px 0px; left: 0; }
.wrap-menu { display: flex; align-items: center; gap: 10px;    /* margin: 15px 0; */ width: 530px; max-width: 41%; justify-content: space-between; }
.wrap-menu .dmsp {    /* position: relative; */padding: 15px 0; }
.wrap-menu .dmsp:hover .menu { display: block; }
.dmsp .bt-dm { display: inline-block; background: #000; color: #fff; text-transform: uppercase; font-weight: 600; padding: 10px 15px; border-radius: 25px; white-space: nowrap; cursor: pointer; }
.dmsp .bt-dm i { font-size: 20px; vertical-align: bottom; }
.menu-right { display: flex; gap: 15px; align-items: center; flex-grow: 1; justify-content: space-between; max-width: 600px; }
.menu-right .info { font-weight: 500; color: #fff; margin: 0; position: relative; }
.menu-right .hotline { padding: 0 0 0 40px; background: url(../images/phone-30.png) no-repeat left center; }
.menu-right .hotline b { animation-name: text-color; animation-duration: 4s; animation-iteration-count: infinite; }
.menu-right .map { padding: 0 0 0 40px; background: url(../images/store-30.png) no-repeat left center; }
.menu-right .news { padding: 0 0 0 40px; background: url(../images/news-30.png) no-repeat left center; }
.menu-right .time { padding: 0 0 0 44px; background: url(../images/time-34.png) no-repeat left center; }
.menu-right .info a:hover { color: var(--color-social); }
.menu-right .info a { color: #fff; }
.menu-right .info .menu_r { position: absolute; top: 100%; left: 0; background: #fff; display: none; min-width: 200px; padding: 2px; box-shadow: 0 0 3px #3333; max-width: 300px; }
.menu-right .info:hover .menu_r { display: block; }
.menu-right .info .menu_r a { padding: 7px 10px; }
.menu-right .info .menu_r a:hover { background: #3333; }
.menu { position: absolute; z-index: 99; right: 0;    /* display: flex; */ align-items: center; justify-content: space-between; background: none; padding: 0; left: 0; top: 100%; background: #fff }
.menu .wrap-content { position: relative; }
.menu ul.ulmn { display: flex; flex-wrap: wrap; align-items: center; flex-direction: column; justify-content: space-between; width: 20%; box-shadow: 0 0 5px #0003; position: relative; background: #fff; }
ul.ulmn { }
.menu ul { width: 100%; padding: 0px; margin: 0; list-style: none; }
.menu ul li { position: relative; z-index: 99; }
.menu ul.ulmn > li { position: initial; width: 100%; text-align: left; box-shadow: 0px 1px 0 0px #ddd; }
.menu ul.ulmn > li:hover { background: #0001; }
.menu ul.ulmn .level1 { position: absolute; left: 100%; display: none; flex-wrap: wrap; width: 400%; padding: 5px; background: #fff; box-shadow: 0 0 5px #0003; min-height: 100%; }
.menu ul.ulmn > li:hover .level1 { display: flex; }
.menu ul.ulmn .level1 > li { width: 25%; padding: 5px; }
.menu ul.ulmn .level1 > li > a { border-bottom: 1px solid #ccc; }
.menu ul.ulmn .level2 { display: block; position: relative; left: 0; }
.menu ul.ulmn .level2 a { font-weight: 400; }
.menu ul li.line { width: 1px; height: 15px; background-color: rgba(255, 255, 255, 0.5); flex: none; }
.menu ul li .btn-dropdown-menu { display: none; }
.menu ul li a { font-size: 14px; color: #000; margin: 0px; padding: 15px; position: relative; z-index: 1;    /* text-align: center; */ text-decoration: none !important; display: block;    /* line-height: 45px; */ }
.menu .nav-item > a { font-size: 16px; padding: 5px 10px; text-transform: capitalize; text-align: left; display: block; }
.menu ul li a img { vertical-align: middle; }
.menu ul li a.active, .menu ul li a:hover { color: var(--color-main); }
.menu ul li ul { position: absolute; min-width: 250px; left: 100%; background: #fff; transition: all 0.5s; top: 0; }
.menu ul li:hover > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; transition: all 0.7s; }
.menu ul li ul li { text-align: left;    /* border-bottom: 1px solid rgb(173 173 173 / 32%); */ }
.menu ul li ul li:last-child { border-bottom: 0px; }
.menu ul li ul li a { font-size: 14px; padding: 10px; display: block; text-decoration: none !important; line-height: 20px; text-align: left; font-weight: 500; text-transform: capitalize; }
.menu ul li ul li ul { top: 0px; left: 100%; }
.menu ul li ul li a:before { position: absolute;    /*content: '';*/ top: 50%; left: 0; width: 0; height: 1px; background: #fed402; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; visibility: hidden; opacity: 0; }
.menu ul li ul li a:hover:before, .menu ul li ul li > a.active:before { left: 0; visibility: visible; opacity: 1; width: 15px; }
.menu ul li ul li a:hover {    /*padding-left: 20px;*/ }

/* menu mobile*/
.header-left-fixwidth { top: 0 !important; width: 255px; min-height: 100vh; position: fixed; float: left; background: #fff; width: 280px; position: fixed; z-index: 99999; left: 0; top: 0; visibility: hidden; -webkit-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; -webkit-transform: translateX(-280px); -ms-transform: translateX(-280px); -o-transform: translateX(-280px); transform: translateX(-280px); }
.header-left-fixwidth .wrap-header { overflow-y: auto; position: relative; min-height: 100vh; max-height: 100vh; border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; padding: 0 15px; padding-top: 15px; }
.header-left-fixwidth .wrap-header .logos-menu { padding: 10px 0px; display: block; }
.header-left-fixwidth .wrap-header .nav-menu ul { padding: 0px; margin: 0; }
.header-left-fixwidth .wrap-header .nav-menu ul li { position: relative; border-top: 1px solid #F0F0F0; list-style: none; }
.header-left-fixwidth .wrap-header .nav-menu ul a { display: block; font-size: 15px; color: #333; padding: 10px 10px; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-transform: capitalize; font-weight: 600; }
.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu { position: absolute; right: 0px; font-size: 20px; display: flex; width: 43px; height: 43px; background: transparent; top: 0px; justify-content: center; flex-wrap: wrap; align-items: center; color: #8a8987; z-index: 1000; cursor: pointer; transition: all 0.6s; }
.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu.active i { transform: rotate(90deg); color: var(--color-key); }
.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.none { display: none; padding-left: 10px; }
.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu a { padding: 12px 20px; }
.header-left-fixwidth.open-sidebar-menu { visibility: visible; -webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.opacity-menu.open-opacity { content: " "; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: fixed; top: 0px !important; left: 0px; z-index: 9999; }
.no-scroll { overflow: hidden; }
.search-menu { position: relative; }
.search-menu .icon-search-menu { width: 40px; height: 40px; cursor: pointer; text-align: center; line-height: 40px; color: #000; font-size: 17px; margin: 0px; border: 1px solid transparent; }
.search-menu .icon-search-menu.active { color: #ec2d3f; background: #ffffff; border-radius: 100%; border: 1px solid; }
.search-menu .search-grid { position: absolute; top: 50px; right: 0px; width: 0px;    /* height: 40px; */ overflow: hidden; background: #ffffff; border: 1px solid #ec2d3f; z-index: 2; opacity: 0; border-radius: 25px; line-height: normal;   }
.search-menu .search-grid p { float: left; width: 45px; height: 40px; cursor: pointer; outline: none; border: none; margin: 0px; font-size: 17px; display: block; color: #ec2d3f; line-height: 40px; text-align: center; }
.search-menu .search-grid input { width: calc(100% - 45px); float: left; outline: none; border: none; color: #ec2d3f; font-size: 14px; }
.search-menu .search-grid input::-webkit-input-placeholder { color: #313131; }
.search-menu .search-grid input:-moz-placeholder { color: #313131; }
.search-menu .search-grid input::-moz-placeholder { color: #313131; }
.search-menu .search-grid input:-ms-input-placeholder { color: #313131; }

/* end */
