@keyframes spin {
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
@keyframes shake-anim {
    0% { -webkit-transform: rotate(0) scale(1) skew(1deg); transform: rotate(0) scale(1) skew(1deg); }
    10%, 30% { -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
    20%, 40% { -moz-transform: rotate(25deg) scale(1) skew(1deg); }
    100%, 50% { -moz-transform: rotate(0) scale(1) skew(1deg); }
}
@-webkit-keyframes shake-anim {
    0%, 100%, 50% { -webkit-transform: rotate(0) scale(1) skew(1deg); }
    10%, 30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
    20%, 40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
}
@keyframes rotate {
    from { transform: rotate(0); }
    to { transform: rotate(360deg); }
}
@keyframes fadeup {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes pulse-animation {
    0% { transform: scale3d(1, 1, 1); opacity: 0; }
    10% { transform: scale3d(1.1, 1.1, 1.1); opacity: 1; }
    100% { transform: scale3d(1.6, 1.6, 1.6); opacity: 0; }
}
@keyframes border-animation {
    0% { transform: scale3d(0.6, 0.6, 0.6); opacity: 0; }
    20% { transform: scale3d(1.2, 1.2, 1.2); opacity: 1; }
    100% { transform: scale3d(1.4, 1.4, 1.4); opacity: 0; }
}
.popup-custom .modal-content { border-radius: 0px; border: 0px; }
.popup-custom .modal-content .modal-body { padding: 10px; }
.popup-custom .close { position: absolute; top: 10px; right: 10px; width: 40px; height: 40px; z-index: 2; color: #888888; cursor: pointer; border: 1px solid #eeeeee; background-color: #ffffff; opacity: 1 !important; }
#popup-quickview .modal-dialog { max-width: 1140px; }
.opacity-0 { opacity: 0; }
@keyframes fadeInUp {
    0% { opacity: 0; transform: translate3d(0, 100px, 0); }
    100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes fadeInDown {
    0% { opacity: 0; transform: translate3d(0, -100px, 0); }
    100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes scaleLarge {
    0% { opacity: 0; transform: scale(2); }
    100% { opacity: 1; transform: scale(1); }
}
#viewdv_b233_view_1 { display: none !important }

/* Main */
:root { --color-main: #8CC249; --color-red: #ec2d3f; --color-medium-red: #cc2c32; --color-dark-red: #c31829; --color-green: #28a745; --color-dark-green: #207d36; --color-black: #212529; --color-gray: #6c757d; --main-color: #8CC249; --second-color: #5896e3; --color-hover: #FFD047; --color-static: #000; --menu-border: rgb(255 255 255 / 20%); --menu-color: #fff; }

/* Toc */
.content-ck { line-height: 2em; }
.content-ck * { max-width: 100% !important; }
.content-ck img { max-width: 100% !important; height: auto !important; }
.content-ck iframe { max-width: 100% !important; }
.content-ck table { margin: 0px auto; }
.content-ck ul, .content-ck ol { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; }
.content-ck p { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; }
a.mucluc-dropdown-list_button { }
a.mucluc-dropdown-list_button:before { content: "\f03a"; font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 400; background: #fff; color: #006ACB !important; font-size: 20px; width: 35px; height: 35px; display: inline-block; line-height: 38px; text-align: center; border: 1px solid #ddd; }
.meta-toc.fiedx { position: fixed; left: 5px; top: 200px; z-index: 111; }
.meta-toc .mucluc-dropdown-list_button { display: none }
.meta-toc.fiedx .mucluc-dropdown-list_button { display: block; }
.meta-toc:not(.fiedx) .box-readmore { display: block !important; }
.box-readmore { padding: 10px; background-color: #f5f5f5; width: 100%; margin-top: 2px; border: 1px solid #dddddd; font-size: 13px; margin-bottom: 10px; }
.meta-toc.fiedx .box-readmore { width: 350px; display: none; }
.box-readmore li ul>li { margin: 0; margin-bottom: 8px; }
.box-readmore li ul>li:before { content: counters(item, ".") " "; }
.box-readmore ul { list-style-type: none; counter-reset: item; margin-bottom: 0px; padding-left: 0px !important; margin-top: 8px; }
.box-readmore ul li { display: table; counter-increment: item; margin: 0 0 5px 0; }
.box-readmore ul li a { }
.box-readmore ul li:before { content: counters(item, ".") ". "; display: table-cell; padding-right: 5px; }
.box-readmore ul li a { color: #000 !important; cursor: pointer; font-family: 'PlusJakartaSansSemiBold'; font-size: 14px; }
.box-readmore ul li li a { font-weight: 400; }
.box-readmore ul li a:hover { color: #767676; }
.fb-page, .fb-page span, .fb-page span iframe[style] { max-width: 100% !important; }

/* loadpage website */
#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999999; pointer-events: none; }
#loader-wrapper #wrap { background: #fff; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: block; text-align: center; width: 100%; height: 100%; z-index: 999999; }
#loader-wrapper.show1 #wrap { background: transparent }
#loader-wrapper:after { -webkit-mask: url(../images/mask-01.png); mask: url(../images/mask-01.png); -webkit-mask-size: 2300% 100%; mask-size: 2300% 100%; content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(255, 255, 255, 1); z-index: 99999; }
#loader-wrapper.show1::after { -webkit-animation: MaskPlay 1s steps(22) forwards; animation: MaskPlay 1s steps(22) forwards; }
#loader-wrapper.show1 #wrap { opacity: 0; }
.loading-text ul { margin-top: 1.875rem }
.loading-text ul li { -webkit-animation: anime 1.5s infinite linear; animation: anime 1.5s infinite linear; display: inline-block; font-family: var(--bs-font-monospace); font-size: 1.875rem; letter-spacing: 1px }
.loading-text ul li:nth-child(1) { -webkit-animation-delay: 0s; animation-delay: 0s }
.loading-text ul li:nth-child(2) { -webkit-animation-delay: .1s; animation-delay: .1s }
.loading-text ul li:nth-child(3) { -webkit-animation-delay: .2s; animation-delay: .2s }
.loading-text ul li:nth-child(4) { -webkit-animation-delay: .3s; animation-delay: .3s }
.loading-text ul li:nth-child(5) { -webkit-animation-delay: .4s; animation-delay: .4s }
.loading-text ul li:nth-child(6) { -webkit-animation-delay: .5s; animation-delay: .5s }
.loading-text ul li:nth-child(7) { -webkit-animation-delay: .6s; animation-delay: .6s }
.loader { align-items: center; display: flex; flex-direction: column; height: 100%; justify-content: center; left: 0; padding-bottom: 3.125rem; position: fixed; top: 0; width: 100%; z-index: 100001 }

/* name */
@-webkit-keyframes anime {
    0% { color: grey; letter-spacing: 1px; text-shadow: 1px 1px 0 #000; transform: translateY(0) }
    50% { color: #ffc107; letter-spacing: 5px; text-shadow: 5px 10px 1px #000; transform: translateY(-10px) }
    100% { color: grey; letter-spacing: 1px; text-shadow: 1px 1px 0 #000; transform: translateY(0) }
}
@keyframes anime {
    0% { color: grey; letter-spacing: 1px; text-shadow: 1px 1px 0 #000; transform: translateY(0) }
    50% { color: #ffc107; letter-spacing: 5px; text-shadow: 5px 10px 1px #000; transform: translateY(-10px) }
    100% { color: grey; letter-spacing: 1px; text-shadow: 1px 1px 0 #000; transform: translateY(0) }
}

/* end name*/
@-webkit-keyframes MaskPlay {
    from { -webkit-mask-position: 0 0; mask-position: 0 0 }
    to { -webkit-mask-position: 100% 0; mask-position: 100% 0 }
}
@keyframes MaskPlay {
    from { -webkit-mask-position: 0 0; mask-position: 0 0 }
    to { -webkit-mask-position: 100% 0; mask-position: 100% 0 }
}

/*  end loadpage website */
body { font-size: 14px; font-family: 'PlusJakartaSansRegular';position: relative; min-width: 1200px; }
blockquote { font-style: italic; font-family: Georgia, Times, "Times New Roman", serif; padding: 2px 0; border-style: solid; border-color: #ccc; border-width: 0; padding-left: 20px; padding-right: 8px; border-left-width: 5px; }
blockquote p { margin-bottom: 0; }
.row { margin-left: -15px; margin-right: -15px }
.row>* { padding-left: 15px; padding-right: 15px }
.row-10 { margin-left: -5px; margin-right: -5px; }
.row-20 { margin-left: -10px; margin-right: -10px; }
.row-30 { margin-left: -15px; margin-right: -15px; }
.col-30 { padding-left: 15px; padding-right: -15px; }
.col-20 { padding-left: 10px; padding-right: 10px; }
.mg-col-10 { padding-left: 5px; padding-right: 5px; }
.padding-top-bottom { padding: 2rem 0; }
.pad-top { padding-top: 2.5rem; }
.pad-bottom { padding-bottom: 2.5rem; }
.mg-top { margin-top: 2.5rem; }
.mg-bottom { margin-bottom: 2.5rem; }
.hover_xemthem { transition: 0.4s; }
.hover_xemthem:hover { letter-spacing: 2px; }
img { max-width: 100%; height: auto; vertical-align: top; }
a { text-decoration: initial; }
a, input, textarea { outline: none; padding: 0px; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.w-clear:after { display: block; content: ""; clear: both; }
.hidden { display: none; }
.clear { clear: both; }
.none { display: none; }
.hidden-seoh { visibility: hidden; height: 0px; margin: 0px; overflow: hidden; }
.wrap-content { max-width: 1200px; margin: auto; width: calc(100% - 30px); position: relative; z-index: 1; }
.wrap-content1 { max-width: 1300px; margin: auto; width: calc(100% - 30px); position: relative; z-index: 1; }
.wrap-content2 { max-width: 1050px; margin: auto; width: calc(100% - 30px); position: relative; z-index: 1; }
.fix_head { position: fixed !important; top: 0; width: 100%; z-index: 999 !important; }
.pd-l-10 { padding-left: -10px; }
.pd-r-10 { padding-right: -10px; }
.mg-l-10 { margin-left: -10px; }
.mg-r-10 { margin-right: -10px; }
.mg-b-20 { margin-bottom: 20px; }
.title-detail-main { color: #388140; font-size: 35px; margin-bottom: 1rem;  font-family: 'SVNMergeBold'; text-transform: uppercase; }
#viewdv_c237_view_1 { display: none !important }

/* General */
.title-main { text-align: center; margin-bottom: 20px; display: block; }
.title-main span { display: block; color: #388140; font-family: 'SVNMergeBold'; font-size: 48px; text-transform: uppercase; line-height: 58px }

.title-orther { margin-bottom: 30px; text-align: left; border-bottom: 1px solid #D9D9D9; padding-bottom: 5px }
.title-orther span { color: #363636; font-size: 25px; font-weight: 300; letter-spacing: 1.25px; text-transform: uppercase; }
.time-main { margin-bottom: 0.75rem; color: #999999; }
.time-main i { vertical-align: top; margin: 3px 7px 0px 0px; }
.time-main span { vertical-align: top; display: inline-block; }
.share { padding: 17px 15px 10px 15px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; border-radius: 5px; }
.share b { display: block; margin-bottom: 5px; }
.a2a_kit .a2a_svg { width: 30px; height: 30px; line-height: 30px; }
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: calc(50% - 45px / 2); }
.control-owl button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: 0px; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 35px; height: 35px; text-align: center; font-size: 25px; margin: 0px; background-color: #000000; border-radius: 3px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.control-owl button:hover { opacity: 1; }
.control-owl button.owl-prev { left: 20px; background: var(--color-main); }
.control-owl button.owl-next { right: 20px; background: var(--color-main); }
.custom-form-row { margin-right: -10px; margin-left: -10px; }
.custom-form-row>.col, .custom-form-row>[class*="col-"] { padding-right: 10px; padding-left: 10px; }
.text-sm { font-size: 0.875rem !important; }

/* Lazyload *
img.lazy { opacity: 0; }
img:not(.initial) { -webkit-transition: opacity 1s; transition: opacity 1s; }
img.initial, img.loaded, img.error { opacity: 1; }
img:not([src]) { visibility: hidden; }

/* effect */
.effect { display: block; overflow: hidden; }
.effect img { transition: 0.7s; width: 100%; }
.effect:hover img { -webkit-transform: scale(1.2, 1.2); -moz-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
.effect-1 { position: relative; overflow: hidden; }
.effect-1::before { content: ""; background: rgba(255, 255, 255, .5); bottom: 0; left: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 2; }
.effect-1::after { content: ""; background: rgba(255, 255, 255, .5); top: 0; right: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 2; }
.effect-1:hover::before, .effect-1:hover::after { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transition-duration: 1.3s; -moz-transition-duration: 1.3s; -ms-transition-duration: 1.3s; -o-transition-duration: 1.3s; transition-duration: 1.3s; -khtml-opacity: 0; -o-opacity: 0; -ms-opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; height: 100%; width: 100%; pointer-events: none; }

/* Header */
.header { position: relative; width: 100%; z-index: 9; background: #F8FAE1 url("../images/bg-header.png") no-repeat top center; background-size: 100% 100%; min-height: 266px; padding: 30px 0 }
.header.fix { z-index: 99; -webkit-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%); -moz-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%); box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%); position: fixed; top: 0; left: 0; width: 100%; -webkit-animation: fadeInDown 1.3s ease backwards; -moz-animation: fadeInDown 1.3s ease backwards; -o-animation: fadeInDown 1.3s ease backwards; -ms-animation: fadeInDown 1.3s ease backwards; background: #8CC249 !important; padding: 10px 0; min-height: auto }
.header.fix .slogan-header{ display: none; }
.header.header-detail { background: #FFF url("../images/bg-header.png") no-repeat top center; background-size: 100% 100%;}
.slogan-header{ width: 100%; color: #fff; font-size: 36px; font-family: 'MTDCheeseSauce'; text-transform: capitalize;text-align: center; }
.logo-header { display: inline-block; position: relative; width: 118px;}
.logo-header img { height: 118px; transition: all 1s; }
.header.fix .logo-header img { height: 70px; transition: all 1s; }

.hotline { position: relative; text-align: center; background: #FFD047; border-radius: 16px;overflow: hidden; padding: 10px; min-width: 150px; min-height: 60px; align-content: center;}
.hotline span { color: #388140; font-size: 13px; display: block; text-transform: uppercase; font-family: 'PlusJakartaSansBold';}
.hotline p { margin: 0; position: relative; font-family: 'SVNMergeBold'; font-size: 20px; color: #388140;line-height: 30px;}




/* Menu */
.menu { width: calc(100% - 340px); z-index: 9; position: relative; }
.menu ul { padding: 0; margin: 0; list-style: none; text-align: center; display: table; width: 100%; }
.menu ul li { position: relative; z-index: 99; display: table-cell; vertical-align: middle; }
.menu ul li a { display: inline-block; position: relative; z-index: 1; color: #FFFFFF; text-align: center; font-size: 14px; text-decoration: none !important; line-height: 48px; cursor: pointer; text-transform: uppercase; font-family: "Nunito", sans-serif; }
.menu > ul > li > a { position: relative; display: inline-block; padding: 0 12px; border-radius: 0 0 24px 24px; background: transparent; }
.menu > ul > li > a::before { content: ""; position: absolute; inset: 0; padding: 1px; /* độ dày border */ border-radius: inherit; background: linear-gradient(180deg, transparent, #FFFFFF); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.menu ul li a.active, .menu ul li:hover > a { color: yellow; }
.menu ul li ul { position: absolute; min-width: 250px; background: #5B191A; box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1); -webkit-transform: perspective(600px) rotateX(-90deg); transform: perspective(600px) rotateX(-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; visibility: hidden; transition: all .5s; top: 100%; left: 0; display: block; z-index: 99; }
.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 .7s; }
.menu ul li ul li { width: 100%; line-height: unset; height: unset; background: none; display: block; }
.menu ul li ul li a { text-align: left; border-bottom: 1px solid rgb(122 62 63 / 63%); border-radius: 0 !important; margin-top: 0; font-size: 14px; line-height: 25px; color: #fff; padding: 5px 20px; display: block; transition: all 1s; }
.menu ul li ul li:last-child a { border-bottom: none }
.menu ul li ul li a:hover { padding-left: 30px; transition: all 1s; color: yellow }
.menu ul li ul li ul { top: 0px; left: 100%; }

/* Mmenu */
.menu-res { z-index: 100; background: var(--main-color); position: relative; display: none; }
.menu-bar-res { height: 50px; padding: 0px 15px; }

/* #menu { display: none; } */
#hamburger { display: none; width: 30px; height: 23px; position: relative; }
#hamburger:before, #hamburger:after, #hamburger span { background: var(--color-main); content: ""; display: block; width: 100%; height: 2px; position: absolute; left: 0px; }
#hamburger:before { top: 0px; }
#hamburger span { top: 10px; }
#hamburger:after { top: 20px; }
#hamburger:before, #hamburger:after, #hamburger span { -webkit-transition: none 0.5s ease 0.5s; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity; }
.menu-mobile-opened #hamburger:before, .menu-mobile-opened #hamburger:after { top: 10px; }
.menu-mobile-opened #hamburger span { left: -50px; opacity: 0; }
.menu-mobile-opened #hamburger:before { transform: rotate(45deg); }
.menu-mobile-opened #hamburger:after { transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }

/* Slideshow */
.slideshow { position: relative; z-index: 5; overflow: hidden; padding: 15px 0; background: #F8FAE1; margin-top: -1px;}
.slick-slideshow{ display: none; margin-left: -27px; margin-right: -27px; }
.slick-slideshow .col-12{ padding: 0 27px; }
.item-slideshow,.item-slideshow img{ border-radius: 40px; overflow: hidden; display: block }

/* Breadcrumb */
.breadCrumbs { background-color: #e6e6e6; }
.breadCrumbs .wrap-content { padding: 0.75rem 0; }
.breadCrumbs .wrap-content .breadcrumb { padding: 0; margin-bottom: 0; background-color: transparent; border-radius: 0; }
.breadCrumbs .wrap-content .breadcrumb-item a { color: #212529; }
.breadCrumbs .wrap-content .breadcrumb-item.active a { color: #6c757d; }

/* Product */
.row10 { margin-left: -10px; margin-right: -10px; }
.row10 > div { padding-left: 10px; padding-right: 10px; }
.row-product { margin-left: -14px; margin-right: -14px; }
.row-product > div { padding-left: 14px; padding-right: 14px; }
.col-product { margin-bottom: 25px; }
.item-product { text-align: center; position: relative; border-radius: 32px; padding: 15px; background: #fff }
.img-product a, .img-product a img { display: block; border-radius: 30px; overflow: hidden; }
.info-product { position: relative; padding: 20px 0 0; }
.info-product h3 { position: relative; margin: 0 0 15px; }
.info-product h3 a { color: #000000; font-size: 20px; font-family: 'PlusJakartaSansSemiBold'; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; text-transform: capitalize; }
.item-product:hover .info-product h3 a { color: var(--color-main) }
.price-product { display: inline-block; padding: 0 25px; border-radius: 40px; overflow: hidden; background: var(--color-main); overflow: hidden; line-height: 50px; color: #fff; font-family: "Inter", sans-serif; font-weight: 700; font-size: 30px; margin: 0 0 -40px }

/* Product Detail */
.grid-pro-detail { margin-bottom: 1rem; margin-top: -15px; }
.left-pro-detail { position: relative; text-align: center; width: 45%; }
.right-pro-detail { width: calc(55% - 20px); }
.left-pro-detail .MagicZoom { border: 1px solid #eee; padding: 7px; border-radius: 5px; background-color: #ffffff; }
.gallery-thumb-pro { position: relative; margin-top: 5px; }
.owl-pro-detail { padding: 0; }
.control-pro-detail button { background-color: transparent; color: #222222; opacity: 1; width: 25px; font-size: 23px; }
.control-pro-detail button:hover { opacity: 0.7; }
.control-pro-detail button  svg { stroke: #fff; }
.control-pro-detail button.owl-prev { left: 0px; }
.control-pro-detail button.owl-next { right: 0px; }
.thumb-pro-detail { display: block !important; border: 1px solid #eee; padding: 5px; border-radius: 3px; cursor: pointer; background-color: #ffffff; }
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color: #cecfd2; }
.thumb-pro-detail img { -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-filter: brightness(100%) !important; filter: brightness(100%) !important; border-bottom: 0px !important; padding-bottom: 0px !important; }
.title-pro-detail { text-transform: capitalize; font-size: 30px; display: block; font-family: 'SVNDays'; color: var(--color-main); }
.comment-pro-detail { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.social-plugin-pro-detail { margin-bottom: 1rem; margin-top: 0px !important; }
.desc-pro-detail { color: #000; }
.attr-pro-detail { list-style: none; padding: 0px; margin-bottom: 0; }
.attr-pro-detail li { margin-bottom: 0.5rem; font-size: 16px }
.attr-label-pro-detail { margin: 0px 5px 0px 0px; font-family: 'PlusJakartaSansSemiBold'; }
.attr-content-pro-detail { display: inline-block; margin-bottom: 0px; }
.brand-pro-detail a { color: #EE0000; font-weight: 700; }
.price-new-pro-detail { font-family: 'SVNDays'; font-size: 30px; color: var(--color-main); }
.price-old-pro-detail { font-weight: 400; color: var(--color-gray); text-decoration: line-through; padding-left: 10px; font-size: 18px; }
.tags-pro-detail a { float: left; font-size: 13px; padding-bottom: 0.375rem; margin: 0px 5px 5px 0px; }
.tags-pro-detail a i { font-size: 11px; margin: 5px 5px 0px 0px; }
.tabs-pro-detail { margin-top: 1rem; }
.tabs-pro-detail .nav-tabs .nav-link { font-size: 15px; color: #000; font-family: 'PlusJakartaSansSemiBold'; text-transform: capitalize; border: none; background: #cccccc96; }
.tabs-pro-detail .nav-tabs .nav-link:hover, .tabs-pro-detail .nav-tabs .nav-link.active, .tabs-pro-detail .nav-tabs .nav-item.show .nav-link { background: var(--color-main); color: #fff; border: none; }
#tabsProDetail { border: none }
#tabsProDetailContent { padding: 15px; background: #fff; border: 1px solid #ccc; }

/* News */
.pic-news { width: 210px; }
.pic-news img { width: 100%; }
.name-news { color: #000; font-size: 17px; line-height: 23px; font-weight: 600; }
.name-news.text-split { -webkit-line-clamp: 2; }
.name-news:hover { color: var(--main-color); }
.time-news { color: var(--color-gray); margin-bottom: 10px; }
.desc-news { color: #000; margin-top: 0; line-height: 25px; }
.news .news-name { margin-bottom: 0.5rem; }
.news .news-name a { color: #333; font-size: 16px; }
.news .news-name a.text-split { -webkit-line-clamp: 2; }
.news .news-name a:hover { color: #ec2d3f; }
.news .news-time { color: #84878a; margin-bottom: 0.25rem; }
.news .news-desc { color: #333333; margin-top: 5px; line-height: 22px; }
.othernews b { margin-bottom: 10px; font-size: 15px; }

/*News orther*/
.othernews { position: sticky; top: 60px; z-index: 11; }
.news-other { margin-bottom: 15px; }
.othernews b { margin-bottom: 10px; font-size: 15px; }
.pic-news-other { width: 40%; }
.info-news-other { width: 60%; padding-left: 10px; }
.name-news-other { color: #252525; font-size: 14px; line-height: normal; font-weight: 600; }
.name-news-other:hover { color: var(--main-color); }
.name-news-other.text-split { }

/* Contact */
.form-floating.form-floating-cus>input, .form-floating-cus>select { height: 45px; }
.form-floating.form-floating-cus>textarea { height: 100px; }
.form-floating.form-floating-cus>label { padding: 10px 10px; color: var(--color-gray); }
.contact-article { margin-bottom: 3rem; }
.contact-input { position: relative; margin-bottom: 10px; padding-left: 5px; padding-right: 5px; }

/*.contact-input input, .contact-input textarea { border-radius: 0; border-top: none; border-left: none; border-right: none; }*/
.contact-input input:focus, .contact-input textarea:focus { box-shadow: none; outline: none; }
.contact-input input { line-height: 25px; background: #fff }
.contact-input textarea { resize: none; height: 150px; background: #fff }
.contact-input .custom-file-label::after { content: attr(title); }
.contact-map { position: relative; }
.contact-map iframe { position: relative; width: 100% !important; height: 500px !important; display: block }

/*.contact-text {font-weight: bold; }*/

/* Footer */
.footer { position: relative; padding: 180px 0 60px; background: var(--color-main) }
.footer::before { position: absolute; content: ""; width: 100%; height: 154px; left: 0; top: 0; background: url("../images/af_ft.png") no-repeat; z-index: 1; background-size: 100% 100% }
.footer-news { position: relative; }
.footer-news:nth-child(1) { width: 100%; }
.dest-footer{ text-align: center; max-width: 550px; margin: 0 auto 30px; position: relative; color: #FFFFFF;font-family: 'MTDCheeseSauce'; font-size: 40px; text-transform: capitalize; }
.footer-news:nth-child(2) { width: 30%; }
.footer-news:nth-child(3) { width: 30%; }
.footer-news:nth-child(4) { width: 30%; padding-left: 5% }
.title-footer { display: inline-block; color: #fff; text-transform: uppercase; font-size: 48px; font-family: 'SVNMergeBold'; position: relative; }
.title-footer::before{ position: absolute; content: ""; width: 84px; height: 78px; background: url("../images/title-ft.png") no-repeat; top: -42px; right: -45px; z-index: 1}
.content-footer{ font-size: 16px; color: #FFFFFF }

.title-ft { font-family: 'PlusJakartaSansBold'; font-size: 18px; text-transform: uppercase; color: #fff; margin: 20px 0 25px; }
.fanpage { display: block; position: relative;}
.fanpage::before{ position: absolute; content: ""; width: 105px; height: 108px; background: url("../images/af_fanpage.png") no-repeat; bottom: calc(100% - 2px); right: 0 ; z-index: 1}
.fanpage p{ display: block; position: relative; border-radius: 20px; overflow: hidden;}
.fanpage img{ display: block; position: relative; border-radius: 20px; overflow: hidden; }
.fanpage span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); line-height: 33px; width: 125px; text-align: center; border-radius: 6px; overflow: hidden; display: inline-block; font-family: 'PlusJakartaSansSemiBold'; font-size: 12px; text-transform: uppercase; color: #fff; background: var(--color-main) }


/* box-maps-ft */
.box-maps-ft { width: 100%; position: relative; margin: 20px 0 0; }
.box-tabs-home { overflow: hidden; position: relative; }
.tab-maps { padding: 0; white-space: nowrap; overflow-x: overlay; display: block; width: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 9; text-align: center; }
.tab-maps::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }
.tab-maps::-webkit-scrollbar { height: 3px; background-color: #F5F5F5; }
.tab-maps::-webkit-scrollbar-thumb { background-color: var(--color-main); }
.tab-maps span { display: inline-block; border-radius: 0 0 16px 16px; margin: 0 4px; line-height: 42px; color: rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: 900; text-transform: uppercase; padding: 0 25px; cursor: pointer; background: #fff;font-family: "Nunito", sans-serif;}
.tab-maps span:hover, .tab-maps span.active { color: var(--color-main); background: #FFD047 }
.box_product_home { position: absolute; width: 100%; top: 0; left: 0 }
.content-tabs { opacity: 0; visibility: hidden; position: relative }
.content-tabs.active { opacity: 1; visibility: visible; position: relative }
.content-tabs.active .box_product_home { position: relative }
.maps-ft iframe { width: 100%; height: 415px !important; display: block; border-radius: 40px; overflow: hidden; }

/* copyright */
.copyright { padding: 20px 0; line-height: 24px; position: relative; font-size: 14px; color: #FFFFFF; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.2); width: 100%; margin-top: 50px}

/* social */
.social-footer { z-index: 1; position: relative; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px }
.social-footer span { display: block; width: 100%; color: #FFFFFF; text-transform: uppercase; font-family: 'PlusJakartaSansBold'; font-size: 18px; margin-bottom: 5px }
.social-footer a { transition: all 1s; display: flex; position: relative; }
.social-footer a:hover { transition: all 1s; transform: rotate(360deg); }

/* Like Share */
.social-plugin { margin-top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.social-plugin .at-share-btn { margin-bottom: 0px !important; }
.social-plugin .zalo-share-button { margin-left: 3px; }

/* Paging */
.pagination-home .pagination .page-item .page-link { color: #555555; font-size: 0.875rem; }
.pagination-home .pagination .page-item.active .page-link { color: #ffffff; background-color: #555555; border-color: #555555; }

/* Paging Ajax */
.pagination-ajax { text-align: center; }
.pagination-ajax a { display: inline-block; vertical-align: top; margin: 0px 3px 3px 3px; width: 35px; height: 35px; line-height: 33px; color: #666 !important; border: 1px solid #e6e6e6; font-size: 13px; cursor: pointer; text-decoration: none !important; background-color: #ffffff; }
.pagination-ajax a.current, .pagination-ajax a:hover { color: #ffffff !important; border-color: var(--color-main); background-color: var(--color-main); }
.pagination-ajax a.first, .pagination-ajax a.last, .pagination-ajax a.prev, .pagination-ajax a.next { text-indent: -9999px; position: relative; background-color: #ffffff !important; }
.pagination-ajax a.first:before, .pagination-ajax a.last:before, .pagination-ajax a.prev:before, .pagination-ajax a.next:before { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; background-color: transparent; background-repeat: no-repeat; background-position: center; }
.pagination-ajax a.first:before { background-image: url(../images/page-first.png); }
.pagination-ajax a.last:before { background-image: url(../images/page-last.png); }
.pagination-ajax a.prev:before { background-image: url(../images/page-prev.png); }
.pagination-ajax a.next:before { background-image: url(../images/page-next.png); }

/* Popup */
#popup .modal-body { padding: 0px; }

/* Hidden Google Captcha */
.grecaptcha-badge { display: none !important; width: 0px !important; height: 0px !important; visibility: hidden !important; overflow: hidden; }

/* Hidden Check Grammar Coccoc */
coccocgrammar { display: none; }

/* Scroll Top */
.scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 55px; right: 25px; display: none; z-index: 10; cursor: pointer; }

/* Text Hide */
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }

/* Transition All */
.transition, .control-owl button, .carousel-comment-media .carousel-control a span, .menu ul li a.has-child:after, .menu ul li ul, .menu ul li:hover>ul, .scale-img img, .scale-img:hover>img, .btn-frame .kenit-alo-circle-fill, .support-online .kenit-alo-circle-fill { -webkit-transition: 0.3s all; transition: 0.3s all; }

/* Scale IMG */
.scale-img { overflow: hidden; display: block; }
.scale-img img { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
.scale-img:hover>img { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

/* Blink */
.blink { -webkit-animation-name: blink; -webkit-animation-duration: 1s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -moz-animation-name: blink; -moz-animation-duration: 1s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; animation-name: blink; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }

/* Button Frame */
.btn-frame { display: block; width: 50px; height: 50px; position: fixed; right: 20px; z-index: 10; cursor: pointer; }
.btn-frame i { width: 50px; height: 50px; border-radius: 50%; background: var(--main-color); position: relative; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.btn-frame i img { vertical-align: middle; width: 70%; }
.btn-frame .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.btn-frame .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; border-radius: 100%; border: 2px solid rgba(7, 41, 103, 0.8); opacity: 0.1; border-color: var(--main-color); opacity: 0.5; }
.btn-frame .zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }
.btn-frame .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.btn-frame .kenit-alo-circle-fill { width: 70px; height: 70px; top: -10px; right: -10px; position: absolute; border-radius: 100%; border: 2px solid transparent; background-color: rgba(7, 41, 103, 0.35); opacity: 0.4; }
.btn-frame .pulse { -webkit-animation-name: pulse; animation-name: pulse; }

/* Zalo */
.btn-zalo { bottom: 300px; }

/* Phone */
.btn-phone { bottom: 210px; }

/* Messenger */
.js-facebook-messenger-top-header { background: #487dfc; color: #fff; height: 35px; display: flex; align-items: center; justify-content: center; text-align: center; border-radius: 5px 5px 0 0; }
.js-facebook-messenger-container.closed { display: none !important; }
.js-facebook-messenger-tooltip { bottom: 97px; right: 97px; color: #404040; background: #fff; }
.js-facebook-messenger-tooltip.closed { display: none !important; }
.js-facebook-messenger-box, .js-facebook-messenger-button { z-index: 999; }
.js-facebook-messenger-tooltip { z-index: 999; display: none; position: fixed; text-align: center; border-radius: 10px; overflow: hidden; font-size: 12px; line-height: 1; padding: 10px; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt; box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt; z-index: 1000000000000000019884624838656; }
.js-facebook-messenger-close-tooltip { width: 10px; height: 10px; display: inline-block; cursor: pointer; margin-left: 10px; }
.js-facebook-messenger-box { z-index: 999; }
.js-facebook-messenger-box.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; }
.js-facebook-messenger-box.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.js-facebook-messenger-button, .js-facebook-messenger-tooltip { z-index: 999; }
.js-facebook-messenger-box { display: block;    /* position: fixed; */ cursor: pointer;    /* bottom: 200px; */ right: 17px; width: 50px; height: 50px; text-align: center; background: #9A610E; border-radius: 100%; overflow: hidden; z-index: 99; -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3); }
.js-facebook-messenger-box.rotate svg#fb-msng-icon { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
.js-facebook-messenger-box svg#fb-msng-icon { width: 32px; height: 33px; position: absolute; top: 8px; left: 9px; opacity: 1; overflow: hidden; -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out; }
.js-facebook-messenger-box.rotate svg#close-icon { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.js-facebook-messenger-box svg#close-icon { opacity: 0; width: 19px; height: 20px; position: absolute; top: 14px; left: 16px; -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out; }
.js-facebook-messenger-container, .js-facebook-messenger-container-button { z-index: 1000; }
.js-facebook-messenger-container { width: 250px; position: fixed; opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); bottom: 200px; right: 90px; border-radius: 10px; pointer-events: none; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16); -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out; -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: transform 160ms ease-in-out, opacity 160ms ease-in-out; transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; }
.js-facebook-messenger-top-head { width: 220px; color: #ffffff; background: #9A610E; display: block; position: relative; width: 220px; background: #9A610E; color: #ffffff; text-align: center; line-height: 1; padding: 10px; font-size: 14px; border-top-left-radius: 10px; border-top-right-radius: 10px; }
.js-facebook-messenger-container iframe, .js-facebook-messenger-container-button iframe { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip { z-index: 999; }
.js-facebook-messenger-container, .js-facebook-messenger-container-button { z-index: 1000; }
.js-facebook-messenger-top-head { color: #ffffff; background: #9A610E; width: 220px; }
.js-facebook-messenger-tooltip { color: #404040; background: #fff; }
.js-facebook-messenger-container.open { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; pointer-events: all; }
.js-facebook-messenger-tooltip { bottom: 97px; right: 97px; }
.js-facebook-messenger-box.open svg#fb-msng-icon { opacity: 0; }
.js-facebook-messenger-box.rotate.open svg#close-icon { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
.js-facebook-messenger-box.open svg#close-icon { opacity: 1; }

/* Fixbar */
.fixbar { bottom: 0; display: block; background: #f0eff4; border-top: 1px solid #ddd; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; position: fixed; margin: 0; z-index: 500; -webkit-backface-visibility: hidden; backface-visibility: hidden; height: 50px; }
.fixbar ul { margin: 0px; padding: 0px; list-style: none; }
.fixbar ul li { margin: 0 auto 10px; text-align: center; width: 25%; float: left; }
.fixbar .icon-cart-mobile, .fixbar .icon-cart-new, .fixbar .icon-home-new, .fixbar .icon-hotdeal-new { width: 20px; height: 20px; display: block; margin: 8px auto 0; }
.fixbar .icon-cart-mobile { background: url(../images/cart-mobile.png) no-repeat; }
.cart-total-head-mobile { font-size: 10px; position: absolute; background: red; color: #fff !important; border-radius: 50%; height: 15px; width: 15px; line-height: 15px; top: 5px; margin-left: 5px; }
.fixbar ul li a { font-size: 11px; text-decoration: none; color: #333; }
.fixbar ul li a i { font-size: 20px; }

/* Plugbar */
.plugbar { position: fixed; bottom: 0; left: 0; border-top: 1px solid #eae6e6; width: 100%; right: 0; max-width: 767px; margin: 0 auto; background: #ffffff; padding: 9px 10px 10px 7px; z-index: 10; }
.plugbar ul { list-style: none; padding: 0; margin: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.plugbar ul li { width: 20%; float: left; }
.plugbar ul li a { display: block; color: #696969; font-size: 12px; text-align: center; position: relative; }
.plugbar ul li a i { font-size: 20px; color: #696969; }
.plugbar ul li a span { position: absolute; width: 50px; height: 50px; top: -40px; left: calc(50% - 50px / 2); font-size: 14px; display: block; border: 1px solid rgba(234, 230, 230, 0.5); border-radius: 100%; }

/* Combo Phone */
.support-online { position: fixed; z-index: 999; left: 10px; bottom: 0px; }
.support-online a { position: relative; margin: 20px 10px; text-align: left; width: 40px; height: 40px; }
.support-online i { width: 40px; height: 40px; background: #43a1f3; color: #ffffff; border-radius: 100%; font-size: 20px; text-align: center; line-height: 1.9; position: relative; z-index: 999; }
.support-online a { display: block; }
.support-online a span { border-radius: 2px; text-align: center; background: #67b634; padding: 9px; display: none; width: 180px; margin-left: 10px; position: absolute; color: #ffffff; z-index: 999; top: 0px; left: 40px; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; -webkit-animation: headAnimation 0.7s 1; animation: headAnimation 0.7s 1; }
.support-online a:hover span { display: block; }
.support-online a span:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent #67b634 transparent transparent; position: absolute; left: -10px; top: 10px; }
.support-online .kenit-alo-circle-fill { width: 60px; height: 60px; top: -10px; position: absolute; border-radius: 100%; border: 2px solid transparent; background-color: rgba(0, 175, 242, 0.5); opacity: 0.75; right: -10px; }
.support-online .kenit-alo-circle { width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; border-radius: 100%; border: 2px solid rgba(30, 30, 30, 0.4); opacity: 0.1; border-color: #0089b9; opacity: 0.5; }
.support-online .support-online .btn-support { cursor: pointer; }
.support-online .mes i { background: orange; }
.support-online .sms i { background: red; }
.support-online .call-now i { background: green; }

/* Phone Switch */
.widget-mobile { position: fixed; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: 10px; z-index: 9999999; }
#my-phone-circle { position: relative; width: 50px !important; height: 50px !important; }
.wcircle-open .wcircle-icon i:before { content: "\f00d"; }
.wcircle-icon { background: #1282fc; border-radius: 50%; position: relative !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.wcircle-icon:before { position: absolute; content: ""; width: 60px; height: 60px; background: rgba(18, 130, 252, 0.5); border: 1px solid #ffffff; border-radius: 50%; left: -5px; top: -5px; -webkit-animation: pulse 1s infinite ease-in-out; animation: pulse 1s infinite ease-in-out; }
.wcircle-icon:after { position: absolute; content: ""; width: 80px; height: 80px; background: rgba(18, 130, 252, 0.5); border-radius: 50%; left: -15px; top: -15px; -webkit-animation: zoomIn 2s infinite ease-in-out; animation: zoomIn 2s infinite ease-in-out; }
.wcircle-menu { position: absolute !important; left: 0; top: 0; display: none; }
.wcircle-menu-item { width: 50px; height: 50px; background: #1282fc; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.wcircle-menu-item img { width: 50px; height: 50px; display: block; border-radius: 50%; }
.wcircle-menu-item i { font-size: 25px; color: #ffffff; position: relative; z-index: 9999; }
.wcircle-icon i { font-size: 25px; color: #ffffff; position: relative; z-index: 9999; }
.shake-anim { -webkit-animation: shake-anim 1s infinite ease-in-out; animation: shake-anim 1s infinite ease-in-out; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.wrap-newsnb .wrap-content { position: relative; }

/* newshome*/
.newshome { position: relative; padding: 80px 0 }
.title-newshome { position: relative; margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; }
.title-newshome span { color: #388140; font-size: 48px; font-family: 'SVNMergeBold'; text-transform: uppercase; }
.title-newshome a { display: flex; align-items: center; justify-content: center; gap: 12px; line-height: 46px; color: var(--color-main); width: 170px; border: 1px solid var(--color-main); border-radius: 80px; font-family: "Be Vietnam Pro", sans-serif; font-weight: 600 }
.title-newshome a:hover { background: var(--color-main); color: #fff }
.title-newshome a:hover path { stroke: #fff }
.box-newshome { position: relative;  }
.slick-newshome { display: none; margin-left: -18px; margin-right: -18px;}
.slick-newshome .col-12 { padding: 0 18px; }
.slick-newshome .slick-dots { bottom: -60px;  }
.slick-newshome .slick-dots li { width: 14px; height: 14px; margin: 0 5px; padding: 0; transition: all 0.5s }
.slick-newshome .slick-dots li button { width: 14px; background: none; height: 14px; padding: 0; border-radius: 50%; transition: all 0.5s; border: 1px solid rgba(56, 129, 64, 0.24)}
.slick-newshome .slick-dots li button:before { display: none }
.slick-newshome .slick-dots li.slick-active, .slick-newshome .slick-dots li.slick-active button { width: 14px; opacity: 1; transition: all 0.5s; background: #FFD047; border-color: #FFD047; border-radius: 50%; }


/* item-news*/
.item-news { position: relative; display: flex; align-items: start; justify-content: space-between; flex-wrap: wrap; }
.img-news { width: 100%; position: relative; border-radius: 20px 20px 20px 0; overflow: hidden; }
.img-news a, .img-news a img { display: block; border-radius: 20px 20px 20px 0; overflow: hidden; }
.date-news { background: var(--color-main); width: 60px; height: 110px; text-align: center; padding: 20px 0 0; }
.date-news p { font-family: 'PlusJakartaSansSemiBold'; margin: 0; font-size: 28px; color: #FFFFFF; line-height: 27px; margin: 0 0 3px }
.date-news span { line-height: 18px; font-size: 12px; color: #FFFFFF; font-family: "Nunito", sans-serif;}
.info-news { position: relative; width: calc(100% - 60px);  padding: 15px 15px 0 20px }
.info-news h3 { margin: 0 0 5px; position: relative; }
.info-news h3 a { color: #000000; font-size: 18px; font-family: "Nunito", sans-serif; font-weight: 700; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; text-transform: capitalize; height: 2.8em }
.item-news:hover .info-news h3 a { color: var(--color-main); }
.info-news span { color: #333333; font-size: 14px; font-family: "Nunito", sans-serif; line-height: 20px; height: 60px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; }

/* albumhome */
.albumhome { position: relative; padding: 80px 0; background: #F8FAE1 url("../images/af-album.png") no-repeat left bottom }
.albumhome::before { position: absolute; content: ""; width: 600px; height: 827px; right: 0; top: -340px; background: url("../images/bf-album.png") no-repeat; z-index: 0 }
.box-albumhome { min-height: 810px; position: relative; display: flex; align-items: start; justify-content: start; flex-wrap: wrap; }
.box-albumhome span:nth-child(1) { position: absolute; top: 45%; left: 50%; transform: translate(-50% , -50%); }
.item-albumhome { display: inline-block; cursor: pointer; border-radius: 20px; overflow: hidden; border: 8px solid #fff; box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15); }
.item-albumhome:nth-child(2) { width: 330px; height: 310px; margin: 170px 0 0 30px; z-index: 8 }
.item-albumhome:nth-child(3) { width: 410px; height: 230px; margin-left: -100px ; z-index: 7}
.item-albumhome:nth-child(4) { width: 505px; height: 220px; margin: 50px 0 0 -90px ; z-index: 6}
.item-albumhome:nth-child(5) { width: 320px; height: 315px; margin: -75px 0 0 125px; z-index: 9}
.item-albumhome:nth-child(6) { width: 380px; height: 250px; margin: 65px 0 0 -45px; z-index: 2 }
.item-albumhome:nth-child(7) { width: 330px; height: 235px; margin: 0 0 0 -45px; z-index: 1 }
.item-albumhome:nth-child(8) { width: 300px; height: 345px; margin: -300px 0 0 -150px; z-index: 2 }

/* feedback */
.feedback{ padding: 50px 0 20px; position: relative; background: #F8FAE1}
.box-feedback { background: #388140; border-radius: 60px; overflow: hidden; padding: 60px 60px 120px; }
.title-feedback{ text-align: center; margin: 0 0 45px; position: relative; color: #fff; font-size: 48px; font-family: 'SVNMergeBold'; text-transform: uppercase; }
.slick-feedback { display: none; margin-left: -15px; margin-right: -15px}
.slick-feedback::before { position: absolute; content: ""; width: 106px;height: 99px; background: url("../images/af-feedback.png") no-repeat center; left: 172px; bottom: calc(100% - 18px); z-index: 2 }
.slick-feedback .col-12 { padding: 0 10px; }
.item-feedback { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; background: #fff; border-radius: 40px;overflow: hidden; padding: 20px; gap: 12px;}
.img-feedback { width: 75px; border-radius: 50%; overflow: hidden; }
.img-feedback span, .img-feedback span img { display: block; border-radius: 50%; overflow: hidden; }
.info-feedback { width: calc(100% - 87px); position: relative; }
.info-feedback h3 { color: #388140; font-family: "Nunito", sans-serif; font-weight: 700; font-size: 20px; margin-bottom: 0; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; }
.info-feedback span { font-family: "Nunito", sans-serif; color: rgba(56, 129, 64, 0.5); font-size: 14px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; }
.desc-feedback { color: #388140; font-family: "Nunito", sans-serif; font-size: 16px; line-height: 25px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; height: 50px; width: 100% }
.date-feedback { width: 100%; text-align: right; position: relative; color: rgba(56, 129, 64, 0.5); font-size: 14px; font-family: "Nunito", sans-serif; }
.slick-feedback .slick-dots { bottom: -60px; }
.slick-feedback .slick-dots li { width: 14px; height: 14px; margin: 0 5px; padding: 0; transition: all 0.5s }
.slick-feedback .slick-dots li button { width: 14px; background: none; height: 14px; padding: 0; border-radius: 50%; transition: all 0.5s; border: 1px solid rgba(255, 255, 255, 0.24) }
.slick-feedback .slick-dots li button:before { display: none }
.slick-feedback .slick-dots li.slick-active, .slick-feedback .slick-dots li.slick-active button { width: 14px; opacity: 1; transition: all 0.5s; background: #FFD047; border-color: #FFD047; border-radius: 50%; }

/* newsletter */
.newsletter { padding: 50px 0; position: relative;background: #F8FAE1 }
.box-newsletter { background: #8CC249 url("../images/bg-newsletter.png") no-repeat top left 150px; border-radius: 50px; overflow: hidden; padding: 70px 60px; display: flex; align-items: start; justify-content: space-between; }
.box-newsletter::before { position: absolute; content: ""; width: 221px; height: 234px; left: 240px; bottom: 0; background: url("../images/title-newsletter.png") no-repeat; z-index: 0; animation: floatBee 3s ease-in-out infinite; }
@keyframes floatBee {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
.title-newsletter { width: calc(40% - 15px); color: #FFFFFF; font-family: 'SVNMergeBold'; font-size: 48px; line-height: 53px }
.contact-form-home { width: calc(60% - 15px) }
.contact-form-home { display: flex; align-items: start; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.contact-form-home > input { border-radius: 16px; border: none; background: rgba(255, 255, 255, 0.24); color: #fff; font-size: 16px; font-family: "Nunito", sans-serif; line-height: 52px; outline: none; --tw-ring-inset: unset; --tw-ring-offset-width: 0; --tw-ring-offset-color: #FFFFFF; --tw-ring-color: #FFFFFF; width: calc(50% - 6px); overflow: hidden; padding: 0 15px; }
.contact-form-home > input::-webkit-input-placeholder { color: #fff; }
.contact-form-home > input:-moz-placeholder { color: #fff; }
.contact-form-home > input::-moz-placeholder { color: #fff; }
.contact-form-home > input:-ms-input-placeholder { color: #fff; }
.contact-form-home textarea { border-radius: 16px; border: none; background: rgba(255, 255, 255, 0.24); color: #fff; font-size: 16px; font-family: "Nunito", sans-serif; height: 160px; outline: none; --tw-ring-inset: unset; --tw-ring-offset-width: 0; --tw-ring-offset-color: #FFFFFF; --tw-ring-color: #FFFFFF; width: 100%; overflow: hidden; padding: 10px 15px; margin-bottom: 10px }
.contact-form-home textarea::-webkit-input-placeholder { color: #fff; }
.contact-form-home textarea:-moz-placeholder { color: #fff; }
.contact-form-home textarea::-moz-placeholder { color: #fff; }
.contact-form-home textarea:-ms-input-placeholder { color: #fff; }
.btn-contact-home p { margin: 0; font-family: "Nunito", sans-serif; font-size: 16px; color: #fff }
.btn-contact-home input { border-radius: 52px; border: none; background: #FFFFFF; color: var(--color-main); text-transform: uppercase; font-family: "Nunito", sans-serif; font-size: 18px; font-weight: 800; line-height: 52px; outline: none; --tw-ring-inset: unset; --tw-ring-offset-width: 0; --tw-ring-offset-color: #FFFFFF; --tw-ring-color: #FFFFFF; width: 190px; overflow: hidden; cursor: pointer; }
.btn-contact-home input:hover { color: #FFF; background: #388140; }

/* aboutcourse */
.aboutcourse{ padding: 10px 0 50px;position: relative;background: #8CC249 }
.aboutcourse::before{ position: absolute; content: ""; width: 100%; height: 250px; left: 0; bottom: 0;background: #F8FAE1;  }
.box-aboutcourse{ background: #FFFFFF; border-radius: 50px; overflow: hidden; display: flex; align-items: center;justify-content: space-between;}
.img-aboutcourse { width: calc(55% - 30px); }
.img-aboutcourse a, .img-aboutcourse a img { display: block; position: relative; border-radius: 40px; overflow: hidden; }
.info-aboutcourse { width: calc(45% - 30px); padding: 50px 60px 50px 0; }
.title-aboutcourse { color: #388140; font-size: 30px; font-family: 'SVNMergeBold'; margin-bottom: 15px; text-transform: uppercase; line-height: 36px }
.desc-aboutcourse { color: #388140; font-family: "Nunito", sans-serif; font-size: 16px; margin-bottom: 20px; }
.more-aboutcourse { font-family: "Be Vietnam Pro", sans-serif; font-weight: 600; display: flex; align-items: center; justify-content: center; font-size: 18px; width: 325px; line-height: 56px; gap: 12px; position: relative; cursor: pointer; overflow: hidden; transition: color 0.5s; z-index: 1; border-radius: 500px; color: #388140; background: var(--color-hover); }
.more-aboutcourse:before { content: ""; position: absolute; z-index: -1; background: #388140; height: 200px; width: 500px; border-radius: 50%; }
.more-aboutcourse:hover { color: #fff; }
.more-aboutcourse:hover path { stroke: #fff; }
.more-aboutcourse:before { bottom: 100%; right: 100%; transition: all 0.7s; }
.more-aboutcourse:hover:before { bottom: -50px; right: -50px; }
.more-aboutcourse:active:before { background: #388140; transition: background 0s; }

/* shortcourses */
.shortcourses{ padding: 230px 0 80px; background: #8CC249 url("../images/af-shortcourses.png") no-repeat right bottom; position: relative;z-index: 1}
.shortcourses::before { position: absolute; content: ""; width: 439px; height: 974px; left: 0; top: 90px; background: url("../images/bf-shortcourses.png") no-repeat; z-index: 0}
.shortcourses::after { position: absolute; content: ""; width: 100%; height: 177px; left: 0; top: 0; background: url("../images/shortcourses.png") no-repeat; z-index: 0; background-size: 100% 100% }
.title-home { text-align: center; position: relative; line-height: 60px; color: #fff; text-transform: uppercase; font-family: 'SVNMergeBold'; font-size: 48px; margin: 0 0 40px }
.slick-shortcourses { display: none; margin-left: -12px; margin-right: -12px; }
.slick-shortcourses .col-12 { padding: 0 12px; }
.slick-shortcourses .slick-dots { bottom: -60px; }
.slick-shortcourses .slick-dots li { width: 14px; height: 14px; margin: 0 5px; padding: 0; transition: all 0.5s }
.slick-shortcourses .slick-dots li button { width: 14px; background: none; height: 14px; padding: 0; border-radius: 50%; transition: all 0.5s; border: 1px solid rgba(255, 255, 255, 0.24) }
.slick-shortcourses .slick-dots li button:before { display: none }
.slick-shortcourses .slick-dots li.slick-active, .slick-shortcourses .slick-dots li.slick-active button { width: 14px; opacity: 1; transition: all 0.5s; background: #FFD047; border-color: #FFD047; border-radius: 50%; }
.item-shortcourses { background: #FFFFFF; border-radius: 280px 280px 50px 50px; overflow: hidden; padding: 24px; }
.news-grid .item-shortcourses{ box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
.img-shortcourses { position: relative; margin: 0 0 25px; }
.img-shortcourses, .img-shortcourses a, .img-shortcourses a img { border-radius: 50%; overflow: hidden; display: block; }
.img-shortcourses span { position: absolute; left: 50%; max-width: 90%; top: 18px; transform: translateX(-50%); line-height: 42px; padding: 0 20px; border-radius: 14px; overflow: hidden; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; font-size: 20px; font-family: 'SVNMergeBold'; color: #fff }
.item-shortcourses.color-8CC249 .img-shortcourses span { background: #8CC249 }
.item-shortcourses.color-D68F00 .img-shortcourses span { background: #D68F00 }
.item-shortcourses.color-954CD1 .img-shortcourses span { background: #954CD1 }
.item-shortcourses.color-A4421D .img-shortcourses span { background: #A4421D }
.info-shortcourses { position: relative; }
.info-shortcourses h3 { text-align: center; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 5px; margin-bottom: 15px;position: relative; }
.info-shortcourses h3 a { font-size: 24px; font-family: 'SVNMergeBold'; line-height: 1.6; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; text-transform: uppercase; }
.item-shortcourses.color-8CC249 .info-shortcourses h3 a { color: #8CC249 }
.item-shortcourses.color-D68F00 .info-shortcourses h3 a { color: #D68F00 }
.item-shortcourses.color-954CD1 .info-shortcourses h3 a { color: #954CD1 }
.item-shortcourses.color-A4421D .info-shortcourses h3 a { color: #A4421D }
.item-shortcourses:hover .info-shortcourses h3 a { color: red; }
.desc-shortcourses { height: 150px; overflow: overlay; color: #388140; font-family: "Nunito", sans-serif;font-size: 16px }
.desc-shortcourses::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }
.desc-shortcourses::-webkit-scrollbar { width: 4px; background-color: var(--color-main); }
.desc-shortcourses::-webkit-scrollbar-thumb { background-color: #388140; }
.more-shortcourses { width: 190px; line-height: 46px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid #8BC249; border-radius: 500px; color: #8BC249; font-family: "Be Vietnam Pro", sans-serif; font-size: 16px; font-weight: 600; margin: 20px auto 0 }
.more-shortcourses:hover { background: #8BC249; color: #fff; }
.more-shortcourses:hover path { stroke: #fff; }

/* longtermcourses */
.longtermcourses { position: relative; padding: 40px 0 20px; background: #F8FAE1; z-index: 0 }
.longtermcourses::before { position: absolute; content: ""; width: 505px; height: 2038px; left: 0; top: 0; background: url("../images/left-courses.png") no-repeat; z-index: 1 }
.longtermcourses::after { position: absolute; content: ""; width: 339px; height: 1808px; right: 0; top: -50px; background: url("../images/right-courses.png") no-repeat; z-index: 1 }
.longtermcourses .title-main { margin-bottom: 60px }
.box-longtermcourses { position: relative; }
.box-longtermcourses::before { position: absolute; content: ""; width: 221px; height: 261px; left: 116px; bottom: calc(100% - 27px); background: url("../images/bf-courses.png") no-repeat; z-index: 1 }
.box-longtermcourses::after { position: absolute; content: ""; width: 221px; height: 261px; right: -120px; bottom: -135px; background: url("../images/af-courses.png") no-repeat; z-index: 1 }
.col-longterm { margin: 0 0 36px; }
.item-longterm { position: relative; display: flex; align-items: center; justify-content: space-between; background: #FFFFFF; border-radius: 60px; padding: 30px; overflow: hidden; }
.news-grid .item-longterm{ box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
.col-longterm:nth-child(2n + 1) .item-longterm { flex-direction: row-reverse; }
.img-longterm { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 16px; width: 500px }
.img-longterm a, .img-longterm a img { position: relative; display: block; border-radius: 30px; overflow: hidden; }
.img-longterm a:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
.img-longterm a:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.img-longterm a:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
.info-longterm { width: calc(100% - 550px); position: relative; }
.info-longterm span { position: relative; line-height: 22px; padding: 10px 20px; border-radius: 14px; display: inline-block; font-size: 20px; font-family: 'SVNMergeBold'; color: #8CC249; margin-bottom: 5px }
.item-longterm.color-8CC249 .info-longterm span { color: #8CC249; background: rgba(139, 194, 73, 0.2) }
.item-longterm.color-D68F00 .info-longterm span { color: #D68F00; background: rgba(214, 143, 0, 0.2) }
.item-longterm.color-954CD1 .info-longterm span { color: #954CD1; background: rgba(149, 76, 209, 0.2) }
.item-longterm.color-A4421D .info-longterm span { color: #A4421D; background: rgba(164, 66, 29, 0.2) }
.info-longterm h3 { position: relative; margin-bottom: 5px }
.info-longterm h3 a { font-size: 56px; font-family: 'SVNMergeBold'; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; text-transform: uppercase; }
.item-longterm.color-8CC249 .info-longterm h3 a { color: #8CC249 }
.item-longterm.color-D68F00 .info-longterm h3 a { color: #D68F00 }
.item-longterm.color-954CD1 .info-longterm h3 a { color: #954CD1 }
.item-longterm.color-A4421D .info-longterm h3 a { color: #A4421D }
.item-longterm:hover .info-longterm h3 a { color: red; }
.desc-longterm { height: 150px; overflow: overlay; color: #388140; font-family: "Nunito", sans-serif; font-size: 16px }
.desc-longterm::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }
.desc-longterm::-webkit-scrollbar { width: 4px; background-color: var(--color-main); }
.desc-longterm::-webkit-scrollbar-thumb { background-color: #388140; }
.more-longterm { width: 190px; line-height: 46px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid #8BC249; border-radius: 500px; color: #8BC249; font-family: "Be Vietnam Pro", sans-serif; font-size: 16px; font-weight: 600; margin: 20px 0 0; }
.more-longterm:hover { background: #8BC249; color: #fff; }
.more-longterm:hover path { stroke: #fff; }

/* about index */
.abouthome { padding: 80px 0 40px; position: relative; display: block; background: #F8FAE1}
.desc-about{ color: #388140; font-size: 40px;font-family: 'MTDCheeseSauce'; text-transform: capitalize; line-height: 52px }

/* criteria */
.criteria { display: flex; align-items: start; justify-content: space-between; }
.item-criteria:nth-child(1) { background: url("../images/criteria1.png") no-repeat center; width: 330px; height: 276px; display: flex; align-items: center; justify-content: center; padding-top: 70px; position: relative; }
.item-criteria:nth-child(1) span { max-width: 200px }
.item-criteria:nth-child(2) { background: url("../images/criteria2.png") no-repeat center; width: 340px; height: 306px; display: flex; align-items: center; justify-content: center; padding-top: 90px; margin-top: 40px; position: relative; }
.item-criteria:nth-child(2) span { max-width: 230px }
.item-criteria:nth-child(3) { background: url("../images/criteria3.png") no-repeat center; width: 340px; height: 300px; display: flex; align-items: center; justify-content: center; padding-top: 90px; position: relative; }
.item-criteria:nth-child(3) span { max-width: 250px }
.item-criteria:nth-child(3)::before { position: absolute; content: ""; width: 130px; height: 121px; background: url("../images/bf-criteria.png") no-repeat; bottom: calc(100% - 28px); right: -25px }
.item-criteria span { overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; color: #fff; text-align: center; font-family: 'SVNMergeBold'; font-size: 24px; line-height: 31px }














/*  */
.modal-body .toolbar { display: block; position: relative; }
.toolbar { 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.is-active .list-phone { display: block; -webkit-animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards; animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards; }
.toolbar .list-phone { position: absolute; bottom: 100%; left: 30px; opacity: 0; transform: scale(0); transform-origin: 50% 100%; display: none; }
.toolbar .list-phone a { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; background: #fff; max-width: 250px; padding: 10px 12px; margin: 10px 0; border-radius: 50px; padding-right: 30px; }
.toolbar .list-phone svg { max-width: 25px; max-height: 25px; }
.toolbar .list-phone svg path{ fill: var(--color-main) }
.toolbar .list-phone span { display: block; width: calc(100% - 35px); color: var(--color-main); font-family: 'SVNDays';white-space: nowrap; font-size: 18px}
.toolbar .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 .2s ease-in-out; }
.toolbar .phone a { color: #333; display: block; position: relative; }
.toolbar .phone a:before, .toolbar .phone a:after { position: absolute; content: ''; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(135deg); width: 30px; height: 3px; border-radius: 2rem; background-color: var(--main-color); opacity: 0; transition: opacity .2s ease-in-out; }
.toolbar .phone a:after { transform: translate(-50%, -50%) rotate(45deg); }
.toolbar .phone svg { max-width: 27px; max-height: 27px; display: block; position: relative; fill: var(--main-color); }
.toolbar.is-active .phone { transform: rotate(-180deg); }
.toolbar.is-active .phone svg { opacity: 0; }
.toolbar.is-active .phone a:before, .toolbar.is-active .phone a:after { opacity: 1; }
.toolbar 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: var(--main-color); padding: 10px 0; padding-left: 100px; border-radius: 10px 10px 0px 0px; }
.toolbar ul li { text-align: center; width: 25%; line-height: 1; }
.toolbar ul li a { display: block; width: 100%; font-size: 27px; color: #ffff; }
.toolbar ul li .icon { position: relative; margin: 0 auto; text-align: center; }
.toolbar ul li a span { display: none; font-weight: 400; font-size: 11px; margin-top: 5px; color: #333; text-transform: capitalize; }
.toolbar ul li a img, .toolbar ul li svg { max-height: 30px; fill: #fff; width: 100%; }
.toolbar .phone svg { animation: tada 1.2s infinite; fill: var(--main-color); }
.tada { animation: tada 1.2s infinite; }
.lang-toolbar { display: flex; justify-content: center; align-items: center; }
.toolbar ul li.lang-toolbar a { display: inline-block; width: unset; margin: 0px 2px; font-size: unset; }
.toolbar ul li.lang-toolbar a img { height: 10% !important; }
.ex6 path { fill: transparent; stroke: #fff; 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: #fff; stroke-dashoffset: 0; }
}
@keyframes dash {
    to { fill: #fff; stroke-dashoffset: 0; }
}
@keyframes tada {
    0% { transform: scaleX(1) }
    10%, 20% { transform: scale3d(.9, .9, .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); }
}
@media(max-width:1001px) {
    .toolbar { display: block; }
    .scrollToTop, #messages-facebook { display: none !important; }
    .copyright { padding-bottom: 80px; }
}