.check-toolbar { display: none; position: fixed; right: 30px; bottom: 100px; width: 18px; height: 50px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 99; }
.check-toolbar label { position: absolute; bottom: 0; left: 6px; width: 6px; height: 50px; border-radius: 32px; background: linear-gradient(to bottom, #b3b3b3, #e6e6e6); cursor: pointer; transition: all 0.3s ease; opacity: 0.7; box-shadow: 0px 0px 3px 0px rgb(255 255 255 / 50%); }
.check-toolbar label:after { content: ""; position: absolute; bottom: 1px; left: -3px; width: 12px; height: 20px; border-radius: 3px; background-color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; }
.check-toolbar input[type="checkbox"]:checked + label { background: var(--color-main); opacity: 1; }
.check-toolbar input[type="checkbox"]:checked + label:after { transform: translateY(-29px); }
.check-toolbar label:hover { background: linear-gradient(to bottom, #b3b3b3, #e6e6e6); }
.check-toolbar label:hover:after { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
.yep { position: absolute; top: 0px; left: -6px; width: 30px; height: 50px; opacity: 0; }
.toolbar-app { width: 100%; bottom: 0px; position: fixed; z-index: 500; left: 0px; display: none; -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); -o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); }
.toolbar-app.is-active .list-phone { display: block; -webkit-animation: quickShow 0.2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards; animation: quickShow 0.2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards; }
.toolbar-app .list-phone { position: absolute; bottom: 100%; left: 30px; opacity: 0; transform: scale(0); transform-origin: 50% 100%; display: none; }
.toolbar-app .list-phone a { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; background: #fff; max-width: 240px; padding: 10px 20px; margin: 10px 0; border-radius: 50px; padding-right: 30px; }
.toolbar-app .list-phone svg { max-width: 30px; max-height: 30px; }
.toolbar-app .list-phone span { display: block; width: calc(100% - 40px); color: #333; font-weight: 700; }
.toolbar-app .phone { position: relative; width: 50px; height: 50px; z-index: 99; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; margin: 0 0px -25px 30px; transition: transform 0.2s ease-in-out; }
.toolbar-app .phone span { color: #333; display: block; position: relative; }
.toolbar-app .phone span:before, .toolbar-app .phone span:after { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(135deg); width: 30px; height: 3px; border-radius: 2rem; background-color: var(--color-main); opacity: 0; transition: opacity 0.2s ease-in-out; }
.toolbar-app .phone span:after { transform: translate(-50%, -50%) rotate(45deg); }
.toolbar-app .phone svg { max-width: 27px; max-height: 27px; display: block; position: relative; fill: var(--color-main); }
.toolbar-app.is-active .phone { transform: rotate(-180deg); }
.toolbar-app.is-active .phone svg { opacity: 0; }
.toolbar-app.is-active .phone span:before, .toolbar-app.is-active .phone span:after { opacity: 1; }
.toolbar-app ul { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 0px; margin: 0px; --size: 33px; -webkit-mask: radial-gradient(var(--size) at 55px 0px, #0000 99%, #fff 101%) 100%; background: #fff; padding: 10px 0; padding-left: 100px; border-radius: 10px 10px 0px 0px; }
.toolbar-app ul li { text-align: center; width: 25%; line-height: 1; }
.toolbar-app ul li a { display: block; width: 100%; font-size: 27px; color: #ffff; }
.toolbar-app ul li .icon { position: relative; margin: 0 auto; text-align: center; }
.toolbar-app ul li a span { display: none; font-weight: 400; font-size: 11px; margin-top: 5px; color: #333; text-transform: capitalize; }
.toolbar-app ul li a img, .toolbar-app ul li svg { max-height: 30px; fill: var(--color-main); width: 100%; }
.toolbar-app .phone svg { animation: tada 1.2s infinite; fill: var(--color-main); }
.tada { animation: tada 1.2s infinite; }
.lang-toolbar-app { display: flex; justify-content: center; align-items: center; }
.toolbar-app ul li.lang-toolbar-app a { display: inline-block; width: unset; margin: 0px 2px; font-size: unset; }
.toolbar-app ul li.lang-toolbar-app a img { height: 10% !important; }
.ex6 path { fill: #fff; stroke: var(--color-main); stroke-width: 0.5; stroke-dasharray: 1500; stroke-dashoffset: 1500; -webkit-animation: dash 5s ease forwards; animation: dash 5s ease forwards; }
@-webkit-keyframes dash {
to { fill: var(--color-main); stroke-dashoffset: 0; }
}
@keyframes dash {
to { fill: var(--color-main); stroke-dashoffset: 0; }
}
@keyframes tada {
0% { transform: scaleX(1); }
10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
to { transform: scaleX(1); }
}
@keyframes quickShow {
0% { opacity: 0; transform: scale(0); }
100% { opacity: 1; transform: scale(1); }
}
/* news toolbar css */
.my-tb-custom { position: fixed; bottom: 0; width: 100%; z-index: 999; display: none; padding: 0; margin: 0; border-bottom: 1px solid #efefef; align-items: start; background: linear-gradient(90deg, #14314d 0%, #071828 100%); filter: drop-shadow(0 -4px 8px rgba(0, 0, 0, 0.18)); align-items: c; }
.my-tb-custom li { flex-grow: 1; text-align: center; }
.my-tb-custom li a, .my-tb-custom li p { display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 0; color: #fff; text-align: center; font-size: 14px; font-style: normal; line-height: 25px; cursor: pointer; padding: 6px 5px; font-weight: 400; }
.my-tb-custom li a span, .my-tb-custom li p span { line-height: 1; }
.my-tb-custom li svg { max-width: 24px; margin-bottom: 5px; }
.my-tb-custom li ul li a { display: flex; align-items: center; color: #333; flex-direction: row; justify-content: flex-start; gap: 10px; border-bottom: 1px solid #071d3326; }
.my-tb-custom li ul li a img { width: 25px; }
/* */
.bg-nav-mm { position: absolute; width: calc(100% - 100px); height: calc(100vh - 70px); top: 0; right: 0; opacity: 0; background: #071d33;     /* transition: 1s all; */ z-index: 2; display: none; overflow-y: auto; }
.tab-mm-custom { position: fixed; height: calc(100vh - 106px); width: 100%; left: 0; z-index: 999; top: 0; transform: translateX(-100%); transition: 0.6s all; }
.tab-mm-custom.active { transform: translateX(0); transition: 0.6s all; }
.tab-mm-custom.active .bg-nav-mm { opacity: 1;     /* transition: 1s all; */ display: block; }
.tab-mm-custom > ul { width: 100px; padding: 0; margin: 0; background: #fff; height: calc(100vh - 70px - 103px); z-index: 100; position: relative; overflow-y: auto; }
.tab-mm-custom ul li { }
li.close-tab-menu-side { }
.tab-mm-custom ul li.color1 { background: #0e4c57; }
.tab-mm-custom ul li.color2 { background: #c8e6de; }
.tab-mm-custom ul li.color3 { background: #8a63d2; }
.tab-mm-custom ul li.color4 { background: #d35400; }
.tab-mm-custom ul li.color5 { background: #a7c19c; }
.tab-mm-custom > ul > li { min-height: 100px; padding: 12px 2px 6px; text-align: center; position: relative; cursor: pointer; display: flex; flex-direction: column; justify-content: center; }
.tab-mm-custom ul li.mm-tab.active { background: linear-gradient(90deg, #f0df74 0%, #af8042 100%) !important; }
.tab-mm-custom ul li.mm-tab.active p span { color: #ffff; }
.tab-mm-custom > ul > li > p { margin-bottom: 0; }
.tab-mm-custom > ul > li > ul { position: fixed; width: calc(100% - 100px); height: calc(100% - 67px); left: 100px; top: 103px; background: #071d33; padding: 0; margin: 0; transition: 0.8s all; overflow-y: auto; }
.tab-mm-custom > ul > li > ul > li { display: block; padding: 10px; text-align: left; }
.tab-mm-custom > li { display: block; min-height: 74px; text-align: center; padding: 12px; }
.tab-mm-custom > li > a, .tab-mm-custom > li > p { display: block; text-align: center; margin: 0; }
.tab-mm-custom li a svg { max-width: 30px; margin: 0 auto 8px; }
.tab-mm-custom li p img { max-width: 30px; margin: 0 auto 8px; }
.tab-mm-custom li a span, .tab-mm-custom li p span {     /* color: #fff; */
font-size: 14px; font-style: normal; line-height: normal; display: block; }
.tab-mm-custom li a svg { }
.name-cat-mm { color: #fff; font-size: 14px; font-style: normal; font-weight: 700; line-height: normal;     /* 178.571% */ text-transform: capitalize; margin-bottom: 10px; display: inline-block; text-transform: uppercase; }
.name-cat-mm:hover { color: #314e23; }
.list-col-pro { padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
ul.list-col-pro li { width: calc(25% - 9px); }
.item-pro-mn { height: 100%; }
.item-pro-mn a { display: block; padding: 10px; text-align: center; border-radius: 10px; border: 1px solid #f0df74; background: #fff; height: 100%; transition: 0.3s; }
.item-pro-mn a:hover { background: var(--color-main); }
.item-pro-mn a:hover span { color: #fff; }
.item-pro-mn a span { -webkit-line-clamp: 2; color: #1a1a1a; text-align: center; font-size: 12px; font-style: normal; font-weight: 400; line-height: 25px;     /* 208.333% */ text-transform: capitalize; }
.item-pro-mn a img { margin-bottom: 8px; }
.list-col-prol > li { }
.list-col-pro li a { }
.list-col-pro li a img { max-width: 66px; }
.list-col-pro li a span { }
.close-tab-menu-side { position: absolute; width: 26px; height: 26px; padding: 0 !important; right: 10px; top: 5px; }
.close-tab-menu-side svg { fill: #fff; }
.close-tab-menu-side span { cursor: pointer; }
.close-tab-menu-side:hover path { fill: #fd3730; }
.menu-custom-header { background: #071d33; position: relative; z-index: 3; }
.menu-custom-header .search label { width: 35px; }
.menu-custom-header .search label i { color: #000; }
.row-menu-custom { display: flex; align-items: center; justify-content: space-between; padding: 10px 10px; gap: 10px; }
.btn-off-menu-custom { cursor: pointer; }
.search-menu-custom { flex: 1; }
.gg-menu-custom { width: 40px; height: 40px; background-color: #fff; border-radius: 100%; display: flex; align-items: center; justify-content: center; }
.menu-custom-header-slogan { background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); }
.btn-tuvan-menu-custom { display: flex; align-items: center; gap: 10px; color: #071d33; font-size: 14px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; }
.btn-tuvan-menu-custom svg { animation: tada;     /* referring directly to the animation's @keyframe declaration */ animation-duration: 2s; animation-iteration-count: infinite; }
.menu-custom-line { width: 1px; height: 16px; background: #071d33; }
.slogan-menu-custom { flex: 1; color: #071d33; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; }
@media (max-width:991px) {
/* #social { display: none; } */
.toolbar-app { display: block; }
/* body { padding-top: 52px; transition: padding-top 0.7s ease; } */
/* .header { position: fixed; top: 0px; left: 0px; right: 0px; box-shadow: 0 1px 5px 0px rgb(0 0 0 / 30%); z-index: 999; background: #7ED957; padding: 8px 10px; } */
.hidden-toolbar { padding-top: 0px; transition: padding-top 0.7s ease; }
.hidden-toolbar .toolbar-app { transform: translateY(120%); transition: 0.7s; }
.hidden-toolbar .header { transform: translateY(-120%); transition: 0.7s; }
.show-toolbar .toolbar-app { transform: translateY(0); transition: 0.7s; }
.show-toolbar .header { transform: translateY(0); transition: 0.7s; }
.check-toolbar { display: block; }
.scrollToTop { display: none !important; }
.my-tb-custom { display: flex; }
}
@media (max-width:767px) {
ul.list-col-pro li { width: calc(100% / 3 - 9px); }
}
@media (max-width:575px) {
ul.list-col-pro li { width: calc(100% / 2 - 9px); }
.my-tb-custom li a, .my-tb-custom li p { font-size: 13.8px; }
}
