@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
:not(td) {
    padding: 0;
    margin: 0
}
body {
font: 14px/20px 'Open Sans', sans-serif;
color: #000;
}
a {
    text-decoration: none;
    color: inherit;
    outline: 0;
}
a:hover {
    text-decoration: none;
	color: inherit;
}
h1 {
font-size: 28px;
line-height: 45px;
}
h2 {
    font-size: 25px;
    line-height: 40px
}
h3 {
    font-size: 22px;
    line-height: 35px;
}
h4 {font-size: 16px;line-height: 28px;}
h5 {
    font-size: 14px;
    line-height: 27px;
}
h6 {
    font-size: 13px;
    line-height: 26px;
}
p{
    margin-bottom: 5px;
}
img,
button {
    border: none;
}
button {
    outline: 0;
}
ol, ul {list-style: inside;}
.panel ul ul {
    padding-left: 0;
}
img,
button {
    border: none
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
select,
.mod-birthday {
    border-radius: 0;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); */
    color: rgba(0, 0, 0, .75);
    display: block;
    outline: 0;
    font-family: inherit;
    font-size: .875rem;
    margin: 0;
    padding: .5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-transition: border-color .15s linear, background .15s linear; */
    -moz-transition: border-color .15s linear, background .15s linear;
    -ms-transition: border-color .15s linear, background .15s linear;
    -o-transition: border-color .15s linear, background .15s linear;
    /* transition: border-color .15s linear, background .15s linear; */
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=color]:focus,
textarea:focus {
    background-color: #fafafa;
    border-color: #eee;
    outline: 0;
}
input[disabled] {
    background-color: #f4f4f4;
    opacity: 1;
    border: .5px solid #e4e4e4;
    color: #b0b0b0;
}
button{
    outline: 0;
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*{
    box-sizing: border-box;
}
*{
    box-sizing: border-box;
}
.success,
.notice,
.error_title {
    padding: .6em 1em 0.6em 3.4em;
    margin-bottom: 1em;
    font-weight: bold
}
.success {
    border: 1px solid #C6D880;
    color: #264409;
    padding-left: 40px !important;
    background: #E6EFC2 url(../img/success.png) no-repeat 10px center
}
.notice {
    border: 1px solid #FFD324;
    color: #514721;
    padding-left: 40px !important;
    background: #FFF6BF url(../img/note.png) no-repeat 10px center
}
.note {
    color: #FF2222;
}
.hidden{display:none !important;}
.error_title {
    border: 1px solid #ff5e00;
    color: #ff5e00;
    padding-left: 40px !important;
    background: #fff0e2 url(../img/error.png) no-repeat 10px center;
}
.error {
    color: #ff9822;
}
.box_error {
    box-shadow: 0 0 3px #ff9822 !important;
    border: 1px solid #ff9822 !important;
}
.flr {
    float: right;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7d7d7d;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7d7d7d;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #7d7d7d;
}
.alert {
    position: relative;
    padding: 10px 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: block;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.label-bold .label{
    font-weight: bold;
}
.small{
    font-weight: normal;
}
.clear {
    clear: both;
}
.panel{
    margin-bottom: 20px;
}
.bg-panel{background: #FFF;}
.html_page{
    margin-top: 20px;
}
#page_loading{padding:10px;font-size:20px;font-weight:bold}
#page_loading img{margin-right:5px}
div#wrapper {overflow: hidden;}
#main{
    max-width: 1800px;
    margin: 0 auto;
}
.container{
    width: 1230px;
    padding: 0;
    margin: 0 auto;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-strong{
    font-weight: bold;
}
.row:before, .row:after{
    display: table;
    content: '';
}
.row:after{
    clear: both;
}
.col-flex {
    display: flex;
}
.col-flex-center{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.list-edge{
margin-left: -15px;
margin-right: -15px;
}
.list-edge-top{margin-top: -15px;}
.padding-small>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.padding-small-edge {
    margin-left: -5px;
    margin-right: -5px;
}
.list-col{
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding: 0px 15px;
}
.list-col > .col-xs-1, .list-col > .col-sm-1, .list-col > .col-md-1, .list-col > .col-lg-1,
.list-col > .col-xs-2, .list-col > .col-sm-2, .list-col > .col-md-2, .list-col > .col-lg-2,
.list-col > .col-xs-3, .list-col > .col-sm-3, .list-col > .col-md-3, .list-col > .col-lg-3,
.list-col > .col-xs-4, .list-col > .col-sm-4, .list-col > .col-md-4, .list-col > .col-lg-4,
.list-col > .col-xs-5, .list-col > .col-sm-5, .list-col > .col-md-5, .list-col > .col-lg-5,
.list-col > .col-xs-6, .list-col > .col-sm-6, .list-col > .col-md-6, .list-col > .col-lg-6,
.list-col > .col-xs-7, .list-col > .col-sm-7, .list-col > .col-md-7, .list-col > .col-lg-7,
.list-col > .col-xs-8, .list-col > .col-sm-8, .list-col > .col-md-8, .list-col > .col-lg-8,
.list-col > .col-xs-9, .list-col > .col-sm-9, .list-col > .col-md-9, .list-col > .col-lg-9,
.list-col > .col-xs-10, .list-col > .col-sm-10, .list-col > .col-md-10, .list-col > .col-lg-10,
.list-col > .col-xs-11, .list-col > .col-sm-11, .list-col > .col-md-11, .list-col > .col-lg-11,
.list-col > .col-xs-12, .list-col > .col-sm-12, .list-col > .col-md-12, .list-col > .col-lg-12 {
padding-top: 15px;
padding-bottom: 15px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
  width: 91.66666667%;
}
.col-lg-10 {
  width: 83.33333333%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-8 {
  width: 66.66666667%;
}
.col-lg-7 {
  width: 58.33333333%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-5 {
  width: 41.66666667%;
}
.col-lg-4 {
  width: 33.33333333%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-1 {
  width: 8.33333333%;
}
.ver-middle{
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.col-lg-12 {
  width: 100%;
}
.none-padding{
    padding: 0px;
}
.header-bar {
text-align: center;
padding: 10px 0;
position: relative;
}
.header-space{
    margin-bottom: 15px;
}
.header-cate {
font-weight: bold;
font-size: 22px;
color: #23154e;
margin: 0;
line-height: 40px;
text-align: center;
position: relative;
padding-bottom: 20px;
text-transform: uppercase;
background: url(../img/bg_h2.png) bottom center no-repeat;
}
.header-left {text-align: left;font-weight: normal;text-transform: uppercase;font-size: 25px;line-height: 40px;color: #bb001c;padding: 10px 0px;}
.bg-panel .header-left{
    padding-left: 5px;
    padding-right: 5px;
}
.header-left span {
    
    display: inline-block;
    
    position: relative;
    
    background: none;
    
    padding: 0;
    
    color: #333;
    
    font-weight: bold;
    
    padding-bottom: 4px;
}
.header-line {
text-align: center;
font-weight: normal;
text-transform: uppercase;
font-size: 25px;
line-height: 40px;
color: #bb001c;
padding: 10px 5px;
}
.header-line span {
display: inline-block;
position: relative;
background: none;
padding: 0;
color: #333;
font-weight: bold;
padding-bottom: 4px;
}
.header-line:after {
    content: '';
    display: block;
    height: 2px;
    width: 80px;
    background: #e10531;
    margin: 0px auto 5px auto;
}
.title-bg {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    margin: 0;
    font-weight: 600;
    /*margin-bottom: 10px;*/
    padding: 10px 20px 10px 20px;
    background: #fdd400;
    text-transform: uppercase;
    color: #333;
    z-index: 9;
}
.title-bg:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: inherit;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);
    z-index: -1;
}
.toltal-pro {
    font-weight: normal;
    font-size: 14px;
    padding: 0 15px;
    line-height: 18px;
    text-transform: initial;
}
.header-line-bottom {
    text-align: left;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}
.header-line-bottom span {
    display: inline-block;
    position: relative;
    font-weight: 500;
}
.header-line-bottom span:after {content: '';position: absolute;height: 2px;width: 100%;left: 0;bottom: -2px;background: #bb001c;}
.block-heading {
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
}
.header-bg {
background: #23154e;
padding: 10px 15px;
color: #FFF;
text-transform: uppercase;
margin-bottom: 15px;
text-align: center;
}
.header-icon img {
    display: inline-block;
    vertical-align: middle;
    max-height: 40px;
    width: auto;
}
.header-icon {
    text-align: left;
    line-height: 40px;
}
.header-icon span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0 5px;
}
.page_head {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
}
/* header */
.header-top {
    background: #bb001c;
}
.header-center {
	padding: 0;
	border-bottom: 2px solid #fd0000;
}
.header-bottom {
    background: #bb001c;
    box-shadow: 0 2px 3px #eee;
}
.top-list-item {
    list-style: none;
}
.top-list-item li {
    display: inline-block;
    color: #FFF;
    padding: 0 5px;
    position: relative;
    white-space: nowrap;
}
.top-list-item > li>a {
    padding: 5px 0;
    color: #FFF;
    display: block;
}
.top-list-item li:hover > * {
    color: #ffe000;
}
.info-item a {
    font-size: 14px;
    color: #333;
}
.info-item {
    margin: 0;
}
.phone-item{
    display: inline-block;
    padding: 0;
    padding-left: 35px;
    background: url(../img/icon-phone-ring.png) 0px center no-repeat;
    background-size: 30px;
    height: 36px;
    cursor: pointer;
}
.info-item p {
    margin: 0;
    color: #000;
    line-height: 18px;
}
.phone-item a {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #bb001c;
    line-height: 18px;
}
.user-item{
    display: inline-block;
    padding: 0;
    padding-left: 35px;
    background: url(../img/icon-user.png) 0px center no-repeat;
    background-size: 30px;
    height: 36px;
    cursor: pointer;
    line-height: 36px;
}
.hover_scale:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.transition {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
/*   PRODUCT   */
.list-product .product-col {
    padding: 0;
    margin-top: -1px;
    margin-right: -1px;
}
.product_name {
	color: #000;
	line-height: 20px;font-weight: 600;
	font-size: 15px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	margin-bottom: 5px;
}
.product_name:hover {
}
.product-code {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000000;
}
.cate_home_xt{
	position: absolute;
    top: 24px;
    right: 17px;
}
.cate_home{
	border-bottom: 2px solid #fdd400;
    margin-bottom: 10px;
}
.discout_cate_price{
	position: absolute;
    top: 0px;
    left: 2px;
    display: block;
    width: 35px;
    height: auto;
    text-align: center;
    background: url(../img/discount.png) scroll no-repeat center;
    color: white;
    background-size: 35px;
    font-size: 10px;
    line-height: 20px;
    padding: 6px 0 8px;
    z-index: 100;
}
.product-discout-percent{
    position: absolute;
    top: 0px;
    left: 2px;
    display: block;
    width: 64px;
    height: auto;
    text-align: center;
    background: url('../img/discount.png') scroll no-repeat center;
    color: white;
    font-size: 20px;
    line-height: 68px;
    padding: 6px 0 8px;
    z-index: 100;
}
.box-pro-info .price-box {
    float: left;
}
.box-pro-info {
    padding: 5px;
    overflow: hidden;
}
.box-pro-info .code {
    float: right;
    font-weight: bold;
    color: #333;
}
.price-box p {
    margin: 0;
}
.price-old {text-decoration: line-through;color: #464646;font-weight: normal;padding: 0 2px;line-height: 22px;display: inline-block;vertical-align: middle;font-size: 13px;}
.price-new {color: #e10531;padding-right: 2px;line-height: 22px;vertical-align: middle;font-weight: 600;}
.price-box .price-new{color: #cb1c22;margin-bottom: 0;line-height: 20px;font-weight: 600;font-size: 14px;display: inline-block;vertical-align: middle;padding-right: 6px;}
.product-info {padding: 6px;}
.product_item .btn-pro-status {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #333333;
    padding: 10px 6px;
    color: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.product_item:hover .btn-pro-status {
    visibility: visible;
    opacity: 1;
}
.product_image:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.60);
    z-index: 1;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.sub_image {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-top: 10px;
}
.sub_image .sub_image_item {
    display: block;
    border: 1px solid #e3e3e3;
    margin-right: 3px;
    padding: 1px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.sub_image img {
    max-width: 30px !important;
    height: auto;
    display: block;
}
.sub_image .sub_image_item:hover,
.sub_image .sub_image_item.active {
    border-color: #333;
}
.product_special {
   /* border: 3px solid #fcd501 !important;*/
}
/*.product_item:hover .product_image:after {
    opacity: 1;
    visibility: visible;
}
*/
.product_item, .product_item_small {position: relative;overflow: hidden;cursor: pointer;height: 100%;padding: 0;background: #FFF;border: 1px solid #dbdbdb;transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;}
.product_item:hover,.product_item_small:hover {border: solid 1px #c7c7c7;-webkit-box-shadow: 0 0 4px 0 #dee2e6;box-shadow: 0 0 4px 0 #868686;z-index: 9;}
.product_item:hover .product_image img {
    /* -webkit-transform: scale(1.05); */
    -ms-transform: scale(1.05);
    /* transform: scale(1.05); */
}
.product_item_small .product_image {
    width: 35%;
}
.product_item_small {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
}
.product_item_small .product-info {
    width: 65%;
}
.product_item .product_image img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product_item .price-box {display: flex;align-content: center;justify-content: flex-start;align-items: center;white-space: nowrap;}
.product-vlist .btn-box {
    position: relative;
}
.quickview-wrap{
    position: absolute;
    visibility: hidden;
    z-index: 99;
    opacity: 0;
    bottom: -20%;
    left: 0;
    right: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.quickview {
    background: #bb001c;
    color: #FFF;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
}
.quickview:hover {
    background: #fff;
    color: #bb001c;
    box-shadow: 0 0 5px #147296;
}
.btn-pro-status {
    padding: 0 10px;
    z-index: 9999;
}
.product_item:hover .quickview-wrap{
    visibility: visible;
    opacity: 1;
    bottom: 10%;
}
.product_image{position: relative;transition: all 300ms ease;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-o-transition: all 300ms ease;overflow: hidden;margin-bottom: 5px;padding: 6px;padding-bottom: 0;}
.product_image img {
display: block;
margin: 0 auto;
}
.label-sale {
	/*background: #ff1900;*/
	padding: 0px 3px;
	font-size: 12px;
	color: #ff1900;
	border-radius: 3px;
	position: relative;
	margin-left: 7px;
	display: none;}
.label-sale:before {
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -4px;
    content: '';
    border-right: 6px solid #ff1900;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.product_gift {
    margin-bottom: 10px;
}
.product_gift ul {
    list-style: none;
}
.product_gift ul li{
}
.product_gift ul li:before {
    content: '\f06b';
    font-family: 'FontAwesome';
    color: red;
    margin-right: 5px;
    display: none;
}
.btn-ss, .btn-view {
    text-align: center;
    border: 1px solid;
    width: 100%;
    display: block;
    margin: 5px 0;
    white-space: nowrap;
    border-radius: 3px;
    padding: 2px 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.btn-ss {
    color: #28a745;
    border-color: #28a745;
}
.btn-ss:hover {
    background: #28a745;
    color: #FFFFFF;
}
.btn-view {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-view:hover {
    background: #17a2b8;
    color: #FFFFFF;
}
.hot_product_item {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
.hot_product_item:last-child{
    border: none;
}
.hot_product_item .product_name {
font-size: 14px;
line-height: 18px;
font-weight: 500;
}
.line-end {
    width: 100%;
    border-top: 1px dashed #000;
    margin: 20px 0;
}
/*   v-list   */
.product-vlist{background: #FFF;transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;}
.product-vlist:hover {
   /* -webkit-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
    -moz-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
    box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);*/
}
.vlist-img{float:left;width: 40%;position:relative;text-align: center;padding-right: 15px;}
.vlist-img img{max-width:100%;display: block;margin: 0 auto;padding: 14px 0;}
.product_item .vlist-img .btn-pro-status {
    left: 15px;
    right: 15px;
    bottom: 15px;
}
.vlist-info{float:left;width: 60%;position:relative;padding: 15px;}
.vlist-name{
display: block;
overflow:hidden;
font-size:15px;
line-height:22px;
margin-bottom: 10px;
}
.vlist-price{height:auto;
position:absolute;
top:0;
right:10px;
text-align:right}
.sale-text {
    color: #ff5200;
}
.vlist-detail ul {
    list-style: none;
}
.vlist-detail{padding:10px 0;
margin-left:-5px;
margin-right:-5px}
.vlist-detail li{margin-bottom:2px;
line-height:22px;
padding:2px 5px}
.vlist-detail li:nth-of-type(2n+1){clear:both}
.vlist-detail li label{
display:block;
float:left;
line-height:17px;
width:auto;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
vertical-align:top;
padding-right: 6px;
font-size: 13px;
font-weight: 600;
color:#333;
}
.vlist-detail li span{
display:block;
line-height:17px;
overflow:hidden;
vertical-align:top;
font-size:13px;
color: #4e4e4e;
text-overflow:ellipsis;
white-space:nowrap;
}
.vlist-quickview .quickview{
    border-radius: 0;
}
.cms_button {
    padding: 10px 15px;
    background: #eee;
    color: #333;
    border: 0;
    line-height: 20px;
    cursor: pointer;
    outline: 0;
}
.btn {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    line-height: 100%;
    display: block;
    font-size: 1rem;
    cursor: pointer;
    text-align: center
}
.btn * {
    display: block;
}
.red-btn {
    color: #fff;
    background: #e10531;
}
.green-btn {
    color: #FFFFFF;
    background: #28a745;
}
.blue-btn {
    background: #17a2b8;
    color: #FFFFFF;
}
.btn:hover {
    filter: brightness(1.1);
}
.input-group-btn button {height: 30px;width: 30px;display: inline-block;padding: 5px;}
.input-group {
    position: relative;
}
.input-group input[type="text"] {
    width: 100%;
    height: 35px;
    border-radius: 0;
}
.input-group button {
    position: absolute;
    height: 35px;
    min-width: 35px;
    width: auto;
    padding: 0 5px;
    right: 0;
    top: 0;
    white-space: nowrap;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
}
.btn-primary:hover {
    background-color: #2e6da4;
}
.btn-danger {
    background-color: #d9534f;
    color: #fff;
}
.btn-danger:hover {
    background-color: #d43f3a;
}
.label {
    margin-bottom: 5px;
}
.feedback {
    position: relative;
}
.feedback .icon-text {
    padding-left: 45px!important;
}
.feedback .icon-append {
    position: absolute;
    bottom: 4px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    color: grey;
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #e5e5e5;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
/* breadcrumbs */
.breadcrumbs-box {
    background: #f4f4f4;
}
.breadcrumbs{padding: 5px 0;font-size: 12px;}
.breadcrumbs ul{list-style:none}
.breadcrumbs ul li{display:inline-block}
.breadcrumbs a{color: #6d6d6d;font-size: 14px;}
.breadcrumbs span{display:inline-block;
margin:0 5px;
color:#378ab0;
font-size:13px}
.breadcrumbs i {
    padding: 0 5px;
}
.breadcrumbs a:hover {
    color: #006BA0;
}
/* pagination */
.pagination{font-size:12px;margin: 20px 0 20px;position:relative;list-style:none;text-align: center;}
.pagination li{display: inline-block;}
.pagination li a.prev{position:inherit}
.pagination .disabled{display:none}
.pagination span,.pagination a{float:left;color: #333;font-size:12px;background: #ededed;border-radius: 40px;width: 40px;height: 40px;font-size: 15px;border: none;line-height: 40px;text-align:center;padding: 0;margin-left:5px;transition: all 300ms ease;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-o-transition: all 300ms ease;}
.pagination span{background:#fff}
.pagination a:hover,.pagination li.active a{color: #333;background: #fcd501;}
.pagination span.current{border:1px solid #1591ad;
color:#1591ad;
background:#fff url(../img/readmore_bg.png) repeat-x center left;
font-size:12px;
border-radius:3px;
height:27px;
line-height:27px;
text-align:center}
.pagination>.prev,.pagination .next{position:static}
.row:before, .row:after{
    display: table;
    content: '';
}
.row:after{
    clear: both;
}
#header{
    background: #FFFFFF;
}
#header img{max-height: 80px;}
.logo_header {
    background-color: #fdd400;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    align-content: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}
.logo_header a:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: inherit;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);
    z-index: -1;
    left: auto;
    right: 18px;
    width: 18px;
    z-index: 0;
    background: #172027;
}
.logo_header:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    background-color: inherit;
    z-index: -1;
}
.logo_header:after {
    content: "";
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: inherit;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);
    z-index: -1;
}
.top-bar {
    padding-left: 40px;
    padding-right: 0;
    background-color: #252525;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}
.top-bar:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #252525;
    z-index: -1;
}
.menu-cate {
    width: 22%;
    float: left;
    position: relative;
    z-index: 3;
}
.menu-page {width: 100%;background: #FFFFFF;}
#menu_page {
    padding-left: 10px;
}
.menu-box ul {
    list-style: none;
}
.menu-box > ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.menu-box li{
text-align: left;
}
.menu-box li:last-child{
    border: none;
}
.menu-box a {display: block;color: #333;font-size: 14px;line-height: 23px;font-weight: 400;transition: all 300ms ease;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;white-space: normal;}
.menu-box > ul > li {
    width: 100%;
    white-space: nowrap;
    position: relative;
}
.menu-box > ul > li > a{
    text-transform: uppercase;
    line-height: 50px;
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    font-weight: bold;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 0;
    white-space: nowrap;
}
.menu-box > ul > li > a > img {
    padding-right: 6px;
    max-width: 25px;
}
.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999999;
    box-shadow: 0 0 10px #333 !important;
    right: 0;
	width: auto !important;
    padding: 0px !important;
    background: #f1f1f1;
	border-bottom: 2px solid #FF8800;
    border-radius: 0;
}
.menu-box > ul > li:hover > a:before {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -7px;
    content: '';
    border-bottom: 10px solid #FFFFFF;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.page_cate_c2:hover{
	border-bottom: 2px solid #d73444;
}
.page_cate_c3 a:hover{
	color: #0016fe !important;
	border-bottom: 2px solid #d73444;
}
.page_cate_c3 a{
	padding-bottom: 5px;
	border-bottom: 2px solid #fff0;
}
#menu_category .lv1 a:hover{
	color: #0016fe !important;
	border-bottom: 2px solid #d73444;
}
#menu_category .lv1 a{
	padding-bottom: 5px;
	border-bottom: 2px solid #fff0;
}
.page_cate_c3 {
    padding: 5px 0px 5px 10px;
}
.page_cate_c2 {
	padding-bottom: 5px;
	text-transform: uppercase;
    font-weight: bold !important;
	border-bottom: 2px solid #fff0;
}
.page_cate_c2 img {
    margin: 0 0 -5px 0px;
}
.menu-box > ul > li > a > i {display: inline-block;vertical-align: middle;position: relative;right: unset;top: unset;line-height: 50px;padding-left: 5px;}
.menu-box .menu-child {
    min-width: 200px;
}
.fixed .menu-box .menu-sub-box {
    max-width: 90%;
    margin-left: 5%;
}
.menu-box .menu-sub-box {
    /*max-width: 900px;*/
    max-width: 100%;
    max-height: 500px;
}
.menu-box > ul > li.has_child {
    position: static;
}
.menu-child-item:last-child {
    border-bottom: 0;
}
.menu-box > ul > li:hover > a {}
.menu-box > ul > li:hover > .menu-sub-box,
.menu-box > ul > li:hover > .menu-child {overflow: auto;opacity: 1;-webkit-transform: perspective(600px) rotateX(0deg);-moz-transform: perspective(600px) rotateX(0deg);-ms-transform: perspective(600px) rotateX(0deg);-o-transform: perspective(600px) rotateX(0deg);transform: perspective(600px) rotateX(0deg);-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;}
.menu-box .menu-child, .menu-box .menu-sub-box {
    overflow: hidden;
    display: block;
    opacity: 0;
    padding: 0px 10px;
    width: 100%;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px 2px rgb(0 0 0 / 20%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
    text-align: left;
}
.menu-child-item {
    border-bottom: 1px solid #eee;
}
.menu-child-item a:hover {
	border-bottom: 2px solid #d73444;
}
.menu-child-item a {
    font-weight: 500;
    padding: 10px 0;
	border-bottom: 2px solid #d7344400;
}
.tt-col-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: 15px;
}
.menu-col-4 {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 10px;
}
.menu-col-5 {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 10px;
}
.menu-box .tt-col-list a i,
.menu-box .menu-child-item a i{
    padding-right: 5px;
}
.menu-box .tt-col-list a:hover {
    color: #e10531;
}
.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999999;
    box-shadow: 0 0 10px #333 !important;
    right: 0;
    padding: 0px !important;
    background: #FFF;
}
.fixed #meun_page a{
    color: #333 !important;
}
.header-bottom .logo-box, .header-bottom .header-wrap-right {
    display: none;
}
.header-bottom.fixed .logo-box, .header-bottom.fixed .header-wrap-right {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
}
.header-bottom.fixed .logo-box {
    float: left;
    width: 100px;
}
.header-bottom.fixed .logo-box img{
    float: left;
    max-height: 30px;
}
.header-bottom.fixed .menu-box {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 950px;
}
.header-bottom.fixed .header-wrap-right {
    float: right;
    width: 150px;
}
.header-bottom.fixed .menu-box #menu-page > ul > li > a {
    /*padding: 5px 12px;*/
}
.header-bottom.fixed {
    text-align: center;
}
.header-bottom.fixed .container {
    position: relative;
}
.cart-neo{
    display: inline-block;
    vertical-align: middle;
    padding: 3px 10px;
    background: url(../img/bag-icon-neo.png) center no-repeat;
    background-size: contain;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}
.cart-neo span {
    background: #bb001c;
    padding: 0;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 18px;
    font-size: 13px;
}
.wishlist-neo{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.wishlist-neo a {
    color: #f583b4;
    font-size: 18px;
}
.wishlist-neo a:hover {
    color: #ee0000;
}
.search-neo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.search-neo form {position: absolute;right: -10px;padding: 3px;background: #fdd400;display: none;border: 1px solid #fdd400;}
.search-neo form:after {position: absolute;content: '';border-bottom: 10px solid #fdd400;border-left: 5px solid transparent;border-right: 5px solid transparent;right: 25px;top: -10px;}
.btn-search-neo{
    background: url('../img/icon-search.png') center no-repeat;
    background-size: 20px;
    width: 40px;
    height: 30px;
    padding: 0 5px;
    cursor: pointer;
}
.search-neo .search-box {
    width: 250px;
    position: relative;
}
.search-neo .search-box input[type="text"] {
    padding: 3px;
    height: 35px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eee;
}
.search-neo form button {position: absolute;right: 0;top: 0;height: 35px;width: 35px;padding: 0;line-height: 35px;color: #333;background: #fdd400;border: 1px solid #eee;}
#content {
}
.content_left {
    box-sizing: border-box;
    float: left;
    width: 24%;
}
.content_right {
    box-sizing: border-box;
    float: left;
    width: 76%;
    padding-left: 20px;
}
.toggle-menu {
    padding: 0 10px;
    background: #333;
    font-size: 16px;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    color: #FFF;
}
.toggle-menu i {
    padding-right: 20px;
}
.toggle-menu .icon-heading {
    width: 35px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}
.toggle-menu .icon-heading span {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    background: #FFF;
}
.toggle-menu .icon-heading:before, .toggle-menu .icon-heading:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #FFF;
}
.toggle-menu .icon-heading:before {
    -webkit-transform: translate3d(0, -7px, 0) scale3d(.8, 1, 1);
    transform: translate3d(0, -7px, 0) scale3d(.8, 1, 1);
}
.toggle-menu .icon-heading:after {
    -webkit-transform: translate3d(0, 7px, 0) scale3d(.8, 1, 1);
    transform: translate3d(0, 7px, 0) scale3d(.8, 1, 1);
}
.menu-heading {
    text-transform: uppercase;
}
#bg-cate-hori{color:#fff;position:relative;box-sizing:border-box;z-index: 3;}
#header-bottom{
position: relative;
}
#header-bottom:after {content: '';position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 45px;background: #fafafa;z-index: 1;display: none;}
.slide-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px;
}
.box-slide{
	cursor:move;
	width:100%;
	height:455px;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden
}
#menu_category li ul li ul li{
	border-bottom: 1px solid #f4f4f4;
}
#menu_category li ul li ul li a{
	font-weight: 400;
}
#menu_category li ul li a{
	font-weight: 600;
}
#menu_category {
    list-style: none;
}
#menu_category li {
    position: relative;
}
#menu_category li:hover {
}
#menu_category li a {
	text-transform: uppercase;
    display: block;
    line-height: 30px;
	font-weight: bold;
}
#menu_category li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    max-width: 50px;
}
#menu_category li a span {
    display: inline-block;
    vertical-align: middle;
}
#menu_category li i {
    position: absolute;
    right: 0;
    top: 2px;
    width: 20px;
    height: 25px;
    font-size: 20px;
    line-height: 25px;
    text-align: right;
    cursor: pointer;
    color: #989898;
}
#menu_category li i:hover {
    color: #006BA0;
}
#menu_category ul {
    background: #FFF;
    list-style: none;
    display: none;
    padding-left: 15px;
    padding-top: 5px;
    border-top: 1px solid #f4f4f4;
}
#menu_category ul a {
    white-space: nowrap;
    padding: 0 5px;
}
.sub-cate-title {font-weight: 600;color: #252525;margin-bottom: 5px;text-align: left;text-transform: uppercase;}
.sub-cate > li {
    line-height: 18px;
    margin-bottom: 8px;
    display: block;
}
.sub-cate > li > a {
    line-height: 18px;
    display: block;
    background: url(../img/icon-arrow-right.png) 0px 5px no-repeat;
    background-size: 5px;
    padding-left: 8px;
}
.sub-brand > li > a{
    text-transform: uppercase;
}
.fs-box {
}
.fs-tit {
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 10px;
    text-align: center;
}
.fs-tit span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: initial;
    margin-top: 5px;
    color: #7b7b7b;
}
.fs-list-fil {
list-style: none;
display: none;
margin-top: 15px;
}
.fs-main.active .fs-list-fil{
    display: block;
}
.fs-main {margin-bottom: 30px;border: 1px solid #eee;padding: 10px;background: #FFFFFF;}
.fs-main-tit {
color: #000000;
font-weight: 400;
font-size: 16px;
text-transform: uppercase;
padding: 5px 0;
padding-bottom: 15px;
line-height: 20px;
position: relative;
border-bottom: 1px solid #eee;
    cursor: pointer;
}
.fs-main-tras:after {
    position: absolute;
    display: block;
    top: 10px;
    right: 5px;
    font-family: 'FontAwesome';
    font-size: 10px;
    content: '\f067';
    line-height: 1;
    font-weight: normal;
    color: #989898;
}
.fs-main.active .fs-main-tras:after{
    content: '\f068';
}
.fs-list-fil li {
position: relative;
margin-bottom: 5px;
width: 100%;
padding: 0;
}
.fs-list-fil li a {
    text-align: left;
    display: block;
    line-height: 20px;
    padding: 2px 0;
    padding-left: 22px;
    position: relative;
}
.fs-list-fil li a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 9px;
    text-align: center;
    color: #fff;
    background-color: #fff;
    border: solid 1px silver;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#menu_category.fs-list-fil li a {
    padding-left: 0px;
}
#menu_category.fs-list-fil li a:before {
    display: none !important;
}
.fs-list-fil li>a.active:before,
.fs-list-fil li:hover > a:before {
    border: solid 1px #4990e2;
    background: #4990e2 url('../img/icon-tick.png') center no-repeat;
    background-size: 12px;
}
.fs-list-fil li a img {
    max-height: 20px;
    display: inline-block;
}
.fs-list-fil.fs-brand li {
}
.fs-list-fil.fs-brand li:nth-of-type(2n+1){
}
.fs-box-view {background: #fdfdfd;margin-bottom: 15px;padding: 0;border-bottom: 1px solid #eeeeee;padding-bottom: 10px;}
.fs-ctf-hrdrop {
    position: relative;
    display: inline-block;
    border: 1px solid #eee;
    padding: 0 10px;
    border-radius: 3px;
}
.fs-ctf-hrdrop button {
    height: 36px;
    font-size: 13px;
    position: relative;
    padding-right: 30px;
    background: transparent;
    color: #009bd6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: 0;
    cursor: pointer;
    text-transform: capitalize;
}
.fs-ctf-hrdrop button .sortText {
    color: #333;
}
.fs-ctf-hrdrop button:before, .fs-ctf-hrdrop button:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #009bd6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 10px;
    top: 15px;
}
.fs-list-rad {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    background-clip: padding-box;
}
.fs-list-rad:before,
.fs-list-rad:after{
    right: 20px;
    top: -8px;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border-bottom: 8px solid #d9d9d9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.fs-list-rad:after {
    border-width: 7px;
    border-bottom-color: #fff;
    margin-right: 1px;
    border-bottom: 8px solid #fff;
}
.fs-list-rad li {
    display: block;
    padding: 0 10px;
}
.fs-list-rad li a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 9px;
    text-align: center;
    color: #fff;
    background-color: #fff;
    border: solid 1px silver;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 100%;
}
.fs-list-rad li a {
    text-align: left;
    display: block;
    line-height: 32px;
    padding: 2px 0;
    padding-left: 22px;
    position: relative;
}
.fs-list-rad li:hover > a:after,
.fs-list-rad li a.active:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #5597e3;
    left: 4px;
    top: 13px;
    border-radius: 100%;
}
.box_viewType {
    text-align: right;
}
.box_viewType .i_gridView {
  background: url(../img/i_icon10.png) center no-repeat;
  height: 36px;
  margin: 2px 0;
  width: 36px;
  border: 1px solid #eee;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
}
.box_viewType .i_gridView.active {
  background: url("../img/i_icon10_ac.png") center no-repeat;
}
.box_viewType .i_listView {
  background: url("../img/i_icon11.png") center no-repeat;
  display: inline-block;
  height: 36px;
  margin-right: 0;
  width: 36px;
  border: 1px solid #eee;
  border-radius: 3px;
  vertical-align: middle;
}
.box_viewType .i_listView.active {
  background: url("../img/i_icon11_ac.png") center no-repeat;
}
#adv_left img,
#adv_right img {max-width: 100%;display: block;}
.page_content{
    padding: 15px;
}
.page_content img {
    max-width: 100%;
}
/*   CART   */
.shopcart {display: inline-block;padding: 0;padding-left: 35px;background: url(../img/icon-cart.png) 5px center no-repeat;background-size: 30px;height: 40px;cursor: pointer;line-height: 40px;}
.shopcart p {margin: 0;color: #ffffff;line-height: 36px;font-size: 14px;}
.cart-total-full {display: block;height: 36px;padding: 0 5px;color: #FFFFFF;}
.shopping_cart {
    position: relative;
}
.cart_panel {
    position: absolute;
    right: 0;
    top: 100%;
    background: #FFFFFF;
    width: 350px;
    box-shadow: 0 3px 3px #ccc;
    z-index: 999;
    color: #333;
    display: none;
}
.cart-panel-pro-item {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 12px 5px;
    border-bottom: 1px dashed #eee;
    flex-direction: row;
    position: relative;
}
.info-product-popup {
    text-align: left;
    padding-right: 23px !important;
    padding-left: 10px;
}
.title-product-popup {
}
.cart-panel-pro-item > div {
}
.popupcart {
    width: 850px;
    background: #FFFFFF;
    padding: 15px 0;
}
.checkout-title {
    display: block;
    margin-bottom: 25px;
}
.checkout-title span {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    position: relative;
}
.checkout-title span:after {
    position: absolute;
    content: '';
    height: 2px;
    background: #fcd501;
    width: 60%;
    top: 100%;
    left: 0;
}
.cart_sidebar_form{
    border-bottom: none;
    margin-bottom: 13px;
    overflow-y: auto;
    overflow-x: hidden;
}
#cart_sidebar_poupup {
    max-height: 290px;
    padding: 0 5px;
}
#cart_sidebar_panel {
    max-height: 200px;
}
.form-cart-aj{
    border: 1px solid #eee;
}
.cart-popup-pro-item {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #eee;
    flex-direction: row;
    position: relative;
}
.cart-popup-title {
    background: #fcd501;
    font-weight: 500;
}
.cart-popup-pro-item > div {
    padding: 8px;
}
.imagepro {
    position: relative;
}
.number-neo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background: #6b6b6b;
    text-align: center;
    color: #ffffff;
    border: 1px solid #fcd501;
    font-weight: 500;
}
.btn-delete-cart-item {
    position: absolute;
    right: 4px;
    top: 5px;
    width: 24px;
    height: 24px;
    border: 1px solid #fcd501;
    border-radius: 30px;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    background: #ffffff;
}
.title-product-popup a {
    font-weight: 600;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
}
.btn-wrap{display: inline-block;vertical-align: middle;padding-right: 10px;}
.btn-wrap .btn-plus,
.btn-wrap .btn-min {border: 1px solid #fafafa;float: left;width: 30px;height: 36px;box-sizing: border-box;background: #f0f0f0;font-size: 20px;line-height: 34px;text-align: center;display: block;cursor: pointer;outline: 0;}
.btn-wrap input[type="text"] {height: 36px;float:  left;width: 45px;box-sizing: border-box;border-radius: 0;text-align: center;margin: 0;box-shadow: none;border: 1px solid #fafafa;background: #fafafa;}
.box-order{display: flex;vertical-align: middle;padding-right: 20px;margin-bottom: 10px;margin-top: 10px;align-items: center;justify-content: flex-start;align-content: center;flex-wrap: nowrap;flex-direction: row;}
.box-order span{padding-right: 5px;font-size: 14px;font-weight: 500;}
.order_button {
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    font-weight: 600;
    /*background: #fcd501;*/
    color: #fff;
	border-radius: 5px;
    font-size: 16px;
    text-align: center;
}
.close-popup{
	background: #177ad9;
}
.view-cart{
	background: #d11214;
}
.cart_button{
	background: #4b96f3 !important;
    width: 49% !important;
}
.order_button span {
    font-size: 11px;
	font-style: italic;
}
.order_now{
	background: #e50f10 !important;
    width: 49% !important;
}
.list-attr {
    margin-bottom: 5px;
}
.list-attr p {
    display:inline-block;
    border: 1px solid #fcd501;
    margin-right:2px;
    margin-bottom:2px;
    border-radius:2px;
    position:relative;
    cursor:pointer;
    color: #333333;
    padding:2px 3px;
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -o-transition:all 300ms ease;
  }
  
  .list-attr p span {
    position:absolute;
    background:#6d6d6d;
    color:#FFF;
    white-space:nowrap;
    opacity:0;
    visibility:hidden;
    top:-23px;
    left:0;
    padding:0 5px;
    font-size:11px;
    border-radius:3px;
  }
  
  .list-attr p span:after {
    position:absolute;
    content:'';
    bottom:-6px;
    left:10px;
    border-top:6px solid #6d6d6d;
    border-bottom:0 solid transparent;
    border-left:3px solid transparent;
    border-right:3px solid transparent;
  }
  
  .list-attr p:hover span {
    opacity:1;
    visibility:visible;
  }
  
  .list-attr p:hover {
    color: #333333;
    background: #fcd501;
  }
.home_box{
	box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
  }
.search_panel {position: relative;display: inline-block;z-index: 9999999999999999999999;}
.search_panel form{position: relative;}
.search_panel form button{position: absolute;top: 0;right: 0;outline: 0;padding: 0px 14px;height: 40px;font-size: 18px;color: #252525;cursor: pointer;background: #fcd501;border: 1px solid #aaaaaa;}
.search_panel input[type=text] {padding: 3px;height: 40px;box-sizing: border-box;width: 100%;border: 1px solid #aaaaaa;}
.search_panel button[type="button"] {
    top: 0;
    right: 0;
    outline: 0;
    padding: 0px 16px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: #252525;
    border: 1px solid #252525;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.search-wrap {
    position: absolute;
    top: 100%;
    z-index: 9999999999;
    width: 300px;
    right: 0;
    background: #fcd501;
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.search-wrap.open {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.search_panel button[type="button"]:hover {
    background: #fcd501;
}
#footer {
    overflow: hidden;
}
footer {background: #172027;padding: 0;margin-top: 0;overflow: hidden;border-top: 1px solid #eee;color: #FFF;}
footer p{
    overflow: hidden;
}
footer a {color:#FFF !important;}
.footer-widget-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
#license_bottom {   
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 8px;
}
.license {
	background: #172027;
	padding: 15px 0;
	color: #FFF;
	position: relative;
	margin-top: 10px;
}
.license * {
    color: #FFF;
}
.license:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: repeating-linear-gradient(90deg, black, transparent 10px, #cca000 10px, #cca000 19px);
}
.box_newsletter:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: repeating-linear-gradient(90deg, black, transparent 10px, #cca000 10px, #cca000 19px);
}
.box_newsletter {
	padding: 25px 10px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 15px;
}
.box_newsletters .left {
	padding-left: 90px;
	padding-right: 15px;
	background: url(../img/i_loa.png) 10px center no-repeat scroll;
	vertical-align: middle;
	background-size: 65px;
	box-sizing: border-box;
	float: left;height: 50px;
}
.box_newsletters .left .newsletter_title {
	color: #000;
	/*float: left;*/ 
	text-align: center;
	font-size: 25px;
	margin-top: 0;
	text-transform: uppercase;
	width: 100%;
	line-height: 50px;
}
.box_newsletters{
	padding: 20px 0;
	background: #e7e7e7;
}
.box_newsletter .left .newsletter_content {
  float: left;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
  width: 100%;
  color: #fff;
}
.box_newsletter .right {position: relative;}
.newsletter {float: left;position: relative;width: 100%;}
.newsletter > input {box-shadow: none;font-size: 15px;font-weight: 400;height: 100%;padding: 0 0 0 30px;width: 100%;outline: 0 !important;border-radius: 0;min-height: 45px;background-color: #1e2e3a !important;border-color: #1e2e3a;color: #fdd400;border: none;}
.newsletter > a {background: #fdd400;font-size: 14px;height: 100%;line-height: 45px;position: absolute;right: 0;text-align: center;text-transform: uppercase;top: 0;padding: 0 20px;color: #333333 !important;}
.popup-box {
    display: none;
}
.product-popup {
    border-top: 40px solid #e10531;
    width: 820px;
    background: #FFFFFF;
}
.pop-success{
    display: none;
}
.popup-left-content {
    background: #3a3c4c;
}
.pop-title {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    line-height: 25px;
    color: #000000;
    text-transform: uppercase;
}
.pop-img img {
    margin: 0 auto;
    height: 200px;
}
.pop-img {
    text-align: center;
}
.pop-info {
    background: #40424b;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
}
.form-group {
    padding: 10px 0;
}
.news-date {
    font-size: 12px;
    color: #9c9c9c;
    font-weight: 400;
}
.news-item {
background: #fbfbfb;
border: 1px solid #eee;
height: 100%;
position: relative;
padding-bottom: 20px;
}
.news-item .news-date {
    position: absolute;
    bottom: 10px;
}
.news-info {
    padding: 10px;
}
.news-home-slide-des {
    font-style: italic;
	height: 63px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news_des{
	height: 45px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-title {
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 16px;
    height: 45px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-title:hover{
    color: #bb001c;
}
.news_panel .panel_body ul li>img {
    float: left;
    margin: 0 6px 0 0;
    max-width: 75px;
}
.news_panel .panel_body ul {
    float: left;
    list-style: none outside none;
    width: 100%;
}
.news_panel ul li {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px dotted #fff;
    box-sizing: border-box;
}
.news_panel ul li:last-child{
    border: none;
}
.news_panel ul li a{
}
.title-line {
    /*border-bottom: 1px solid #eee;*/
	border-bottom: 2px solid #fdd400;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
}
.news-h-img img {
    display: block;
}
.news-h-item {
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #fbfbfb;
    border: 1px solid #eee;
    margin-bottom: 5px;
}
.news-h-img {
    width: 40%;
    padding-right: 10px;
}
.news-h-info {
    width: 60%;
}
.news-h-title {
    font-weight: 500;
    margin-bottom: 5px;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: unset;
	width: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.box-left {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 3px #eee;
    padding: 10px;
}
/* Support online*/
.account {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.account:last-child {
    border: 0;
}
.account .name {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 500;
}
.account .phone {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #e10531;
}
#qc{
    list-style: none;
}
#qc li {
    padding: 10px 0;
}
#divAdLeft,
#divAdRight {
    display: block;
    position: absolute;
    z-index: 9999;
}
#divAdLeft img,
#divAdRight img {
    max-width: 100%;
}
.img_captcha{
    display: inline-block;
    vertical-align: middle;
}
.refresh_captcha{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding-left: 10px;
}
#ajax-loading {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  left: 45%;
  padding: 15px 20px;
  position: fixed;
  top: 45%;
  z-index: 99999;
}
#bg_loading {
  display: none;
  background: rgba(0, 0, 0, 1.5) none repeat scroll 0 0;
  float: left;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
/* Compare */
#compare-popup-content{
    width: 500px;
}
.compare_popup_stt {
    border: 1px solid #e10531;
    padding: 10px 10px;
    border-radius: 3px;
    color: #e10531;
    margin-bottom: 10px;
    margin-top: 10px;
}
.product-compare-item {
    background: #ffffff;
    padding: 10px 0;
}
.product-compare-item:nth-of-type(2n+1) {
    background: #f5f5f5;
}
.delete-item-compare {
    color: #e10531;
    font-size: 18px;
    text-align: center;
    display: block;
}
.compare-table-detail td {
    padding: 15px 15px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #eee;
    border-right: 0;
    vertical-align: middle;
}
.compare-table-detail {
    border: 1px solid #eee;
    width: 100%;
    border-left: 0;
}
.compare-table-detail tr:nth-of-type(2n+1) {
    background: #fafafa;
}
.box_newsletter-flex{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.widget-toc{
	display: table;
	border: 1px solid #e9e9e9;
	background-color: #f5f5f5;
	padding: 1rem;
	font-size: 95%;
    width: 100%;margin-bottom: 20px;
}
.widget-toc  ol {
    list-style-type: upper-roman;
    
}
.widget-toc ol li {
	
	
}
.widget-toc  ol li:before {
}
.toc-title{
	text-align: LEFT;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;padding: 0;
color: #e10531;;;;;;;;;}
.widget-toc ol ol {list-style-type: decimald;padding-left: 15px;}
.widget-toc ol ol ol {list-style-type:lower-alpha;padding-left: 30px;}
.widget-toc ol li, .widget-toc ol a {color: #e10531;}
.widget-toc ol ol ol ol {list-style-type: square;}
/* phone ring */
#phonering-alo-phoneIcon,
.messenger-alo,
.zalo-alo {
    position: fixed;
    bottom: 180px;
    left: 0;
    width: 70px;
    height: 70px;
    z-index: 99;
}
.zalo-alo {
    bottom: 110px !important;
}
.messenger-alo {
    bottom: 40px !important;
}
.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}
.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}
.phonering-alo-ph-circle {
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#00aff2;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#00aff2 ;
    border-color:#bfebfc;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}
.phonering-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 5px;
    left: 5px;
    position:absolute;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2 9;
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}
.phonering-alo-ph-img-circle {
    width: 40px;
    height: 40px;
    top: 15px;
    left: 15px;
    position:absolute;
    
    background-size: 30px;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#00aff2
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#00aff2;
    }
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    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 fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}
@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }
    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity:1
    }
    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}
@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}   
.cart_sidebar_form::-webkit-scrollbar {
background: #ffffff;
width: 3px; }
.cart_sidebar_form ::-webkit-scrollbar-button {
background: #fff; }
.cart_sidebar_form::-webkit-scrollbar-track {
background: #ffffff;
width: 3px; }
.cart_sidebar_form::-webkit-scrollbar-track-piece {
background: #ebebeb;
width: 3px; }
.cart_sidebar_form::-webkit-scrollbar-thumb {
background: #ccc;
width: 3px; }
/*sale-pop*/
.jas-sale-pop {
    background: #fff;
    bottom: -100%;
    left: 20px;
    right: 20px;
    padding: 10px 30px 10px 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    z-index: 99999;
    position: fixed;
    right: auto;
}
.sale-pop-box{
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.sale-pop-box img{
  margin-right: 15px;
}
.jas-sale-pop.slideUp {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}
.sale-pop-close {
  right: 5px;
  top: 0px;
  cursor: pointer;
  position: absolute;
  font-family: FontAwesome;
}
.sale-pop-close:before {
content: "\f00d";
}
.sale-pop-name{
  color: #222;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 20px;
}
.sale-pop-timeago {
  color: #878787;
  font-size: 12px;
}
/*sale-pop*/
.notifyjs-corner{
    top: 40px !important;
}
.marquee {
  width: 100%;
  overflow: hidden;
  background: transparent;
  padding: 10px 0px;
  font-size: 14px;
}
.wrapper{
  margin:5px 0;
}
.newsletter a:hover{
	color:#d73444 !important;
}
.thirds:after{
  content: "";
  transition:0.5s all ease;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  position:absolute;
}
.thirds:after{
  bottom:0px;
  z-index:99999;
}
.thirds:hover:after{
  width:100%;
}
.thirds:after{
  height:5px;
  width:0;
  background:#d73444;
}
.third:after{
  left:50%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}
.gift {
    border-radius: 8px;
    padding: 0;
    position: relative;
    width: 100%;
    background: #FFF;
    overflow: hidden;
	box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
}
.title-gift {
    background: #4b96f3 url(../img/icongift.png) 20px center no-repeat;
    background-size: 30px;
    width: 100%;
    text-indent: 45px;
    padding: 10px;
    line-height: 25px;
}
.gift-content {
    padding: 15px 25px;
}
.title-gift span {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.t-center{text-align:center}
.b-button-5{display:inline-block;font-size:12px;position:relative;text-align:center;border-radius:0;margin:.92em 1em .92em 1em;background-color:#003bff;border-color:#003bff;line-height:1.3}
.b-button-5.none{display:none}.b-button-5:before{width:110%;height:140%;top:50%;left:50%;background-color:inherit;opacity:.5;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation-name:animatebutton;animation-name:animatebutton}
.b-button-5:after,.b-button-5:before{content:'';display:block;position:absolute;z-index:0;border-radius:inherit;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.b-button-5:after{width:100%;height:100%;top:50%;left:50%;opacity:0;border-width:1px;border-style:solid;border-color:inherit;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation-name:animateborder;animation-name:animateborder}
.b-button-5 div{color:#fff;position:relative;background-color:inherit;padding:.5em 1.42em .5em 1.42em;z-index:11;letter-spacing:1px;text-transform:uppercase;border-radius:inherit;-webkit-transition:all .2s linear;transition:all .2s linear}
.b-button-5{color:#222;text-decoration:none;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}@-webkit-keyframes animatebutton{0%{width:110%;height:140%}50%{width:120%;height:170%}100%{width:110%;height:140%}}@keyframes animatebutton{0%{width:110%;height:140%}50%{width:120%;height:170%}100%{width:110%;height:140%}}@-webkit-keyframes animateborder{0%{width:100%;height:100%;opacity:0}100%{width:120%;height:170%;opacity:1}}@keyframes animateborder{0%{width:100%;height:100%;opacity:0}100%{width:120%;height:170%;opacity:1}}
.home_full {
    background: #e7e7e7;
}
.header-cate-nb span {
    font-size: 22px;
    line-height: 40px;
    color: #000000;
    background: url(../img/icon-star.png) left 0px no-repeat;
    padding-left: 35px;
    float: left;
    text-align: left;
    font-weight: 400;
    width: 100%;
    text-transform: uppercase;
    background-size: 30px;
    border-bottom: 2px solid #FF8800;
}
.header-cate {
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    padding: 10px 0;
    line-height: 40px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}
.box_bo {
    margin: 20px 0px;
}
.list-item {
    padding: 10px;
    /* border: 1px solid #d7d7d7; */
    position: relative;
    border-top: 2px solid #FF8800;
}
.box-product:hover {
	box-shadow: 0 0 4px 0 #868686;
}
.box-product {
    padding: 5px;
    background: white;
    border: 5px solid white;
    border-radius: 30px 0px 30px 0px;
}
.text-center {
    text-align: center;
}
.price_sp {
    padding: 10px 0 10px 0;
}
.box-product .product_name{
    height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.product_image_nb {
    position: relative;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    overflow: hidden;
    /*border-radius: 10px;*/
    overflow: hidden;
    margin: 5px;
}
.product_image_nb img {
   /* border-top-left-radius: 30px;*/
    overflow: hidden;
}
 .fab-wrapper {
position: fixed;
bottom: 5px;
right: 0;
z-index: 9999999;
}
.fab-checkbox {
display: none !important;
}
.fab-checkbox:checked~ .devvn_bg {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.8);
z-index: 1;
}
.fab {
width: 60px;
max-width: unset;
height: 60px;
display: flex !important;
justify-content: center;
align-items: center;
margin: 0;
border-radius: 50%;
background: #ff0303;
box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
position: absolute;
right: 10px;
bottom: 10px;
z-index: 1000;
overflow: hidden;
transform: rotate(
0deg
);
-webkit-transition: all .15s cubic-bezier(.15,.87,.45,1.23);
transition: all .15s cubic-bezier(.15,.87,.45,1.23);
}
.fab-checkbox:checked~.fab {
transform: rotate(
90deg
);
-webkit-transition: all .15s cubic-bezier(.15,.87,.45,1.23);
transition: all .15s cubic-bezier(.15,.87,.45,1.23);
}
[class*=icon-cps-] {
display: inline-block;
vertical-align: middle;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAACECAQAAACNQYRWAAAACXBIWXMAAAsTAAALEwEAmpwYAAALHWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMS0wMi0yNlQyMjo0Mjo1NyswNzowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjEtMDItMjdUMTA6MDA6MDcrMDc6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjEtMDItMjdUMTA6MDA6MDcrMDc6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIxIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0iRG90IEdhaW4gMjAlIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmNjNmQ1OGI1LWY1NmMtYjU0NS1hZmIzLTIzMjZkNDE3NzE3NSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjJjZmJmOGYxLTM0OGMtMzI0MS1hZWI4LTNkMGIxMTZjNWU5NiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjFiMjQ1MWY3LTRmODYtNWU0OC04MzQwLTlkYzljMWI3MTE1MyI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MWIyNDUxZjctNGY4Ni01ZTQ4LTgzNDAtOWRjOWMxYjcxMTUzIiBzdEV2dDp3aGVuPSIyMDIxLTAyLTI2VDIyOjQyOjU3KzA3OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjU2ZTJkMjJlLTg3NWMtODY0NC05YzlmLWRhZWUzYjg0NWQ4ZCIgc3RFdnQ6d2hlbj0iMjAyMS0wMi0yN1QwOTo1OTo1NCswNzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjb252ZXJ0ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImZyb20gaW1hZ2UvcG5nIHRvIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImRlcml2ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImNvbnZlcnRlZCBmcm9tIGltYWdlL3BuZyB0byBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5ODZjZmUzMS01ZmFhLTI1NDUtOTRjNC0wODgyM2NlOTVlYmMiIHN0RXZ0OndoZW49IjIwMjEtMDItMjdUMDk6NTk6NTQrMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NzE3NmI3ZDEtYjRkYS00ZjRkLTk1YTQtOGY4OGZjNmUzYTkyIiBzdEV2dDp3aGVuPSIyMDIxLTAyLTI3VDEwOjAwOjA3KzA3OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmNjNmQ1OGI1LWY1NmMtYjU0NS1hZmIzLTIzMjZkNDE3NzE3NSIgc3RFdnQ6d2hlbj0iMjAyMS0wMi0yN1QxMDowMDowNyswNzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MTc2YjdkMS1iNGRhLTRmNGQtOTVhNC04Zjg4ZmM2ZTNhOTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTg2Y2ZlMzEtNWZhYS0yNTQ1LTk0YzQtMDg4MjNjZTk1ZWJjIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MWIyNDUxZjctNGY4Ni01ZTQ4LTgzNDAtOWRjOWMxYjcxMTUzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wBWZ8gAALFdJREFUeNrtnXeYFMXWxn81M7vkqGS8RoIkCQZEVGR3QVSCAb0qYLziVdTPnL2omOPVC4oBRUBQMIFKXFgFBBEEyUEQJOfMhgnn+2N6Zyf0hN2dnpld6p3n2e3pru46U131nqpTp04pNDSSDmnKRXSgHc2w+U5+rB6Iez42KqhcXd4aGhoaqUL/A2WfhOLDuOfTWZbJPmmkS9zyN6rCf7TMlv+SU+RrWSa1dD3USP3KWl++F3MMi3NO10iBiIh8qUs9QSRqC/ikKKmWRZkj/p6OsldERN7T9VEj9avreJFEKABpLId9T+6uy91iIvXSpz3gY0KqWua4/6Jast2o5S45L3p6h664GkmsrjdyTYKyupmqvuN3pbXK16UfTyL1HSrjr52q1KQutaiJk/3sZTeHyEW8NxTdpySlZK5FHWpTAyf72cMeDpKXOjLHVM/rG0d2hsp5yq0VgEaq0kY93k5YZmf4HTfhBj7R5R93KlUGjTbiEi6nDfWpQuE1N/vZxDy+43cOIUghpYpKBp2GyNyYrlxGaxpQ2SeziwNs5Bcm8juHky9zTGjrd9yB6xmt66dGqhLHNRIJY+Oa16t+T14jDXTpx92IYhO7OKS1jJCd4g77VvNludwvJxjmlaSYVYJkTpO2MlJ2RZA5T5bKvVI7mTLH/Nve8ZP7oLTTNVQjdcnjedPmtk5myHSZLvfGNa++vufPkNq67ONMpTaxiUOayDtyRGLBWrlJaord37qeJJmbyVA5GpPMq6V/smQuxq+7xSfvn9Ja11CNVKaPySbN7L9ygiV51ZJ8owdaXZd83KnULhXkalkuHokV+fK5NPPvUydF5utkZTFkzpNR0iTxMhfr951kjGSccrKuoRqpTSBrQ5rYVAtzK/Q3uliXfFzJ1CZ2qSz3yC4pHjwyV84TR1GfOsEyV5H7ZXexZf5Zzk60zMX8hbMMSc/SNVQjtQlkXUgDG2Rhbh2Nvt5CSddlH1cqrSEvS56UBBulu6Qljk79ZK4pr5dQ5vWSmUiZi/0b+xhy/lDWFrBpHG8Usiakcd1maX5fGbmM0E0jjlRaSZ6QY1JSrJXz/e3qCZP5Gcktscyr5NxEyVyiXznfkPMxXU81ypYCuMPS/E7yhZwYJnZd/nEhU4f0kQNSGsyRRonpT/vJ3FcOlkrmHGmQwmOA9saad4+VI2oNjTKmAECu9Dn7fSO+hWHSRPpLmn4fJepLN/H1N0uKAhkiVa2nUz+Zm8tvpZZ5sFRJYRXwiE/SF8QXXlEqShtddzWOYwUA8rAvrz+kCYDUly0iskwy9RspFpl6J39fFZeUFtulqzgKfWssl7mKvBUHmbfKxdbLXIrf+qlP0q+9fm/ikGki8pWcquuvRmpU09UhzeqWBOT6uM/x75DcITVlti/3Cdp1rpimlA6yQUoPj4yUGtb2p/1kPk82xkXmj6R64scAsa5BkDQZ5zfP0gnkDePbMXlWKutarJEc8qju9wn1Arov4Hp1qWHFoi251VgT4PWX9sc2/YaK0ZdOk2eL4UUfCbsM50prFYBX5pfiJPN2aWutzKYKLChSaYQ77H6rgt3yR5AnUwVvKh0LSCOxWE+RE2bVkKsv8VzAdzsTuSHeIqgRsprPOdmkBfyuX1DsxUgdevvi5oxlTcDVf9I8KP12hnM9zUyfdSJ9+ANBIRbLXI+exIeu69GLFQmQGSNykaIaGZxDYyqylzVksxKPEC40nXJzr6zgbSoCNgKt/zacugJrJKP3WDy45SqL5Kgp74dYgg9LS/2GYuyL2iVNuvqNpHoHpbo/5F32BukQ9k0vkJrisMqi7idzdz+ZS4u5UsM6mYPGLrVliOwJyN0lcyVTHFHGAa1lgYnkN+t6rJEc+ihe8/tSKlooS2sZ47cY6C+5QL+fYhhT0gNIfrs8Z3yagTQwmeCPrAC2SgtJ85o2LJX5EYkfNknzwolgi0u7ncmqea8SeEMqRjUF3RzwNlzyn6Kr2gSkkcr4WOVZaA9Yxo1yNxm0ws4iJqsCXeDFMKakBRh56vM0AG+qNaK4gaaAh7Gs4Z80I4eufmm38AHQgIF+O0BX4xTWWWxOCZYZQPCg/OQozrkanMT6BJitOvIDNU2v2XmAxgygIHyAauXmUxnFxVxBGyqwhI/VEl19NcrCCGCFVNIllqIjAIecIN+Z9OObipIHvRPq0tTvrvt8I4DRXvdbkAZ+fmC58i9JL/SqsUzmOvJDgLyb5VaQRjI8yrm/5RaQxvJBwN3H5GbrZDbktkmdqJ5Wj3mnonXd1ChfCuAhXV4pqQC8kf8byy+h9A/ygPHtDZCG8pzcJQqknaEAtkoTUdJPnpMzA2YKCmSwpFtlUffJfLL8GiDxS8b1Rn4mFrNzLxjnGgd4ruXLE9bJbMhtlzejtpPDclpJzVA2XaE1EorYA7F5+E4XVwqbgGwhRpJ/q7XSkIEAbGe4NGAWTzOUXn6pPlfraM8oniZbmjHOz3fIZjkb2UKMOD8bP2Yrf8Z0bgvrg0wwFsosCkUNbo2asCq3l9SzSc8BaCQWU/zqXCeCF6SsYqvveJ5ad9z1rh/kQeNwJYPUapDzeYdGponPZiEA89VVcitDTFK0VzssVAD57Amg/zfVRFG8h9fws0OtlbY0Cblvtu+oPk3U97LWcAx1sx3rjRh57Av4fgmTvT17P0nNz00FkJMCthZ1s91yNduFGjGk68lgRFJ5r2INjRC6WxEymL32uC6PV3yOqYcK1yTLo36lc5a87PftJOP/TzLIb0+rs+R/vuPlFpqA0qWmjPCTZhGA/J+4xCUucct2aQ7yjYi4pZefCWghSHvxiMhvIA19ZpbD0kcqFS6sslDmUQH1bYsMFLv8Qz6Ocm6z3CF2OTngF4sclCukolUygyhxyDNGXrPkdSOUodnRITnBSl8kDQ0rqCQJsYBSuDRu8d9+0He2UAEckMYAfpOYRQrgBeNov3fdtHxbmMRSBVDZTzkFTPiC1Jeh8jZIfXnae8WnALbJmSDXydPSRJRfZKZt0s46MvWT+ek4uoFuljYWK4A0GWrkVRvk9bBH+dJE7CWRQc8BaGikAv1XomgVwveqeUiCR9UWAGZEcDocpPYBqD6JEBhYjstnqnAE0M9ORnCdtGAXQ1gvGWKnK13FTlcakC1n8qV6nvU8xKt+d2z3PTcxMpceO9hpqcwKfGa2TKlNh7BHBRwqWRZ6DkBDI5AlbNzOTbTCzSI+UOMTlO1YCtfSjufOCJzwlrxOagz1hbX8afjV12cFX0rRhG59/gWsYAeT+Jfv7L0ANGAlX8ha/hkwQ/ATR60PqYCwir9MZiZKhlkcs1zmVcb/L3xnzI42c1grAA2N0jNEO3Io3DY+k0zZwvlG39vKXE+hKJTCMrUvQspxKUP/wi6m08wnj9n8TX0/+vfHdUHfD/ADYjmZCsJ2ZnJGXMpwP5MtllkQZnPEJGZWMKbiCTuyvI5zSGMV49R2rQA0NCK1uNYsCiKHxqyTf6jdFmdc1A6XMkXO8btykvH/fdnOdqBxBPIaLbs4AHxgOZGCQvAwkatpGIcn5rAKD1YagIpk/obe1I/DE2ew1mKZQTjAGMOxNjyO8SkeMznkLf7P9+VNmUEfdVS3co1UoduUmwT2hdv6WXpIL1lsfFtieb4tSjAFWTQJnCHbTFO8ZYmshatq06WK1JcPfXuslRz75BqpKZUKt1q3WOYG8kkcZN4jfaSGlTIby8AqSJMwb7cIL0s1SQuVImjRm7eka2re0dAKwFye3oYU031nCqOoN02iArg7mgIAaWNy/UVJt4iWCiPrV5Kacr4sLyWVuuQ9aSzVpIJ1gdX8gsFVkprSWVaVWuZ3pZG1Mhu+S2lSTXpH3MH4B2koFUN9gOQt39Y1X8lHvicsC0ylvYA0NArR1/j/lO9M4e4E1yRNpnz+4BDH/Ib7Xn+PIwi5ABwFtZQTjG+FpoNDrLYwuJ3X3ODBzXo+oHQB+9byCUdxG8+01ggkeHCzlo/IL9WzVjGSY1bLrATBQwGzeT9MEg9jGcQhnyRFP7aiYfxxcpK6Wt1OLbzU30ou9E+n5wA0NApxivHf7TtTeGT1VpF7+TLMlW/VHGrI2TxsfH9JLZEvgAfUVunJHaCuA1D7pBv3+O7KUzdZJaoSUXgnKAU3BUykFbeUmEl2MoS/cOGxckI1ROavaUn/Esu8nefZZLXMPrXlJteY4i0ICKTiZjnvMo2DFJjMAPQx/r+htgIoj/TjDwD+5bcaWysADQ0fDhj/n/FFr3nC+H/Q2ozVzhC/mMDrC/2vK+NYZZPtd3YOcxJaWl4ydXGY11H0oyQ7N2zlSXJw4jYoLBF+QB5cHOIVFNdToQTP2MwTzEmMzEoEPDipzC4+JJu2tKc+Do6wjnks5SBHyceNJ2RfsMIdwIriGa0PuqIVgMbxAX/raMRoKQu5HICeMokXSWMIhf44i3QphjWoODnI2zTi0mI7V67jBWZRgAu30TtPlMwuDvAGjcgstsxrGMJP5CdMZq/EY3iOAiqyjm+xo/DgIp988nHiMaH/orHrdXzsO/LCpRWAxvFF/MqIAil4xNi+w1QRfEvhXklXcEXAlcm6NEMMKl5CdWOjgIPsLyaVeviNl/mdPAqMvrTEoKLjIbMHcFHAQQ4UU2Y3C3iZJeThDDQAKWuNV8JCFDacHMOODYXHUGMe7yjEJP/COFBZ8iJPKY9c5nMOXqkVgMbxQv+KimTQh7bUw84eVvEDkziAmO2gpJZIgWm46r/VIV2epv1pEFwoXMUyAHnYzHi+Yht5fn1pEtKb9pe5QrFk3sSXfMN28ijwo3/LZVYCUmS8UhQqssKPufrxebLxOI8HJJiiFYDG8UH/drrxEq19/bz6tKIvWxnCJ2E20RvuN5FahFd0eZr2pwtNKi48fmSaRwHVwvatXWxkJl/wt8+E4S6iMsv70oUyCy7ET2nl4aRqWJmdbCSbL9lMPnkUJE7moHGAdzFbgDILuxHkPtnDiaaXvtYKQON4oP90nuAJkxreiGFcwp0cNImf/qyJAnAzXJdoxD61G4ydHdwsZhS7ac/ZNKUudvDtmZvL36xgPovZRh4FFBhU6kmIN02gzN7p20qGSlrEGPYaMtcJkPkYm1nOfBYbPf+kyeyrqbHn+bbpHhHzA3fZ1gpAo7z2/p/lkTB9OsW1VKMvx4JHAWqvTAjx+X9JuXWZRuhPA9iojIclDGcOx0jjD8ZRk7rUoQbpeMhlHzvZy2HyceKkgAJcuHyeNME0lyiZ3SxmOL9wjDSWMI4a1KUu1UnHwzH2s5O9HKIgeTKXAm+ZKoAng5uChkayiHoNwStsB6o4xLERhaIH35AWMdlTvBzqPyG12BvQKnKpphVABEXrnWKvx0PM5iecOEjDgQMHduwow2bt7XO7cRkfpzGFKUY0nQSZUgJkbsgD5PAzrggye/D4yVxI/gmWucS/9eOQ7SQ3q39oBaBRrhWAKBSV+Jn2URLuowN/I8FNWJ4M6Dn1VRP0m4pIpqCwY8eNwoY94FNEpl73S+/H5WdE8U2kJoZK/WR2YCsbMpf4t1blYFCsh65qVmAabQLSKI/oSNuoaWpzHa8XDealEpeRwTkEbsYyXO7jV6aRrccBYUwq3tWqbhTKWBxmw4YNu+F8W7QG12O4L3r8fFgkaTK7jJFANJndhtxJk7nEv/WIPMlLfifmBNO/jgWkUS6ZiYyYanYGNu8YWDJkGYe4hdUMoiF18EbR2UMFmvIUe3gKp8yUFrpog+m0UHv60aXX0FNAPnnkkkcuueSRRx75flOonkA/+sT1pYsts9PX+0+azCXo/dukg9zlCybuxU55SC62JkSghkYJTEBWRAMVJWkywXje/XKtHAh7tFaqik2UvCWbJSvgGW3FI8ekQcBT+8th6affmmmJKyPepk3s4hCHpEmapEu6VPD7pEu6pEmaOMQudm8MTe9HyxznX3a7rBCP/CHvyd1ypTiNtnCP3C5vyhxxyjZ5WirpeqtRPhWATdJlmoiIrAOQMWGORDZLbbGJkmMSEuxNmvvTv3HuGpmr31pEOvUSqk3sYjdo1f9TSKI2v/RKyxzXX3WGHJQp0snvzEUiIjLY70xT+VBccrmutxrJraz5IQrg4TgpgBHG8x6TAXIo7NFiqSJ2UdJHXPKi1I3SsEZInrTSby0GQi2k1CJatfl9UohIy6LMUX5RjgwIOdddngg5d5oUgJ4E1kgiVAXLHv2H8b9oCszsaLk3jrr6VuryH9aLg3n8zlq2sp88FJU4gcY052zOYTdDqaHy9VsL+zbFz8emyDoukdJrmeOOj3lbdqmAcA9qKlOD6L81YxkJ2g1Uo/z1RG3YOYNfqRYloYe+fI+ryBFUqtGJsziDhtSiIkIu+9jCWn7nVws3Vym3I4KyR6BlUeaQ33A+wzmTaUxnIavZWyS/VKcJ7bmEKzjCQ+pzXUc1yqcpwiHV5KOo2/rNlxPNdlLV0CjzbaCyXCP/k198e1x7cUgWyydyi9TRJaRRnhWAXSpKM9kUkf6PSpZUFoemfw0NDY3ypAC8W2lnyfYI9D9Qakq67v9raGholC8FoMQuFaS2fB6G/rfKjVJHKooj9b06NDSshPYC0ihnMGKnuzlGJSCPbfzDV889bGYCI9nBUVymW+lpaGgFoKFRplUAeHBhYwwfsoOTacWJ2DjAatZxiKPk4QwM6quhcVy2FV0EGuUPxnaQtTiCg3TSScOOVykUGLtQecJupqehoRWAhkY5UAEKhR0bNpSxlbZfSC9N/xpaAWholHclgC/COxE30tbQ0ApAQ6OcKYHCmu4jfU3/GhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGqWF3hIyZSBt6E0WJ1EfxQ42k8N3LNKbF2poJAbdqni6q17SnrrUY7/aJmvUJOf3OXu0AtCwmvw78QqdTS6sZLAar8tHQ8Nq8pdB8jg1Qi64GGEfPHV7EjhB8W8G0RS7BQ8/RDbPq8VaAaQC+VdlBH0jJPiRfmq/LicNDauQcYn6nPphLx/h3hmfJJgVHHxPd0uzKOAaNcmmX36S6f9k5kakf7iMX6WZLikNDYvof6CaGoH+oSojst7oa0+oUI/Tna30xKEsAPX4H+l8LHVjHgGIgzpUpYBdKjelCLQ2vTiNHDWzTNJ/LebTtPALE5nAHHbgoT7nczVX+YZ/mzlX7dBN9fhGy/R6deyVVZ591+T8VJIrq6Gnp62R+m7aorJYqln95TPflx2M9ExU67N3dqnpOFX1kAEUdb1em/FIwnihErupRCf1q4V5fEcvno1BAcgZ9KM7bagMgIsN5PAls5Qn6fTp4Haeow6wj7Zqc5mjfztTyDS+LODf6veg6y0ZxkXGl/l0UfloHJe45CzbDSqLFlQAwMkayVbjZvxK0l0EelRwPsSjVAP+Sms7+VBZK9nMjsyiIgBuecH+6rSj/le7OBy38gZVvd/UgOmjEsQMbVnMMtXG70yacpbgOYq6NMLFX+pwyLXefMsPUclfxotLzLBUrkgyfdaTKX7yfCFlbj5DbvdJP04qmqZIkw99aR7URHg8IrNd1rRMT6aEfrLmZlyYXNm6np65wE+i18pa2fa1Zy41ZD/StUcYA1GbrM1Gmv0ZJySIGTqLyGzftyYySw7KqcV+ykUy22DvI/KZNAq6erGI5EQkTbmTN4x+vzk+585QzZKgImrCj5zhd8JNL/VjmaL/SqylMQCzyVQFYVLZ+IZeAOznDLUvIZKdzxdUtzQLFy+pNzS5R8Ng29yn5CnSwibw8E6tR8cXJEe6jHPUJOr5nchXHacvKVPK9RZGeKu8XJ/9RbhU3c9yz6UKgHpzekK6YdKZ2cxRFwJIa2ZxAjBJ9SrWM27jvYCas41uaoW/AiCHn1SEwcPb3Bs1lyV0V7uSQJ4Nmc1pQSfX0EEdLUMK4DY+AuAITVUENzOpxZ/UBuChxJCmPM9TlmeySJ2dgF+isKPwKHcx7nEU9w6r0CGt1pgoDgIAM1xX5hxJAv23UD9xYuA59bMzI8dVdtpg1nJpCSAfZf8rYrr75G0Acm11piWAY4oUgCgWUNhSrlTfxvyEc5lNeiSG9CqA8F5AQ2Kgf2jLZKmacOp08GkI/UMzHi5T3bs+xv//qohexmo/LwfdYTVs5SMPSacLv7GZ/0qMQ3exS2t+YBOj5Iyk1w9Vc0QM9A+ZjgldHIkWrlsVNS6Y/kEucgwoQ/TfxEv/5MvgyClrvicbAajk6Z5gIZtS1FF6SyrHPnj00f8uDvsYckCMzVB68XiMGbVnaMLf3A1kmZ5/qOy4S0pF3/Rv9Iml0Xgn3M+X2tosUgz6v5hxtKUetzNKToyF/mnFGLrRgL58Ic2TTE93qX4xJu2e9kyipfPcT2vTCy/2qFNmasjlhqadOXNr5JTjC1ShgejyBAvpvzTtZGKsk1KNrgC4uZnGNOJT40LvmBSAVGVY0BIxF5/Rk1Z05BE2BSXvL90S+trSwvb0q/CmlJWVDY0N34ONak3UruB2lgJg53RN7MWg/9HUBaACXfksmgoQO60YZdCagzaMSaYK6NJYXg46lStDVXdpyYU8y+4g2R/r1iqR0l1QjXvCXKrnHFJmlpc2MZTZlBjq09TAexKG9RR6W+Zze7CfYFg0NPzFpqqRyqkO8394jYSnxjYCuIvAGePdXKRuUt+rFepX9RqtmBDITzyf0CI5i/CV/VKuKiOVr7CEN8aUemPQXRrR6X+MQf+FKuDTSIYgsdOGz/16tQ7aJNMQZH+MQNPqBjpkD5o+LXvljDkzBqe15KeAq2nyn0RKVznTr2yDcWtGxzJSTRoaBLYpelJfmoaJFVHtNTp/Qi81IubbCgwH4YOFnQfyDSUSBBPbodgYGDja42o1z0+kI3IDJ3GeX4pzpYNK3CKQCyJcs/GqTFMp6Y0st/JKqNWULlIcX+5v/BIf5Dn1piWiJmJK0do86vAygaaICmQyUm5Se8PS/2haBLWNljzHDcmoKz0r5wZaa485LpviN1KcvLtHL+di/3kw6Z3VcPq2hAnYOcI1h+3tDp0XOVOvBfasnPs1WSad3m8zY3/I6Zn+7XWh/fqpf1os9pe0BWBdMe7ZwjGqAJdLc7UauBlv52dNDAqANkETrF+r2UFaySmPkhNwqg+JUwAnR7x6Kv/HcynZ33iOE+P6vBo8L+8qKxraMCpY7gY62tLnp3FKyLmwKkDstA6h/3BPSQjyMqkW0OLenxLUdCcfyhrst4IV0jw9GZ6wzkzENijn1r7RZ3VOIRzrpeI9hXu2+7aYZ0tLihE8RWUUT3NrzOMGp8wnA6jOAplMbWNGgKBxYxgF0Cm412mSZjZ7AujsghR6z+ek6ICzRvxH4jiwQAGogwwu4zagY/xE75C+nqkKEDutGWNC/8JRfk6O+J4LAs3oYtIGnZMcLv/2qzolTgFEVRDnpKICsKAFYnFHCVA75R0eA26Wn1XspfoVGQBU41rfuQImhppMQhE8zfG3iVAeNke8x0pEDs1awLtoHO/Yw5MswWM6CgjwCBI7LfnMlP7zmMVLSZI/hjaYc8Bn4U21NnjY/YGugnHEC6wHFB9I7AbJLwhdojtF/R2LAgh2NaxlmkGtGNJYg0heM/ncrqbpGnO8Q3lYQ78wKsDPI0jstGS0iUOjkMdUblYHkyR/UHtym7Svvune1alh222y2uAhdc2sP3QdjGNtOML15AFpjJKHC0PeSE25Q6qFvWcfH4TU6VdC05kpgOA1kJeYDPFOD7LEJzIw3B9hc9tJLzVKVxiN2FRAqtI/SJDUdpM2uL8TFSO2WyuxJGwYug22rtN1Fyzetfk3+uMCbLzKKKkKksbXDGe19A/r+P4agbuITFK/xKYAgrdAu1VCY2U/HuTruzeBpbGNv0zPL6aj7v1rxKwC6qYq/YMKaoNyX5fg9fYqZPIxgW2w8h9i7sWV7TqvbAaFTvnaPIF+hhPnjfwuPRnKJUBDPuNnaWt6x06G+H3NxTSYtZkC2BD0vQYTJGD6RAaGzEdvSGBROEPnsoF5ZKqNuqJoBKmAASwLowKmMNaU/nOZzE3JpH9Q64O+n+IY1aOC/4nM5wlafqkS2AYnHjaNVD/xaM/yvYNuUuvEF1xqLABswkSKYhddwIthbnmX33zHL5ovOLWZmliCcQGL5J9SGURJaxnFeyFr/ZYmtCwmhZzJZ0BiImVqlDEVsIrrw4wC2oWZ+p3GrcleSeIJbYN9nPMyL++bDoNt3c7LnMSTIfcktg2G+JOw137LvFxd5yyszTmcHeR+78W4sF3lm42p4Lm8ap7GTAEsIfQ1ns5Y9ssm9rCUfiZLvecltCRmhpiphGO6gmiEGQWYG4Iwpf8kG38Mqc3aUzu+338gc+OcfZ75phFpEtoGPRNDVpV6Dmn6t7pe/E0Gt7El4OSo8Gtq1EruQ9jHgHDh5k3WAahc+cXwIQ1EOv8Ik4/bVC9ZVwyH5BsCw7dWJAM9/RsnSDtGWr4Q7DWVIK915ZE19GM0baNEIE0Z+ocZf2euM3XrrBR2GeSB2gm1vc/clJkTtGl5narnmhpnNeLboRkhY7iavpxLdZYznM8i7s34KacxN7x50DyM7PemCiA8FiZ8T4APuC2oOd8jY5VLV5C44MowkR7jidsTt2wpJhWQQvRvtMH7i5V+eqK3hZH3VbdAW4DnPn5O/iaVx4ESyOdzPo8xrfB0pOvmDeLrYrqUTUh4Gfwe0tc4m+t11YgT7OUkD/9+U2RDUKrRP55itik1PtES1v4xODqN6p3RRTeesgVTBaD+LtYSeFe4SQhLG/QrQX0NxWvSWL9QjQgqoD/Lw1wuIJtbUof+YeY8ihNk7EDFHxIt4fgCFbwHsE0N61Fd17UyrwCAj4vxjKlqSxIkn8GsoDP1GCkV9CvVCKcDcESIVK8SOyaJCpERxUg9dlISnCCco1kddKp5wdC+dl3Vyr4CmMCOmJ8xNCmt2c2TBNv8u/LfMrMhjEZi+TTcql8vvGHiTkglie0fkxfrj7MNS4aEOXk8FWzzV/32P15mNoQpi/X4H3KJtI0fy4V5kMon1iq1gqlJKotfjU3V/XEHL4iufqXFsXKSR6z0n5IqYNouiTFktpoxbXlyZJzxNT+GnHw26y6tAiypxU1kJpuYyWI2ybXxeWb4zaSH8TDVYnjCq8qTnOJQIk9zOScFDeQfReSpZMlUTvABJ1ruBvpJStF/kQoIs2VMUvAat8RimFIvJ4+TPPfZOgeFWbbJf7OYPkz7A8W5qE9jLvAQC2nAfYyTaurj0j81rAJQe+Vdnoh6/7pY3ZEsUQF7ZCCTgpqI4jFqyP8pp64yJS7X3cV0QUzthuO/1290FfCZ3Kx2p4bk2Wuzxkr0jeF/mjYzeTLOXJ/1kHwQ1OO3yzuZNTu/NFh3w+KJN3BwjjdIiEzgB96Sb0vfWYlkS3o9hvBSzyTZ934Kb4XyF3fxhVTTNUYjAv0LHtMAERl8KnVSRXr3YKJ594t6MrkyTh/Blya8MmTO0B7aJSM+dbiCtJcLuYJvqCkdpIN04Cw+pRp3Swc51TIFoPYHRJMzw3yTV5/YvqrwFNkmF64kW04KW6Bd5CP5pzh01ToO6D9wq/ci+s9lgWlg8Qp0ZYScmBryz1wfzcVCfTV9bpKF9DCQZSbn73R+2z3cHgWq65VZH3XrMVi7bESvw43ZwiJ+xsGtLPR9PgeeZSEb5A2rRgAwlJWRuifcl3xbu8rnxhBnNIBz+EU6mRbo9UzlNsaSIx31hHG57/2PDBvy7TJuYLGJCqhIFiNTZRTgeo6dES4fcz6cfBlnHJRrTL0GL3XPzjzT7I6sB+wT5DbPj3MmZbTQ9TQKro+yl/ig0vgERbxVObkrQhCt99WCVCgftZPeplvUNWa63BFM8XIuH5IOwAXM5iNpqGtYOab/URHi/e9nLf1MVUAKGYJyDvBAhMvP52xMBSmz13KlHDa50IK5WVcG+wR16ykvG6R1mVqU8XrnWrq2RkC9KNfTS7PXcUQFIDbWhXXyPMSHkp4aJaTWcrlpP6ky7/Op/14GUo+xfhvpObiV5fKAVNS17Lij/4OgPKmvAro4bLNZEubi357xXVLEkDljvroKs01iasn4zFe7+LWwrCaeT/ycTyqqBysuz7q5izbIhsMJcUgRnjtNmk4tOnI2Z3EmpxGZGt1sZjXL+J15alOSG3x7fgyjK9dwu5oDIBX4LiiCoRfLeZDpymK3NTlM1bg/tLLSIXjNuy6tYtvtS2w0ZTTtTLpC+WRzk0rKBicZ9ThfdaANzdUpUbpZTjaq1bJULUqb9+OO5JZ6VjeZEMZ1/Ddum7EMoEd150+0NSGiX9z3z/zNWtfRjIHq/bg/dNiMuy2ov52ZzRx1IYBMpGeU5B1Nt+eJlsfF5PBTgAKQNlxDD9r5HCuF3WxhF10JroTzgYY09NPkG5jKN8xKnleQtOL7MMFynQxnCLn8j/5hbvbwFY9Yu6OYVgAJrAv1+IgrTOg/lyncErjdi9hozmjOMlEBh/lMDUrsYDajo7qSHrT0dc087GAr+8kK6az9RGUa0sAnt7BKTeHr6b8kzwO/60W2r8P0R3PlNfVmWrpzdPBOZj64GGF7epqFcYXLqAKYS6coyS9XP5ZSAUga/bnH0My5LGABi1nJn+oogNzJe4HjPS5VbpA0TqYFbTiHTsZExXY+5J1kLaWRk/mOs8JczCWPyLbGQ/Qw2zb5+FMA0oL3LV8I9pYaY2FZn8pCasdC/z4VMIY2ISrAzULVMVG1t1sVz7+4y7sLgBxmvlogS1jp3pCTB5DxggpYlaNGTr8ZoEcF52m0UGfJuXQ0bMEb1DDn8JwjyWmDGW1s38kpYS4eRqLUq132C6b+aZlsZVMBrKJ5lOQDVAn2QvEqAAeAdOJjmgO7Gc93zA4mFfW+tOYu39e1/FO5AZSTP/mTiSA22nEF13Emz3CvPKI+TEblU5vkEkZzmenFSlSKcnt1WvALGnAdF1qex31YqADIZy3nBfSZw9I/KI+spj+jglSAkGuyPapV5HSFvEdjYLN8yXcH5i8KWsh44dNzWtHLJ9ovrju9R5PzWcUqvoIOabXPpRfXymnyuuOBjLuzv01G1cle2uVCxwTOM70YfW1OXc9p/KkbYACiW/hrl/zhNpBLmUlzVtOfxupuNc20T3kf3xhH2+gR2sNXHrVIPUtLLmYqNflAhiSnrNR++vBqMXczKDIDLdO1DYgUIKSs5LGbx9nuZwqJQP/e+stK+rPUbzpYcLI07Hbb8ab/m9R30piFqnetU7Mfyp69KGQd+2CP7Qbf+HSVu3dOSKC4Rc7pc6c/esHpXMF8GqqvMwYmp/LkbLFlqJElNEO53Ct08wvopyui+0iVYhLYJophVOBdzlKjVdhVh8rF9XwPbCcz/PZiStTP6lL6UcDjckaSVIBTPcq1lGTqbgW/6wpXPqCczOV6tho0FMNW78rDSm70eQQJLhYxIDGuDd2qqHdQ8kTn86ZPHB+28zLtqPNy5gOrVWZO2Po92DPjhxmd1EOg3syskZzSn3Z0+i3q3xwtyQBi5jZdewNQI4auUmkUAGk0wsXzKsqSc5XP1VzHeWpV1Gd+zjJsnJLE5v8155BdzD6I8JKOH1SuVMA8bmQrHoTcWHb7Uh5WM4DFuBGcLKS/N+6K9fCcQHX2pr8ZLXZOzgFXlrpBOk+PRpKy7x12UFnVTV7Hdfpw6URxdyl2yws6hFwJyL00CkAVMBMH38rJUZtUgfpSbY765iszjA7sJamLxNRGLuUe9hfjlsnJDmuhYYEK6Es26/mIm2LZ7Ut5WM0NfMVfTOCGRNE/zNjMMk4sGN8j6rqDnCPTx2ZHdbHoXrvWOBqwruaGZJZ/9lJXZ3mmWGG/P86eo+ttCci9dHMADGQDnVgp70gpl2VLXXmItdxJLv0jDbcT0vxdaihtGEVsbqmruVW5dW0zkFc+8lBONV91U03UfbHWRuVRa9V16nR1o7UuwcENR/qxW/V0rs0ccmkpR86Z/8h61r2Oq9inbhif5Bqdk5f9vLu9mkRMAWPUL64Hdf+/ROReihGAA9Tfch5vciP3MEiW8gOzWFA8+pZ02nAxl3IxacB8/q2WpEQfcAsD5B3+Q48oUdWX0Fvt1HXNh084zXI30A90Mfv3lrueYxvKZTzpejxzgfxITuVFxdvk8fxKVdtLF3rQUezAVO6aviEVftmsNfTq1lX+I52jhJ2ZaeubLNfVMq8ASjEC8DnKSWsG0deYcXbxJ8tYywY2s509HMCJx7tSVhQ27FTjBOrTmFNoSgtaUhmAAqbyPpNViulxaccg+oZxQitgOE+qwwmQQi8E04iIjPPVIHoboUoKWM0K1vCXbYt7h32P/WBV13iP0UNWfW1HHFR3nij1bY05VZpKK9Ucb/DlY3zHsBmpZkpRGZ3VPfQME1ngKK+lvTw53/LyLYPrAKQl0Xd7m6h6lyAPk5XAFbiYLC6iTdCLEvIowIkHhYN0KgVpczdrmUs2U9X+VG1cUote9OYiavmtnNzNV/xPrUyQBFoBaERFtyqSIVl0piVpAQzq8eSrfFx4sOEgXVUMigHplJVqNjNc2anbj+5S33ElvehEtaJ1zmqbjPUMnZkQb6sypADa8AcrVUsAOZcuEbfY3MeXscxwheRxFV8xyfTBUpHmtKAJp9CY+pxIDdKwG0IIHlwcYS872com/mQVy0siQFLUQBrNaEZD0tjLCpZG833SCkAjWYrA3UKdSRM5RTWiHidSHUdAG3RymD3sZCsbZZ2scqyYdrRs/LIuFR1nSlNbfY+dnSxzr8xJWPCYMqQA0tlNNS5Q8yxjI8UkLudJFWPiiqSThg3BRQF5esJUKwCNhMLWs+LhdBzptgIPrmoFHfL0hovlVwGAPM9T7OV+JmMF19blKfpxgGYxrcdUQi6aaEqLvXFXAIfQKxeOF3gmHfN3qZykS6QkLTDusCzu2XM0oy+fWVgaR7lO7dJRuBOHRxhCPLcaPMgLSd6RWUOjDCF9kmucZBHHbSjVQquinikn18r1DKJpFA/GknYds3lZrYP/BxqOYw8vdXSeAAAAAElFTkSuQmCC)!important;
background-repeat: no-repeat;
background-size: 453px;
}
.icon-cps-fab-menu {
width: 50px;
height: 50px;
margin: 0 !important;
background-size: 694px;
background-position: -649px 0;
}
.fab-checkbox:checked~.fab .icon-cps-fab-menu {
width: 30px;
height: 30px;
margin: 0;
background-size: 615px;
background-position: -291px -70px;
}
.fab-wheel {
width: 300px;
height: 220px;
position: absolute;
bottom: 15px;
right: 15px;
transform: scale(0);
transform-origin: bottom right;
transition: all .3s ease;
z-index: 12;
}
.fab-checkbox:checked~.fab-wheel {
transform: scale(1);
}
.fab-wheel .fab-action {
display: flex;
align-items: center;
font-size: 14px;
font-weight: 700;
color: #fff;
position: absolute;
text-decoration: none;
}
.fab-wheel .fab-button-0 {
    background: #3fff00;
}
.fab-wheel .fab-action-0 {
bottom: 300px;
right: 0;
}
.fab-wheel .fab-action-1 {
bottom: 240px;
right: 0;
}
.fab-title {
float: left;
margin: 0 5px 0 0;
opacity: 0;
display:none;
}
.fab-wheel .fab-action:hover .fab-title{
display:flex;
background: #0f7a9a;
border: 1px solid white;
padding:10px 50px 10px 20px;
background-size: 100%;
cursor: pointer;
box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
border-radius: 50px;
margin-right: -40px;
bottom: 0;
overflow: hidden;
transition: width 0.6s;
}
.fab-checkbox:checked~.fab-wheel .fab-title {
opacity: 1;
}
.fab-button {
width: 45px;
height: 45px;
display: flex;
justify-content: center;
align-items: center;
float: left;
padding: 4px;
border-radius: 50%;
background: #0f1941;
box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
font-size: 24px;
color: White;
transition: all 1s ease;
overflow: hidden;
}
.icon-cps-local {
width: 28px;
height: 28px;
background-position: 0px -49px;
}
.fab-wheel .fab-button-1 {
background: #dd5145;
}
.fab-wheel .fab-action-2 {
bottom: 180px;
right: 0;
}
.fab-wheel .fab-button-2 {
background: #fb0;
}
.icon-cps-phone {
width: 28px;
height: 28px;
background-position: -51px -49px;
}
.fab-wheel .fab-action-3 {
right: 0;
bottom: 120px;
}
.fab-wheel .fab-button-3 {
background: #0f9d58;
}
.icon-cps-chat {
width: 30px;
height: 30px;
background-position: -369px 0px;
}
.fab-wheel .fab-action-4 {
right: 0;
bottom: 60px;
}
.fab-wheel .fab-button-4 {
background: #2f82fc;
}
.icon-cps-chat-zalo {
width: 30px;
height: 30px;
background-position: -362px -1px;
background-size: 515px;
}
.suggestions-chat-box {
min-width: 140px;
min-height: 50px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #1d72e0;
border-radius: 10px;
background: #277cea;
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
font-size: 14px;
font-weight: 700;
color: #fff;
position: fixed;
right: 80px;
bottom: 7%;
z-index: 11;
}
.hidden {
display: none!important;
}
.align-items-center {
-ms-flex-align: center!important;
align-items: center!important;
-ms-flex-pack: distribute!important;
justify-content: space-around!important;
display: -ms-flexbox!important;
display: flex!important;
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important;
}
.suggestions-chat-box #btnClose {
position: absolute;
top: 2px;
left: 2px;
}
i.icon-cps-face {
width: 28px;
height: 28px;
background-position: -177px 0px;
}
.fab-checkbox:not(:checked)~.fab {
animation-name: zoom;
-webkit-animation-name: zoom;
animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
cursor: pointer;
box-shadow: 0 0 0 0 #c31d1d;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
10%,20% {
-webkit-transform: scale(.9) rotate(-3deg);
transform: scale(.9) rotate(-3deg)
}
30%,50%,70%,90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg)
}
40%,60%,80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg)
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0)
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
10%,20% {
-webkit-transform: scale(.9) rotate(-3deg);
-ms-transform: scale(.9) rotate(-3deg);
transform: scale(.9) rotate(-3deg)
}
30%,50%,70%,90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg)
}
40%,60%,80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg)
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0)
}
}
@-webkit-keyframes zoom {
0% {
transform: scale(.9)
}
70% {
transform: scale(1);
box-shadow: 0 0 0 15px transparent
}
100% {
transform: scale(.9);
box-shadow: 0 0 0 0 transparent
}
}
@keyframes zoom {
0% {
transform: scale(.9)
}
70% {
transform: scale(1);
box-shadow: 0 0 0 15px transparent
}
100% {
transform: scale(.9);
box-shadow: 0 0 0 0 transparent
}
   }
   
.packed-web{
	padding: 50px 0px;
	/* background: #ffe5e6; */
}
.packed-title{
	text-align: center;
}
.packed-title h2{
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.packed-title p{
	font-size: 16px;
}
.packed-desc{
	margin-top: 20px;
}
.full-package-web{
	background: #f7f7f7;
	margin-top: 40px;
	padding-bottom: 70px;
}
.list-package{
	list-style: none;
	display: flex;
	justify-content: center;
	top: -10px;
	position: relative;
	margin-bottom: 40px;
}
.list-package li{
	min-width: 294px;
	margin: 0px 2px;
	height: 60px;
	background: url('../img/noactive-package.png') no-repeat center;
	background-size: cover;
	padding: 10px 0px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 45px;
	cursor: pointer;
	transition: all 0.2s;
}
.list-package li.active,.list-package li:hover{
	background: url('../img/active-package.png') no-repeat center;
	color: #FFF;
}
.content-package{
	max-width: 1090px;
	margin: 0 auto;
	display: none;
}
.content-package.active{
	display: block;
}
.content-package *{
	box-sizing: border-box;
}
.row-package{
	margin: 0px -25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col-package{
	width: calc(100% / 3);
	padding: 0px 25px;
}
.wrap-package{
	background: #FFF;
	border-radius: 20px;
	overflow: hidden;
}
.wrap-package ul{
	padding: 23px 23px;
}
.wrap-package ul li{
	display: flex;
	padding: 11px 0px 10px;
	justify-content: space-between;
}
.wrap-package ul li:not(:last-child){
	border-bottom: 1px solid #e0e2e6;
}
.wrap-package ul li span{
	display: inline-block;
	width: 28px;
	text-align: center;
	margin-right: 5px;
}
.wrap-package ul li h3{
	width: calc(100% - 33px);
	font-size: 16px;
}
/*header-package-one.png*/
.wrap-package .header-title{
	width: 100%;
	text-align:center;
	padding: 43px 0px;
	font-size: 30px;
	color: #FFF;
	text-transform: uppercase;
}
.wrap-package .header-title.cl-1{
	background: url('../img/header-package-one.png') no-repeat center;
	background-size: cover;
}
.wrap-package .header-title.cl-2{
	background: url('../img/header-package-two.png') no-repeat center;
	background-size: cover;
}
.wrap-package .header-title.cl-3{
	background: url('../img/header-package-three.png') no-repeat center;
	background-size: cover;
}
.btn-support{
	width: 100%;
	height: 83px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-support.cl-1{
	background: url('../img/footer-package-one.png') no-repeat center;
	background-size: cover;
}
.btn-support.cl-2{
	background: url('../img/footer-package-two.png') no-repeat center;
	background-size: cover;
}
.btn-support.cl-3{
	background: url('../img/footer-package-three.png') no-repeat center;
	background-size: cover;
}
.btn-support .btn-views{
	color: #FFF;
	padding: 7px 20px;
	border: 1px dashed #FFF;
	border-radius: 30px;
	margin-top: 10px;
}
.packed-sub {
	margin-top: 60px;
}
.packed-sub h2{
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	color: #cb1e1e;
}
.package-tab{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.package-tab li{
	padding: 10px 20px 8px;
	margin: 0px 10px;
	border: 1px solid #c30e13;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 22px;
	min-width: 120px;
	text-align: center;
	transition: all 0.3s;
	position: relative;
	background: #c30e13;
	color: #FFF;
	border-radius: 40px;
}
.package-tab li:hover{
	
}
.package-tab li:before {
    content: "";
    border-radius: 45px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.package-tab li:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.package-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.package-box .package-col{
	width: 22%;
}
.package-box .package-col:nth-child(1){
	width: 34%;
}
.package-box ul{
	list-style: none;
}
.package-box li{
	padding: 7px 20px;
	border-bottom: 1px solid #FFF;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
}
.package-box li:nth-child(1){
	padding: 20px 20px;
	text-align: center;
	font-size: 20px;
}
.package-box li:nth-child(1) h2{
	font-size: 20px;
}
.package-box .package-col:nth-child(1) {
	background: #F5F5F5;
}
.package-box .package-col:nth-child(1) .bg-odd{}
.package-box .package-col:nth-child(1) .bg-even{}
.package-box .package-col:nth-child(1) li:nth-child(1){
	background: #31b406;
	color: #FFF;
}
.package-box .package-col:nth-child(2) {
	background: #FFF3E3;
}
.package-box .package-col:nth-child(2) .bg-odd{
    background: #FFF3E3;
}
.package-box .package-col:nth-child(2) .bg-even{
    background: #FFF7EC;
}
.package-box .package-col:nth-child(2) li:nth-child(1){
	background: #FCAF42;
	color: #FFF;
}
.package-box .package-col:nth-child(3) {
	background: #E9F3FA;
}
.package-box .package-col:nth-child(3) .bg-odd{
    background: #DEEDF7;
}
.package-box .package-col:nth-child(3) .bg-even{
    background: #E9F3FA;
}
.package-box .package-col:nth-child(3) li:nth-child(1){
	background: #2189C7;
	color: #FFF;
}
.package-box .package-col:nth-child(4) {
	background: #DCE5ED;
}
.package-box .package-col:nth-child(4) .bg-odd{
    background: #ffe4e4;
}
.package-box .package-col:nth-child(4) .bg-even{
    background: #fff0f0;
}
.package-box .package-col:nth-child(4) li:nth-child(1){
	background: #cb1e1e;
	color: #FFF;
}
.package-box .text-left{
	text-align: left;
}
.package-box .text-center{
	text-align: center;
}
.package-box li:last-child{
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.package-box .package-col a{
	padding: 5px 20px;
	color: #FFF;
	display: block;
	width: 100%;
	border: 1px dashed #cb1e1e;
	background: #cb1e1e;
	border-radius: 30px;
}
.nina-popup-info-over {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.6s;
}
.nina-popup-info-over.opacity {
    opacity: 0;
    z-index: -1
}
.nina-popup-info-over.opacity.on {
    opacity: 1;
    z-index: 99909
}
.nina-popup-info-over.opacity .nina-popup-info-form {
    transform: translateY(-100px)
}
.nina-popup-info-over.opacity.on .nina-popup-info-form {
    transform: translateX(0px)
}
.nina-popup-info-form {
    background: #FFF;
    max-width: 520px;
    position: relative;
    transition: all 1.3s;
    margin: 70px 10px;
}
.nina-popup-header-info {
    padding: 10px 20px;
    background: #c5122a;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    align-items: center;
    position: relative;
}
.nina-popup-header-info .close-info {
    cursor: pointer
}
.nina-popup-content-info {
    padding: 30px;
    min-height: 150px;
    max-height: calc(100% - 62px);
    overflow: auto;
    line-height: 25px;
}
.name-send {
    cursor: pointer;
    display: inline-block;
    font-size: 20px
}
.close-send {
    padding: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    position: absolute;
    right: -10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-radius: 50%;
    top: -10px;
}
.nina-popup-content-info::-webkit-scrollbar {
    width: 10px
}
.nina-popup-content-info::-webkit-scrollbar-track {
    background: #f1f1f1
}
.nina-popup-content-info::-webkit-scrollbar-thumb {
    background: #888
}
.nina-popup-content-info::-webkit-scrollbar-thumb:hover {
    background: #555
}
.nina-popup-content-info table {
    width: 100%;
    border-collapse: collapse
}
.nina-popup-content-info table td {
    border-bottom: 1px dotted #ddd;
    padding: 8px 0px
}
.row-package-x input[type="text"]{
	height: 40px;
	padding: 5px 10px;
	font-size: 14px;
}
.row-package-x textarea.noidung{
	height: 90px;
	padding: 5px 10px;
	font-size: 14px;
}
.row-package-x input[type="text"]::-webkit-input-placeholder,.row-package-x textarea.noidung::-webkit-input-placeholder { /* Edge */
  font-size: 14px;
}
.row-package-x input[type="text"]:-ms-input-placeholder , .row-package-x textarea.noidung:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px;
}
.row-package-x input[type="text"]::placeholder ,.row-package-x textarea.noidung::placeholder {
  font-size: 14px;
}
.row-package-x label{
	font-size: 14px;
	margin-bottom: 10px;
}
.row-package-x label span{
	color: #FF0000;
}
input.submit-package {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 6px 20px 5px;
    border: 1px solid #c5122a;
    border-radius: 4px;
    cursor: pointer;
    background: #c5122a;
    text-transform: uppercase;
}
@media screen and (max-width: 1090px){
	.row-package{
		margin: 0px -10px;
	}
	.col-package {
	    padding: 0px 10px;
	}
}
@media screen and (max-width: 992px){
	.list-package li {
	    min-width: auto;
	    height: 45px;
	    padding: 10px 20px;
	    font-size: 24px;
	    line-height: 45px;
	    margin: 0px 10px;
	    border-top-left-radius: 20px;
	    border-bottom-right-radius: 20px;
	}
}
@media screen and (max-width: 890px){
	.content-package{
		max-width: 600px;
	}
	.col-package {
		width: calc(100% / 1);
		padding: 0px 25px;
		margin-bottom: 30px;
	}
	.btn-support.cl-1{
		background: rgb(87,94,168);
        background: linear-gradient(90deg, rgba(87,94,168,1) 0%, rgba(87,109,205,1) 50%, rgba(87,94,168,1) 100%);
	}
	.btn-support.cl-2{
		background: rgb(56,159,197);
        background: linear-gradient(90deg, rgba(56,159,197,1) 0%, rgba(50,191,243,1) 50%, rgba(56,159,197,1) 100%);
	}
	.btn-support.cl-3{
		background: rgb(255,76,35);
        background: linear-gradient(90deg, rgba(255,76,35,1) 0%, rgba(255,171,73,1) 50%, rgba(255,76,35,1) 100%);
	}
	.btn-support .btn-views {
    margin-top: 0px;
}
}
@media screen and (max-width: 769px){
	.package-box li{
		padding: 7px 10px;
	}
	.package-box li:nth-child(1){
		padding: 15px 10px;
	}
	.package-box li h3{
		font-size: 14px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.package-box .package-col a {
		padding: 1px 10px;
	}
	.list-package li {
	    min-width: auto;
	    height: 30px;
	    padding: 10px 20px;
	    line-height: 30px;
	    margin: 0px 10px;
	    font-size: 18px;
	    border-top-left-radius: 20px;
	    border-bottom-right-radius: 20px;
	}
	.wrap-package .header-title{
		width: 100%;
		text-align:center;
		padding: 33px 0px;
		font-size: 30px;
		transition: all 0.3s;
		color: #FFF;
		text-transform: uppercase;
	}
	.list-package{
		margin-bottom: 20px;
		width: 100%;
		justify-content: space-around;
	}
}
@media screen and (max-width: 600px){
	.package-box .package-col a span:nth-child(2){
		display: none;
	}
	.package-box .package-col a {
		padding: 1px 5px;
		font-size: 12px;
	}
	.list-package {
	    margin-bottom: 10px;
	}
	.list-package li {
	    min-width: auto;
	    height: 30px;
	    padding: 5px 10px;
	    font-size: 15px;
	    line-height: 30px;
	    margin: 0px 5px;
	    border-top-left-radius: 20px;
	    border-bottom-right-radius: 20px;
	}
	.wrap-package .header-title {
	    padding: 20px 0px;
	    font-size: 24px;
	}
	.name-send {
	    cursor: pointer;
	    display: inline-block;
	    font-size: 18px;
	}
	#design .items {
	    width: calc(100% / 2);
	}
}
@media screen and (max-width: 420px){
	.list-package li {
	    height: auto;
	    padding: 5px 10px;
	    font-size: 13px;
	}
}