<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">effect-jazzh1,h2,h3,h4,h5,h6,p { margin: 0px; font-weight: normal; }
ul, ol { list-style: none;margin: 0px;padding: 0px;list-style-type: none; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
.invi_load { display:none!important; }
* { outline: none!important; }
img { max-width: 100%; }
textarea, input[type="text"], input[type="button"], input[type="submit"] {-webkit-appearance: none; }
.form-control:focus { box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25); }
.w-img, .w-img img { display: block; }
#preload { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 9999999999; background: rgba(255,255,255,.9); }
#preload .lds-css { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
@keyframes lds-flickr-opacity {
0% {-webkit-transform: translate(0 0); transform: translate(0 0); opacity: 1; }
49.99% {opacity: 1; -webkit-transform: translate(80px, 0); transform: translate(80px, 0); }
50% {opacity: 0; -webkit-transform: translate(80px, 0); transform: translate(80px, 0); }
100% {opacity: 0; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@-webkit-keyframes lds-flickr-opacity {
0% {-webkit-transform: translate(0 0); transform: translate(0 0); opacity: 1; }
49.99% {opacity: 1; -webkit-transform: translate(80px, 0); transform: translate(80px, 0); }
50% {opacity: 0; -webkit-transform: translate(80px, 0); transform: translate(80px, 0); }
100% {opacity: 0; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@keyframes lds-flickr {
0% {-webkit-transform: translate(0, 0); transform: translate(0, 0); }
50% {-webkit-transform: translate(80px, 0); transform: translate(80px, 0); }
100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@-webkit-keyframes lds-flickr {
0% {-webkit-transform: translate(0, 0); transform: translate(0, 0); }
50% {-webkit-transform: translate(80px, 0); transform: translate(80px, 0); }
100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
.lds-flickr {position: relative; }
.lds-flickr div {position: absolute; width: 80px; height: 80px; border-radius: 50%; top: 60px; left: 20px; }
.lds-flickr div:nth-child(1) {background: #4658ac; -webkit-animation: lds-flickr 1s linear infinite; animation: lds-flickr 1s linear infinite; -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.lds-flickr div:nth-child(2) {background: #e7008a; -webkit-animation: lds-flickr 1s linear infinite; animation: lds-flickr 1s linear infinite; -webkit-animation-delay: 0s; animation-delay: 0s; }
.lds-flickr div:nth-child(3) {background: #4658ac; -webkit-animation: lds-flickr-opacity 1s linear infinite; animation: lds-flickr-opacity 1s linear infinite; -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.lds-flickr {width: 50px !important; height: 50px !important; -webkit-transform: translate(-25px, -25px) scale(0.25) translate(25px, 25px); transform: translate(-25px, -25px) scale(0.25) translate(25px, 25px); }

.flex-center { display: flex; display: -ms-flex; align-items: center; -ms-flex-align: center; }
.flex-between { display: flex; display: -ms-flex; justify-content: space-between; -ms-flex-pack: justify; }
.flex-between-center { display: flex; display: -ms-flex; justify-content: space-between; -ms-flex-pack: justify; align-items: center; -ms-flex-align: center; }
.flex-around { display: flex; display: -ms-flex; -ms-flex-pack: distribute!important; justify-content: space-around!important; }
/*CSS ANIMATION*/
.zoom_hinh{ overflow:hidden;}
.zoom_hinh img{transition:all 1s ease 0s;}
.zoom_hinh:hover img{transform:scale(1.1);}
.xoay_hinh{overflow:hidden;display:inline-block;}
.xoay_hinh img{transition:all 1s ease 0s;display:inline-block;}
.xoay_hinh:hover img{transform:rotate(360deg);}
.e_border { position: relative; }
.e_border:before { position: absolute; content: ''; top: 30px; right: 15px; bottom: 30px; left: 15px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0,1); transform-origin: 0 0; transition: opacity 0.35s, transform 0.35s; }
.e_border:after { position: absolute; content: ''; top: 15px; right: 30px; bottom: 15px; left: 30px; border-right: 1px solid #fff; border-left: 1px solid #fff; transform: scale(1,0); transform-origin: 100% 0; transition: opacity 0.35s, transform 0.35s; }
.e_border:hover:before { opacity: 1; transform: scale(1); }
.e_border:hover:after { opacity: 1; transform: scale(1); transition-delay: 0.15s; }

.effect-img1 { overflow: hidden; background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%); background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%); }
.effect-img1 img {opacity: 0.9; }
.effect-img1::after,
.effect-img1 img {-webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; }
.effect-img1::after {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top: 1px solid #fff; border-bottom: 1px solid #fff; content: ''; opacity: 0; -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1); transform: rotate3d(0,0,1,45deg) scale3d(1,0,1); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.effect-img1:hover img {opacity: 0.7; -webkit-transform: scale3d(1.05,1.05,1); transform: scale3d(1.05,1.05,1); }
.effect-img1:hover::after {opacity: 1; -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1); transform: rotate3d(0,0,1,45deg) scale3d(1,1,1); }

.effect-img2 { overflow: hidden; background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%); background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%); }
.effect-img2 img {-webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; opacity: 0.9; }
.effect-img2:hover img {opacity: 0.7; -webkit-transform: scale3d(1.05,1.05,1); transform: scale3d(1.05,1.05,1); }

/*CSS PAGINATION*/
ul.pagination {text-align:center; color:#829994;}
ul.pagination li {display:inline; padding:0 3px;}
ul.pagination a {color:#0d7963;display:inline-block;padding:5px 10px;border:1px solid #cde0dc;text-decoration:none;}
ul.pagination a:hover, 
ul.pagination a.current {background:#0d7963;color:#fff; }
.pagination {margin: auto;width: auto;text-align: center;margin-top: 10px;}
.pages li.prev {margin-right: 15px;}
.pages li.next {margin-left: 15px;}
.pages li {display: inline-block;margin: 5px 2px;}
.pages li a {height: 25px;padding: 4px 8px;text-decoration: none;color: #666666;font-weight: bold;background: url(../images/backgrounds/pagingBg.png) repeat-x 0 0;border: 1px solid #d5d5d5;font-size: 11px;}
.pages li a:hover {background: #f6f6f6;}
.pages li .active {background: url(../images/backgrounds/sideGradient.png) repeat-x;color: #fff;border-color: #424852;}
.pages li .active:hover {background: #2a313d;}

div.breadcrumb { margin-bottom: 0px; }
div.breadcrumb i { color: #999; }

nav.menu_top &gt; ul &gt; li &gt; a,nav.menu_top &gt; ul &gt; li ul li a,nav.menu_top &gt; ul &gt; li ul li,nav.menu_top &gt; ul &gt; li,nav.menu_top &gt; ul &gt; li &gt; a{-webkit-transition:all 0.25s linear; -moz-transition:all 0.25s linear; -ms-transition:all 0.25s linear; -o-transition:all 0.25s linear; transition:all 0.25s linear; }
nav.menu_top &gt; ul &gt; li ul { visibility:hidden; list-style:outside none none; margin:0; min-width:220px; padding:0; position:absolute; top:100%; z-index: 99999999; }
nav.menu_top &gt; ul &gt; li ul ul { left: 100%; top: 0px; }
nav.menu_top li { position: relative; }
nav.menu_top li:hover &gt; ul { visibility:visible; }
nav.menu_top &gt; ul &gt; li ul li { display:table; padding:0; width:100%; opacity:0; position:relative; -webkit-transform:translateY(30px); -moz-transform:translateY(30px); -ms-transform:translateY(30px); -o-transform:translateY(30px); transform:translateY(30px); }
nav.menu_top &gt; ul li:hover &gt; ul &gt; li, nav.menu_top &gt; ul &gt; li ul li:hover &gt; ul li { opacity:1; -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); transform:translateY(0); }

div.box { box-shadow: 0 2px 4px rgba(0,0,0,0.3); border-radius: 5px; background: #fff; }
div.product_photos { padding: 0px 15px; margin-top: 10px; }
div.product_photos a { display: block; width: 94%; margin: auto; border: 2px solid #999; border-radius: 3px; padding: 1px; background-clip: padding-box; -webkit-background-clip: padding-box; }
div.product_photos a.mz-thumb-selected { border-color: #f21313; }
div.product_photos a img { display: block; width: 100%; height: 100%; }
h3.product-detail-name { font-weight: bold; font-size: 1.4rem; min-height: 2.7rem; color: #333; padding-bottom: 5px; border-bottom: 1px dotted #e8e8e8; }
ul.product-detail-info li { padding: 8px 0px; }
ul.product-detail-info li.old-price div:last-child { font-weight: bold; font-size: 15px; color: #999; text-decoration: line-through; }
ul.product-detail-info li.price div:last-child { font-weight: bold; font-size: 18px; color: #e5101d; }
ul.product-detail-info li span.amount { cursor: pointer; }
ul.product-detail-info li span.amount:hover { color: #e5101d; background: #fff; }
ul.product-detail-info li.tags { color: #444; font-size: 16px; }
ul.product-detail-info li.tags .tags-item { margin-right: 0.5rem; }
ul.product-detail-info li.tags .tags-item a { display: block; margin: 5px 0px; color: #000; background: #d8d8d8; display: flex; border-radius: 0 .3rem .3rem 0; height: 2rem; align-items: center; padding: 0 1rem 0 2.3rem; position: relative; text-decoration: none; -webkit-transition: color .2s; justify-content: center; }
ul.product-detail-info li.tags .tags-item a:before { position: absolute; content: ''; background: #fff; border-radius: 1rem; box-shadow: inset 0 0.1rem rgba(0,0,0,.25); height: .6rem; left: 1rem; width: .6rem; top: 0.6rem; z-index: 1; }
ul.product-detail-info li.tags .tags-item a:after { position: absolute; content: ''; background: #fff; border-bottom: 1rem solid transparent!important; border-top: 1rem solid transparent!important; left: 0; top: 0; border-right: 1rem solid; border-left: none; color: #000; border-color: #d8d8d8; }
div.product-detail .nav-item a { font-weight: bold;color: #333; font-size: 16px; }
div.product-detail .nav-item a.active { color: #e5101d; }
.content { border: 1px solid #dee2e6; border-top: none; padding: 15px; }
.i-hotromuahang { display: block; color: #555; }

div.i-news .w-img img { width: 100%; }
div.info-news h3 a { display: block; font-family: 'Roboto'; font-size: 20px; color: #282828; line-height: 25px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
div.info-news h3 a:hover { color: #0066b4; }
div.date-news { font-family: 'Roboto'; font-size: 14px; font-style: italic; color: #828282; line-height: 30px; }
div.date-news span.ngaytao { display: inline-block; margin-right: 5%; padding-left: 20px; background: url('../images/icon/clock.png') no-repeat left 4px; }
div.date-news span.luotxem { display: inline-block; margin-right: 5%; padding-left: 20px; background: url('../images/icon/view.png') no-repeat left center; padding-left: 25px; }
div.info-news div.des-news { font-size: 14px; color: #4e4e4e; line-height: 22px; text-align: justify; max-height: 66px; overflow: hidden; }
a.detail-news { overflow: hidden; display: block; width: 110px; float: right; padding: 7px 15px; font-family: 'Roboto'; font-size: 15px; font-weight: 600; color: #fff; text-align: center; background: #222; margin-top: 15px; border: 1px solid #fff; position: relative; z-index: 1; }
a.detail-news:before { top: 0; padding-top: 7px; }
a.detail-news:before, a.detail-news:after { content: attr(data-text); position: absolute; width: 100%; height: 50%; left: 0; background: #0066b4; color: #fff; overflow: hidden; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
a.detail-news:after { bottom: 0; line-height: 0; }
a.detail-news span { display: block; -webkit-transform: scale3d(0.2, 0.2, 1); transform: scale3d(0.2, 0.2, 1); opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); vertical-align: middle; color: #fff; font-weight: 600; }
a.detail-news:hover::before { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
a.detail-news:hover &gt; span { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
a.detail-news:hover::after { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }

div.i_news_other { width: 98%!important; max-width: 280px!important; margin: auto!important; position: relative; }
div.i_news_other a.img img { width: 100%; }
div.i_news_other h3 a { display: block; font-family: 'Roboto-Bold'; font-size: 14px; color: #444; margin-bottom: 5px; line-height: 23px; height: 46px; overflow: hidden; }
div.i_news_other p { font-size: 13px; color: #333; text-align: justify; line-height: 23px; max-height: 69px; overflow: hidden; }
div.i_news_other &gt; span { display: inline-block; padding: 4px 8px; background: rgba(0,0,0,0.5); font-family: 'Roboto'; font-size: 12px; color: #fff; border-radius: 15px; position: absolute; right: 10px; top: 10px; z-index: 999; line-height: 12px; }
div.i_news_other &gt; span &gt; i { display: inline-block; padding-right: 5px; }

h3.title-contact { font-weight: bold; font-size: 20px; color: #333; text-transform: uppercase; padding-bottom: 5px; margin-bottom: 15px; position: relative; }
h3.title-contact:after { position: absolute; content: ''; width: 50px; height: 2px; background: #0078de; left: 0px; bottom: 0px; }
form#frmContact input { display: block; width: 100%; height: 40px; border: none; border-bottom: 1px solid #ced4da; background: transparent; position: relative; z-index: 5; }
form#frmContact textarea { display: block; width: 100%; height: 100px; border: none; border-bottom: 1px solid #ced4da; background: transparent; position: relative; z-index: 5; resize: none; padding: 10px 0; }
form#frmContact input:focus, form#frmContact textarea:focus { box-shadow: 0 2px #0078de; border-bottom: 1px solid #0078de; }
form#frmContact input:focus::placeholder, form#frmContact textarea:focus::placeholder { color: #0078de; }
div#w-map-contact { width: 100%; height: 500px; }
div#w-map-contact iframe { width: 100%!important; height: 100%!important; }</pre></body></html>