:root {
     --purple: #9900FF;
     --purple-b: #9F0EBC;
     --blue: #2CA9A3;
}
@font-face {
     font-family: 'Inter';
     src: url('../fonts/Inter_24pt-Regular.woff2') format('woff2'),
          url('../fonts/Inter_24pt-Regular.woff') format('woff');
     font-weight: 400;
     font-style: normal;
 }
@font-face {
     font-family: 'Inter';
     src: url('../fonts/Inter_24pt-Medium.woff2') format('woff2'),
          url('../fonts/Inter_24pt-Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_24pt-SemiBold.woff2') format('woff2'),
         url('../fonts/Inter_24pt-SemiBold.woff') format('woff');
    font-weight:600;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter24pt-Bold.woff2') format('woff2'),
         url('../fonts/Inter24pt-Bold.woff') format('woff');
    font-weight:700;
    font-style: normal;
}
body {font-family: 'Inter', sans-serif;max-width: 1920px;overflow-x: hidden;margin: auto;font-size: 16px;}
html{scroll-behavior: smooth;}
html::-webkit-scrollbar { width:6px; }
html::-webkit-scrollbar-track { background:#f1f1f1; }
html::-webkit-scrollbar-thumb { background:var(--blue); border-radius:4px; }
html::-webkit-scrollbar-thumb:hover { background:#555; }
/* Default */
a {color: #000;text-decoration: none;}
.fs-14{font-size: 14px;}
.fs-17{font-size: 17px;}
.fs-18{font-size: 18px;}
.fs-20{font-size: 20px;}
.fs-22{font-size: 22px;}
.fs-23{font-size: 23px;}
.fs-24{font-size: 24px;}
.fs-28{font-size: 28px;}
.fs-32{font-size: 32px;}
.fs-36{font-size: 36px;}
.text-line {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.text-2line {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;height: 50px;line-height: 24px;}
.text-3line {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;height: 70px;}
.text-4line {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;height: 90px;}
.bg-purple-b {background-color: var(--purple-b);}
.bg-purple {background-color: var(--purple);}
.bg-blue{background-color: var(--blue);}
.bg-gardient {background: linear-gradient(to right,var(--purple-b) 0%, var(--purple) 100%);}
.bg-gardient-yl {background: linear-gradient(to top,#FBF9C0 0%, #FEFEF6 100%);}
.bg-gardient-blue {background: linear-gradient(to top,#2CA9A3 0%, #7CF3E9 100%);}
.bg-FFFCF9{background-color: #FFFCF9;}
.text-red{color: #E42127;}
.text-purple-b {color: var(--purple-b);}
.text-purple{color: var(--purple);}
.text-blue{color: var(--blue);}
.text-gray{color: #8B8B8B;}
.text-333232{color: #333232;}
.cursor-pointer{cursor: pointer;}
.list-none {list-style: none;}
.text-justify{text-align: justify;}
.hv-text-purple:hover {color: var(--purple)!important;}
.hv-text-purple-b:hover {color: var(--purple-b)!important;}
.hv-text-blue:hover{color: var(--blue)!important;}
.hv-bg-purple:hover{background: linear-gradient(to right,var(--purple-b) 0%, var(--purple) 100%);}
.hv-bg-yellow:hover{background: linear-gradient(to top,#FBF9C0 0%, #FEFEF6 100%);}
.hv-bg-blue:hover{background: linear-gradient(to top,#2CA9A3 0%, #7CF3E9 100%);}
.overflow-hidden {overflow: hidden !important;}
.rd-top-right{border-top-right-radius: 2rem;}
.rd-top-left{border-top-left-radius: 2rem;}
.rd-bottom-left{border-bottom-left-radius: 2rem;}
.rd-bottom-right{border-bottom-right-radius: 2rem;}
.bsd{box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);}
.container {max-width: min(1560px, calc(100% - 10vw));}
.p-left{padding-left: calc(5vw + (1.5rem * .5))}
.p-right{padding-right: calc(5vw + (1.5rem * .5))}
.border-blue{border: 1px solid #2CA9A3;}
.border-purple{border: 1px solid var(--purple);}
.bsd-blue{box-shadow: 0 0 1px 1px #2CA9A3;}
/* Header*/
.logo{transition: all 0.6s ease;}
.form-search{width: 100%;border: 1px solid var(--blue);}
.form-search button{width: 68px;height: 51px;padding-left: 1rem;display: flex;align-items: center;justify-content: center;}
.svg {position: absolute;width: 0;height: 0;}
.clipped-search {width: 100%;-webkit-clip-path: url(#clip-path-search);clip-path: url(#clip-path-search);}
.name-hotline{border-top-left-radius: .5rem;border-bottom-right-radius: .5rem;font-size: 10px;}
.name-hotline span{ background: linear-gradient(to top, #FBF9C0, #FEFEF6); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.call-header .dot span{ display: block; width: 3px; height: 3px; background-color: var(--blue); border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ;margin-left: .3rem; }
.lang{background-color: #00928A;}
.lang a{ line-height: 17px; transition:all .5s ease ; -webkit-transition:all .5s ease ; -moz-transition:all .5s ease ; -ms-transition:all .5s ease ; -o-transition:all .5s ease ;width: 33px;padding-top: .35rem;padding-bottom:.2rem ;position: relative;z-index: 1;}
/* .lang a:hover,.lang a.active{background-color: #fff;} */
.lang a:hover span{background: linear-gradient(to top, var(--blue), #7CF3E9); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.lang:not(:hover) a.active span {background: linear-gradient(to top, var(--blue), #7CF3E9);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.lang::before { content: ""; position: absolute; top: 0; left: 0; width: 33px; height: 100%; background: #fff; transition: transform .3s ease; -webkit-transition: transform .3s ease; -moz-transition: transform .3s ease; -ms-transition: transform .3s ease; -o-transition: transform .3s ease; border-radius: .25rem; -webkit-border-radius: .25rem; -moz-border-radius: .25rem; -ms-border-radius: .25rem; -o-border-radius: .25rem; }
.lang:has(a:last-child.active)::before { transform: translateX(33px); -webkit-transform: translateX(33px); -moz-transform: translateX(33px); -ms-transform: translateX(33px); -o-transform: translateX(33px); }
.lang:has(a:last-child:hover)::before { transform: translateX(33px); -webkit-transform: translateX(33px); -moz-transform: translateX(33px); -ms-transform: translateX(33px); -o-transform: translateX(33px); }
.lang:has(a:first-child:hover)::before {transform: translateX(0);}
/* Menu */
.menu{position:relative;z-index:10;transition: transform 0.8s ease;}
.menu ul.menu-pc{width:calc(100% - 70px);padding:0px;margin:auto;list-style:none;}
.menu ul.menu-pc li{position:relative;z-index:1;}
.menu ul.menu-pc li a{display:block;white-space: nowrap;}
.menu ul.menu-pc li ul{position:absolute;min-width:250px;background:var(--blue);border-radius:0.25rem;-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;list-style: none;margin: auto;padding: 0;border: 1px solid #eee;}
.menu ul.menu-pc 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.menu-pc li ul li a{font-weight:400;font-size:14px;text-align:left;border-bottom:1px solid #eee;text-transform: capitalize;}
.menu ul.menu-pc li ul li:last-child > a{border-bottom:0px;}
.menu ul.menu-pc li ul li a.has-child{margin-right:0px;}
.menu ul.menu-pc li ul li a.has-child:after{-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.menu ul.menu-pc li ul li a{line-height: 20px;padding: 0px;}
.menu ul.menu-pc > li > a.active span,.menu ul.menu-pc > li > a:hover span{background: linear-gradient(to right, var(--blue), var(--blue)); -webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight: 700;}
.menu ul.menu-pc > li > ul::before{position: absolute;content: "";width: 20px;height: 10px;top: -10px;left: 15%;clip-path: polygon(50% 0%, 0% 100%, 100% 100%);background-color:#eee;}
.menu ul.menu-pc li ul li ul{position: absolute;top: 0;left: 100%;}
.menu-mobile{display: none;}
.fixed{ position: fixed!important; z-index: 9999; top: 0px; left: 0px; right: 0px; }
.menu.fixed .logo{max-width: 70px;}
.clipped-menu {width: 100%;-webkit-clip-path: url(#clip-path-menu);clip-path: url(#clip-path-menu);}
.menu ul.menu-pc > li > a.active .clipped-menu,.menu ul.menu-pc > li > a:hover .clipped-menu{background: linear-gradient(to top, #FBF9C0, #FEFEF6);}
/*Menu Mobile*/
.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0;}
.navbar-toggle {position: relative;padding: 5px 5px;background-color: transparent;background-image: none;border: 1px solid transparent;border-radius: 4px;}
.navbar-toggle .icon-bar {display: block;width: 20px;height: 3px;border-radius: 1px;background-color: #fff;}
.navbar-toggle .icon-bar+.icon-bar {margin-top: 5px;}
.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
/*Body*/
.lh-32{line-height: 32px;}
.bg-F5F5F5{background-color: #F5F5F5;}
.ul-left{overflow-y: scroll;height: 100%;}
.ul-left li a span{width: calc(100% - 24px);}
.ul-left li ul{ position: absolute; left: 100%; width: 100%; background-color: #F5F5F5; z-index: 9; visibility: hidden; transition:.3s ; -webkit-transition:.3s ; -moz-transition:.3s ; -ms-transition:.3s ; -o-transition:.3s ; transform:translateY(50px) ; -webkit-transform:translateY(50px) ; -moz-transform:translateY(50px) ; -ms-transform:translateY(50px) ; -o-transform:translateY(50px) ; opacity: 0; }
.ul-left li:hover ul{ visibility: visible; transform:translateY(0) ; -webkit-transform:translateY(0) ; -moz-transform:translateY(0) ; -ms-transform:translateY(0) ; -o-transform:translateY(0) ; opacity: 1; }
.ul-left::-webkit-scrollbar { width:2px; }
.ul-left::-webkit-scrollbar-track { background:#f1f1f1; }
.ul-left::-webkit-scrollbar-thumb { background:var(--blue); border-radius:4px; }
.ul-left::-webkit-scrollbar-thumb:hover { background:#555; }
.clipped-about{-webkit-clip-path: url(#clip-path-about);clip-path: url(#clip-path-about);background: linear-gradient(to top, var(--blue),#7CF3E9);width: 40px;height: 100%;padding-left: 1.2rem;}
.item-why .image{width: 74px;height: 74px;margin: 0 auto;}
.item-why img{width: auto!important;}
.name-list span{width: 36px;height: 36px;}
.bg-list{background: url('../images/bg-list.png')no-repeat;background-size: 100% 100%;}
.wrapper-list-1 .name-list span{background-color: #1E9791;}
.wrapper-list-2 .name-list span,.wrapper-list-2 .item-product .addcart{background: linear-gradient(to right, #7CF3E9, #2CA9A3);}
.wrapper-list-2 .more-list{color: #fff;}
.wrapper-list-2 .ul-list a{color: #fff;}
.wrapper-list-2 .item-product{border:1px solid var(--blue)}
.wrapper-list-3 .name-list span,.wrapper-list-3 .item-product .addcart{background-color: #fff;}
.wrapper-list-3 .more-list,.wrapper-list-3 .ul-list a:hover{color: #2CA9A3;}
.item-cart{width: 32px;height: 32px;background: linear-gradient(to top,#2CA9A3,#7CF3E9);}
.img-filter{filter: brightness(0) invert(1);}
.desc p{margin-bottom: 0;}
.video-grid{display: grid;display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;}
.album_grid{display: grid; grid-template-columns: repeat(3,1fr); gap: 15px;}
.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{box-shadow:none!important;filter:brightness(100%)!important;border-bottom:0px!important;padding-bottom:0px!important;}
.scrollToTop{width:41px;height:41px;text-align:center;color:#fff;text-decoration:none;position:fixed;bottom:15px;right:15px;display:none;z-index:10;cursor:pointer;background: var(--blue);line-height: 41px;border-radius: 10px;}
.list-grid{display: grid;  grid-template-columns: repeat(3, calc(33.33% - (20px * 2 / 3))); grid-gap:20px; }
.images-why{background: linear-gradient(to top,#2CA9A3,#7CF3E9);width: 44px;height: 44px;margin: 0 auto;}
.owl-why .owl-stage-outer{background: url('../images/line-why.png')no-repeat;background-size: 100%;}
.owl-why .owl-stage-outer::before{ position: absolute; content: ''; width: 8px; height: 8px; background-color: #5DD7CE; border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ;top: 0;left: 0; }
.owl-why .owl-stage-outer::after{ position: absolute; content: ''; width: 8px; height: 8px; background-color: #5DD7CE; border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ;bottom: 0;right: 0; }
/*Member*/
.list-member a i{ transition: .5s ease; -webkit-transition: .5s ease; -moz-transition: .5s ease; -ms-transition: .5s ease; -o-transition: .5s ease; }
.list-member a:hover,.list-member a.active{background: linear-gradient(to top,#2CA9A3 0%, #7CF3E9 100%);}
.list-member a:hover i,.list-member a.active i{font-size: 20px;}
/*Product*/
.sticky-top{top:55px ;}
.list-typical li:hover,.list-typical li.active{background-color: var(--yellow)!important;color: #fff;}
.list-typical li.active:before{display: none;}
.tab-product .tab-pane{transition: opacity 0.3s ease, max-height 0.6s ease;opacity: 0; max-height: 0;overflow: hidden;}
.tab-product .tab-pane.active{opacity: 1;max-height: 1000px;}
.product__grid {display: grid;  grid-template-columns: repeat(4, calc(25% - (20px * 3 / 4))); grid-gap:20px; }
.like__grid {display: grid;  grid-template-columns: repeat(4, calc(25% - (10px * 3 / 4))); grid-gap:10px; }
.content-detail{position: absolute;bottom: -1px;left: 1px;width: 100%;z-index: 1;}
.call-detail .name{border-top-left-radius: .5rem;border-bottom-right-radius: .5rem;font-size: 10px;}
.call-detail .name span{ background: linear-gradient(to top,#2CA9A3,#7CF3E9); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.call-detail .dot span{ display: block; width: 3px; height: 3px; background-color: #fff; border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ;margin-left: .3rem; }
.clipped-detail {width: 100%;-webkit-clip-path: url(#clip-path-detail);clip-path: url(#clip-path-detail);background: linear-gradient(to top, #2CA9A3,#7CF3E9);}
.plicy-grid{display: grid;grid-template-columns: repeat(2, calc(50% - (10px / 2))); grid-gap:10px;}
.fs-detail legend{position: absolute;top: -25px;left: 20px;width: auto;}
.clipped-related-detail{-webkit-clip-path: url(#clip-path-about);clip-path: url(#clip-path-about);background: linear-gradient(to top, var(--blue),#7CF3E9);width: 45px;height: 100%;padding-left: 1.5rem;}
/*News*/
.news__grid {display: grid; grid-template-columns: repeat(3, calc(33.33% - (10px * 2 / 3))); grid-gap:10px; }
.w-auto{width: auto!important;}
.border-bottom-white{border-bottom: 1px solid #fff;}
#newsletter-form input,#newsletter-form input::placeholder,#newsletter-form input:focus{color: #C3C3C3;font-weight: 500;}
.copy-right{background-color:rgba(38, 38, 38, 0.08) ;}
.why-footer{position: absolute;top: -45px;width: 100%;}
.item-favourite{ position: absolute; top: 0; left: 0; transform:scale(.8); z-index: 9; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; opacity: 0; background: rgba(124, 243, 233, 0.45); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; -webkit-transform:scale(.8); -moz-transform:scale(.8); -ms-transform:scale(.8); -o-transform:scale(.8); }
.item-product:hover .item-favourite { opacity: 1; transform:scale(1);}
.item-favourite.active {opacity: 1;color: #E42127;}
.item-favourite:hover,.item-favourite.active{color: #E42127!important;}
.item-favourite.active i {animation: heartPulse 1.2s infinite;}
@keyframes heartPulse {
    0%   { transform: scale(.5); }
    60%  { transform: scale(1.4); }
    100% { transform: scale(1); }
}
/*Footer*/
.map_footer iframe{width: 100%;}
.swal2-container{z-index: 9999;}
.fancybox-thumbs {top: auto !important;bottom: 0 !important;left: 0 !important;right: 0 !important;width: 100% !important;height: 95px !important;padding: 10px 10px 5px 10px;box-sizing: border-box;background-color: inherit;}
.fancybox-thumbs__list {display: flex !important;flex-direction: row !important;overflow-x: auto;overflow-y: hidden;margin: auto;}
.fancybox-show-thumbs .fancybox-inner { right: 0 !important; bottom: 95px !important;}
/*Ckeditor*/
.content-ckeditor{overflow-wrap: break-word;word-break: break-word;}
.content-ckeditor * {max-width: 100%;box-sizing: border-box;}
.content-ckeditor img{max-width: 100%;height: auto!important;}
.content-ckeditor table{max-width: 100%;border-collapse: collapse;overflow-x: auto;display: block;}
.content-ckeditor table td,
.content-ckeditor table th {word-wrap: break-word;}
.content-ckeditor iframe, .content-ckeditor video {max-width: 100% !important;}
/*Breadcrumb*/
.breadcrumb{margin-bottom: 0;padding: .5rem 0;}
.breadcrumb li a{color: #8D8D8D;font-weight: 500;}
.breadcrumb-item.active a{color: #333232;}
.btn-thanhtoan.active{background-color: var(--blue);color: white;}
.container-maintenance{position: relative;overflow-x: auto;}
#agree-error{position: absolute;left: 0;top: 100%;margin-top: 0;}
/*swiper*/
.swiper-wrapper{height: auto!important;}
.swiper-button-next, .swiper-button-prev {background-color: #fff;border-radius: 50%;color: #878787;width:58px;height: 58px;}
.swiper-button-next:after, .swiper-button-prev:after{font-size: 30px;}
.item-slide img {transition: transform 8s ease;transform: scale(1.1);}
.swiper-slide-active .item-slide img {transform: scale(1);}
.Swiper_spct2 .swiper-button-next, .Swiper_spct2 .swiper-button-prev{width: 30px;height: 30px;}
.Swiper_spct2 .swiper-button-next:after, .Swiper_spct2 .swiper-button-prev:after{font-size: 14px;}
/*owl*/
.owl-prev,.owl-next{position: absolute;top: 50%;left: 0;transform: translate(0,-50%);}
.owl-next{left: inherit;right: 0;}
.owl-dots {display: flex;justify-content: center;align-items: center;margin-top: 20px;}
.owl-dots button span {display: block;width: 9px;height: 9px;border-radius: 50%;background-color: #C5C5C5;margin: 0 3px;}
.owl-dots button.active span {background-color: #fff;}
/*error*/
#newsletter-form label.error{display: none!important;}
label.error {display: block;color: #ff4d4f;font-size: 0.875rem;margin-top: 0.25rem;position: relative;padding-left: 15px;}
label.error::before {content: "⚠";position: absolute;left: 0; font-family: "Arial", sans-serif;}
.grecaptcha-badge{display: none;}
/*Paging*/
.page-link{color: #717171;width: 37px;font-size: 18px;height: 37px;margin: 0 .4rem;border-radius: .3rem;background-color: #EDEDED;font-weight: 700;text-align: center;}
.active>.page-link, .page-link.active,.page-link:hover{background-color: var(--purple);border-color: var(--purple);color: #fff;}
/*Comment*/
a.star {font-size: 24px;color: #d1d1d4;cursor: pointer;line-height: 1;transition: all 0.1s ease;}
a.star.vote-hover {color: #ffc120;}
a.star.vote-active {color: #ffc120;}
.rating-medium{text-align: center;padding-top: 0;}
.title-medium-score{font-size: 14px;}
.score-rating{font-size: 54px;font-weight: 500;color: #fe302e;line-height: 60px;}
.quantity-star{color: #ffc120; font-size: 16px;margin-bottom: 15px;}
.quantity-comment{color: #777474;}
.item-progress{margin-bottom: 10px;}
.item-progress .rating-num{float: left;font-size: 15px;width: 45px;text-align: right;padding-right: 5px;color: #6f6969;font-family: 'Barlow Semi Condensed', sans-serif;}
.item-progress .box-progress{float: left;width: calc(100% - 90px);vertical-align: middle;margin-top: 5px;}
.item-progress .box-progress .progress{height: 10px;margin-bottom: 0px;box-shadow: none;background-color: #e6e6e6;}
.item-progress .box-progress .progress-bar{background-color: var(--blue);}
.item-progress .rating-num-total{width: 45px;text-align: left;display: inline-block;float: left;padding-left: 10px;color: #565656;font-size: 15px;font-family: 'Barlow Semi Condensed', sans-serif;}
.content-nhanxet{display: none;}
.content-nhanxet .h3{margin-top: 10px;font-size: 18px;font-family: 'Barlow Semi Condensed', sans-serif;font-weight: 700;margin-bottom: 20px;}
.btn-guibl{background-color: var(--blue);color: #fff;margin: 0px auto;/* display: block; */}
.item-binhluan .img_user{display: block;width: 80px;height: 80px;margin: 0px auto;border-radius: 50%;overflow: hidden;}
.item-binhluan .img_user img{width: 100%;height: 100%;}
.item-binhluan .name-user{text-align: center;font-family: 'Barlow Semi Condensed', sans-serif;font-weight: 600;margin-top: 10px;color: #626262;margin-bottom: 5px;}
.item-binhluan .ngaydang{display: block;text-align: center;color: #a2a1a1;font-size: 12px;}
.chitiet-bl .titlede-bl{font-weight: 600;color: #00a85a;}
.chitiet-bl p{color: #6f6c6c;}
.panel-traloi{margin-top: 10px;}
.list-traloi{margin-top: 10px;border-top: 1px dashed #e8e5e5;padding-top: 10px;}
.list-traloi span{display: inline-block;margin-left: 14px;font-size: 13px;color: #757575;}
.list-traloi p{color: #6f6c6c;margin-top: 7px;}
.item-traloi{border-bottom: 1px dotted #e2e2e2;margin-bottom: 10px;}
/*widget*/
#arcontactus{display: none;}
.widget-desktop { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: fixed; right: 10px; bottom: 120px; z-index: 9999; }
.widget-desktop-items { margin-bottom: 20px; border-radius: 50%; position: relative; text-decoration: none;}
.widget-desktop-items:last-child { margin-bottom: 0; }
.widget-desktop-items:before { position: absolute; content: ""; width: 100%; height: 100%; background: var(--blue-op); border-radius: 50%; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-animation: scaleIn1 1s; animation: scaleIn1 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.widget-desktop-items:after { position: absolute; content: ""; width: 100%; height: 100%; border-radius: 50%; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-animation: scaleIn 1.2s; animation: scaleIn 1.2s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.widget-desktop-items__icon { 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; width: 40px; height: 40px; background: var(--blue); border-radius: 50%; position: relative; z-index: 999; padding: 8px;}
.widget-desktop-items__zalo .widget-desktop-items__icon{background: #028FE3;padding: 0;}
.widget-desktop-items__zalo::before{background: #028FE350;}
.widget-desktop-items__zalo::after{background: -webkit-gradient(linear, left top, right top, color-stop(0, #028FE350), to(#028FE350)); background: linear-gradient(90deg, #028FE350 0, #028FE350 100%)}

.widget-desktop-items__facebook .widget-desktop-items__icon{background: linear-gradient(45deg, #1E86FF,#A133FE,#FF557D);}
.widget-desktop-items__facebook::before{background:#B4A7FE}
.widget-desktop-items__facebook::after{background: -webkit-gradient(linear, left top, right top, color-stop(0, #B4A7FE), to(#B4A7FE)); background: linear-gradient(90deg, #B4A7FE 0, #B4A7FE 100%)}

.widget-desktop-items__email .widget-desktop-items__icon{background: #F50000;}
.widget-desktop-items__email::before{background: #ED525280;}
.widget-desktop-items__email::after{background: -webkit-gradient(linear, left top, right top, color-stop(0, #ED525280), to(#ED525280)); background: linear-gradient(90deg, #ED525280 0, #ED525280 100%)}

.widget-desktop-items__call::after{background: -webkit-gradient(linear, left top, right top, color-stop(0, #62E37C90), to(#62E37C90)); background: linear-gradient(90deg, #62E37C90 0, #62E37C90 100%)}
.widget-desktop-items__call::before{background: #62E37C90;}
.widget-desktop-items__call .widget-desktop-items__icon{background: #1FD744;}

.widget-cart{color: #fff;font-size: 20px;}
.widget-desktop-items__call .widget-desktop-items__content { position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); padding: 5px 60px 5px 20px; background: -webkit-gradient(linear, left top, right top, color-stop(0, #ED5228), to(#ED5228)); background: linear-gradient(90deg, #ED5228 0, #ED5228 100%); border-radius: 20px; color: #fff; white-space: nowrap;z-index: -1; }
.widget-cart{color: #fff;font-size: 20px;}
.widget-desktop-items img{animation: vibrate 1s ease-in-out infinite;}
@-webkit-keyframes scaleIn { from { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); }
  60% { -webkit-transform: translate(-50%, -50%) scale(1.2); transform: translate(-50%, -50%) scale(1.2); } }

@keyframes scaleIn { from { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); }
  60% { -webkit-transform: translate(-50%, -50%) scale(1.2); transform: translate(-50%, -50%) scale(1.2); } }
@-webkit-keyframes scaleIn1 { from { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); }
  60% { -webkit-transform: translate(-50%, -50%) scale(1.4); transform: translate(-50%, -50%) scale(1.4); } }
@keyframes scaleIn1 { from { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); }
  60% { -webkit-transform: translate(-50%, -50%) scale(1.4); transform: translate(-50%, -50%) scale(1.4); } }
@keyframes rotate {
     from { transform: translate(-50%,-50%) rotate(0deg); }
     to { transform: translate(-50%,-50%) rotate(360deg); }
}
@keyframes vibrate {
     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);}
}