* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
a{

    text-decoration: none !important;
}

body {
      color: #777 !important;
    font-family: "Roboto", sans-serif;
    font-size: 100%;
}
img {
    transition: opacity 1s;
    opacity: 1;
}
img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
img {
    border-style: none;
}
.header, .header-wrapper {
    width: 100%;
    z-index: 30;
    position: relative;
    background-size: cover;
    background-position: 50% 0;
    transition: background-color .3s, opacity .3s;
}
.header{
  top: -150px;
    transition: top 0.5s linear 0s;
    position: sticky !important;
    background-color: white;
    z-index:10;
}
.header-top {
    background-color: rgba(255,255,255,0)!important;
}
.header-top {
    min-height: 30px;
}
.header-top {
    z-index: 11;
    position: relative;
}
.header-top, .header-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
}
.header .flex-row {
    height: 100%;
}

.full-width .ubermenu-nav, .container, .row {
    max-width: 1230px !important;
}
.flex-left {
    margin-right: auto;
}

.flex-col {
    max-height: 100%;
}
.flex-center {
    margin: 0 auto;
}
.flex-right {
    margin-left: auto;
}
.nav>li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    transition: background-color .3s;
}
@media (max-width: 1024px){
.button, button, input[type='submit'], input[type='reset'], input[type='button']{
  padding:0px!important;}
  .search-form {
     padding: 0px !important;

}
}
@media (min-width: 850px){
.nav-divided>li {
    margin: 0 .7em;
}
}
.header-top .nav li a {
    color: #b53788;
    font-weight: bold;
}

.nav-small .nav>li>a, .nav.nav-small>li>a {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav > li > a {
    font-family: "Roboto", sans-serif;
}
.nav-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.nav>li>a {
    padding: 10px 0;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.nav>li>a,.nav>li>button {
    font-size: .8em;
}
.nav li:last-child {
    margin-right: 0 !important;
}
@media (min-width: 850px){
.nav-divided>li+li>a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(0,0,0,0.1);
    height: 15px;
    margin-top: -7px;
    left: -1em;
}
ul.product_list_widget li {
  list-style: none;
  padding: 10px 20px 5px 75px;
  min-height: 80px;
  position: relative;
  vertical-align: top;
  line-height: 1.33;
}
.widget_shopping_cart ul.product_list_widget li{
   
}
ul.product_list_widget li a.remove{
    position: absolute;
    right: 0px;
    z-index: 9;
}
.header-main .nav li a {
    text-transform: capitalize;
}
a.remove, a.icon-remove {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
}
ul.product_list_widget li a:not(.remove) {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
ul.product_list_widget li.mini_cart_item span.quantity {
    display: block;
    margin-top: 3px;
    font-size: .85em;
    opacity: 0.6;
}

.text-center .quantity, .quantity {
    opacity: 1;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1em;
    white-space: nowrap;
    vertical-align: top;
}
span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: bold;
}
.widget_shopping_cart p.total {
    text-align: center;
    padding: 10px 0;
    border-bottom: 2px solid #ececec;
    margin-bottom: .5em;
}
}
*, *:before, *:after {
    box-sizing: border-box;
}
.header-main {
    height: 70px;
}
.header-main {
    z-index: 10;
    position: relative;
}
.header .flex-row {
    height: 100%;
}

.full-width .ubermenu-nav, .container, .row {
    max-width: 1230px;
}
.flex-row {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
#logo {
    max-width: 170px;
}

.logo-left .logo {
    margin-left: 0;
    margin-right: 30px;
}
.logo {
    line-height: 1;
    margin: 0;
}
.logo a {
    text-decoration: none;
    display: block;
    color: #446084;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bolder;
    margin: 0;
}
.header-main #logo img {
    max-height: 65px;
}
.logo img {
    display: block;
    width: auto;
}
.nav>li.html {
    font-size: .85em;
}
.search-form {
   padding:20px;
}
.account-item{
  margin:auto !important;
}
.relative {
    position: relative !important;
}
.form-flat .flex-row .flex-col, .flex-row.form-flat .flex-col {
    padding-right: 4px;
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: -3em;
}

.flex-grow {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
}
.header-main .form-flat input:not([type="submit"]), .header-main .form-flat textarea, .header-main .form-flat select {
    width: 100%;
    height: 37px;
    background-color: #fff;
    background-position: 99% 50%;
    color: currentColor !important;
    border-radius: 5px;
    border: solid 2px #521b76;
    margin-top: -50px;
}
.form-flat .button.icon {
    color: currentColor !important;
    border-color: transparent !important;
    background-color: transparent !important;
    box-shadow: none;
}
.button.icon {
    margin-left: .12em;
    margin-right: .12em;
    min-width: 2.5em;
    padding-left: .6em;
    padding-right: .6em;
    display: inline-block;
}
.button, button, input[type='submit'], input[type='reset'], input[type='button'] {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
}
a, button, input {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button, select {
    text-transform: none;
}
button, input, select {
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
}
.header-main .searchform .button.icon i {
    font-size: 1.4em;
    color: #521b76;
    margin-top: -50px;
}
.button.icon i {
    font-size: 1.2em;
}
button i, .button i {
    vertical-align: middle;
    top: -1.5px;
}
.links>li>a:before, i[class^="fa-"], i[class*=" fa-"] {
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
}


.header:not(.transparent) .header-nav.nav > li > a,.header:not(.transparent) .header-nav.nav > li > button  {
    color: #b53788;
}

.header-main .nav li a {
    text-transform: capitalize;
}
.header-main .nav > li > a {
    line-height: 16px;
}
.nav-uppercase>li>a,.nav-uppercase>li>button {
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: bolder;
}
.header-main .nav li a span {
    order: 1;
    margin-left: 5px;
}
.header-main .nav li a {
    text-transform: capitalize;
}
.header-main .nav > li > a {
    line-height: 16px;
}
.cart-icon strong {
    border-radius: 0;
    font-weight: bold;
    margin: .3em 0;
    border: 2px solid #446084;
    color: #446084;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 2.2em;
    height: 2.2em;
    font-size: 1em;
    line-height: 1.9em;
    font-family: Helvetica,Arial, Sans-serif;
}
.cart-icon strong:after {
    transition: height .1s ease-out;
    bottom: 100%;
    margin-bottom: 0;
    margin-left: -7px;
    height: 8px;
    width: 14px;
    left: 50%;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border: 2px solid #446084;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom: 0;
}

.nav-dropdown {
    position: absolute;
    min-width: 260px;
    max-height: 0;
    z-index: 9;
    padding: 20px;
    opacity: 0;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: table;
    left: -99999px;
}
.nav-dropdown>li.html {
    min-width: 260px;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px;
    border-bottom: 1px solid #ececec;
}
.nav-column>li:last-child:not(.nav-dropdown-col)>a, .nav-dropdown>li:last-child:not(.nav-dropdown-col)>a {
    border-bottom: 0 !important;
}
.nav-dropdown>li>a, .nav-column>li>a {
    display: block;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: rgba(102,102,102,0.85);
    transition: all .2s;
}
.nav-column li>a, .nav-dropdown>li>a {
    width: auto;
    display: block;
    padding: 10px 20px;
    line-height: 1.3;
}
.nav-dropdown li {
    display: block;
    margin: 0;
    vertical-align: top;
}
.nav-dropdown:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-color: rgba(221,221,221,0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.nav-right li.current-dropdown:last-child>.nav-dropdown, .nav-right li.has-dropdown:hover:last-child>.nav-dropdown {
    left: auto;
    right: -15px;
}
.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before {
    bottom: -2px;
    z-index: 10;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-color: rgba(221,221,221,0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before {
    bottom: -2px;
    z-index: 10;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.nav p {
    margin: 0;
    padding-bottom: 0;
}


.header-main .header-button > .button.is-outline, .header-main .cart-icon strong:after, .header-main .cart-icon strong {
    border-color: #b53788!important;
}
.header-main .social-icons, .header-main .cart-icon strong, .header-main .menu-title, .header-main .header-button > .button.is-outline, .header-main .nav > li > a > i:not(.icon-angle-down) {
    color: #b53788!important;
}
.scrolltop:hover,.nav-vertical.nav-tabs > li.active > a, .scroll-to-bullets a.active, .nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover, .has-hover:hover .badge-outline .badge-inner, .accordion-title.active, .featured-table, .is-outline:hover, .tagcloud a:hover, blockquote, .has-border, .cart-icon strong:after, .cart-icon strong, .blockUI:before, .processing:before, .loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover {
    border-color: #662d91;
}



.header-bottom {
    background: #623381;
    background: -moz-linear-gradient(left, #623381 30%, #c62f7a 100%);
    background: -webkit-linear-gradient(left, #623381 30%,#c62f7a 100%);
    background: linear-gradient(to right, #623381 30%,#c62f7a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#623381', endColorstr='#c62f7a',GradientType=1 );
}

.header-bottom {
    background-color: #f1f1f1;
}
.header-bottom {
    min-height: 40px;
}
.header-bottom {
    z-index: 9;
    position: relative;
    min-height: 35px;
}
.header-top, .header-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
}
.header-bottom .nav > li {
    padding: 2px 15px;
    border-radius: 5px 5px 0 0;
    margin-top: 3px;
    margin-right: 2px;
}


.woof_container button {
    box-sizing: border-box;
    border: 0px solid #ddd;
    padding: 0 25px;
    height: 2.6em;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff0;
    color: rgb(255, 255, 255);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 0%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}
.woof_container button {
    width: 100%;
}
select, .select2-container .select2-choice, .select2-container .select2-selection {
    box-shadow: inset 0 -1.4em 1em 0 rgb(0 0 0 / 2%);
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAHCAYAAAD9NeaIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE1LTA0LTE3VDE3OjEyOjQyKzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTU4MjBDRURERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTU4MjBDRUVERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2RUVFRDJCNkREQzMxMUU0QTM3QUI4MEQzQjkxMTEyOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNTgyMENFQ0RGNUIxMUU0QTM3QUI4MEQzQjkxMTEyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuShL/sAAABeSURBVHjaYszOzjZnYGDYCcT8DMSBv0AcP2XKlKVEqmdgAuKTQOwOxB+JtQCIibYAZgkDkRaRZQGyJYQsItsCdEtwWUSRBdgsQbeIYgtAgAWHOMwiJSBezkAhAAgwAJSTG/DI0S9VAAAAAElFTkSuQmCC);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 15%;
    border-radius: 0;
    display: block;
}
.nav-spacing-xsmall>li {
    margin: 0;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
    color: #ffffff;
}
.header-bottom .nav > li.current-menu-item > a, .header-bottom .nav > li.current-menu-parent > a, .header-bottom .nav > li:hover > a {
    color: #51216b !important;
}
.nav>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav-dropdown li.active>a, .nav-column li.active>a, .nav-dropdown>li>a:hover, .nav-column li>a:hover, .woof_container button:hover, .woof_container input:hover {
    color: rgba(17,17,17,0.85);
}

.header-bottom .nav > li > a {
    font-weight: normal;
    font-size: 12px;
}
.header-bottom .nav > li:before {
    color: #fff;
    margin-right: 5px;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select2-container .select2-choice, .select2-container .select2-selection {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}


.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.header-bg-image {
    background-repeat: repeat;
}
.header-bg-image {
    background-image: url(https://mauweb.monamedia.net/strawberrynet/wp-content/uploads/2018/02/2016headerbg.jpg);
}
.header-bg-image, .header-bg-color {
    background-position: 50% 0;
    transition: background .4s;
}
.header-bg-color, .header-wrapper {
    background-color: rgba(255,255,255,0);
}
.header-bg-color {
    background-color: rgba(255,255,255,0.9);
}
.header-bg-color, .header-wrapper {
    background-color: rgba(255,255,255,0);
}
li.current-dropdown>.nav-dropdown, .next-prev-thumbs li.has-dropdown:hover>.nav-dropdown, .no-js li.has-dropdown:hover>.nav-dropdown {
    opacity: 1;
    max-height: inherit;
    left: -15px;
}
.header-bottom .nav > li.current-menu-item, .header-bottom .nav > li.current-menu-parent, .header-bottom .nav > li:hover {
    background-color: #fff;
}
/* footer */
.footer-wrapper {
    width: 100%;
    position: relative;
}
#section_561145745 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section.dark {
    background-color: #666;
}
.dark, .dark p, .dark td {
    color: #f1f1f1 !important;
}
.section {
    padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
}
.section-bg, .section-content {
    width: 100%;
}
.section-bg {
    overflow: hidden;
}
#section_561145745 .section-bg.bg-loaded {
    background-image: url(https://mauweb.monamedia.net/strawberrynet/wp-content/uploads/2018/03/bg-footer.jpg);
}

.bg-loaded {
    opacity: 1;
}
.bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}
.row.row-small {
    max-width: 1222.5px;
    margin: auto;
}
.row, .gallery {
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.col-inner {
      padding-bottom: 10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.h2, h2 {
    font-size: 1.6em !important;
    line-height: 1.3;
}
.wpcf7 {
    color: #333;
    position: relative;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
.sec_footer_connect .wpcf7 p {
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.sec_footer_connect input#email-dang-ky {
    height: 50px;
    border-radius: 5px 0 0 5px;
    margin-bottom: 0;
}
.sec_footer_connect input#btn-gui {
    border-radius: 0 5px 5px 0;
    background-color: #52246d;
    margin-bottom: 0;
}
.nav-dark .social-icons, .dark .social-icons {
    color: #FFF;
}
.social-icons {
    display: inline-block;
    vertical-align: middle;
    font-size: .85em;
}
button.icon:not(.button), a.icon:not(.button) {
    font-family: sans-serif;
    font-size: 1.4em;
}

.dark a, .dark .widget a {
    color: currentColor;
}
a.plain {
    color: currentColor;
    transition: color .3s, opacity .3s, transform .3s;
}
.social-icons i {
    min-width: 1em;
}
.icon-box-left, .icon-box-right {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}
.icon-box-img svg {
    width: 100%;
    height: 100%;
    transition: all .3s;
    fill: currentColor;
}

.icon-box-img svg, .icon-box-img img {
    padding-top: .2em;
    width: 100%;
}
.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1em;
}
.icon-box-left .icon-box-text, .icon-box-right .icon-box-text {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.sec_footer_connect .footer_title h3 {
    font-size: 18px;
    font-weight: 300;
}
.sec_footer_connect .footer_title b {
    font-size: 30px;
    line-height: 1.1em;
    font-weight: bold;
}
.mona_sidebar_footer_horizontal ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}
ul.menu>li, .widget>ul>li {
    list-style: none;
    margin-bottom: .3em;
    text-align: left;
    margin: 0;
}

.mona_sidebar_footer_horizontal li {
    display: inline-block;
    padding-right: 20px;
}
ul.menu>li>a, ul.menu>li>span:first-child, .widget>ul>li>a, .widget>ul>li>span:first-child {
    display: inline-block;
    padding: 6px 0;
    -ms-flex: 1;
    flex: 1;
}
.mona_sidebar_footer_horizontal ul.menu>li+li, .mona_sidebar_footer_horizontal .widget>ul>li+li {
    border-top: 0px solid #ececec;
}
.dark ul.menu>li+li, .dark .widget>ul>li+li {
    border-color: rgba(255,255,255,0.08);
}
.mona_sidebar_footer_horizontal ul li+li {
    border-left: 1px solid #ee2c72 !important;
    padding-left: 20px;
}
.col, .gallery-item, .columns {
    position: relative;
    margin: 0;
    padding: 0 15px 30px;
    width: 100%;
}
.sec_footer_info h3 {
    font-size: 14px;
    letter-spacing: 0.09em;
    margin-bottom: 15px;
}
.row-small>.flickity-viewport>.flickity-slider>.col, .row-small>.col {
    padding: 0 9.8px 19.6px;
    margin-bottom: 0;
}
.absolute-footer.dark {
    color: rgb(0, 0, 0) !important;
}
.absolute-footer, html {
    background-color: #ffffff;
}
.absolute-footer {
    color: rgba(0,0,0,0.5);
    padding: 10px 0 15px;
    font-size: .9em;
}
b, strong {
    font-weight: bolder;
}
.scrolltop:hover,.scroll-to-bullets a, .featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover, .has-hover:hover .badge-outline .badge-inner, button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline), .featured-table .title, .is-outline:hover, .has-icon:hover .icon-label, .nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .is-outline:hover, .tagcloud a:hover, .grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt, .nav-box > li > a:hover, .nav-box > li.active > a, .nav-pills > li.active > a, .current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before, .banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner {
    background-color: #662d91;
}
.button.icon.circle:hover{
  color: white !important;
}
.widget_shopping_cart .button {
    width: 100%;
    margin: .5em 0 0;
}
.button, input[type='submit'], input[type='submit'].button, input[type='reset'].button, input[type='button'].button {
    color: #fff;
    background-color: #446084;
    background-color: var(--primary-color);
    border-color: rgba(0,0,0,0.05);
}
[data-icon-label]:after, .secondary.is-underline:hover, .secondary.is-outline:hover, .icon-label, .button.secondary:not(.is-outline), .button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button {
    background-color: #b53788;
}
@media screen and (max-width: 768px) {
  .cate_left{
    display:none!important;
  }
  .ndv-product-wishlist{
    display:none!important;
  }
  .col-sm-4{
    width:33.333% !important;
    margin-right:0px !important;
    margin-left:0px !important;
  }
  .hidden-md {
    display: none !important; }
  .cart-box-btn span {
      top: -8px;
      right: -10px;
    }
    #wide-nav{
      display:none !important;
    }
    #masthead{
      display:none !important;
    }
    #top-bar{
      display:none !important;
    }
    #masthead_mobile{
      display:block !important;
    }
}
@media screen and (min-width: 769px) {
  #masthead_mobile{
    display:none !important;
  }
  .hidden-md-up {
    display: none !important; } }
    .close-sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #78ce64;
  color: #fff;
  height: 47px;
  width: 0px;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: -350px;
}
.button.icon.circle {
    padding-left: 0;
    padding-right: 0;
}

.scrolltop.active {
    opacity: 1;
    pointer-events: inherit;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.button.is-outline, input[type='submit'].is-outline, input[type='reset'].is-outline, input[type='button'].is-outline {
    border: 2px solid currentColor;
}

.button.is-outline {
  text-align:center;
    line-height: 2.19em;
}

.icon-inner svg{
  display: inline-flex;
}

.scrolltop{
    margin: 0;
    opacity: 0;
    bottom: 10px;
    right: 20px;
    pointer-events: none;
    -ms-transform: translateY(30%);
    transform: translateY(30%);
}

.z-1 {
    z-index: 21;
}
.circle {
    border-radius: 999px !important;
    object-fit: cover;
}
.fixed {
    position: fixed !important;
    z-index: 12;
}

/*mobile*/
    .hamburger {
  cursor: pointer; }
.logo-mobile {
  font-size: 1px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}
  .logo-mobile img {
    max-height: 60px; }
     .stuck {
           animation: stuckMoveDown .6s;
	top: 0 !important;
	position: fixed !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	background-color: #fff;
	transition: top 0.5s linear 0s;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
@media screen and (max-width:768px){
#hero_mb{
  display:block !important;
  position:absolute;
  z-index:9;
  top:-220px;
}
}
.stack{
  animation: stackMoveDown .6s;
  	transition: top 0.5s linear 0s;
  position:fixed !important;
  z-index: 9;
  top:70px !important;
  	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
/*menu_mobile*/
.pos-relative {
  position: relative; }
  .pos-absolute {
  position: absolute; }
  .backdrop {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  top: 0;
  left: 0; }
.close-sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #78ce64;
  color: #fff;
  height: 47px;
  width: 0px;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: -350px;
}
.sidebar_mb {
  width: 250px;
  overflow-y: scroll;
  height: 100% !important;
  position: fixed;
  top: 0;
  z-index: 99999;
  transition: transform 400ms ease-in-out;
  left: 0;
  background: rgba(255,255,255,0.95); }
  .sidebar-header {
    align-items: center;
    background-color: #64adce; }
  .sidebar_mb .account-ava {
    width: 40px;
    height: 40px;
    line-height: 14px; }
    .sidebar_mb .account-ava img {
      width: 100%;
      height: 100%; }
  .sidebar-content ul, .sidebar_mb .data-lvl ul {
    transition: height 200ms ease-out;
    border-top: 1px solid #d9d9d9;}
    .sidebar-content ul li, .sidebar_mb .data-lvl ul li {
      font-size: .8em;
      color: rgba(102,102,102,0.85);
      padding-top: 12px;
      padding-bottom: 12px;
      transition: height 200ms ease-out;
      border-bottom: 1px solid #e1e1e1;
      position: relative;
      list-style:none;
    letter-spacing: .02em;
    }
    .sidebar-content ul li, .sidebar_mb .data-lvl ul li:nth-last-child{
      border-bottom: 0px;
    }
    .sidebar-content ul li a, .sidebar_mb .data-lvl ul li a{
      color: rgba(102,102,102,0.85)
    }
      .sidebar-content ul li.active > i.fa-plus, .sidebar_mb .data-lvl ul li.active > i.fa-plus {
        display: none; }
      .sidebar-content ul li.active > ul, .sidebar_mb .data-lvl ul li.active > ul {
        height: auto;
        overflow: hidden; }
        .sidebar-content ul li.active > ul li, .sidebar_mb .data-lvl ul li.active > ul li {
          border-bottom: none;
          padding-left: 15px; }
      .sidebar-content ul li > ul, .sidebar_mb .data-lvl ul li > ul {
        height: 0;
        overflow: hidden; }
      .sidebar-content ul li > i, .sidebar_mb .data-lvl ul li > i {
        position: absolute;
        right: 10px;
        top: 16px; }
    .sidebar_mb .sidebar-menu-item > ul {
      height: 0;
      overflow: hidden; }
  .sidebar_mb .sidebar-menu-item.active > ul {
    height: auto; }
    .data-lvl {
  box-sizing: border-box;
  transition: transform 200ms ease-in; }
  .data-lvl .sidebar-menu-item {
    width:100%;
    padding-left: 10px;
    padding-right: 10px; 
    padding:5px 10px;
  }
    .is-none {
  display: none;
}
.menu-item{
      text-transform: uppercase;
    font-weight: bolder;
}
.prev-node-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 47px;
  width: 47px;
  line-height: 47px;
  text-align: center;
  border-right: 1px solid #d9d9d9; }
  .prev-node-btn:hover {
    background-color: #f1f1f1; }

.prev-node-title {
  padding-left: 47px; }
  .open-node {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  height: 47px;
  width: 47px;
  line-height: 47px;
  text-align: center;
  border-left: 1px solid #d9d9d9; }
  .open-node:hover {
    background-color: #f1f1f1; }
    [data-type="nested-content"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255,255,255,0.95);
  transition: transform 200ms ease-in;
  transform: translateX(250px); }
  .btn-toggle-nav {
	margin-right: 20px;
	margin-left: 20px;
	transition: all .3s ease;
}
div#down.active {
	transform: rotate(-180deg);
	transition: all .3s ease;
}

.children {
  padding-top:10px;
	height: 0;
	display: none;
	/* transform: rotate(-180deg); */
}

.children.active {
	height: 100%;
	display: block;
}
/*mobile cart*/
.off-canvas-cart{
	width: 250px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	background-color: rgba(255,255,255,0.95);
	transform: translateX(300px);
	transition: transform 400ms;
	bottom: 0;
	overflow: auto;
}
#dropback,
#dropprev{
	position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  top: 0;
  left: 0; }
.inner-padding h3{
	font-weight: 600;
	text-align: center;
}
.inner-padding{
  padding: 20px;
}


.cart-dropdown li{
  list-style: none;
    padding: 10px 0 5px 75px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
   padding-right: 30px;
	text-decoration: none;
}

.border-divider{
	text-align: -webkit-center;
}

.is_divider{
	height: 2px;
	background-color: rgba(0,0,0,0.1);
	margin: 15px 20px 15px;
	width: 100%;
	max-width: 30px;
	text-align: center;
}
.form-flat input:not([type="submit"]), .form-flat textarea, .form-flat select {
    background-color: rgba(0,0,0,0.03);
    box-shadow: none;
    border-color: rgba(0,0,0,0.09);
    background-position: 99% 50%;
    color: currentColor !important;
    border-radius: 99px;
    outline:none;
}
select.woof_select.woof_select_pa_thuong-hieu {
    outline: none !important;
}
.owl-dots{
  display:none;
}
.hero .container{
  padding-right:8px !important;
  padding-left:8px !important;
}
ul.product_list_widget {
    font-size: 14px;
}
ul.product_list_widget li a.remove {
    position: absolute;
    right: 0px;
    z-index: 9;
}
a.remove, a.icon-remove {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
}
ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
.total_mb{
  text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    margin-bottom: .5em;
}
span.amount_mb{
      white-space: nowrap;
    color: #111;
    font-size: 0.9em;
    font-weight: bold;
}
.nav-dropdown .product_list_widget {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 500px;
    max-height: 50vh;
}
.header-main .current-dropdown .cart-icon strong:after, .header-main .current-dropdown .cart-icon strong, .header-main .header-button > .button:hover {
    border-color: #b53788!important;
}

.header-main .current-dropdown .cart-icon strong, .header-main .header-button > .button:hover {
    background-color: #b53788!important;
}
.header-main .current-dropdown .cart-icon strong, .header-main .header-button > .button:hover, .header-main .header-button > .button:hover i, .header-main .header-button > .button:hover span {
    color: #FFF!important;
}
.header-bottom .nav > li.current-menu-item, .header-bottom .nav > li.current-menu-parent, .header-bottom .nav > li:hover {
    background-color: #fff;
}
.header-bottom .nav > li.current-menu-item > a, .header-bottom .nav > li.current-menu-parent > a, .header-bottom .nav > li:hover > a {
    color: #51216b !important;
}
.fade{
  padding:50px;
  opacity:1 !important;
}
.modal-login{
   display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9);
}
.modal-login-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
     -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: translateY(-30px);} 
  to {-webkit-transform: translateY(0);}
}
  
@keyframes animatezoom {
  from {transform: translateY(-30px)} 
  to {transform: translateY(0)}
}
.modal-footer{
  justify-content: flex-start !important;
}
.dark .button.is-form:hover, .button:hover, input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover {
    outline: none;
    opacity: 1;
    color: #fff !important;
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}
.dark a, .dark .widget a,.dark a:hover, .dark .widget a:hover {
    color: currentColor;
}
/*responsive*/
.icon-box-img{
  width:95px;
}
.copyright-footer img{
  width:125px;
  vertical-align:middle;
  color: white;
}
@media screen and (max-width: 768px) {
  .icon-box-img{
  width:70px;
  }
  .sec_footer_connect .footer_title b {
    font-size: 22px;
  }
  .menu-image-title{
    font-size: 12px;
  }
  .col-inner .img-inner img{
    width:70%;
  }
  .copyright-footer img{
    width:100px;
  }
  .copyright-footer{
    font-size:11px;
  }
  .single_add_to_cart_button{
    margin:10px 0px;
  }
}

.swiper-button-next, .swiper-button-prev{
  color: #777!important;
}


#fbMsg img{
    position: fixed;
    z-index: 9999;
    right: 0px;
    float: right;
    top: 30%;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

#zlMsg img{
    position: fixed;
    z-index: 9999;
    right: 4px;
    float: right;
    top: 30%;
    margin-top: 60px;
    cursor: pointer;
    width: 45px;
    height: 45px;
}




@media screen and (min-width: 320px) {
    .xs-offset-0 {
      margin-left: 0px; }
    .xs-1 {
      max-width: 4.16667%; }
    .xs-offset-1 {
      margin-left: 4.16667%; }
    .xs-2 {
      max-width: 8.33333%; }
    .xs-offset-2 {
      margin-left: 8.33333%; }
    .xs-3 {
      max-width: 12.5%; }
    .xs-offset-3 {
      margin-left: 12.5%; }
    .xs-4 {
      max-width: 16.66667%; }
    .xs-offset-4 {
      margin-left: 16.66667%; }
    .xs-5 {
      max-width: 20.83333%; }
    .xs-offset-5 {
      margin-left: 20.83333%; }
    .xs-6 {
      max-width: 25%; }
    .xs-offset-6 {
      margin-left: 25%; }
    .xs-7 {
      max-width: 29.16667%; }
    .xs-offset-7 {
      margin-left: 29.16667%; }
    .xs-8 {
      max-width: 33.33333%; }
    .xs-offset-8 {
      margin-left: 33.33333%; }
    .xs-9 {
      max-width: 37.5%; }
    .xs-offset-9 {
      margin-left: 37.5%; }
    .xs-10 {
      max-width: 41.66667%; }
    .xs-offset-10 {
      margin-left: 41.66667%; }
    .xs-11 {
      max-width: 45.83333%; }
    .xs-offset-11 {
      margin-left: 45.83333%; }
    .xs-12 {
      max-width: 50%; }
    .xs-offset-12 {
      margin-left: 50%; }
    .xs-13 {
      max-width: 54.16667%; }
    .xs-offset-13 {
      margin-left: 54.16667%; }
    .xs-14 {
      max-width: 58.33333%; }
    .xs-offset-14 {
      margin-left: 58.33333%; }
    .xs-15 {
      max-width: 62.5%; }
    .xs-offset-15 {
      margin-left: 62.5%; }
    .xs-16 {
      max-width: 66.66667%; }
    .xs-offset-16 {
      margin-left: 66.66667%; }
    .xs-17 {
      max-width: 70.83333%; }
    .xs-offset-17 {
      margin-left: 70.83333%; }
    .xs-18 {
      max-width: 75%; }
    .xs-offset-18 {
      margin-left: 75%; }
    .xs-19 {
      max-width: 79.16667%; }
    .xs-offset-19 {
      margin-left: 79.16667%; }
    .xs-20 {
      max-width: 83.33333%; }
    .xs-offset-20 {
      margin-left: 83.33333%; }
    .xs-21 {
      max-width: 87.5%; }
    .xs-offset-21 {
      margin-left: 87.5%; }
    .xs-22 {
      max-width: 91.66667%; }
    .xs-offset-22 {
      margin-left: 91.66667%; }
    .xs-23 {
      max-width: 95.83333%; }
    .xs-offset-23 {
      margin-left: 95.83333%; }
    .xs-24 {
      max-width: 100%; }
    .xs-offset-24 {
      margin-left: 100%; } }
  
  @media screen and (min-width: 576px) {
    .sm-offset-0 {
      margin-left: 0px; }
    .sm-1 {
      max-width: 4.16667%; }
    .sm-offset-1 {
      margin-left: 4.16667%; }
    .sm-2 {
      max-width: 8.33333%; }
    .sm-offset-2 {
      margin-left: 8.33333%; }
    .sm-3 {
      max-width: 12.5%; }
    .sm-offset-3 {
      margin-left: 12.5%; }
    .sm-4 {
      max-width: 16.66667%; }
    .sm-offset-4 {
      margin-left: 16.66667%; }
    .sm-5 {
      max-width: 20.83333%; }
    .sm-offset-5 {
      margin-left: 20.83333%; }
    .sm-6 {
      max-width: 25%; }
    .sm-offset-6 {
      margin-left: 25%; }
    .sm-7 {
      max-width: 29.16667%; }
    .sm-offset-7 {
      margin-left: 29.16667%; }
    .sm-8 {
      max-width: 33.33333%; }
    .sm-offset-8 {
      margin-left: 33.33333%; }
    .sm-9 {
      max-width: 37.5%; }
    .sm-offset-9 {
      margin-left: 37.5%; }
    .sm-10 {
      max-width: 41.66667%; }
    .sm-offset-10 {
      margin-left: 41.66667%; }
    .sm-11 {
      max-width: 45.83333%; }
    .sm-offset-11 {
      margin-left: 45.83333%; }
    .sm-12 {
      max-width: 50%; }
    .sm-offset-12 {
      margin-left: 50%; }
    .sm-13 {
      max-width: 54.16667%; }
    .sm-offset-13 {
      margin-left: 54.16667%; }
    .sm-14 {
      max-width: 58.33333%; }
    .sm-offset-14 {
      margin-left: 58.33333%; }
    .sm-15 {
      max-width: 62.5%; }
    .sm-offset-15 {
      margin-left: 62.5%; }
    .sm-16 {
      max-width: 66.66667%; }
    .sm-offset-16 {
      margin-left: 66.66667%; }
    .sm-17 {
      max-width: 70.83333%; }
    .sm-offset-17 {
      margin-left: 70.83333%; }
    .sm-18 {
      max-width: 75%; }
    .sm-offset-18 {
      margin-left: 75%; }
    .sm-19 {
      max-width: 79.16667%; }
    .sm-offset-19 {
      margin-left: 79.16667%; }
    .sm-20 {
      max-width: 83.33333%; }
    .sm-offset-20 {
      margin-left: 83.33333%; }
    .sm-21 {
      max-width: 87.5%; }
    .sm-offset-21 {
      margin-left: 87.5%; }
    .sm-22 {
      max-width: 91.66667%; }
    .sm-offset-22 {
      margin-left: 91.66667%; }
    .sm-23 {
      max-width: 95.83333%; }
    .sm-offset-23 {
      margin-left: 95.83333%; }
    .sm-24 {
      max-width: 100%; }
    .sm-offset-24 {
      margin-left: 100%; } }
  
  @media screen and (min-width: 769px) {
    .md-offset-0 {
      margin-left: 0px; }
    .md-1 {
      max-width: 4.16667%; }
    .md-offset-1 {
      margin-left: 4.16667%; }
    .md-2 {
      max-width: 8.33333%; }
    .md-offset-2 {
      margin-left: 8.33333%; }
    .md-3 {
      max-width: 12.5%; }
    .md-offset-3 {
      margin-left: 12.5%; }
    .md-4 {
      max-width: 16.66667%; }
    .md-offset-4 {
      margin-left: 16.66667%; }
    .md-5 {
      max-width: 20%; }
    .md-offset-5 {
      margin-left: 20%; }
    .md-6 {
      max-width: 25%; }
    .md-offset-6 {
      margin-left: 25%; }
    .md-7 {
      max-width: 29.16667%; }
    .md-offset-7 {
      margin-left: 29.16667%; }
    .md-8 {
      max-width: 33.33333%; }
    .md-offset-8 {
      margin-left: 33.33333%; }
    .md-9 {
      max-width: 37.5%; }
    .md-offset-9 {
      margin-left: 37.5%; }
    .md-10 {
      max-width: 41.66667%; }
    .md-offset-10 {
      margin-left: 41.66667%; }
    .md-11 {
      max-width: 45.83333%; }
    .md-offset-11 {
      margin-left: 45.83333%; }
    .md-12 {
      max-width: 50%; }
    .md-offset-12 {
      margin-left: 50%; }
    .md-13 {
      max-width: 54.16667%; }
    .md-offset-13 {
      margin-left: 54.16667%; }
    .md-14 {
      max-width: 58.33333%; }
    .md-offset-14 {
      margin-left: 58.33333%; }
    .md-15 {
      max-width: 62.5%; }
    .md-offset-15 {
      margin-left: 62.5%; }
    .md-16 {
      max-width: 66.66667%; }
    .md-offset-16 {
      margin-left: 66.66667%; }
    .md-17 {
      max-width: 70.83333%; }
    .md-offset-17 {
      margin-left: 70.83333%; }
    .md-18 {
      max-width: 75%; }
    .md-offset-18 {
      margin-left: 75%; }
    .md-19 {
      max-width: 79.16667%; }
    .md-offset-19 {
      margin-left: 79.16667%; }
    .md-20 {
      max-width: 83.33333%; }
    .md-offset-20 {
      margin-left: 83.33333%; }
    .md-21 {
      max-width: 87.5%; }
    .md-offset-21 {
      margin-left: 87.5%; }
    .md-22 {
      max-width: 91.66667%; }
    .md-offset-22 {
      margin-left: 91.66667%; }
    .md-23 {
      max-width: 95.83333%; }
    .md-offset-23 {
      margin-left: 95.83333%; }
    .md-24 {
      max-width: 100%; }
    .md-offset-24 {
      margin-left: 100%; } }
  
  @media screen and (min-width: 992px) {
    .lg-offset-0 {
      margin-left: 0px; }
    .lg-1 {
      max-width: 4.16667%; }
    .lg-offset-1 {
      margin-left: 4.16667%; }
    .lg-2 {
      max-width: 8.33333%; }
    .lg-offset-2 {
      margin-left: 8.33333%; }
    .lg-3 {
      max-width: 12.5%; }
    .lg-offset-3 {
      margin-left: 12.5%; }
    .lg-4 {
      max-width: 16.66667%; }
    .lg-offset-4 {
      margin-left: 16.66667%; }
    .lg-5 {
      max-width: 20%; }
    .lg-offset-5 {
      margin-left: 20.83333%; }
    .lg-6 {
      max-width: 25%; }
    .lg-offset-6 {
      margin-left: 25%; }
    .lg-7 {
      max-width: 29.16667%; }
    .lg-offset-7 {
      margin-left: 29.16667%; }
    .lg-8 {
      max-width: 33.33333%; }
    .lg-offset-8 {
      margin-left: 33.33333%; }
    .lg-9 {
      max-width: 37.5%; }
    .lg-offset-9 {
      margin-left: 37.5%; }
    .lg-10 {
      max-width: 41.66667%; }
    .lg-offset-10 {
      margin-left: 41.66667%; }
    .lg-11 {
      max-width: 45.83333%; }
    .lg-offset-11 {
      margin-left: 45.83333%; }
    .lg-12 {
      max-width: 50%; }
    .lg-offset-12 {
      margin-left: 50%; }
    .lg-13 {
      max-width: 54.16667%; }
    .lg-offset-13 {
      margin-left: 54.16667%; }
    .lg-14 {
      max-width: 58.33333%; }
    .lg-offset-14 {
      margin-left: 58.33333%; }
    .lg-15 {
      max-width: 62.5%; }
    .lg-offset-15 {
      margin-left: 62.5%; }
    .lg-16 {
      max-width: 66.66667%; }
    .lg-offset-16 {
      margin-left: 66.66667%; }
    .lg-17 {
      max-width: 70.83333%; }
    .lg-offset-17 {
      margin-left: 70.83333%; }
    .lg-18 {
      max-width: 75%; }
    .lg-offset-18 {
      margin-left: 75%; }
    .lg-19 {
      max-width: 79.16667%; }
    .lg-offset-19 {
      margin-left: 79.16667%; }
    .lg-20 {
      max-width: 83.33333%; }
    .lg-offset-20 {
      margin-left: 83.33333%; }
    .lg-21 {
      max-width: 87.5%; }
    .lg-offset-21 {
      margin-left: 87.5%; }
    .lg-22 {
      max-width: 91.66667%; }
    .lg-offset-22 {
      margin-left: 91.66667%; }
    .lg-23 {
      max-width: 95.83333%; }
    .lg-offset-23 {
      margin-left: 95.83333%; }
    .lg-24 {
      max-width: 100%; }
    .lg-offset-24 {
      margin-left: 100%; } }
  
  @media screen and (min-width: 1200px) {
    .xl-offset-0 {
      margin-left: 0px; }
    .xl-1 {
      max-width: 4.16667%; }
    .xl-offset-1 {
      margin-left: 4.16667%; }
    .xl-2 {
      max-width: 8.33333%; }
    .xl-offset-2 {
      margin-left: 8.33333%; }
    .xl-3 {
      max-width: 12.5%; }
    .xl-offset-3 {
      margin-left: 12.5%; }
    .xl-4 {
      max-width: 16.66667%; }
    .xl-offset-4 {
      margin-left: 16.66667%; }
    .xl-5 {
      max-width: 20.83333%; }
    .xl-offset-5 {
      margin-left: 20.83333%; }
    .xl-6 {
      max-width: 25%; }
    .xl-offset-6 {
      margin-left: 25%; }
    .xl-7 {
      max-width: 29.16667%; }
    .xl-offset-7 {
      margin-left: 29.16667%; }
    .xl-8 {
      max-width: 33.33333%; }
    .xl-offset-8 {
      margin-left: 33.33333%; }
    .xl-9 {
      max-width: 37.5%; }
    .xl-offset-9 {
      margin-left: 37.5%; }
    .xl-10 {
      max-width: 41.66667%; }
    .xl-offset-10 {
      margin-left: 41.66667%; }
    .xl-11 {
      max-width: 45.83333%; }
    .xl-offset-11 {
      margin-left: 45.83333%; }
    .xl-12 {
      max-width: 50%; }
    .xl-offset-12 {
      margin-left: 50%; }
    .xl-13 {
      max-width: 54.16667%; }
    .xl-offset-13 {
      margin-left: 54.16667%; }
    .xl-14 {
      max-width: 58.33333%; }
    .xl-offset-14 {
      margin-left: 58.33333%; }
    .xl-15 {
      max-width: 62.5%; }
    .xl-offset-15 {
      margin-left: 62.5%; }
    .xl-16 {
      max-width: 66.66667%; }
    .xl-offset-16 {
      margin-left: 66.66667%; }
    .xl-17 {
      max-width: 70.83333%; }
    .xl-offset-17 {
      margin-left: 70.83333%; }
    .xl-18 {
      max-width: 75%; }
    .xl-offset-18 {
      margin-left: 75%; }
    .xl-19 {
      max-width: 79.16667%; }
    .xl-offset-19 {
      margin-left: 79.16667%; }
    .xl-20 {
      max-width: 83.33333%; }
    .xl-offset-20 {
      margin-left: 83.33333%; }
    .xl-21 {
      max-width: 87.5%; }
    .xl-offset-21 {
      margin-left: 87.5%; }
    .xl-22 {
      max-width: 91.66667%; }
    .xl-offset-22 {
      margin-left: 91.66667%; }
    .xl-23 {
      max-width: 95.83333%; }
    .xl-offset-23 {
      margin-left: 95.83333%; }
    .xl-24 {
      max-width: 100%; }
    .xl-offset-24 {
      margin-left: 100%; } }
  
  @media screen and (min-width: 1600px) {
    .xxl-offset-0 {
      margin-left: 0px; }
    .xxl-1 {
      max-width: 4.16667%; }
    .xxl-offset-1 {
      margin-left: 4.16667%; }
    .xxl-2 {
      max-width: 8.33333%; }
    .xxl-offset-2 {
      margin-left: 8.33333%; }
    .xxl-3 {
      max-width: 12.5%; }
    .xxl-offset-3 {
      margin-left: 12.5%; }
    .xxl-4 {
      max-width: 16.66667%; }
    .xxl-offset-4 {
      margin-left: 16.66667%; }
    .xxl-5 {
      max-width: 20.83333%; }
    .xxl-offset-5 {
      margin-left: 20.83333%; }
    .xxl-6 {
      max-width: 25%; }
    .xxl-offset-6 {
      margin-left: 25%; }
    .xxl-7 {
      max-width: 29.16667%; }
    .xxl-offset-7 {
      margin-left: 29.16667%; }
    .xxl-8 {
      max-width: 33.33333%; }
    .xxl-offset-8 {
      margin-left: 33.33333%; }
    .xxl-9 {
      max-width: 37.5%; }
    .xxl-offset-9 {
      margin-left: 37.5%; }
    .xxl-10 {
      max-width: 41.66667%; }
    .xxl-offset-10 {
      margin-left: 41.66667%; }
    .xxl-11 {
      max-width: 45.83333%; }
    .xxl-offset-11 {
      margin-left: 45.83333%; }
    .xxl-12 {
      max-width: 50%; }
    .xxl-offset-12 {
      margin-left: 50%; }
    .xxl-13 {
      max-width: 54.16667%; }
    .xxl-offset-13 {
      margin-left: 54.16667%; }
    .xxl-14 {
      max-width: 58.33333%; }
    .xxl-offset-14 {
      margin-left: 58.33333%; }
    .xxl-15 {
      max-width: 62.5%; }
    .xxl-offset-15 {
      margin-left: 62.5%; }
    .xxl-16 {
      max-width: 66.66667%; }
    .xxl-offset-16 {
      margin-left: 66.66667%; }
    .xxl-17 {
      max-width: 70.83333%; }
    .xxl-offset-17 {
      margin-left: 70.83333%; }
    .xxl-18 {
      max-width: 75%; }
    .xxl-offset-18 {
      margin-left: 75%; }
    .xxl-19 {
      max-width: 79.16667%; }
    .xxl-offset-19 {
      margin-left: 79.16667%; }
    .xxl-20 {
      max-width: 83.33333%; }
    .xxl-offset-20 {
      margin-left: 83.33333%; }
    .xxl-21 {
      max-width: 87.5%; }
    .xxl-offset-21 {
      margin-left: 87.5%; }
    .xxl-22 {
      max-width: 91.66667%; }
    .xxl-offset-22 {
      margin-left: 91.66667%; }
    .xxl-23 {
      max-width: 95.83333%; }
    .xxl-offset-23 {
      margin-left: 95.83333%; }
    .xxl-24 {
      max-width: 100%; }
    .xxl-offset-24 {
      margin-left: 100%; } }
  
  @media screen and (min-width: 320px) {
    .xs-fix-10 {
      max-width: 10%; }
    .xs-fix-20 {
      max-width: 20%; }
    .xs-fix-30 {
      max-width: 30%; }
    .xs-fix-40 {
      max-width: 40%; }
    .xs-fix-50 {
      max-width: 50%; }
    .xs-fix-60 {
      max-width: 60%; }
    .xs-fix-70 {
      max-width: 70%; }
    .xs-fix-80 {
      max-width: 80%; }
    .xs-fix-90 {
      max-width: 90%; }
    .xs-fix-100 {
      max-width: 100%; } }
  
  @media screen and (min-width: 576px) {
    .sm-fix-10 {
      max-width: 10%; }
    .sm-fix-20 {
      max-width: 20%; }
    .sm-fix-30 {
      max-width: 30%; }
    .sm-fix-40 {
      max-width: 40%; }
    .sm-fix-50 {
      max-width: 50%; }
    .sm-fix-60 {
      max-width: 60%; }
    .sm-fix-70 {
      max-width: 70%; }
    .sm-fix-80 {
      max-width: 80%; }
    .sm-fix-90 {
      max-width: 90%; }
    .sm-fix-100 {
      max-width: 100%; } }
  
  @media screen and (min-width: 768px) {
    .md-fix-0 {
      max-width: 0%; }
    .md-fix-5 {
      max-width: 5%; }
    .md-fix-10 {
      max-width: 10%; }
    .md-fix-15 {
      max-width: 15%; }
    .md-fix-20 {
      max-width: 20%; }
    .md-fix-30 {
      max-width: 30%; }
    .md-fix-40 {
      max-width: 40%; }
    .md-fix-50 {
      max-width: 50%; }
    .md-fix-60 {
      max-width: 60%; }
    .md-fix-70 {
      max-width: 70%; }
    .md-fix-80 {
      max-width: 80%; }
    .md-fix-90 {
      max-width: 90%; }
    .md-fix-100 {
      max-width: 100%; } }
  
  @media screen and (min-width: 992px) {
    .lg-fix-10 {
      max-width: 10%; }
    .lg-fix-20 {
      max-width: 20%; }
    .lg-fix-30 {
      max-width: 30%; }
    .lg-fix-40 {
      max-width: 40%; }
    .lg-fix-50 {
      max-width: 50%; }
    .lg-fix-60 {
      max-width: 60%; }
    .lg-fix-70 {
      max-width: 70%; }
    .lg-fix-80 {
      max-width: 80%; }
    .lg-fix-90 {
      max-width: 90%; }
    .lg-fix-100 {
      max-width: 100%; } }
  
  @media screen and (min-width: 1200px) {
    .xl-fix-10 {
      max-width: 10%; }
    .xl-fix-20 {
      max-width: 20%; }
    .xl-fix-30 {
      max-width: 30%; }
    .xl-fix-40 {
      max-width: 40%; }
    .xl-fix-50 {
      max-width: 50%; }
    .xl-fix-60 {
      max-width: 60%; }
    .xl-fix-70 {
      max-width: 70%; }
    .xl-fix-80 {
      max-width: 80%; }
    .xl-fix-90 {
      max-width: 90%; }
    .xl-fix-100 {
      max-width: 100%; } }
  
  @media screen and (min-width: 1600px) {
    .xxl-fix-10 {
      max-width: 10%; }
    .xxl-fix-20 {
      max-width: 20%; }
    .xxl-fix-30 {
      max-width: 30%; }
    .xxl-fix-40 {
      max-width: 40%; }
    .xxl-fix-50 {
      max-width: 50%; }
    .xxl-fix-60 {
      max-width: 60%; }
    .xxl-fix-70 {
      max-width: 70%; }
    .xxl-fix-80 {
      max-width: 80%; }
    .xxl-fix-90 {
      max-width: 90%; }
    .xxl-fix-100 {
      max-width: 100%; } }
      .col-sp{
  position:relative;
    width: 100%;
  box-sizing: border-box;
  padding:0px 15px 30px;
}