.posion-unset { position: unset !important; } 
.flex_menu { position: relative; z-index: 999; } 
.menu ul li ul { width: 100%; margin: auto; left: 0; right: 0; z-index: 99; } 
.menu-tab li:hover { background: #ededed; } 
.menu-tab { padding: 0 !important; border-top: 3px solid var(--color-main); } 
.tab__product { display: grid; gap: 20px; grid-template-columns: repeat(8, minmax(0, 1fr)); margin-bottom: 1.5rem; } 


.notify__text { font-family: var(--font-bold); font-size: 13px; text-transform: uppercase; margin-top: 0; } 
.notify__text .icon { margin-right: 10px; -webkit-animation: tada1 1.2s infinite; -moz-animation: tada1 1.2s infinite; -o-animation: tada1 1.2s infinite; animation: tada1 1.2s infinite; } 
.link__redirect { margin-left: 20px; } 
.link__redirect a { font-family: var(--font-regular); font-size: 13px; margin-left: 10px; color: var(--color-white); } 
.hotline__menu { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } 
.hotline__menu p { font-family: var(--font-regular); font-size: 13px; color: var(--color-title); text-transform: uppercase; margin: 0 5px; } 
.hotline__menu span { font-family: var(--font-custom-v2); font-size: 16px; color: var(--color-main); } 

.col__logo { width: 335px; } 
.col__menu { width: -webkit-calc(100% - 360px); width: -moz-calc(100% - 360px); width: calc(100% - 360px); } 
.watched { width: -webkit-calc(100% - 740px); width: -moz-calc(100% - 740px); width: calc(100% - 740px); height: 45px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; border: 1px solid var(--color-main); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; font-family: var(--font-regular); font-size: 14px; color: var(--color-title); } 
.watched:hover { background: var(--color-main); color: #fff; } 
.watched:hover .icon { -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%); filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%); } 
.watched .icon { margin-right: 10px; } 

.line-text { margin-right: 5px; } 

.social__redicrect img{width: 35px;}

.control-tiktok button.owl-prev, .control-cat button.owl-prev { left: -55px; background: #000; } 
.control-tiktok button.owl-next, .control-cat button.owl-next { right: -55px; background: #000; } 


.box__cat__mmenu .image { width: 55px; } 
.box__cat__mmenu a { width: -webkit-calc(100% - 55px); width: -moz-calc(100% - 55px); width: calc(100% - 55px); } 
.hotline__menu img { width: 26px; height: 22px; } 

/* PRODUCT */
.section__product, .wrap__combo { background: #f5f5f5; } 
.wrap__product { margin-bottom: 20px; } 
.wrap__product:last-child { margin-bottom: 0; } 
.watch__all { text-align: right; font-family: var(--font-bold); font-size: 15px; font-size: 15px; color: var(--color-main); text-transform: uppercase; } 
.watch__all:hover{color: var(--color-main);}
.image__cat { width: 140px; height: 140px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; background:#e9e9e9 no-repeat; -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; background-size: 100% 100%; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; } 
.name__cat { text-align: center; margin-top: 5px; } 
.name__cat a { font-family: var(--font-custom); font-size: 14px; text-transform: uppercase; -webkit-line-clamp: 2; color: var(--color-title); } 
.btn-add { width: 100%; height: 35px; line-height: 35px; display: block; border: 1px solid #ed6304; color: #ed6304 !important; background: #fff; font-family: var(--font-bold); font-size: 14px; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } 
.btn-add:hover { background: #ed6304; color: var(--color-white) !important; } 
.mt-15 { margin-top: 15px; } 

.section__item { margin-bottom: 1rem; } 
.grid-product-v2 { display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 1rem; } 
.flex-item { margin-bottom: 15px; } 
.title-item { font-family: var(--font-bold); font-size: 20px; color: #000; margin-right: 20px; } 
.flex-item .line { border-bottom: 1px solid #333; border-top: 1px solid #333; height: 3px; width: 100%; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; } 
.redicrect-item { text-align: right; } 
.redicrect-item a { font-family: var(--font-bold); font-size: 15px; color: #fd0000; text-transform: uppercase; } 
.redicrect-item a:hover { color: var(--color-main); } 
.section__item__category li a.active { color: #fd0000; } 

/* BANNER */
.wrap__banner { background: #f5f5f5; } 
.section__banner { display: grid; gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); } 
.image__banner img { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } 

/* SHOWROOM */
.wrap__showroom { background: -webkit-gradient(linear, left top, left bottom, from(rgba(245,245,245,1)), to(rgba(255,255,255,1))); background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%); background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%); background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%); background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%); } 
.name__showroom { font-family: var(--font-custom-v2); font-size: 18px; color: #000; text-transform: uppercase; } 
.address__showroom { font-family: var(--font-regular); font-size: 14px; color: #000; margin-bottom: 10px; } 
.owl-gallery { margin-top: 5px; } 
.image__showroom img { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } 
.image__gallery__showroom img { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } 

/* FORM */
.wrap__form { background: var(--color-main); -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; background-size: 100% 100%; } 
.title__form { text-align: center; font-family: var(--font-bold); text-transform: uppercase; color: var(--color-title); } 
.validation__newsletter ::-webkit-input-placeholder { color: #000 !important; font-family: var(--font-regular); font-size: 14px; } 
.validation__newsletter :-moz-placeholder { color: #000 !important; font-family: var(--font-regular); font-size: 14px; } 
.validation__newsletter ::-moz-placeholder { color: #000 !important; font-family: var(--font-regular); font-size: 14px; } 
.validation__newsletter :-ms-input-placeholder { color: #000 !important; font-family: var(--font-regular); font-size: 14px; } 
.validation__newsletter ::-ms-input-placeholder { color: #000 !important; font-family: var(--font-regular); font-size: 14px; } 
.validation__newsletter ::placeholder { color: #000 !important; font-family: var(--font-regular); font-size: 14px; } 
.newsletter__input { position: relative; padding: 0 5px !important; } 
.newsletter__input input { padding: 0.35rem 15px; height: 45px; font-size: 14px; color: #333; background: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 1px solid #000; } 
.col__input { margin-bottom: 10px; } 
.col__content { padding: 0 5px !important; } 
.col__content textarea { padding: 0.35rem 15px; height: 90px; background: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 1px solid #000; } 
.newsletter__button { background: #fff; border: none !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; margin: 20px auto 0 auto; width: 150px; height: 50px; line-height: 50px; } 
.newsletter__button input[type="submit"] { color: var(--color-main) !important; font-family: var(--font-regular); font-size: 15px; background: none; border: none; border-color: unset; } 
.newsletter__button:hover { background: var(--color-main); } 
.newsletter__button:hover input[type="submit"] { color: #fff !important; } 
.col__submit { padding: 0 5px !important; margin: auto; text-align: center; } 

/* FOOTER */
.footer__article { background: var(--color-main); border-top: 1px solid #ededed; } 
.footer__article .wrap-content { padding: 35px 15px; } 
.footer__name { text-transform: uppercase; font-size: 18px; margin-bottom: 1rem; } 
.footer__title { text-transform: uppercase; font-size: 14px; margin-bottom: 1rem; font-family: var(--font-custom-v2); color: var(--color-white); line-height: 1.5; } 
.footer__ul { list-style: none; padding: 0px; margin: 0px; } 
.footer__ul li { margin-bottom: 10px; } 
.footer__ul li:last-child { margin-bottom: 0px; } 
.footer__ul li a { color: var(--color-white); font-family: var(--font-regular); font-size: 14px; } 
.footer__ul li a:hover { text-decoration: underline; } 
.footer__powered { color: #000; background-color: #ededed; } 
.footer__powered .wrap-content { padding-top: 15px; padding-bottom: 15px; font-family: var(--font-regular); font-size: 14px; } 
.footer__statistic { text-align: right; } 
.footer__statistic span { padding-right: 10px; } 
.footer__statistic span:last-child { padding-right: 0px; } 
.line__bottom { position: relative; padding-bottom: 10px; } 
.line__bottom::after { position: absolute; border-bottom: 2px solid #fff; content: ""; left: 0; bottom: 0; width: 35px; } 
.social__footer li { width: 40px; height: 40px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } 
.social__redicrect { margin-top: 20px; } 

/* PRODUCT DETAIL */

.items__category { margin-bottom: 15px; } 
.title__category { border-bottom: 1px solid #f5f5f5; } 
.title__category span { border-bottom: 1px solid #f5f5f5; display: inline-block; background: var(--color-main); padding: 0 10px; font-family: var(--font-custom); font-size: 18px; text-transform: uppercase; color: #fff; } 
.redicrect__category { padding: 20px 10px; margin-top: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: #cccccc7a; } 
.redicrect__category a { display: block; font-family: var(--font-bold); font-size: 20px; color: var(--color-title); text-transform: capitalize; } 
.redicrect__category label { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; height: 35px; } 
.redicrect__cat { font-size: 16px !important; color: #333 !important; padding-left: 10px; } 


.quantity-detail .quantity-pro-detail span { border: none; } 
.quantity-detail .quantity-pro-detail input { font-family: var(--font-bold); border: none; } 
.price__detail .price-old-pro-detail { color: #000; padding-left: 0; font-family: var(--font-regular); } 
.price__detail .price-new-pro-detail { font-family: var(--font-bold); color: var(--color-hover); font-size: 23px; padding-left: 10px; } 
.name__color { font-family: var(--font-regular); font-size: 15px; text-transform: capitalize; padding-left: 10px; } 
.items__color { background: #f1f1f1; padding: 5px 10px; border: 1px solid #ccc; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 10px; } 
.items__color .color-pro-detail { margin-left: 20px; } 



.promotions-pro-detail { border: 1px solid #eee; padding: 20px 10px; margin-top: 15px; } 

.tab-content { max-width: 850px; margin: auto; } 
.tab-content>.active { background: #fff; padding: 20px; } 
.tabs-pro-detail { background: #f2f2f2; } 



/* CSS CUSTOM */
.box_category_list::-webkit-scrollbar { width: 3px; } 
.box_category_list::-webkit-scrollbar-track { background: #ccc; } 
.box_category_list::-webkit-scrollbar-thumb { background: var(--color-main); } 
.box_category_list::-webkit-scrollbar-thumb:hover { background: var(--color-hover); } 
.product .i_left { position: absolute; height: 0; -webkit-border-radius: 0 50px; -moz-border-radius: 0 50px; border-radius: 0 50px; width: 2px; left: 0; top: 0; background: -webkit-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left bottom, left top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: -moz-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet); background: linear-gradient(to top, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } 
.product .i_right { position: absolute; height: 0; width: 2px; right: 0; bottom: 0; background: -webkit-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: -moz-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet); background: linear-gradient(to bottom, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } 
.product .i_top { position: absolute; height: 2px; width: 0; right: 0; top: 0; background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } 
.product .i_bottom { position: absolute; height: 2px; width: 0; left: 0; bottom: 0; background: -webkit-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, right top, left top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: -moz-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet); background: linear-gradient(to left, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } 
.product:hover .i_left { height: 100%; bottom: 0; top: inherit } 
.product:hover .i_top { width: 100%; left: 0 } 
.product:hover .i_right { height: 100%; top: 0; bottom: inherit } 
.product:hover .i_bottom { width: 100%; right: 0; left: inherit } 
.color__hover:hover { color: var(--color-hover) !important; } 
.contact-text { padding: 30px 15px; -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; -moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; } 
.btn-maps { margin-top: 10px; } 
.btn-maps .btn-custom { -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important; } 


.sticky-news { background: #fff; padding: 15px; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; } 
.sticky-news ul { border: none; background-color: unset; } 
.sticky-news .title-category { background: var(--color-main); color: #fff; letter-spacing: .8px; padding: 6px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-bottom: 15px; font-size: 16px; font-weight: 600; display: inline-block; text-transform: uppercase; } 
.sticky-news .numb { background: var(--color-main); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; color: #fff; width: 35px; height: 35px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; font-family: "Inter_Bold"; font-size: 18px; } 
.sticky-news ul li a { font-family: var(--font-regular); color: #000; -webkit-line-clamp: 2; width: -webkit-calc(100% - 20px); width: -moz-calc(100% - 20px); width: calc(100% - 20px); } 
.sticky-news ul li { padding: 10px 0; border-bottom: 1px solid #ccc; } 
.hover-shadow { padding: 15px 15px 0 15px; background: #fff; } 
.hover-shadow:hover { -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; -webkit-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } 

.menu__bar__top { background: #fff; padding: 0 15px; } 
.cart-menu { position: relative; color: #000; width: 35px; height: 35px; border: 1px solid; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; font-size: 18px; } 
.cart-menu .count-cart { position: absolute; top: 0; right: 5px; font-size: 11px; } 

.btn-dark { -webkit-box-shadow: 3px 3px 10px #0000006b; -moz-box-shadow: 3px 3px 10px #0000006b; box-shadow: 3px 3px 10px #0000006b; display: inline-block; padding: 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-size: 15px; background: #22246b; margin: 0px; max-width: 100%; width: 48%; } 
.btn-white { display: inline-block; padding: 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-size: 15px; width: 48%; margin: 0px; background: #fff; color: #22246b !important; -webkit-box-shadow: 3px 3px 10px #0000006b; -moz-box-shadow: 3px 3px 10px #0000006b; box-shadow: 3px 3px 10px #0000006b; } 

.price-per-detail { margin-top: -30px; display: inline-block !important; padding: 12px 5px; background: url(../images/set/icon-sale.png) no-repeat; -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; background-size: 100% 100%; width: 50px !important; height: 50px !important; line-height: 30px !important; } 
.price__detail { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } 


@-webkit-keyframes phone-vr-circle-fill { 
 0% { -webkit-transform: rotate(0) scale(1) skew(1deg) } 

10% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg) } 

20% { -webkit-transform: rotate(25deg) scale(1) skew(1deg) } 

30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg) } 

40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg) } 

50% { -webkit-transform: rotate(0) scale(1) skew(1deg) } 

100% { -webkit-transform: rotate(0) scale(1) skew(1deg) } 
 }

@-webkit-keyframes zoom { 
 0% { -webkit-transform: scale(.9); transform: scale(.9) } 

70% { -webkit-transform: scale(1); transform: scale(1); -webkit-box-shadow: 0 0 0 15px transparent; box-shadow: 0 0 0 15px transparent } 

100% { -webkit-transform: scale(.9); transform: scale(.9); -webkit-box-shadow: 0 0 0 0 transparent; box-shadow: 0 0 0 0 transparent } 
 }

@-moz-keyframes zoom { 
 0% { -moz-transform: scale(.9); transform: scale(.9) } 

70% { -moz-transform: scale(1); transform: scale(1); -moz-box-shadow: 0 0 0 15px transparent; box-shadow: 0 0 0 15px transparent } 

100% { -moz-transform: scale(.9); transform: scale(.9); -moz-box-shadow: 0 0 0 0 transparent; box-shadow: 0 0 0 0 transparent } 
 }

@-o-keyframes zoom { 
 0% { -o-transform: scale(.9); transform: scale(.9) } 

70% { -o-transform: scale(1); transform: scale(1); box-shadow: 0 0 0 15px transparent } 

100% { -o-transform: scale(.9); transform: scale(.9); box-shadow: 0 0 0 0 transparent } 
 }

@keyframes zoom { 
 0% { -webkit-transform: scale(.9); -moz-transform: scale(.9); -o-transform: scale(.9); transform: scale(.9) } 

70% { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-box-shadow: 0 0 0 15px transparent; -moz-box-shadow: 0 0 0 15px transparent; box-shadow: 0 0 0 15px transparent } 

100% { -webkit-transform: scale(.9); -moz-transform: scale(.9); -o-transform: scale(.9); transform: scale(.9); -webkit-box-shadow: 0 0 0 0 transparent; -moz-box-shadow: 0 0 0 0 transparent; box-shadow: 0 0 0 0 transparent } 
 }

#button-contact-vr { position: fixed; bottom: 0; z-index: 99999; width: 100%; } 
#gom-all-in-one #contact-vr { -webkit-transition: 1.6s all; } 
div#contact-vr { position: initial !important; float: right; } 
#button-contact-vr .button-contact .phone-vr { position: relative; visibility: visible; background-color: transparent; width: 90px; height: 90px; cursor: pointer; z-index: 11; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); -webkit-transition: visibility .5s; -o-transition: visibility .5s; -moz-transition: visibility .5s; transition: visibility .5s; left: 0; bottom: 0; display: block; } 
#contact-vr .phone-vr-circle-fill { -webkit-box-shadow: 0 0 0 0 #2196F3; -moz-box-shadow: 0 0 0 0 #2196F3; box-shadow: 0 0 0 0 #2196F3; background-color: rgba(33, 150, 243, .7); } 
.phone-vr-circle-fill { width: 65px; height: 65px; top: 12px; left: 12px; position: absolute; -webkit-box-shadow: 0 0 0 0 #c31d1d; -moz-box-shadow: 0 0 0 0 #c31d1d; box-shadow: 0 0 0 0 #c31d1d; background-color: rgba(230, 8, 8, .7); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border: 2px solid transparent; -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out; -moz-animation: phone-vr-circle-fill 2.3s infinite ease-in-out; -o-animation: phone-vr-circle-fill 2.3s infinite ease-in-out; animation: phone-vr-circle-fill 2.3s infinite ease-in-out; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animuiion: zoom 1.3s infinite; -webkit-animation: zoom 1.3s infinite; -moz-animation: zoom 1.3s infinite; -o-animation: zoom 1.3s infinite; animation: zoom 1.3s infinite; } 
#contact-vr .phone-vr-img-circle { background-color: #fff !important; } 
.phone-vr-img-circle { border: 2px solid #fff; } 
.phone-vr-img-circle { background-color: #e60808; width: 40px; height: 40px; line-height: 40px; top: 25px; left: 25px; position: absolute; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; -moz-animation: phone-vr-circle-fill 1s infinite ease-in-out; -o-animation: phone-vr-circle-fill 1s infinite ease-in-out; animation: phone-vr-circle-fill 1s infinite ease-in-out; } 
.phone-vr-img-circle a { display: block; line-height: 25px; } 
#gom-all-in-one #zalo-vr { -o-transition: 1s all; transition: 1s all; -moz-transition: 1s all; -webkit-transition: 1s all; } 
div#zalo-vr { position: initial !important; float: right; } 
#zalo-vr .phone-vr-circle-fill { -webkit-box-shadow: 0 0 0 0 #2196F3; -moz-box-shadow: 0 0 0 0 #2196F3; box-shadow: 0 0 0 0 #2196F3; background-color: rgba(33, 150, 243, .7); } 
#zalo-vr .phone-vr-img-circle { background-color: #2196F3; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } 
#zalo-vr img { width: 25px; height: 25px; } 
#button-contact-vr .button-contact .phone-vr { position: relative; visibility: visible; background-color: transparent; width: 90px; height: 90px; cursor: pointer; z-index: 11; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); -webkit-transition: visibility .5s; -o-transition: visibility .5s; -moz-transition: visibility .5s; transition: visibility .5s; left: 0; bottom: 0; display: block; } 
#phone-vr .phone-vr-circle-fill { opacity: 0.7; -webkit-box-shadow: 0 0 0 0 #f86500; -moz-box-shadow: 0 0 0 0 #f86500; box-shadow: 0 0 0 0 #f86500; } 
.phone-bar a, #phone-vr .phone-vr-circle-fill, #phone-vr .phone-vr-img-circle, #phone-vr .phone-bar a { background-color: #f86500; } 
.phone-bar.phone-bar-n a { color: #fff; } 
.phone-bar a { position: fixed; bottom: 25px; left: 30px; z-index: -1; color: #fff; font-size: 16px; padding: 8px 15px 7px 50px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; white-space: nowrap; } 