@charset "UTF-8";
@font-face {
    font-family: 'UTM Avo';
    src: url("../font/avo/UTMAvo.eot");
    src: url("../font/avo/UTMAvo.eot?#iefix") format("embedded-opentype"), url("../font/avo/UTMAvo.woff2") format("woff2"), url("../font/avo/UTMAvo.woff") format("woff"), url("../font/avo/UTMAvo.ttf") format("truetype"), url("../font/avo/UTMAvo.svg#UTMAvo") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Avo';
    src: url("../font/avo/UTMAvoBold.eot");
    src: url("../font/avo/UTMAvoBold.eot?#iefix") format("embedded-opentype"), url("../font/avo/UTMAvoBold.woff2") format("woff2"), url("../font/avo/UTMAvoBold.woff") format("woff"), url("../font/avo/UTMAvoBold.ttf") format("truetype"), url("../font/avo/UTMAvoBold.svg#UTMAvoBold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Avo';
    src: url("../font/avo/UTMAvo-BoldItalic.eot");
    src: url("../font/UTMAvo-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/avo/UTMAvo-BoldItalic.woff2") format("woff2"), url("../font/avo/UTMAvo-BoldItalic.woff") format("woff"), url("../font/avo/UTMAvo-BoldItalic.ttf") format("truetype"), url("../font/avo/UTMAvo-BoldItalic.svg#UTMAvo-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic;
}

/* vietnamese */
/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url("../font/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2") format('woff2');
  unicode-range: 'U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB';
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url("../font/PRmiXeptR36kaC0GEAetxmhQUTDJGru-0vvUpABgH8I.woff2") format('woff2');
  unicode-range: 'U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB';
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url("../font/PRmiXeptR36kaC0GEAetxmqi69zMYkLa7XwlUIemKB4.woff2") format('woff2');
  unicode-range: 'U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB';
}*/


body {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'UTM Avo';*/
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    /* color: #333333; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    line-height: 25px;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'UTM Avo';
    text-transform: uppercase;
    font-size: 30px;
}

h1 {
    font-size: 2.5em; /* 36px */
    line-height: 50px;
}

h2 {
    font-size: 2.1em; /* 30px */
}

h3 {
    font-size: 1.7em; /* 24px */
}

h4 {
    font-size: 1.2em; /* 18px */
}

h5 {
    font-size: 1.0em; /* 14px */
}

h6 {
    font-size: 0.8em; /* 12px */
}

ul, li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #9B0E62;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none;
}

a, a:visited {
    -webkit-transition: color .3s;
    transition: color .3s;
}

a:active, a:focus {
    outline: none;
}

/* general */
.line-border {
    border-bottom: 5px solid #333;
}

.border-dashed {
    border-right: 1px dashed #b3b3b3;
}

.title-small {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 6px;
}

.transition {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.prominent {
    position: absolute;
    right: 0;
    top: 0;
}
.prominent:before{
    content: '';

    display: block;
    height: 80px;
    width: 80px;
    background-size: cover;
}
.prominent-sale:before{
    background-image: url(img/icon-11.svg);
}
.prominent-sale {
    right: -19px;
    top: -17px;
}
.prominent-hot:before {
    background-position: 30%;
    background-image: url(img/icon-11.svg);
}
.prominent-outstock:before {
    background-position: 65%;
    background-image: url(img/icon-11.svg);
}
.prominent-outstock,
.prominent-hot{
    top: -15px;
}
.prominent-new:before{
    background-position: 97%;
    background-image: url(img/icon-11.svg);
}
.prominent-new {
    top: -18px;
}

.bg-gray {
    background-color: #333333;
}

.bg-grey {
    background-color: #F2F2F2;
}

.bg-purple {
    background-color: #9B0E62;
}

.readall.bg-purple:hover {
    background-color: #333333;
    transition: all .3s linear;
}

/*.homepage > header */
header {
    border-bottom: 5px solid #333;
}

.block-shadow {
    padding-top: 15px;
    box-shadow: 0px -4px 6px rgba(17, 17, 17, 0.18);
    -webkit-box-shadow: 0px -4px 6px rgba(17, 17, 17, 0.18);
    -moz-box-shadow: 0px -4px 6px rgba(17, 17, 17, 0.18);
    position: relative;
}

.block-title {
    position: relative;
    height: 130px;
}

.block-title:after {
    content: '';
    background-image: url(img/title-2.png);
    height: 130px;
    width: 330px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    margin: auto;
    margin-top: -85px;
}

.block-title.block-title-2:after {
    content: '';
    background-image: url(img/title-1.png);
}

.titlemain {
    font-size: 50px;
    text-align: center;
    color: #333333;
    margin: 0 0 40px;
}

/* topbar */
.topbar {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 9px 0;
    font-family: "UTM Avo";
}

.topbar a {
    display: block;
    color: #fff;
}
.topbar p {
    margin: 0;
    padding: 0;
}

.topcenter-mobile {
    display: none;
}

.topcenter .logo {
    width: 25%;
    float: left;
    padding: 10px 0;
}

.topcenter .logo {
    height: 90px;
}

.topcenter .search {
    width: 60%;
    float: left;
    padding: 38px 0 0;
    position: relative;
}

.topcenter-inner {
    position: relative;
    z-index: 100;
    height: 110px;
}

.search-result {
    position: absolute;
    background-color: #fff;
    box-shadow: 1px 1px 7px rgba(17, 17, 17, 0.36);
    -webkit-box-shadow: 1px 1px 7px rgba(17, 17, 17, 0.36);
    -moz-box-shadow: 1px 1px 7px rgba(17, 17, 17, 0.36);
    left: 0;
    width: 865px;
    z-index: 1;
    margin-top: 45px;
    padding: 30px;
    z-index: -1;
    display: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.show-result .search-result {
    display: block;
}

.topcenter-mobile .logo {
    float: left;
    width: 25%;
}

.topcenter-right {
    float: right;
    width: 75%;
    margin-top: 15px;
}

.nav-hamburger {
    width: 80px;
    display: inline-block;
    float: left;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    padding-top: 8px;
}

.topcenter-mobile .topcart {
    float: left;
    width: 80px;
    text-align: center;
    border-left: 1px solid #B3B3B3;
    border-right: 1px solid #B3B3B3;
    height: 45px;
    vertical-align: middle;
    line-height: 45px;
}

.topcenter-mobile .search-item {
    width: calc(100% - 80px - 80px);
    float: left;
    text-align: right;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    position: relative;
}

.topcenter-mobile .search-item button {
    border: 0;
    background-color: transparent;
    font-size: 28px;
    vertical-align: middle;
    height: 45px;
    padding: 0 20px;
    outline: none;
}

.topcenter-mobile .search-item input {
    height: 40px;
    border: 0;
    padding-left: 10px;
    outline: none;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: -57px;
    z-index: 1;
    width: 100%;
    display: none;
}

.topcenter-mobile .topcart .cart {
    width: 50px;
    float: none;
    position: relative;
    margin: auto;
}

.topcart .cart .icon-cart {
    font-size: 45px;
    color: #111;
}

.nav-hamburger span {
    height: 4px;
    width: 30px;
    background-color: #111;
    display: block;
    margin: 5px auto;
}

how-result .search-result {
    z-index: 10;
    display: block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.topcenter-mobile .search-item.show-input input {
    display: block;
}

.title-border {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
    position: relative;
}

.title-border span {
    background-color: #fff;
    padding: 0 10px 0 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.title-border:after {
    content: '';
    border-bottom: 1px dashed #ccc;
    display: block;
    z-index: -1;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.list-product .item {
    width: 33.33%;
    float: left;
    margin-bottom: 15px;
    cursor: pointer;
}

.list-product .item .item-thumb {
    display: table-cell;
    width: 25%;
    border: 1px solid #b3b3b3;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.list-product .item .item-body {
    display: table-cell;
    width: 75%;
    vertical-align: middle;
    padding-left: 10px;
}

.list-product .item .item-body div {
    display: block;
}

.list-product .item .item-body div:first-child {
    font-weight: bold;
}

.list-product .item .item-thumb img {
    width: 100%;
    height: auto;
}

.list-product.list-trademark .item .item-body div {
    font-weight: 400;
}

.list-result .item-body .icon {
    position: relative;
    display: inline-block !important;
    top: 0px;
}

.list-result .item-body .icon span:last-child {
    position: absolute;
    top: -6px;
    right: -6px;
}

.list-result [class^="icon-"],
.list-result [class*=" icon-"] {
    vertical-align: middle;
}

.search-result .list-result {
    margin-bottom: 30px;
}

.search-result .list-result .title-border {
    font-size: 20px;
}

.list-product .item:hover .item-thumb {
    border: 1px solid transparent;
    box-shadow: 2px 2px 5px rgba(17, 17, 17, 0.45);
    -webkit-box-shadow: 2px 2px 5px rgba(17, 17, 17, 0.45);
    -moz-box-shadow: 2px 2px 5px rgba(17, 17, 17, 0.45);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.list-product .item:hover .item-body {
    color: #9B0E62;
}

/* dropdow */
.wrapper-dropdown-city, .wrapper-dropdown-store, .wrapper-dropdown {
    position: relative;
    margin: 0 auto;
    padding: 8px 15px;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: transparent url(img/bg-select.svg) no-repeat right center;
    font-size: 15px;
    height: 37px;
    border: 1px solid #b3b3b3;
    text-align: center;
    padding-right: 50px;
}

.wrapper-dropdown-store, .wrapper-dropdown-city {
    background: #fff url(img/dropdown.svg) no-repeat 96% center;
    border-radius: 0;
}

.wrapper-dropdown-store .dropdown, .wrapper-dropdown-city .dropdown, .wrapper-dropdown .dropdown {
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #b3b3b3;
    border-top: 0;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
    z-index: 10;
    text-align: left;
}

.wrapper-dropdown-store .dropdown, .wrapper-dropdown-city .dropdown {
    border-radius: 0;
    width: 400px;
    left: -1px;
}

.wrapper-dropdown-store.active .dropdown, .wrapper-dropdown-city.active .dropdown, .wrapper-dropdown.active .dropdown {
    overflow-y: visible;
    background-color: #fff;
    max-height: 200px;
    height: 200px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.wrapper-dropdown-store.active, .wrapper-dropdown-store.active .dropdown {
    background-color: #E6E6E6;
}

.wrapper-dropdown-store .dropdown li a, .wrapper-dropdown-city .dropdown li a, .wrapper-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
    background-color: #fff;
}

.wrapper-dropdown-store .dropdown li:last-of-type a, .wrapper-dropdown-city .dropdown li:last-of-type a, .wrapper-dropdown .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-store .dropdown li i, .wrapper-dropdown-city .dropdown li i, .wrapper-dropdown .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

.wrapper-dropdown-store .dropdown li:hover a, .wrapper-dropdown-city .dropdown li:hover a, .wrapper-dropdown .dropdown li:hover a {
    color: #a11167;
}

.wrapper-dropdown-store.active:after, .wrapper-dropdown-city.active:after, .wrapper-dropdown.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-store.active .dropdown, .wrapper-dropdown-city.active .dropdown, .wrapper-dropdown.active .dropdown {
    border-bottom: 1px solid #b3b3b3;
    max-height: 395px;
    border-top: 1px solid #b3b3b3;
}

.dropdow-search .dropdown-item {
    width: 400px;
    display: inline-block;
    margin-left: 10px;
}

.dropdow-search {
    margin: 15px 0;
}

/* end dropdow */
.list-store li {
    padding: 10px;
    border-bottom: 1px dashed #fff;
    background-image: url(img/add-hover.svg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: 96%;
}

.list-store li:hover {
    background-image: url(img/add.svg);
    background-color: #fff;
}

.list-store li:last-child {
    border-bottom: 1px dashed transparent;
}

.list-store li span {
    display: block;
    font-weight: bold;
}

.list-store li span:nth-child(2) {
    font-weight: normal;
}

.topcenter .topcart {
    width: 15%;
    float: left;
    text-align: center;
    padding: 36px 0 0;
    color: #666;
}

.topcenter .search-text {
    width: 60%;
    float: left;
    position: relative;
}

.topcenter .search-text button {
    position: absolute;
    right: 0;
    top: 0;
    height: 37px;
    width: 57px;
    background-color: transparent;
    border: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    outline: none;
    font-size: 20px;
}

.topcenter .search-text button:before {
    content: '';
    height: 20px;
    width: 1px;
    background-color: #b3b3b3;
    display: block;
    position: absolute;
    left: 0;
    vertical-align: top;
}

.topcenter .search-select select, .topcenter .search-text input {
    width: 100%;
    outline: none;
    height: 37px;
    padding-left: 10px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
}

.topcenter .search-text input {
    font-style: italic;
}

.topcenter .search-select {
    width: 40%;
    float: left;
}

.search-text input::-webkit-input-placeholder {
    color: #333333;
    font-size: 13px;
}

.search-text input::-moz-placeholder {
    color: #333333;
    font-size: 13px;
}

.search-text input:-ms-input-placeholder {
    color: #333333;
    font-size: 13px;
}

.search-text input:-moz-placeholder {
    color: #333333;
    font-size: 13px;
}

.search .search-item {
    padding: 0 15px;
}

.topcart .register {
    width: 60%;
    float: left;
    margin-top: -3px;
}

.topcart .register a {
    display: block;
    color: inherit;
    font-size: 13px;
}

.topcart .register a:hover {
    color: #9B0E62;
}

.topcart .register a:last-child {
    /* margin-left: -18px; */
}

.topcart .cart {
    width: 40%;
    float: left;
}

.topcart .cart a {
    display: inline-block;
    position: relative;
}

.topcart .cart .number {
    display: inline-block;
    width: 22px;
    background-color: #9B0E62;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: #fff;
    position: absolute;
    right: -10px;
    top: -4px;
}

.title-icon {
    display: inline-block;
    vertical-align: middle;
}

.title-icon span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #333333;
    margin-bottom: 5px;
}

.categories {
    display: inline-block;
}

.categories-title {
    font-family: 'UTM Avo';
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    padding: 16px 0;
}

.categories-title .glyphicon {
    font-size: 15px;
}

.categories-title span {
    padding: 0 10px;
}

.topcenter-menu {
    position: relative;
}

.categories-menu {
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    top: 0;
    margin-top: 58px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    visibility: hidden;
}

.categories-menu > li {
    width: 12.5%;
    float: left;
    vertical-align: middle;
    height: 50px;
}

.categories:hover .categories-menu {
    opacity: 1;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    visibility: visible;
}

.categories-menu > li > ul {
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    left: 0;
    right: 0;
    top: 150%;
    z-index: -1;
    height: auto;
    border-bottom: 1px solid #9B0E62;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    visibility: hidden;
}

.categories-menu > li > a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 14px 2px 15px;
    text-align: center;
    width: 100%;
    height: 100%;
    border-right: 1px solid #fff;
}

.categories-menu > li:last-child a {
    border-right: 0;
}

.categories-menu > li:hover > ul {
    top: 100%;
    opacity: 1;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    visibility: visible;
}

.categories-menu > li > ul > li.menu-icon > a:after, .categories-menu > li.menu-icon > a:after {
    content: '';
    opacity: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F639A5;
    display: block;
    margin: 15px auto 0;
}

/*.categories-menu > li > ul > li.menu-icon > a:after { content: ''; opacity: 0; z-index: -1; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #F639A5; display: block; margin: 15px auto 0; position: absolute; left: 50%; right: 50%; text-align: center; transform: translateX(-50%); bottom: 5px; }*/

.categories-menu > li > ul > li:hover > a:after {
    opacity: 1;
    z-index: 10;
}

.categories-menu > li:hover > a:after {
    opacity: 1;
    z-index: 9999;
    position: relative;
}

.categories-menu > li:hover {
    background-color: #F639A5;
}

.categories-menu > li > ul > li > a:hover span, .categories-menu > li > ul > li > a:hover {
    color: #F639A5;
}

.categories-menu > li > ul > li > a:hover .glyphicon {
    visibility: visible;
}

.categories-menu > li > a > span {
    vertical-align: middle;
    display: block;
}

.categories-menu > li > a > span:first-child {
    /* font-size: 25px; */
    /* padding-bottom: 7px; */
}

.categories-menu > li > ul > li > ul > li > a span, .categories-menu > li > ul > li > a span {
    color: #B3B3B3;
    padding-right: 3px;
}

.categories-menu > li > ul > li > a {
    color: #4D4D4D;
    font-size: 16px;
    padding: 20px 0;
    display: block;
    position: relative;
    text-align: center;
}

.categories-menu > li > ul > li {
    width: 12.5%;
    display: inline-block;
}

.categories-menu > li > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    opacity: 0;
    height: auto;
    background-color: #fff;
    display: inline-block;
    margin-top: 62px;
    padding: 16px 20px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.categories-menu > li > ul > li:hover > ul {
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 1;
    top: 0;
}

.categories-menu > li > ul > li > ul > li {
    width: 16.666%;
    float: left;
}

.categories-menu > li > ul > li > ul > li > a {
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

.categories-menu > li > ul > li > ul > li > a:last-child {
    margin-bottom: 0;
}

.menu-horizontal {
    display: inline-block;
}

.hotline {
    display: inline-block;
    float: right;
}

.menu-horizontal .menu-main > li > a {
    font-size: 18px;
    color: #333333;
    font-family: 'UTM Avo';
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    position: relative;
}

.menu-horizontal .menu-main > li > a:hover {
    color: #9B0E62;
}

.menu-horizontal .menu-main {
    margin-left: 15px;
}

.menu-horizontal .menu-main li {
    display: inline-block;
}

.menu-horizontal .menu-main > li > a:before {
    content: '';
    height: 27px;
    width: 1px;
    display: inline-block;
    background-color: #b3b3b3;
    position: absolute;
    left: 0;
    bottom: 12px;
}

.hotline .hotline-item {
    font-size: 11px;
    float: left;
}

.hotline .hotline-item .hotline-icon {
    margin-right: 7px;
    float: left;
}

.hotline .hotline-item .hotline-icon .icon-phone-1:before {
    color: #fff
}

.hotline .hotline-item .hotline-icon i {
    width: 28px;
    height: 28px;
    background: #9B0E62;
    border-radius: 100%;
    line-height: 27px;
    margin-top: 12px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    display: inline-block;
}

.hotline .hotline-item .hotline-number {
    overflow: hidden;
    height: 50px;
}

.hotline .hotline-item span {
    display: block;
    color: #666;
}

.hotline .hotline-item span:nth-child(2) {
    font-size: 23px;
    font-weight: bold;
    font-family: 'UTM Avo';
    color: #333333;
}

.hotline .hotline-item:last-child {
    padding-left: 12px;
}

/* home slide */
.home-slide .item {
    outline: none;
}

.home-slide .item img {
    width: 100%;
    height: auto;
}

.home-slide .slick-next {
    right: 20px;
}

.home-slide .slick-prev {
    left: 20px;
}

/* home banner */
.home-banner-slide {
    /* float: left; */
    width: 100%;
}

.home-banner-thumb {
    float: left;
    width: 30%;
    max-height: 320px;
    display: none;
}
.home-banner-thumb > * {
    margin: 0;
    padding:0;
    height: 100%;
}

/* footer */
footer {
    color: #fff;
    font-weight: lighter;
    margin-top: 50px;
}

.footer-top {
    font-size: 15px;
    padding: 60px 0;
}

.footer-top .footer-item {
    width: 20%;
    float: left;
    padding: 0 5px;
}

.footer-top .footer-item .title {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 20px;
}

.footer-bottom {
    font-size: 12px;
    line-height: 24px;
    border-top: 1px solid #fff;
    padding: 10px 0;
    position: relative;
}

.footer-bottom .certify {
    margin: 20px 0;
}

footer .container {
    position: relative;
}

.footer-social {
    text-align: center;
    position: absolute;
    z-index: 99;
    display: block;
    top: -20px;
    left: 0;
    right: 0;
}

.footer-social li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social li [class^="icon-"]:before,
.footer-social li [class*=" icon-"]:before {
    color: #fff;
    font-size: 20px;
    transition: all .2s linear;
}

.footer-social li [class^="icon-"]:hover:before,
.footer-social li [class*=" icon-"]:hover:before {
    color: #9B0E62;
    transition: all .2s linear;
}

.footer-social a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 36px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 24px;
    background-color: #333;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
}

.footer-social a:hover {
    color: #9B0E62;
}

.backtotop {
    height: 60px;
    width: 60px;
    background-color: #9B0E62;
    position: fixed;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 50%;
    cursor: pointer;
    right: 20px;
    bottom: 85px;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    z-index: 100;
}

.backtotop > div {
    margin-top: 5px;
    margin-bottom: -5px;
}

.backtotop.show-top {
    opacity: 0.8;
    transition: opacity 0.2s ease-out;
}

/* home ads */
#home-ads {
    padding-top: 15px;
}

#home-ads .home-ads-item {
    display: inline-block;
    width: 50%;
    float: left;
}

#home-ads .home-ads-item p {
    margin-bottom:1px;
}

.home-ads-item img {
    width: 100%;
    height: auto;
}

/* home product */
.product-item {
    /*height: 285px;*/
    height: 360px;
    text-align: center;
    border: 1px solid #e6e6e6;
    /*padding: 35px 0 20px;*/
    padding: 10px 0 20px;
    position: relative;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    margin-bottom: 15px;
}

.product-item:hover {
    box-shadow: 2px 2px 7px rgba(17, 17, 17, 0.24);
    -webkit-box-shadow: 2px 2px 7px rgba(17, 17, 17, 0.24);
    -moz-box-shadow: 2px 2px 7px rgba(17, 17, 17, 0.24);
    border: 1px solid transparent;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.product-item div.brand-name {
    /*text-align: left;*/
    width: 100%;
    margin-bottom: 15px;
}

.product-item div.brand-name a {
    padding-left: 10px;
    color: #666;
}

.product-item-thumb {
    display: block;

}

.product-item img {
    max-height: 140px;
}

.home-product {
    padding: 80px 0;
    overflow: hidden;
}

.home-product-left .product-top {
    margin-right: -115px;
}

.home-product-right .product-top {
    margin: 0 0 0 -9px;
}

.product-banner.product-banner-left {
    text-align: left;
}

.product-banner-inner {
    margin-bottom: 20px;
}

.product-item-body {
    text-align: center;
}

.product-item-body a {
    /* display: block; */
    /* font-size: 14px; */
}

/*.product-item-body .product-name {
    overflow: hidden;
    display: -webkit-box;
    line-height: 20px;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 8px;
}*/

.product-name h3{
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.2;
    height: 35px!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #000!important;
}
@media only screen and (max-width: 480px) {
    .product-name h3{
        overflow: hidden!important;
        display: -webkit-box;
        line-height: 20px;
        height: 40px!important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #000!important;
    }
    .product-item-body a {
        display: inline-block;
        /* height: 60px !important; */
        overflow: hidden;
    }

}



.pro-color {
    color: #333 !important;
}

.product-item-body .product-name:hover {
    color: #9B0E62;
}

.product-name {
    font-weight: bold;
}

.product-price span {
    font-size: 18px;
    font-weight: bold;
}

.product-price span.discount-price {
    display: block;
    font-size: 15px;
    color: grey;
    text-decoration: line-through;
}

.product-price {
    text-transform: uppercase;
    padding: 10px 0;
    color: #9B0E62;
}
.product-price div span {
    display: inline-block !important;
}
.product-price div .percent {
    font-size: 13px
}

.product-price .row {
    margin: 0 !important;
}

.product-price .row div.label-name {
    font-size: 10px !important;
    font-weight: 600;
    padding: 1px 5px;
    line-height: 1.4;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 50px;
    text-transform: none;
    margin: 0 4px;
    font-weight: normal;
}

.price-col {
    margin: 0;
    padding: 0;
    margin-top: -10px;
}
.price-col .label-name {
    width: 126px;
    color: #555 !important;/* border: 1px dotted #bbb8b8fa !important; */
    border-style: dotted !important;
}


.row .bg-member {
    background-color: #4d91e2;
    /* border: 1px solid #d2cdcdfa; */
    white-space: nowrap;
}

.row .bg-gold {
    background-color: #ffe117cf;
    color: #888 !important;
    white-space: nowrap;
}

.row .bg-vip {
    background-color: #603593;
    white-space: nowrap;
}

.product-price .row span {
    font-size: 14px !important;
    color: #000;
    font-weight: 600;
}

.product-price-detail {
    border-bottom: 1px dashed #b3b3b3;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 10px
}

.product-price-detail .row > div {
    padding-left: 10px;
    padding-right: 0px;
    margin: 0;
    padding: 0;
}

.product-price-detail .row span {
    font-size: 13px !important;
}

@media screen and (max-width: 480px){
    .product-price-detail .row span {
        font-size: 12px !important;
    }

    .product-price-detail .row > div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .product-price-detail .row > div:first-child {
        width: 88px;
    }

    .product-price-detail .row > div:nth-child(2) {
        width: 98px;
    }

    .product-price-detail .row > div:last-child {
        width: 109px;
    }
}

@media (min-width: 768px){
    .product-price-detail .row > div {
        /* text-align: center; */
    }
}
.readmore:after {
    content: '';
    background-image: url(img/readmore.svg);
    display: inline-block;
    height: 13px;
    width: 12px;
    background-size: inherit;
    background-repeat: no-repeat;
}

.readmore {
    font-style: italic;
}

/* banner product */
.product-banner .title {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 15px;
}

.product-banner .name {
    font-size: 50px;
    margin: 0 0 35px;
}

.product-banner .name span {
    display: block;
}

.product-banner {
    text-align: right;
    height: 710px;
    display: table-cell;
    vertical-align: top;
}

.readall {
    transition: all .2s linear;
    color: #fff !important;
    background-color: #9B0E62;
    font-size: 20px;
    font-weight: 200;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 4px;
    outline: none;
    border: 0;
}

.readall:hover {
    color: #fff;
    background-color: #444;
    transition: all .2s linear;
}
/*
.responsive-slider .slider-control {
    background-color: rgba(51, 51, 51, 0.59);
    color: #fff;
    font-size: 30px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
}

.responsive-slider .slider-control.left {
    left: 15px;
    padding-left: 0;
    border-radius: 50%;
}

.responsive-slider .slider-control.left:hover {
    text-decoration: none;
    padding-left: 0;
}

.responsive-slider .slider-control.right {
    right: 15px;
    padding-right: 0;
    border-radius: 50%;
}

.responsive-slider .slider-control.right:hover {
    text-decoration: none;
    padding-right: 0;
}*/

.responsive-slider .slides ul li .slide-body {
    height: 320px;
}

.home-gift .container {
    width: 900px;
}

/* home gift */
.home-gift {
    padding: 80px 0;
}

.slide-gift .slick-list {
    min-height: 400px;
}

.slide-gift .slick-slide {
    /*transform: scale(0.8);*/
    opacity: .6;
    transition: .3s ease-in-out all;
}

.slide-gift .slick-slide.slick-center {
    opacity: 1;
    /*transform: scale(1.2);*/
    z-index: 1;
    position: relative;
}

.slide-gift .slick-slide:not(.slick-center) {
    transform: scale(0.6);
}

.slide-gift .slick-slide img {
    width: 100%;
    height: auto;
}

/*.slide-gift .slick-track {*/
/*margin: 50px 0;*/
/*}*/

.slide-gift .item {
    outline: none;
    margin: 0px;
}

.slick-dots li button:before {
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    color: #9B0E62;
    opacity: 1;
}

.slide-gift .slick-next {
    right: -90px;
    z-index: 1;
}

.slide-gift .slick-prev {
    left: -90px;
    z-index: 1;
}

.home-gift-content {
    width: 50%;
    margin: auto;
    text-align: center;
}

.home-gift-content .readall {
    margin-top: 25px;
}

.slide-gift .caption{
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}
.slide-gift .description{
    color: #9B0E62;
    font-weight: 600;
}
.slide-gift .price{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
}
.slide-gift .slick-slide .caption{
    opacity: 0;
}
.slide-gift .slick-slide.slick-center .caption{
    opacity: 1;
}
.slide-gift .slick-slide {
    /*transform: scale(0.6);*/
    width: 400px;
    margin: 0px 25px;
}
/*.slide-gift .slick-track {*/
/*margin: -50px 0;*/
/*}*/

.slick-prev:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    line-height: 38px;
}

.slick-next:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    line-height: 38px;
}

.slick-arrow {
    background-color: rgba(51, 51, 51, 0.59);
    color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: rgba(51, 51, 51, 0.59);
    color: #fff;
}

/* home tab */
.home-tab {
    padding: 80px 0 150px;
    position: relative;
}

.home-tab:before {
    content: '';
    background-image: url(img/flower-1.png);
    width: 20%;
    height: 65%;
    display: block;
    position: absolute;
    bottom: -50px;
    background-repeat: no-repeat;
    background-size: contain;
}

.home-tab:after {
    content: '';
    background: url(img/flower-2.png) no-repeat top right;
    width: 227px;
    height: 692px;
    display: block;
    position: absolute;
    bottom: -50px;
    right: 0;
    background-size: contain;
    z-index: -1;
}

.home-tab .tab-store > li {
    width: 50%;
}

.tab-store {
    margin: 0 90px;
}

.tab-store > li > a {
    border-radius: 0;
    margin-right: 0;
}

.tab-store > li > a {
    background-color: #4D4D4D;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: 'UTM Avo';
    text-transform: uppercase;
    border-bottom: 3px solid #4D4D4D;
    font-size: 18px;
    line-height: 50px;
    padding: 0;
}

.tab-store > li.active > a, .tab-store > li.active > a:focus, .tab-store > li.active > a:hover {
    background-color: #333333;
    color: #fff;
    border: 1px solid #333333;
    border-bottom: 3px solid #F639A5;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.tab-store > li > a:focus, .tab-store > li > a:hover {
    background-color: #333333;
}

.tab-store > li > a:hover {
    border-color: transparent;
}

.tab-search {
    border-bottom: 0;
    padding: 0 50px;
    float: left;
    width: 50%;
}

.tab-search > li {
    width: 100%;
    margin-bottom: 10px;
}

.tab-search.nav-tabs > li > a {
    background-color: rgba(242, 242, 242, 0.73);
    font-family: 'UTM Avo';
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    padding: 10px 15px 10px 35px;
    color: inherit;
}

.tab-search.nav-tabs > li.active > a, .tab-search.nav-tabs > li.active > a:focus, .tab-search.nav-tabs > li.active > a:hover {
    background-color: #E6E6E6;
    border: 0;
    color: #9B0E62;
}

.tab-search.nav-tabs > li > a .glyphicon {
    float: right;
    visibility: hidden;
    top: 3px;
}

.tab-search.nav-tabs > li.active > a .glyphicon, .tab-search.nav-tabs > li.active > a:focus .glyphicon, .tab-search.nav-tabs > li.active > a:hover .glyphicon {
    visibility: visible;
}

.list-address {
    float: left;
    width: 50%;
    /* padding-left: 50px; */
    height: 395px;
    overflow-y: scroll;
    overflow-y: scroll;
}

/*.dropdown::-webkit-scrollbar-track,*/
.list-address::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

/*.dropdown::-webkit-scrollbar,*/
.list-address::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

/*.dropdown::-webkit-scrollbar-thumb,*/
.list-address::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.list-address .item .item-thumb {
    display: table-cell;
    width: 25%;
}

.list-address .item .item-thumb img {
    width: 100%;
    height: auto;
}

.list-address .item .item-body {
    display: table-cell;
    width: 75%;
    padding-left: 20px;
    vertical-align: top;
}

.list-address .item .item-body span {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.list-address .item .item-body span:nth-child(2) {
    font-weight: normal;
}

.list-address .item {
    border-bottom: 1px dashed #ddd;
    /* padding: 15px 0; */
}

.list-address .item:first-child {
    padding-top: 0;
}

.tab-map {
    position: relative;
    border: 2px solid #b3b3b3;
    height: 450px;
}

.tab-map iframe {
    width: 100%;
    height: 100%;
}

.content-search {
    margin: 100px 90px 0;
}

.list-start {
    margin: 0 -20px;
}

.list-start .item {
    outline: none;
    margin: 0 20px;
}

.list-start .item img {
    width: 100%;
    height: auto;
}

.list-start .slick-prev {
    left: 25px;
}

.list-start .slick-next {
    right: 25px;
}

.home-list-start {
    padding: 80px 0;
}

/* popup */
.form-popup {
    position: relative;
    max-width: 60em !important;
    display: block;
    background-color: #fff;
    font-size: 13px;
}

.form-popup .readall {
    text-transform: uppercase;
}

.close-popup {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 42px;
    /* border-radius: 50%; */
    background-color: transparent;
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: 4px;
    z-index: 999;
}

.close-popup .icon-moon {
    font-size: 20px;
    color: #fff
}

.form-popup .titlemain {
    font-size: 40px;
}

.form-popup form .title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 20px 20px;
}

.form-main input, .form-main select, .form-popup form select, .form-popup form input {
    width: 100%;
    height: 37px;
    border: 1px solid #b3b3b3;
    outline: none;
    padding-left: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.form-main textarea, .form-popup form textarea {
    width: 100%;
    border: 1px solid #b3b3b3;
    outline: none;
    padding-left: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 85px;
}

.form-fogot, .form-register {
    max-width: 50em !important;
}

.form-fogot .form-bottom {
    margin: 20px 0 0;
}

.form-fogot .form-bottom button {
    width: 100%;
}

.form-fogot form, .form-register form {
    padding: 10px 80px;
}

.form-fogot .text-thanks, .form-register .text-thanks {
    width: 80%;
}

.form-register form > div {
    border-right: 0;
}

.item-half {
    display: table;
    width: 100%;
}

.item-half .item:first-child {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.item-half .item:last-child {
    display: table-cell;
    vertical-align: bottom;
    width: 50%;
    padding-left: 10px;
}

.form-popup .item-half-left .item:first-child {
    width: 30%;
}

.form-popup .item-half-left .item:last-child {
    width: 70%;
}

.form-popup .item-half-left .item:last-child input {
    margin-bottom: 0;
}

.text-thanks {
    width: 60%;
    font-size: 14px;
    margin: 0 auto 30px;
    text-align: center;
}

.form-bottom {
    text-align: center;
    clear: both;
}

.form-bottom > div {
    margin: 20px 0;
}

.form-bottom > div a {
    color: #9B0E62;
}

.title-border {
    margin: 0;
    font-size: 40px;
    color: #000;
    margin-bottom: 40px;
}

body > header {
    position: relative;
    z-index: 100;
}

/* page product detail */
.product-top {
    /*    padding-bottom: 15px;
        border-bottom: 1px dashed #b3b3b3;
        margin-bottom: 15px;*/
    display: table;
    width: 100%;
}

.product-label {
    background-color: #333333;
    color: #fff;
    padding: 5px 20px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.category-brand-product .product-label {
    margin-left: 15px;
}

.product-label:after {
    content: '';
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #333333;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    right: -9px;
}

.product-title {
    text-transform: none;
    font-size: 35px;
    color: #9B0E62;
    margin: 10px 0 35px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.1;
}

.product-title2 {
    position: absolute;
    margin-top: -26px;
    font-size: 15px;
    color: #999;
}

.product-thumb {
    display: table-cell;
    width: 40%;
}

.product-thumb img {
    width: 100%;
    height: auto;
}

.product-body {
    display: table-cell;
    width: 60%;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 33px;
}

.product-thumb a {
    display: block;
    width: 338px;
    height: 345px;
    border: 2px solid #b3b3b3;
}

.product-body ul li {
    width: 100%;
}

.product-body ul li span {
    font-size: 15px;
}

.product-body ul li span:first-child {
    display: table-cell;
    width: 40%;
    font-weight: bold;
}

.product-body ul li span:last-child {
    display: table-cell;
    width: 60%;
}

.product-body ul li {
    width: 100%;
    display: table;
    margin-bottom: 5px;
}

.product-detail-info-right {
    position: relative;
}

.product-detail-info-right:before {
    background-color: #f2f2f2;
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
}

.buy-product {
    /* padding: 50px 20px 0; */
    position: relative;
}

.trademark {
    display: block;
    height: 100px;
    width: 250px;
    margin: 0 auto 25px;
    line-height: 100px;
    text-align: center;
}

.trademark img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.buy-product-inner .product-top > div {
    display: table-cell;
}

.buy-product-inner .product-top .product-name {
    width: 45%;
    font-weight: normal;
    font-size: 15px;
}

.buy-product-inner .product-top .product-name span {
    font-size: 14px;
    color: #999999;
}

.buy-product-inner .product-top .price {
    width: 30%;
    color: #9B0E62;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
}

.buy-product-inner .product-top .price div.sale {
    font-size: 12px;
    white-space: nowrap;
}

.buy-product-inner .product-top .price div.sale > span.sale-price {
    color: #787878;
    text-decoration: line-through;
    font-weight: 100;
}

.buy-product-inner .product-top .button-buy {
    width: 25%;
    vertical-align: middle;
}

.buy-product-inner .product-top .button-buy a {
    display: block;
    background-color: #9B0E62;
    color: #fff;
    text-align: center;
    padding: 5px 2px;
    border-radius: 4px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.buy-product-inner .product-top .button-buy a:hover {
    background-color: #333;
}

.buy-product-inner .product-top .disable a {
    background-color: #cccccc;
    color: #fff;
}

.product-bottom .item {
    display: table-cell;
}

.product-bottom {
    width: 100%;
    display: table;
}

.product-bottom .item:nth-child(1) span {
    display: inline-block;
    height: 30px;
    width: 55px;
    text-align: center;
    line-height: 30px;
}

.product-bottom .item:nth-child(1) {
    width: 60%;
}

.product-bottom .item:nth-child(2) {
    width: 40%;
    text-align: right;
}

.product-bottom .item .phone {
    font-size: 23px;
    font-weight: bold;
    font-family: 'UTM Avo';
    letter-spacing: 1.2px;
    white-space: nowrap;
}

.product-bottom .item .phone span {
    color: #666;
    font-size: 20px;
}

.title-horizontal {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'UTM Avo';
    padding: 13px;
}

.title-horizontal span {
    text-align: center;
    display: inline-block;
    float: left;
    position: relative;
}

.title-horizontal span:nth-child(1) {
    width: 60%;
}

.title-horizontal span:nth-child(1):after {
    height: 30px;
    width: 1px;
    content: '';
    position: absolute;
    display: block;
    border-right: 1px dashed #fff;
    right: 0;
    top: -4px;
}

.title-horizontal span:nth-child(2) {
    width: 40%;
}

.block-product-info {
    padding-bottom: 100px;
}

.product-detail-right {
    width: 35%;
    float: left;
}

.product-detail-left {
    width: 65%;
    float: left;
    margin-top: 50px;
}

.product-info-content .info-left {
    width: 60%;
    float: left;
    padding: 40px 0;
}

.product-info-content .info-left img {
    width: 100%;
    height: auto;
}

.product-info-content .info-right {
    width: 40%;
    float: left;
    padding: 0 30px;
    margin-top: 40px;
}

.product-info-content .info-right .product-item {
    margin: 10px;
}

.button-readmore {
    text-align: center;
    margin-top: 40px;
}

.readmore-show {
    padding-top: 20px;
}

.readmore-show .line {
    box-shadow: 0 3px 20px rgba(17, 17, 17, 0.54);
    -moz-box-shadow: 0 3px 20px rgba(17, 17, 17, 0.54);
    -webkit-box-shadow: 0 3px 20px rgba(17, 17, 17, 0.54);
    height: 1px;
    background-color: #e6e6e6;
}

.readmore-show span {
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #e6e6e6;
    text-align: center;
    color: #e6e6e6;
    border-radius: 50%;
    margin: auto;
    line-height: 20px;
    margin-top: -10px;
    background-color: #fff;
}

.readmore-show a {
    font-size: 15px;
    text-align: center;
    display: block;
    margin-top: 20px;
    color: #9B0E62;
}

/* page consult */
.consult {
    width: 100%;
    padding: 25px;
    -webkit-box-shadow: 2px 4px 8px 0px #e1e0e0;
    box-shadow: 2px 4px 8px 0px #e1e0e0;
    margin: 30px 0;
    border-top: 1px solid #E6E6E6;
}

.collapse-consult .consult:first-child {
    margin-top: 0;
}

.consult-left {
    display: table-cell;
    vertical-align: top;
    width: 15%;
}

.consult-right {
    display: table-cell;
    vertical-align: top;
    width: 85%;
}

.consult-left .consult-icon {
    vertical-align: middle;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #9B0E62;
    display: inline-block;
    border-radius: 50%;
    margin-left: 15px;
    transition: all .3s linear;
}

.consult-left .consult-icon .icon-consult:before {
    font-size: 34px;
    vertical-align: middle;
}

.consult .panel {
    -webkit-box-shadow: 0 1px 1px transparent;
    box-shadow: 0 1px 1px transparent;
}

.consult .panel-default {
    border-color: transparent;
    border-radius: 0;
}

.consult .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
}

.consult .panel-group .panel-heading + .panel-collapse > .list-group, .consult .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding: 0;
}

.block-consult {
    padding: 60px 0 0;
    position: relative;
}

.block-consult:after {
    content: '';
    background-image: url(img/bg-consult.png);
    display: block;
    height: 35%;
    width: 14%;
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: 0;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.consult-left .glyphicon {
    font-size: 20px;
    vertical-align: middle;
    left: 15px;
    top: -15px;
}

.consult-question .consult-title {
    font-size: 16px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 7px;
}

.consult-question .consult-title span {
    font-size: 14px;
    font-weight: normal;
}

.consult-content {
    text-transform: none;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.consult-result .consult-title {
    font-size: 15px;
    color: #9B0E62;
    margin-bottom: 7px;
    font-weight: bold;
}

.consult-left.collapsed .consult-icon {
    background-color: #e6e6e6;
}

.glyphicon-triangle-right:before {
    content: "\e252";
    color: #9B0E62;
    transition: all .3s linear;
    position: absolute;
    right: 10px;
}

.collapsed .glyphicon-triangle-right:before {
    content: "\e250";
    transition: all .3s linear;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
    padding-left: 0;
}

.block-question {
    /* margin-top: 20px; */
}

.block-question .title {
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.send-question {
    margin: 50px 0 100px;
    position: relative;
    z-index: 100;
}

.send-question .form-main {
    margin: 0 -15px;
}

.list-question {
    background-color: #F2F2F2;
    padding: 20px 0;
}

.list-question a {
    display: block;
    border-top: 1px dashed #b3b3b3;
    margin: 0 20px;
    padding: 10px 0;
    color: inherit;
}

.list-question a:hover {
    color: #9B0E62;
}

.list-question a:first-child {
    border-top: 0;
}

.list-question > div {
    text-align: center;
    padding: 20px;
}

.block-sidebar-banner {
    margin: 40px 0 60px;
}

.block-sidebar-banner img {
    width: 100%;
}

.button-question .readall {
    text-align: center;
    width: 100%;
}

.icon-icon-gui-cau-hoi-01:before {
    font-size: 26px;
    position: absolute;
    left: 55px;
}

.button-question {
    /* position: fixed; */
    margin-bottom: 20px;
}

.is-sticky .button-question {
    width: 277px;
    z-index: 100000;
}

.form-main .code {
    margin: 30px 0 20px;
}

.form-main textarea {
    height: 240px;
}

.form-main .readall {
    float: right;
    font-size: 16px;
}

/* page block-terms */
.block-terms {
    padding: 100px 0;
}

.block-terms .block-terms-title .titlemain {
    text-align: left;
    line-height: 65px;
    margin-top: 30px;
    font-size: 40px;
}

.block-terms .block-terms-content .title {
    font-weight: bold;
    margin-bottom: 8px;
}

.block-terms .block-terms-content span {
    font-weight: bold;
}

.block-terms .block-terms-content i {
    font-size: 20px;
    padding-right: 8px;
}

.block-terms .block-terms-content li {
    /* margin-bottom: 10px; */
    list-style-type: circle;
    margin-left: 25px;
    line-height: 1.8;
}

.block-terms .block-terms-content li li {
    margin-left: 35px;
}

/* dieu khoan su dung */
.block-terms .block-terms-title .titlemain{
    width: 300px;
}

.info-company li {
    overflow: hidden;
}

.info-company li span:first-child {
    float: left;
    width: 150px;
}

.info-license, .info-company {
    padding-bottom: 8px;
    border-bottom: 1px dashed #b3b3b3;
    margin-bottom: 15px;
}

.info-company li span:last-child {
    display: block;
    overflow: hidden;
}

.info-license li {
    display: inline-block;
    padding-right: 30px;
}

/* page order */
.block-order .block-order-inner {
    width: 80%;
    margin: 0px auto 50px;
    padding: 50px 30px;
    box-shadow: 4px 4px 10px rgba(78, 71, 71, 0.53);
    -webkit-box-shadow: 4px 4px 10px rgba(78, 71, 71, 0.53);
    border-radius: 10px;
    background-color: #fff;
}

.block-order .block-order-inner .titlemain {
    font-size: 40px;
    margin-bottom: 25px;
}

.block-order .block-order-inner a {
    color: #9B0E62;
}

.block-order .block-order-inner form {
    margin-top: 30px;
}

.block-order .block-order-inner .title-small {
    margin-bottom: 18px;
    margin-top: 25px;
}

.form-top {
    width: 60%;
    margin-bottom: 20px;
}

.select-width {
    width: 50%;
}

.block-order .block-order-inner form input[type='checkbox'], .block-order .block-order-inner form input[type='submit'], .block-order .block-order-inner form input[type='radio'] {
    width: auto;
    height: auto;
    border: 0;
    outline: none;
    padding-left: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.item-radio .item {
    display: table;
    width: 100%;
    margin-bottom: 13px;
}

.item-radio .item .radio-check {
    display: table-cell;
    width: 18%;
}

.checkbox_1, .item-radio .item .radio-check label {
    font-weight: normal;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}

.checkbox_1:before, .item-radio .item .radio-check label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #b3b3b3;
    top: 3px;
}

.block-order .block-order-inner form input[type='checkbox'], .item-radio .item .radio-check input[type='radio'] {
    display: none;
}

input[type='checkbox']:checked + .checkbox_1:before, .item-radio .item .radio-check input[type='radio']:checked + label:before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    color: #9B0E62;
    font-size: 7px;
    text-align: center;
    line-height: 14px;
    padding-left: 1px;
}

.button-cart-action .readall, .block-order .block-order-inner form .readall {
    padding: 8px 30px;
    margin-left: 15px;
    font-size: 16px;
}

.block-order .item-button {
    margin: 30px 0;
}

.item-radio .item .radio-text {
    display: table;
    width: 82%;
    line-height: 24px;
}

.item-radio .item .radio-text i {
    font-style: normal;
    display: table-cell;
    width: 6%;
}

.item-radio .item .radio-text span {
    font-style: normal;
    display: table-cell;
    width: 94%;
}

.transition-ease {
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.padding-top-20 {
    padding-top: 20px;
}

.bg-gray-rga {
    background-color: rgba(0, 0, 0, 0.79);
}

.box-table {
    display: table;
}

.box-table h3 {
    display: table-cell;
}

#row-breadcrumb {
    background-color: rgba(0, 0, 0, 0.79);
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: -5px;
}

#row-breadcrumb.no-titlepage {
    position: relative;
}

.breadcrumb-instro {
    background: none;
    margin: 0;
    padding-left: 0;
    font-size: 15px;
    color: #FFF;
}

.breadcrumb-instro > li + li:before {
    content: "\007c";
    color: #FFF;
}

.breadcrumb-instro > .active {
    color: #FFF;
}

.breadcrumb-instro a i {
    padding-left: 1px;
    padding-right: 7px;
}

.breadcrumb-instro a {
    display: inline-block;
    padding: 3px 0;
    color: inherit;
}

.breadcrumb-instro a:hover {
    color: #9B0E62;
}

/* Begin style for page introduce.html */
#row-titlepage {
    -moz-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.36);
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.36);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#row-titlepage .container {
    position: relative;
    min-height: 200px;
    display: table;
}

#row-titlepage .table-cell {
    padding-top: 43px;
}

.titlepage {
    text-align: center;
}

#introduce-header {
    position: relative;
    z-index: 1;
}

.introduce-banner {
    position: relative;
    top: -37px;
    z-index: -1;
    -moz-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.36);
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.36);
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}

#introduce-header .introduce-banner {
    height: 300px;
    margin-bottom: -40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#introduce-header .introduce-banner:before {
    content: '';
    background-color: rgba(17, 17, 17, 0.02);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#introduce-header .introduce-banner.banner-categories {
    height: 390px;
}

#introduce-header .introduce-banner.banner-height {
    height: 200px;
}

#introduce-header .introduce-banner .titlemain {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.banner-sale .titlemain {
    top: 35% !important;
}

.instroduce-menu {
    position: relative;
    margin-top: -50px;
}

#introduce-header .navbar-introduce, .navbar-introduce .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: bold;
}

#introduce-header .navbar-introduce {
    margin: 0;
}

.navbar-introduce {
    border: 0;
    border-radius: inherit;
}

.navbar-introduce .navbar-nav {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.86);
}

.navbar-introduce .navbar-nav li {
    width: 20%;
    text-align: center;
    position: relative;
}

.navbar-introduce .navbar-nav > li > a {
    border-left: 1px solid #fff;
}

.navbar-introduce .navbar-nav li:first-child > a {
    border-left: 0;
}

.navbar-introduce .navbar-collapse {
    padding: 0;
}

.navbar-introduce .navbar-nav > .active > a, .navbar-introduce .navbar-nav > .active > a:focus, .navbar-introduce .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-introduce .navbar-nav > li > ul {
    z-index: 9;
    display: none;
    background-color: #4D4D4D;
    padding: 0;
    border-radius: 0;
    border: 0;
    position: absolute;
    width: 239px;
    right: 0;
}

.navbar-introduce .navbar-nav > li:first-child > ul {
    width: 240px;
}

.navbar-introduce .navbar-nav > li > ul li {
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 18px;
}

.navbar-introduce .navbar-nav > li > ul li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #c5c5c5;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

/*.navbar-introduce .navbar-nav > li.active > ul, */
.navbar-introduce .navbar-nav > li:hover > ul {
    display: block
}

.navbar-introduce .navbar-nav > li > ul li.active > a,
.navbar-introduce .navbar-nav > li > ul li:hover > a {
    background-color: #4D4D4D;
    color: #fff;
    font-weight: 700;
}

.navbar-introduce .navbar-nav > li > ul li:first-child > a {
    border: 0;
}

.navbar-introduce .dropdown-menu > li > a:focus, .navbar-introduce .dropdown-menu > li > a:hover {
    color: #fff !important;
}

#introduce-general .blog-item h2, #introduce-reasons h2 {
    font-size: 60px;
    line-height: 75px;
    position: relative;
    margin-bottom: 45px;
    font-weight: bold;
}

#introduce-general .blog-item h2 {
    text-align: left;
}

.blog-item {
    display: table;
}

.blog-item .blog-item-body {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.blog-item .blog-item-thumb {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.blog-item .blog-item-thumb img {
    margin: auto;
}

#introduce-general .blog-description {
    font-size: 15px;
    line-height: 24px;
}

#introduce-reasons {
    position: relative;
}

#introduce-reasons:before {
    content: '';
    background-image: url(img/title-reasion-left.png);
    display: block;
    position: absolute;
    top: 95px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 137px;
    height: 285px;
    left: 0;
}

#introduce-reasons:after {
    content: '';
    background-image: url(img/title-reasion-right.png);
    display: block;
    position: absolute;
    bottom: -5%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25%;
    height: 105%;
    right: 0;
    top: -80px;
}

#introduce-reasons .container {
    position: relative;
    z-index: 5;
}

#introduce-reasons h2 > span {
    font-size: 40px;
    display: block;
    font-weight: 300;
    line-height: normal;
}

#introduce-reasons .box-table {
    height: 90px;
    background-color: #fff;
    margin-left: -17px;
    margin-top: -35px;
    margin-bottom: 25px;
}

#introduce-reasons .box-table .number {
    display: table-cell;
    vertical-align: middle;
    font-size: 90px;
    font-weight: bold;
    color: #9B0E62;
    position: relative;
    padding-right: 20px;
}

#introduce-reasons .box-table .number:after {
    content: '';
    height: 13px;
    width: 13px;
    background-color: #9B0E62;
    display: block;
    right: 0;
    bottom: 11px;
    position: absolute;
}

#introduce-reasons .box-table .text {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding-left: 28px;
    line-height: 27px;
}

#introduce-reasons h3 {
    font-size: 18px;
    line-height: 30px;
    padding-left: 140px;
    height: 120px;
}

#introduce-reasons .reasons {
    border: 2px dotted #c3c3c3;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 70px;
    background-color: #fff;
    height: 375px;
}

#introduce-reasons #slider-reasons {
    margin-bottom: 85px;
    position: relative;
    padding: 30px 0;
}

#introduce-reasons #slider-reasons:before {
    content: '';
    background-image: url(img/bg-slider-left-01.png);
    position: absolute;
    display: block;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    height: 100%;
}

#introduce-reasons #slider-reasons:after {
    content: '';
    background-image: url(img/bg-slider-right-01.png);
    display: block;
    position: absolute;
    top: 40%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    height: 100%;
    right: 0;
}

#introduce-reasons #slider-reasons .slides {
    z-index: 5;
}

#introduce-reasons #slider-reasons .slideItem {
    transform: scale(0.7);
    transition: .3s ease-in-out all;
}

#introduce-reasons #slider-reasons .slick-current.slick-active {
    transform: scale(1.1);
}

#introduce-reasons #slider-reasons .slideItem a {
    display: block;
    background-color: #fff;
    padding: 3px;
}

#introduce-slogan {
    margin-bottom: 100px;
}

#introduce-slogan .slogan-thumb {
    display: table-cell;
    width: 40%;
}

#introduce-slogan .slogan-text {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
    font-size: 20px;
    font-style: italic;
}

#introduce-slogan .slogan-text p {
    line-height: 32px;
}

/* End style for page introduce.html */
/* Begin style for page promotion.html */
.btn-search {
    padding: 8px 35px;
    background: #9B0E62;
    border-radius: 12px;
    color: #FFF;
    text-transform: uppercase;
    outline: none;
}

.btn-search:hover, .btn-search:focus {
    color: #fff;
    outline: none;
    background-color: #000;
}

.text-white {
    color: #fff;
}

.bg-pink {
    background-color: #FFCDD5;
}

#promotion-header {
    margin-bottom: 100px;
}

.promotion-filter {
    margin-top: -163px;
    position: relative;
    z-index: 1;
}

.slider.slider-horizontal .slider-track {
    height: 5px;
}

.slider-tick, .slider-handle {
    height: 13px;
    width: 13px;
}

.promotion-select-search {
    padding: 40px 0 10px;
}

.promotion-select-search .price-filter-group {
    color: #FFF;
    font-family: 'UTM Avo';
}

.promotion-select-search .price-filter-group.form-group {
    margin-bottom: 0;
}

.promotion-select-search .price-filter-group > label {
    font-size: 16px;
    font-weight: 200;
    padding-left: 0;
}

.promotion-select-search .options-selected.form-group {
    margin-bottom: 0;
}

.promotion-select-search .slider-tick-label-container {
    margin-top: -30px !important;
}

.promotion-select-search .slider-handle {
    background-color: #F639A5;
    background-image: -webkit-linear-gradient(top, #F639A5 0, #F639A5 100%);
    background-image: -o-linear-gradient(top, #F639A5 0, #F639A5 100%);
    background-image: linear-gradient(to bottom, #F639A5 0, #F639A5 100%);
}

.promotion-select-search .slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #F639A5 0, #F639A5 100%);
    background-image: -o-linear-gradient(top, #F264BC 0, #F639A5 100%);
    background-image: linear-gradient(to bottom, #F264BC 0, #F639A5 100%);
}

.promotion-select-search .slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #F639A5 0, #F639A5 100%);
    background-image: -o-linear-gradient(top, #F264BC 0, #F639A5 100%);
    background-image: linear-gradient(to bottom, #F264BC 0, #F639A5 100%);
}

.promotion-select-search .slider-tick.in-selection.round {
    border-radius: 50%;
    width: 13px;
}

.promotion-select-search .slider-tick.round {
    border-radius: 0;
    width: 3px;
}

.promotion-select-search .slider.slider-horizontal .slider-tick, .promotion-select-search .slider.slider-horizontal .slider-handle {
    margin-left: -5px;
}

.promotion-select-search .styled-selected {
    float: left;
    margin-right: 20px;
    width: 16%;
}

.promotion-select-search .styled-selected select {
    padding-left: 15px;
    border-radius: 10px;
    background: transparent url(img/bg-select.svg) no-repeat right center;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    width: 100%;
    height: 37px;
    border: 0;
    padding-right: 43px;
}

.promotion-select-search form {
    width: 90%;
    margin: auto;
}

.promotion-select-search .wrapper-price label {
    display: block;
}

.promotion-select-search .slider.slider-horizontal {
    width: 100%;
    margin-bottom: 18px !important;
}

.product-hightlight .wrapper-item {
    padding-left: 50px;
    padding-top: 80px;
}

.product-hightlight h3 {
    font-size: 48px;
    text-transform: inherit;
    line-height: 57px;
}

.product-hightlight .short-description {
    font-size: 33px;
    line-height: 39px;
}

/* Begin section .promotion-list-product */
/*.promotion-list-product:first-of-type {
     margin-top: 40px; 
}*/

.promotion-list-product {
    margin-bottom: 120px;
}

.promotion-list-product .box-price-sale {
    width: 300px;
    margin: 0 auto;
    background-color: #9B0E62;
    padding: 15px 0;
    margin-top: -50px;
    position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.promotion-list-product .box-price-sale:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 35px solid #750D50;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    position: absolute;
    top: 0;
    left: -20px;
}

.promotion-list-product .box-price-sale:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 35px solid #750D50;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
}

.promotion-list-product .box-price-sale > h3 {
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.promotion-list-product .box-price-sale > h3 > span.percent-sale {
    font-weight: bold;
    font-size: 35px;
    display: block;
    margin-top: 10px;
}

.list-view-sorting {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.list-view-sorting label {
    padding-right: 30px;
    font-weight: inherit;
}

.list-view-sorting select {
    margin-right: 14px;
    width: auto;
    background: transparent url(img/bg-select.svg) no-repeat right center;
    height: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 15px;
    padding-right: 70px;
    border-radius: 10px;
    outline: none;
}

.list-view-sorting .list-view-select {
    margin-top: -40px;
}

#promotion-slider {
    margin-bottom: 100px;
}

#promotion-slider .slider-promotion .item {
    outline: none;
    margin: 0 12px;
}

.slider-promotion {
    margin: 0 -12px;
}

#promotion-slider .slider-promotion .item > img {
    width: 100%;
}

/* End style for page promotion.html */
/* Begin style for page lien-he.html */
#contact {
    margin-top: 50px;
}

#contact h1 {
    text-align: center;
    font-size: 40px;
    line-height: 85px;
}

#contact p {
    font-size: 15px;
}

#contact .contact-instroduce {
    padding-right: 30px;
}

#contact .contact-benefit {
    padding-left: 30px;
}

.contact-benefit ul {
    padding-top: 13px;
}

.contact-benefit h3 {
    margin: 0;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    padding-right: 40px;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 13px;
}

.contact-benefit li {
    line-height: 30px;
    padding-right: 40px;
}

.contact-hotline {
    margin: 0 0 50px;
}

.contact-hotline-inner:before {
    content: '';
    border-top: 1px solid #b3b3b3;
    display: block;
    width: 97.5%;
    margin: 50px auto;
}

.contact-hotline .hotline-item {
    background: #F2F2F2;
    padding: 35px 20px;
}

.contact-hotline .hotline-item:hover {
    color: #fff;
    background: #9B0E62;
    cursor: pointer;
}

.contact-hotline .hotline-item:hover > h4 {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.contact-hotline .hotline-item > div {
    color: #B3B3B3;
    text-transform: inherit;
    font-size: 27px;
    text-align: center;
    border-bottom: 1px solid #b3b3b3;
    font-weight: bold;
    padding-bottom: 15px;
}

.contact-hotline .hotline-item:hover > div {
    color: #fff;
}

.contact-hotline .hotline-item > span.contact-phone {
    display: block;
    font-size: 39px;
    font-family: 'UTM Avo';
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

.contact-info {
    margin-right: 30px;
}

.contact-info h3 {
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 20px;
}

.contact-info li {
    border-bottom: 1px solid #b3b3b3;
    padding: 10px 0;
}

.contact-info li:last-child {
    border-bottom: 0;
}

.contact-benefit li:before, .contact-info li:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    vertical-align: middle;
    padding-right: 7px;
}

.contact-form input {
    width: 100%;
    height: 37px;
    border: 1px solid #b3b3b3;
    outline: none;
    padding-left: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: transparent;
}

.contact-form textarea:focus, .contact-form input:focus {
    background-color: #fff;
}

.contact-form button {
    font-size: 16px;
}

#contact-form {
    background: #F2F2F2;
    padding-top: 30px;
    padding-bottom: 150px;
}

.contact-form textarea {
    width: 100%;
    border: 1px solid #b3b3b3;
    outline: none;
    padding-left: 15px;
    padding-top: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 105px;
    background-color: transparent;
}

.contact-form .item-half .item:first-child {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 10px;
}

.contact-form .item-half .item:last-child {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-left: 15px;
}

.contact-form .item-three-half {
    display: table;
}

.contact-form .item-three-half .item {
    display: table-cell;
    vertical-align: bottom;
}

.contact-form .item-three-half .item input {
    margin-bottom: 0;
}

.contact-form .item-three-half .item:nth-child(1) {
    width: 20%;
    padding-right: 20px;
}

.contact-form .item-three-half .item:nth-child(2) {
    width: 35%;
}

.contact-form .item-three-half .item:nth-child(3) {
    width: 45%;
}

.contact-location {
    padding-top: 0;
    margin-top: -66px;
}

/* End style for page lien-he.html */
/* Begin style for page tin-tuc.html */
.line-new-post {
    border-bottom: 1px solid #e3e3e3;
}

.news-image-item {
    display: table-cell;
    width: 45%;
    vertical-align: top;
}

.news-image-item img {
    width: 100%;
    height: auto;
}

.news-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.list-news .news-content {
    font-size: 15px;
}

.clear-post {
    border-bottom: 1px solid #e3e3e3;
}

.btn-more {
    transition: all .2s linear;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    color: #333;
    font-family: "Open Sans";
    font-size: 15px;
    padding: 8px 20px;
    margin-top: 10px;
}

.btn-more:hover {
    transition: all .2s linear;
}

.btn-more:hover {
    border: 1px solid #9B0E62;
    background-color: #9B0E62;
    color: #fff;
}

#news-header .introduce-banner {
    height: 175px;
}

#main-news-content {
    margin: 60px 0 120px;
}

.category-news-title {
    margin-bottom: 100px;
}

.news-item {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #b3b3b3;
    background-color: #fff;
}

.news-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.news-item:last-child {
    border-bottom: 0;
}

.news-item .news-content h3 {
    font-family: 'UTM Avo';
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 28px;
    text-transform: uppercase;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 15px;
    min-height: 72px
}

.news-content span.news-post {
    display: block;
    font-family: "Open Sans";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;
}

#category-blog {
    margin-bottom: 120px;
}

.list-post-hightlight {
    margin-top: 40px;
}

.list-post-hightlight li {
    border-bottom: 1px solid #e3e3e3;
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
    cursor: pointer;
}

.list-post-hightlight li:hover {
    text-shadow: 0px 0px 0px #000;
}

.list-post-hightlight li:last-child {
    border-bottom: 0;
}

.list-post-hightlight .post-thumb {
    width: 35%;
    display: table-cell;
}

.list-post-hightlight .post-description {
    display: table-cell;
    width: 65%;
    vertical-align: top;
    padding-left: 10px;
}

.list-post-hightlight .post-description > p {
    line-height: inherit;
    margin-top: -5px;
    margin-bottom: 0;
}

/* End style for page tin-tuc.html */
/* Begin style for page chitiettintuc.html */
.header-post-detail {
    border-bottom: 0;
}

.news-detail-post .breadcrumb-instro {
    background: rgba(0, 0, 0, 0.84);
    border-radius: 0;
}

#detail-news-content {
    margin-bottom: 100px;
}

#related-news-post .title-border {
    font-size: 35px;
}

#related-news-post .list-news {
    display: table;
    width: 100%;
}

.news-detail-post {
    box-shadow: none;
}

.news-detail-post .post-wrapper {
    max-width: 792px;
    margin: 0 auto;
    margin-top: -137px;
}

.post-wrapper .post-header {
    background-color: #fff;
    padding: 30px 80px 0;
    margin: auto;
    max-width: 692px;
    position: relative;
}

.post-date-pub {
    font-size: 16px;
    color: #b3b3b3;
    text-align: center;
    display: block;
    line-height: 35px;
    padding-top: 10px;
}

.post-title {
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'UTM Avo';
}

.line-post {
    border-bottom: 1px solid #F639A5;
    width: 200px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 45px;
}

.post-content {
    font-size: 15px;
    line-height: 24px;
}

.post-content img {
    max-width: 600px;
    margin: auto;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    height: auto;
}

.banner-post-detail {
    margin: 0;
}

/* End style for page chitiettintuc.html */
/* Begin style page giohang.html */
.del-goods {
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: block;
    background-color: #9B0E62;
    border-radius: 50%;
    line-height: 25px;
    color: #fff;
    margin: auto;
    text-align: center;
}

.block-cart {
    background-color: #F2F2F2;
    padding-bottom: 80px;
    padding-top: 60px;
}

.block-cart .cart-content {
    margin: 0 90px;
    background: #FFF;
    border-radius: 10px;
    padding: 60px 40px;
    box-shadow: 4px 4px 10px rgba(78, 71, 71, 0.53);
}

.cart-content h1 {
    text-align: center;
    margin-bottom: 45px;
    font-size: 40px;
    font-family: 'UTM Avo';
}

.table-cart > div {
    margin-bottom: 10px;
}

.table-cart table th {
    background: #F2F2F2;
}

.table-cart table th > span {
    font-weight: initial;
    display: block;
}

.table-cart th.del-goods-col, .table-cart th.goods-page-product-info {
    vertical-align: middle !important;
}

.table-cart table th, .table-cart table td {
    text-align: center;
}

.table-cart .table > tbody > tr > td {
    vertical-align: middle;
}

.goods-page-quantity .quantity_wanted {
    text-align: center;
    height: 25px;
    width: 45px;
    border: 1px solid #ddd;
    vertical-align: middle;
    margin: 0 -4px;
}

.goods-page-quantity button {
    border: transparent;
    outline: none;
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

.table-cart .table > tbody > tr > td.goods-page-volume p {
    margin-bottom: 0;
}

.table-cart table td {
    padding-top: 20px;
}

.table-cart table .goods-page-product-info {
    text-align: left;
}

.table-cart table .goods-page-product-info img {
    max-width: 100%;
    max-height: 120px;
}

.table-cart table .goods-page-product-info a {
    display: block;
    width: 150px;
    height: 150px;
    margin: auto;
}

.table-cart table .goods-page-product-info .name {
    margin: 20px 0;
}

.order-left td {
    text-align: left !important;
    padding-top: 10px !important;
}

.order-left p {
    margin-bottom: 0;
}

.cart-content .sum {
    color: #9B0E62;
}

.order-left td:last-child {
    font-weight: bold;
}

/* End style page giohang.html*/
/* Begin style page category.html */
.category-info {
    width: 800px;
    max-width: 800px;
    margin: 30px auto;
}

.category-info .titlepage {
    padding-top: 40px;
}

.category-title {
    font-size: 40px;
    line-height: 85px;
    margin: 0;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.margin-top-50 {
    margin-top: 50px;
}

.block-category-product {
    margin-top: 20px;
    margin-bottom: 100px;
}

.list-category-product {
    margin-left: -8px;
    margin-right: -8px;
}

.list-category-product .item {
    padding-left: 8px;
    padding-right: 8px;
}
.list-category-product #click-more{
    clear: both;
}
/* End style page category.html */
/* page order confirmation */
.cart-company {
    display: table;
    width: 100%;
    margin: 0 0 50px;
    font-size: 16px;
}

.cart-company .cart-company-info {
    display: table-cell;
    width: 70%;
    vertical-align: top;
}

.cart-company .cart-company-info .name {
    color: #9B0E62;
    font-weight: bold;
    margin-bottom: 6px;
}

.cart-company .cart-company-info .address {
    margin-bottom: 6px;
}

.cart-company .cart-company-info .phone > div {
    display: inline-block;
    padding-right: 20px;
}

.cart-company .cart-company-info .phone > div span {
    font-weight: bold;
}

.cart-company .cart-company-thumb {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}

.title-order {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

.info-user-order td {
    padding: 20px !important;
}

.info-user-order td p {
    display: block;
    text-align: left;
    margin-bottom: 0;
}

.cart-note {
    margin-top: 30px;
}

.cart-note p {
    margin-bottom: 5px;
}

.cart-note i {
    padding-right: 10px;
    font-size: 22px;
    position: relative;
    top: 4px;
}

.cart-note a {
    color: #9B0E62;
}

/* page detail */
.block-productsame {
    margin-bottom: 80px;
}

/* Add css 03/05/2017 by Toan
--------------------------------------------------------*/
.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 1px;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-9 {
    margin-bottom: 9px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-11 {
    margin-bottom: 11px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-13 {
    margin-bottom: 13px;
}

.mb-14 {
    margin-bottom: 14px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-17 {
    margin-bottom: 17px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-19 {
    margin-bottom: 19px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-21 {
    margin-bottom: 21px;
}

.mb-22 {
    margin-bottom: 22px;
}

.mb-23 {
    margin-bottom: 23px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-26 {
    margin-bottom: 26px;
}

.mb-27 {
    margin-bottom: 27px;
}

.mb-28 {
    margin-bottom: 28px;
}

.mb-29 {
    margin-bottom: 29px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-31 {
    margin-bottom: 31px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-33 {
    margin-bottom: 33px;
}

.mb-34 {
    margin-bottom: 34px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-36 {
    margin-bottom: 36px;
}

.mb-37 {
    margin-bottom: 37px;
}

.mb-38 {
    margin-bottom: 38px;
}

.mb-39 {
    margin-bottom: 39px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-41 {
    margin-bottom: 41px;
}

.mb-42 {
    margin-bottom: 42px;
}

.mb-43 {
    margin-bottom: 43px;
}

.mb-44 {
    margin-bottom: 44px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-46 {
    margin-bottom: 46px;
}

.mb-47 {
    margin-bottom: 47px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-49 {
    margin-bottom: 49px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-51 {
    margin-bottom: 51px;
}

.mb-52 {
    margin-bottom: 52px;
}

.mb-53 {
    margin-bottom: 53px;
}

.mb-54 {
    margin-bottom: 54px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-56 {
    margin-bottom: 56px;
}

.mb-57 {
    margin-bottom: 57px;
}

.mb-58 {
    margin-bottom: 58px;
}

.mb-59 {
    margin-bottom: 59px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-61 {
    margin-bottom: 61px;
}

.mb-62 {
    margin-bottom: 62px;
}

.mb-63 {
    margin-bottom: 63px;
}

.mb-64 {
    margin-bottom: 64px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-66 {
    margin-bottom: 66px;
}

.mb-67 {
    margin-bottom: 67px;
}

.mb-68 {
    margin-bottom: 68px;
}

.mb-69 {
    margin-bottom: 69px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-71 {
    margin-bottom: 71px;
}

.mb-72 {
    margin-bottom: 72px;
}

.mb-73 {
    margin-bottom: 73px;
}

.mb-74 {
    margin-bottom: 74px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-76 {
    margin-bottom: 76px;
}

.mb-77 {
    margin-bottom: 77px;
}

.mb-78 {
    margin-bottom: 78px;
}

.mb-79 {
    margin-bottom: 79px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-81 {
    margin-bottom: 81px;
}

.mb-82 {
    margin-bottom: 82px;
}

.mb-83 {
    margin-bottom: 83px;
}

.mb-84 {
    margin-bottom: 84px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-86 {
    margin-bottom: 86px;
}

.mb-87 {
    margin-bottom: 87px;
}

.mb-88 {
    margin-bottom: 88px;
}

.mb-89 {
    margin-bottom: 89px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-91 {
    margin-bottom: 91px;
}

.mb-92 {
    margin-bottom: 92px;
}

.mb-93 {
    margin-bottom: 93px;
}

.mb-94 {
    margin-bottom: 94px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-96 {
    margin-bottom: 96px;
}

.mb-97 {
    margin-bottom: 97px;
}

.mb-98 {
    margin-bottom: 98px;
}

.mb-99 {
    margin-bottom: 99px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-101 {
    margin-bottom: 101px;
}

.mb-102 {
    margin-bottom: 102px;
}

.mb-103 {
    margin-bottom: 103px;
}

.mb-104 {
    margin-bottom: 104px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-106 {
    margin-bottom: 106px;
}

.mb-107 {
    margin-bottom: 107px;
}

.mb-108 {
    margin-bottom: 108px;
}

.mb-109 {
    margin-bottom: 109px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-111 {
    margin-bottom: 111px;
}

.mb-112 {
    margin-bottom: 112px;
}

.mb-113 {
    margin-bottom: 113px;
}

.mb-114 {
    margin-bottom: 114px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-116 {
    margin-bottom: 116px;
}

.mb-117 {
    margin-bottom: 117px;
}

.mb-118 {
    margin-bottom: 118px;
}

.mb-119 {
    margin-bottom: 119px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-121 {
    margin-bottom: 121px;
}

.mb-122 {
    margin-bottom: 122px;
}

.mb-123 {
    margin-bottom: 123px;
}

.mb-124 {
    margin-bottom: 124px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-126 {
    margin-bottom: 126px;
}

.mb-127 {
    margin-bottom: 127px;
}

.mb-128 {
    margin-bottom: 128px;
}

.mb-129 {
    margin-bottom: 129px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-131 {
    margin-bottom: 131px;
}

.mb-132 {
    margin-bottom: 132px;
}

.mb-133 {
    margin-bottom: 133px;
}

.mb-134 {
    margin-bottom: 134px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-136 {
    margin-bottom: 136px;
}

.mb-137 {
    margin-bottom: 137px;
}

.mb-138 {
    margin-bottom: 138px;
}

.mb-139 {
    margin-bottom: 139px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-141 {
    margin-bottom: 141px;
}

.mb-142 {
    margin-bottom: 142px;
}

.mb-143 {
    margin-bottom: 143px;
}

.mb-144 {
    margin-bottom: 144px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-146 {
    margin-bottom: 146px;
}

.mb-147 {
    margin-bottom: 147px;
}

.mb-148 {
    margin-bottom: 148px;
}

.mb-149 {
    margin-bottom: 149px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 1px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-11 {
    margin-top: 11px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-17 {
    margin-top: 17px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-19 {
    margin-top: 19px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-21 {
    margin-top: 21px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-23 {
    margin-top: 23px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-26 {
    margin-top: 26px;
}

.mt-27 {
    margin-top: 27px;
}

.mt-28 {
    margin-top: 28px;
}

.mt-29 {
    margin-top: 29px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-31 {
    margin-top: 31px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-33 {
    margin-top: 33px;
}

.mt-34 {
    margin-top: 34px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-37 {
    margin-top: 37px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-39 {
    margin-top: 39px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-41 {
    margin-top: 41px;
}

.mt-42 {
    margin-top: 42px;
}

.mt-43 {
    margin-top: 43px;
}

.mt-44 {
    margin-top: 44px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-46 {
    margin-top: 46px;
}

.mt-47 {
    margin-top: 47px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-49 {
    margin-top: 49px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-51 {
    margin-top: 51px;
}

.mt-52 {
    margin-top: 52px;
}

.mt-53 {
    margin-top: 53px;
}

.mt-54 {
    margin-top: 54px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-56 {
    margin-top: 56px;
}

.mt-57 {
    margin-top: 57px;
}

.mt-58 {
    margin-top: 58px;
}

.mt-59 {
    margin-top: 59px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-61 {
    margin-top: 61px;
}

.mt-62 {
    margin-top: 62px;
}

.mt-63 {
    margin-top: 63px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-66 {
    margin-top: 66px;
}

.mt-67 {
    margin-top: 67px;
}

.mt-68 {
    margin-top: 68px;
}

.mt-69 {
    margin-top: 69px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-71 {
    margin-top: 71px;
}

.mt-72 {
    margin-top: 72px;
}

.mt-73 {
    margin-top: 73px;
}

.mt-74 {
    margin-top: 74px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-76 {
    margin-top: 76px;
}

.mt-77 {
    margin-top: 77px;
}

.mt-78 {
    margin-top: 78px;
}

.mt-79 {
    margin-top: 79px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-81 {
    margin-top: 81px;
}

.mt-82 {
    margin-top: 82px;
}

.mt-83 {
    margin-top: 83px;
}

.mt-84 {
    margin-top: 84px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-86 {
    margin-top: 86px;
}

.mt-87 {
    margin-top: 87px;
}

.mt-88 {
    margin-top: 88px;
}

.mt-89 {
    margin-top: 89px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-91 {
    margin-top: 91px;
}

.mt-92 {
    margin-top: 92px;
}

.mt-93 {
    margin-top: 93px;
}

.mt-94 {
    margin-top: 94px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-96 {
    margin-top: 96px;
}

.mt-97 {
    margin-top: 97px;
}

.mt-98 {
    margin-top: 98px;
}

.mt-99 {
    margin-top: 99px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-101 {
    margin-top: 101px;
}

.mt-102 {
    margin-top: 102px;
}

.mt-103 {
    margin-top: 103px;
}

.mt-104 {
    margin-top: 104px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-106 {
    margin-top: 106px;
}

.mt-107 {
    margin-top: 107px;
}

.mt-108 {
    margin-top: 108px;
}

.mt-109 {
    margin-top: 109px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-111 {
    margin-top: 111px;
}

.mt-112 {
    margin-top: 112px;
}

.mt-113 {
    margin-top: 113px;
}

.mt-114 {
    margin-top: 114px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-116 {
    margin-top: 116px;
}

.mt-117 {
    margin-top: 117px;
}

.mt-118 {
    margin-top: 118px;
}

.mt-119 {
    margin-top: 119px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-121 {
    margin-top: 121px;
}

.mt-122 {
    margin-top: 122px;
}

.mt-123 {
    margin-top: 123px;
}

.mt-124 {
    margin-top: 124px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-126 {
    margin-top: 126px;
}

.mt-127 {
    margin-top: 127px;
}

.mt-128 {
    margin-top: 128px;
}

.mt-129 {
    margin-top: 129px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-131 {
    margin-top: 131px;
}

.mt-132 {
    margin-top: 132px;
}

.mt-133 {
    margin-top: 133px;
}

.mt-134 {
    margin-top: 134px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-136 {
    margin-top: 136px;
}

.mt-137 {
    margin-top: 137px;
}

.mt-138 {
    margin-top: 138px;
}

.mt-139 {
    margin-top: 139px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-141 {
    margin-top: 141px;
}

.mt-142 {
    margin-top: 142px;
}

.mt-143 {
    margin-top: 143px;
}

.mt-144 {
    margin-top: 144px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-146 {
    margin-top: 146px;
}

.mt-147 {
    margin-top: 147px;
}

.mt-148 {
    margin-top: 148px;
}

.mt-149 {
    margin-top: 149px;
}

.mt-150 {
    margin-top: 150px;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 1px;
}

.ml-2 {
    margin-left: 2px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-7 {
    margin-left: 7px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-9 {
    margin-left: 9px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-11 {
    margin-left: 11px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-13 {
    margin-left: 13px;
}

.ml-14 {
    margin-left: 14px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-17 {
    margin-left: 17px;
}

.ml-18 {
    margin-left: 18px;
}

.ml-19 {
    margin-left: 19px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-21 {
    margin-left: 21px;
}

.ml-22 {
    margin-left: 22px;
}

.ml-23 {
    margin-left: 23px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-26 {
    margin-left: 26px;
}

.ml-27 {
    margin-left: 27px;
}

.ml-28 {
    margin-left: 28px;
}

.ml-29 {
    margin-left: 29px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-31 {
    margin-left: 31px;
}

.ml-32 {
    margin-left: 32px;
}

.ml-33 {
    margin-left: 33px;
}

.ml-34 {
    margin-left: 34px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-36 {
    margin-left: 36px;
}

.ml-37 {
    margin-left: 37px;
}

.ml-38 {
    margin-left: 38px;
}

.ml-39 {
    margin-left: 39px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-41 {
    margin-left: 41px;
}

.ml-42 {
    margin-left: 42px;
}

.ml-43 {
    margin-left: 43px;
}

.ml-44 {
    margin-left: 44px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-46 {
    margin-left: 46px;
}

.ml-47 {
    margin-left: 47px;
}

.ml-48 {
    margin-left: 48px;
}

.ml-49 {
    margin-left: 49px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-51 {
    margin-left: 51px;
}

.ml-52 {
    margin-left: 52px;
}

.ml-53 {
    margin-left: 53px;
}

.ml-54 {
    margin-left: 54px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-56 {
    margin-left: 56px;
}

.ml-57 {
    margin-left: 57px;
}

.ml-58 {
    margin-left: 58px;
}

.ml-59 {
    margin-left: 59px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-61 {
    margin-left: 61px;
}

.ml-62 {
    margin-left: 62px;
}

.ml-63 {
    margin-left: 63px;
}

.ml-64 {
    margin-left: 64px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-66 {
    margin-left: 66px;
}

.ml-67 {
    margin-left: 67px;
}

.ml-68 {
    margin-left: 68px;
}

.ml-69 {
    margin-left: 69px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-71 {
    margin-left: 71px;
}

.ml-72 {
    margin-left: 72px;
}

.ml-73 {
    margin-left: 73px;
}

.ml-74 {
    margin-left: 74px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-76 {
    margin-left: 76px;
}

.ml-77 {
    margin-left: 77px;
}

.ml-78 {
    margin-left: 78px;
}

.ml-79 {
    margin-left: 79px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-81 {
    margin-left: 81px;
}

.ml-82 {
    margin-left: 82px;
}

.ml-83 {
    margin-left: 83px;
}

.ml-84 {
    margin-left: 84px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-86 {
    margin-left: 86px;
}

.ml-87 {
    margin-left: 87px;
}

.ml-88 {
    margin-left: 88px;
}

.ml-89 {
    margin-left: 89px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-91 {
    margin-left: 91px;
}

.ml-92 {
    margin-left: 92px;
}

.ml-93 {
    margin-left: 93px;
}

.ml-94 {
    margin-left: 94px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-96 {
    margin-left: 96px;
}

.ml-97 {
    margin-left: 97px;
}

.ml-98 {
    margin-left: 98px;
}

.ml-99 {
    margin-left: 99px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-101 {
    margin-left: 101px;
}

.ml-102 {
    margin-left: 102px;
}

.ml-103 {
    margin-left: 103px;
}

.ml-104 {
    margin-left: 104px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-106 {
    margin-left: 106px;
}

.ml-107 {
    margin-left: 107px;
}

.ml-108 {
    margin-left: 108px;
}

.ml-109 {
    margin-left: 109px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-111 {
    margin-left: 111px;
}

.ml-112 {
    margin-left: 112px;
}

.ml-113 {
    margin-left: 113px;
}

.ml-114 {
    margin-left: 114px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-116 {
    margin-left: 116px;
}

.ml-117 {
    margin-left: 117px;
}

.ml-118 {
    margin-left: 118px;
}

.ml-119 {
    margin-left: 119px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-121 {
    margin-left: 121px;
}

.ml-122 {
    margin-left: 122px;
}

.ml-123 {
    margin-left: 123px;
}

.ml-124 {
    margin-left: 124px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-126 {
    margin-left: 126px;
}

.ml-127 {
    margin-left: 127px;
}

.ml-128 {
    margin-left: 128px;
}

.ml-129 {
    margin-left: 129px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-131 {
    margin-left: 131px;
}

.ml-132 {
    margin-left: 132px;
}

.ml-133 {
    margin-left: 133px;
}

.ml-134 {
    margin-left: 134px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-136 {
    margin-left: 136px;
}

.ml-137 {
    margin-left: 137px;
}

.ml-138 {
    margin-left: 138px;
}

.ml-139 {
    margin-left: 139px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-141 {
    margin-left: 141px;
}

.ml-142 {
    margin-left: 142px;
}

.ml-143 {
    margin-left: 143px;
}

.ml-144 {
    margin-left: 144px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-146 {
    margin-left: 146px;
}

.ml-147 {
    margin-left: 147px;
}

.ml-148 {
    margin-left: 148px;
}

.ml-149 {
    margin-left: 149px;
}

.ml-150 {
    margin-left: 150px;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 1px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-7 {
    margin-right: 7px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-9 {
    margin-right: 9px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-11 {
    margin-right: 11px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-13 {
    margin-right: 13px;
}

.mr-14 {
    margin-right: 14px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-17 {
    margin-right: 17px;
}

.mr-18 {
    margin-right: 18px;
}

.mr-19 {
    margin-right: 19px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-21 {
    margin-right: 21px;
}

.mr-22 {
    margin-right: 22px;
}

.mr-23 {
    margin-right: 23px;
}

.mr-24 {
    margin-right: 24px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-26 {
    margin-right: 26px;
}

.mr-27 {
    margin-right: 27px;
}

.mr-28 {
    margin-right: 28px;
}

.mr-29 {
    margin-right: 29px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-31 {
    margin-right: 31px;
}

.mr-32 {
    margin-right: 32px;
}

.mr-33 {
    margin-right: 33px;
}

.mr-34 {
    margin-right: 34px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-36 {
    margin-right: 36px;
}

.mr-37 {
    margin-right: 37px;
}

.mr-38 {
    margin-right: 38px;
}

.mr-39 {
    margin-right: 39px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-41 {
    margin-right: 41px;
}

.mr-42 {
    margin-right: 42px;
}

.mr-43 {
    margin-right: 43px;
}

.mr-44 {
    margin-right: 44px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-46 {
    margin-right: 46px;
}

.mr-47 {
    margin-right: 47px;
}

.mr-48 {
    margin-right: 48px;
}

.mr-49 {
    margin-right: 49px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-51 {
    margin-right: 51px;
}

.mr-52 {
    margin-right: 52px;
}

.mr-53 {
    margin-right: 53px;
}

.mr-54 {
    margin-right: 54px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-56 {
    margin-right: 56px;
}

.mr-57 {
    margin-right: 57px;
}

.mr-58 {
    margin-right: 58px;
}

.mr-59 {
    margin-right: 59px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-61 {
    margin-right: 61px;
}

.mr-62 {
    margin-right: 62px;
}

.mr-63 {
    margin-right: 63px;
}

.mr-64 {
    margin-right: 64px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-66 {
    margin-right: 66px;
}

.mr-67 {
    margin-right: 67px;
}

.mr-68 {
    margin-right: 68px;
}

.mr-69 {
    margin-right: 69px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-71 {
    margin-right: 71px;
}

.mr-72 {
    margin-right: 72px;
}

.mr-73 {
    margin-right: 73px;
}

.mr-74 {
    margin-right: 74px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-76 {
    margin-right: 76px;
}

.mr-77 {
    margin-right: 77px;
}

.mr-78 {
    margin-right: 78px;
}

.mr-79 {
    margin-right: 79px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-81 {
    margin-right: 81px;
}

.mr-82 {
    margin-right: 82px;
}

.mr-83 {
    margin-right: 83px;
}

.mr-84 {
    margin-right: 84px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-86 {
    margin-right: 86px;
}

.mr-87 {
    margin-right: 87px;
}

.mr-88 {
    margin-right: 88px;
}

.mr-89 {
    margin-right: 89px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-91 {
    margin-right: 91px;
}

.mr-92 {
    margin-right: 92px;
}

.mr-93 {
    margin-right: 93px;
}

.mr-94 {
    margin-right: 94px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-96 {
    margin-right: 96px;
}

.mr-97 {
    margin-right: 97px;
}

.mr-98 {
    margin-right: 98px;
}

.mr-99 {
    margin-right: 99px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-101 {
    margin-right: 101px;
}

.mr-102 {
    margin-right: 102px;
}

.mr-103 {
    margin-right: 103px;
}

.mr-104 {
    margin-right: 104px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-106 {
    margin-right: 106px;
}

.mr-107 {
    margin-right: 107px;
}

.mr-108 {
    margin-right: 108px;
}

.mr-109 {
    margin-right: 109px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-111 {
    margin-right: 111px;
}

.mr-112 {
    margin-right: 112px;
}

.mr-113 {
    margin-right: 113px;
}

.mr-114 {
    margin-right: 114px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-116 {
    margin-right: 116px;
}

.mr-117 {
    margin-right: 117px;
}

.mr-118 {
    margin-right: 118px;
}

.mr-119 {
    margin-right: 119px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-121 {
    margin-right: 121px;
}

.mr-122 {
    margin-right: 122px;
}

.mr-123 {
    margin-right: 123px;
}

.mr-124 {
    margin-right: 124px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-126 {
    margin-right: 126px;
}

.mr-127 {
    margin-right: 127px;
}

.mr-128 {
    margin-right: 128px;
}

.mr-129 {
    margin-right: 129px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-131 {
    margin-right: 131px;
}

.mr-132 {
    margin-right: 132px;
}

.mr-133 {
    margin-right: 133px;
}

.mr-134 {
    margin-right: 134px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-136 {
    margin-right: 136px;
}

.mr-137 {
    margin-right: 137px;
}

.mr-138 {
    margin-right: 138px;
}

.mr-139 {
    margin-right: 139px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-141 {
    margin-right: 141px;
}

.mr-142 {
    margin-right: 142px;
}

.mr-143 {
    margin-right: 143px;
}

.mr-144 {
    margin-right: 144px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-146 {
    margin-right: 146px;
}

.mr-147 {
    margin-right: 147px;
}

.mr-148 {
    margin-right: 148px;
}

.mr-149 {
    margin-right: 149px;
}

.mr-150 {
    margin-right: 150px;
}

.margin-0, .mg-0 {
    margin: 0 !important;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 1px;
}

.pb-2 {
    padding-bottom: 2px;
}

.pb-3 {
    padding-bottom: 3px;
}

.pb-4 {
    padding-bottom: 4px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-6 {
    padding-bottom: 6px;
}

.pb-7 {
    padding-bottom: 7px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-9 {
    padding-bottom: 9px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-11 {
    padding-bottom: 11px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-13 {
    padding-bottom: 13px;
}

.pb-14 {
    padding-bottom: 14px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-17 {
    padding-bottom: 17px;
}

.pb-18 {
    padding-bottom: 18px;
}

.pb-19 {
    padding-bottom: 19px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-21 {
    padding-bottom: 21px;
}

.pb-22 {
    padding-bottom: 22px;
}

.pb-23 {
    padding-bottom: 23px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-26 {
    padding-bottom: 26px;
}

.pb-27 {
    padding-bottom: 27px;
}

.pb-28 {
    padding-bottom: 28px;
}

.pb-29 {
    padding-bottom: 29px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-31 {
    padding-bottom: 31px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pb-33 {
    padding-bottom: 33px;
}

.pb-34 {
    padding-bottom: 34px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-36 {
    padding-bottom: 36px;
}

.pb-37 {
    padding-bottom: 37px;
}

.pb-38 {
    padding-bottom: 38px;
}

.pb-39 {
    padding-bottom: 39px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-41 {
    padding-bottom: 41px;
}

.pb-42 {
    padding-bottom: 42px;
}

.pb-43 {
    padding-bottom: 43px;
}

.pb-44 {
    padding-bottom: 44px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-46 {
    padding-bottom: 46px;
}

.pb-47 {
    padding-bottom: 47px;
}

.pb-48 {
    padding-bottom: 48px;
}

.pb-49 {
    padding-bottom: 49px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-51 {
    padding-bottom: 51px;
}

.pb-52 {
    padding-bottom: 52px;
}

.pb-53 {
    padding-bottom: 53px;
}

.pb-54 {
    padding-bottom: 54px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-56 {
    padding-bottom: 56px;
}

.pb-57 {
    padding-bottom: 57px;
}

.pb-58 {
    padding-bottom: 58px;
}

.pb-59 {
    padding-bottom: 59px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-61 {
    padding-bottom: 61px;
}

.pb-62 {
    padding-bottom: 62px;
}

.pb-63 {
    padding-bottom: 63px;
}

.pb-64 {
    padding-bottom: 64px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-66 {
    padding-bottom: 66px;
}

.pb-67 {
    padding-bottom: 67px;
}

.pb-68 {
    padding-bottom: 68px;
}

.pb-69 {
    padding-bottom: 69px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-71 {
    padding-bottom: 71px;
}

.pb-72 {
    padding-bottom: 72px;
}

.pb-73 {
    padding-bottom: 73px;
}

.pb-74 {
    padding-bottom: 74px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-76 {
    padding-bottom: 76px;
}

.pb-77 {
    padding-bottom: 77px;
}

.pb-78 {
    padding-bottom: 78px;
}

.pb-79 {
    padding-bottom: 79px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-81 {
    padding-bottom: 81px;
}

.pb-82 {
    padding-bottom: 82px;
}

.pb-83 {
    padding-bottom: 83px;
}

.pb-84 {
    padding-bottom: 84px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-86 {
    padding-bottom: 86px;
}

.pb-87 {
    padding-bottom: 87px;
}

.pb-88 {
    padding-bottom: 88px;
}

.pb-89 {
    padding-bottom: 89px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-91 {
    padding-bottom: 91px;
}

.pb-92 {
    padding-bottom: 92px;
}

.pb-93 {
    padding-bottom: 93px;
}

.pb-94 {
    padding-bottom: 94px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-96 {
    padding-bottom: 96px;
}

.pb-97 {
    padding-bottom: 97px;
}

.pb-98 {
    padding-bottom: 98px;
}

.pb-99 {
    padding-bottom: 99px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-101 {
    padding-bottom: 101px;
}

.pb-102 {
    padding-bottom: 102px;
}

.pb-103 {
    padding-bottom: 103px;
}

.pb-104 {
    padding-bottom: 104px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-106 {
    padding-bottom: 106px;
}

.pb-107 {
    padding-bottom: 107px;
}

.pb-108 {
    padding-bottom: 108px;
}

.pb-109 {
    padding-bottom: 109px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-111 {
    padding-bottom: 111px;
}

.pb-112 {
    padding-bottom: 112px;
}

.pb-113 {
    padding-bottom: 113px;
}

.pb-114 {
    padding-bottom: 114px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-116 {
    padding-bottom: 116px;
}

.pb-117 {
    padding-bottom: 117px;
}

.pb-118 {
    padding-bottom: 118px;
}

.pb-119 {
    padding-bottom: 119px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-121 {
    padding-bottom: 121px;
}

.pb-122 {
    padding-bottom: 122px;
}

.pb-123 {
    padding-bottom: 123px;
}

.pb-124 {
    padding-bottom: 124px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-126 {
    padding-bottom: 126px;
}

.pb-127 {
    padding-bottom: 127px;
}

.pb-128 {
    padding-bottom: 128px;
}

.pb-129 {
    padding-bottom: 129px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-131 {
    padding-bottom: 131px;
}

.pb-132 {
    padding-bottom: 132px;
}

.pb-133 {
    padding-bottom: 133px;
}

.pb-134 {
    padding-bottom: 134px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-136 {
    padding-bottom: 136px;
}

.pb-137 {
    padding-bottom: 137px;
}

.pb-138 {
    padding-bottom: 138px;
}

.pb-139 {
    padding-bottom: 139px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-141 {
    padding-bottom: 141px;
}

.pb-142 {
    padding-bottom: 142px;
}

.pb-143 {
    padding-bottom: 143px;
}

.pb-144 {
    padding-bottom: 144px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-146 {
    padding-bottom: 146px;
}

.pb-147 {
    padding-bottom: 147px;
}

.pb-148 {
    padding-bottom: 148px;
}

.pb-149 {
    padding-bottom: 149px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 1px;
}

.pt-2 {
    padding-top: 2px;
}

.pt-3 {
    padding-top: 3px;
}

.pt-4 {
    padding-top: 4px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-6 {
    padding-top: 6px;
}

.pt-7 {
    padding-top: 7px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-9 {
    padding-top: 9px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-11 {
    padding-top: 11px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-13 {
    padding-top: 13px;
}

.pt-14 {
    padding-top: 14px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-16 {
    padding-top: 16px;
}

.pt-17 {
    padding-top: 17px;
}

.pt-18 {
    padding-top: 18px;
}

.pt-19 {
    padding-top: 19px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-21 {
    padding-top: 21px;
}

.pt-22 {
    padding-top: 22px;
}

.pt-23 {
    padding-top: 23px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-26 {
    padding-top: 26px;
}

.pt-27 {
    padding-top: 27px;
}

.pt-28 {
    padding-top: 28px;
}

.pt-29 {
    padding-top: 29px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-31 {
    padding-top: 31px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-33 {
    padding-top: 33px;
}

.pt-34 {
    padding-top: 34px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-36 {
    padding-top: 36px;
}

.pt-37 {
    padding-top: 37px;
}

.pt-38 {
    padding-top: 38px;
}

.pt-39 {
    padding-top: 39px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-41 {
    padding-top: 41px;
}

.pt-42 {
    padding-top: 42px;
}

.pt-43 {
    padding-top: 43px;
}

.pt-44 {
    padding-top: 44px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-46 {
    padding-top: 46px;
}

.pt-47 {
    padding-top: 47px;
}

.pt-48 {
    padding-top: 48px;
}

.pt-49 {
    padding-top: 49px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-51 {
    padding-top: 51px;
}

.pt-52 {
    padding-top: 52px;
}

.pt-53 {
    padding-top: 53px;
}

.pt-54 {
    padding-top: 54px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-56 {
    padding-top: 56px;
}

.pt-57 {
    padding-top: 57px;
}

.pt-58 {
    padding-top: 58px;
}

.pt-59 {
    padding-top: 59px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-61 {
    padding-top: 61px;
}

.pt-62 {
    padding-top: 62px;
}

.pt-63 {
    padding-top: 63px;
}

.pt-64 {
    padding-top: 64px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-66 {
    padding-top: 66px;
}

.pt-67 {
    padding-top: 67px;
}

.pt-68 {
    padding-top: 68px;
}

.pt-69 {
    padding-top: 69px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-71 {
    padding-top: 71px;
}

.pt-72 {
    padding-top: 72px;
}

.pt-73 {
    padding-top: 73px;
}

.pt-74 {
    padding-top: 74px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-76 {
    padding-top: 76px;
}

.pt-77 {
    padding-top: 77px;
}

.pt-78 {
    padding-top: 78px;
}

.pt-79 {
    padding-top: 79px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-81 {
    padding-top: 81px;
}

.pt-82 {
    padding-top: 82px;
}

.pt-83 {
    padding-top: 83px;
}

.pt-84 {
    padding-top: 84px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-86 {
    padding-top: 86px;
}

.pt-87 {
    padding-top: 87px;
}

.pt-88 {
    padding-top: 88px;
}

.pt-89 {
    padding-top: 89px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-91 {
    padding-top: 91px;
}

.pt-92 {
    padding-top: 92px;
}

.pt-93 {
    padding-top: 93px;
}

.pt-94 {
    padding-top: 94px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-96 {
    padding-top: 96px;
}

.pt-97 {
    padding-top: 97px;
}

.pt-98 {
    padding-top: 98px;
}

.pt-99 {
    padding-top: 99px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-101 {
    padding-top: 101px;
}

.pt-102 {
    padding-top: 102px;
}

.pt-103 {
    padding-top: 103px;
}

.pt-104 {
    padding-top: 104px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-106 {
    padding-top: 106px;
}

.pt-107 {
    padding-top: 107px;
}

.pt-108 {
    padding-top: 108px;
}

.pt-109 {
    padding-top: 109px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-111 {
    padding-top: 111px;
}

.pt-112 {
    padding-top: 112px;
}

.pt-113 {
    padding-top: 113px;
}

.pt-114 {
    padding-top: 114px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-116 {
    padding-top: 116px;
}

.pt-117 {
    padding-top: 117px;
}

.pt-118 {
    padding-top: 118px;
}

.pt-119 {
    padding-top: 119px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-121 {
    padding-top: 121px;
}

.pt-122 {
    padding-top: 122px;
}

.pt-123 {
    padding-top: 123px;
}

.pt-124 {
    padding-top: 124px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-126 {
    padding-top: 126px;
}

.pt-127 {
    padding-top: 127px;
}

.pt-128 {
    padding-top: 128px;
}

.pt-129 {
    padding-top: 129px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-131 {
    padding-top: 131px;
}

.pt-132 {
    padding-top: 132px;
}

.pt-133 {
    padding-top: 133px;
}

.pt-134 {
    padding-top: 134px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-136 {
    padding-top: 136px;
}

.pt-137 {
    padding-top: 137px;
}

.pt-138 {
    padding-top: 138px;
}

.pt-139 {
    padding-top: 139px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-141 {
    padding-top: 141px;
}

.pt-142 {
    padding-top: 142px;
}

.pt-143 {
    padding-top: 143px;
}

.pt-144 {
    padding-top: 144px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-146 {
    padding-top: 146px;
}

.pt-147 {
    padding-top: 147px;
}

.pt-148 {
    padding-top: 148px;
}

.pt-149 {
    padding-top: 149px;
}

.pt-150 {
    padding-top: 150px;
}

.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: 1px;
}

.pl-2 {
    padding-left: 2px;
}

.pl-3 {
    padding-left: 3px;
}

.pl-4 {
    padding-left: 4px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-6 {
    padding-left: 6px;
}

.pl-7 {
    padding-left: 7px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-9 {
    padding-left: 9px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-11 {
    padding-left: 11px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-13 {
    padding-left: 13px;
}

.pl-14 {
    padding-left: 14px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-17 {
    padding-left: 17px;
}

.pl-18 {
    padding-left: 18px;
}

.pl-19 {
    padding-left: 19px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-21 {
    padding-left: 21px;
}

.pl-22 {
    padding-left: 22px;
}

.pl-23 {
    padding-left: 23px;
}

.pl-24 {
    padding-left: 24px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-26 {
    padding-left: 26px;
}

.pl-27 {
    padding-left: 27px;
}

.pl-28 {
    padding-left: 28px;
}

.pl-29 {
    padding-left: 29px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-31 {
    padding-left: 31px;
}

.pl-32 {
    padding-left: 32px;
}

.pl-33 {
    padding-left: 33px;
}

.pl-34 {
    padding-left: 34px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-36 {
    padding-left: 36px;
}

.pl-37 {
    padding-left: 37px;
}

.pl-38 {
    padding-left: 38px;
}

.pl-39 {
    padding-left: 39px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-41 {
    padding-left: 41px;
}

.pl-42 {
    padding-left: 42px;
}

.pl-43 {
    padding-left: 43px;
}

.pl-44 {
    padding-left: 44px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-46 {
    padding-left: 46px;
}

.pl-47 {
    padding-left: 47px;
}

.pl-48 {
    padding-left: 48px;
}

.pl-49 {
    padding-left: 49px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-51 {
    padding-left: 51px;
}

.pl-52 {
    padding-left: 52px;
}

.pl-53 {
    padding-left: 53px;
}

.pl-54 {
    padding-left: 54px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-56 {
    padding-left: 56px;
}

.pl-57 {
    padding-left: 57px;
}

.pl-58 {
    padding-left: 58px;
}

.pl-59 {
    padding-left: 59px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-61 {
    padding-left: 61px;
}

.pl-62 {
    padding-left: 62px;
}

.pl-63 {
    padding-left: 63px;
}

.pl-64 {
    padding-left: 64px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-66 {
    padding-left: 66px;
}

.pl-67 {
    padding-left: 67px;
}

.pl-68 {
    padding-left: 68px;
}

.pl-69 {
    padding-left: 69px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-71 {
    padding-left: 71px;
}

.pl-72 {
    padding-left: 72px;
}

.pl-73 {
    padding-left: 73px;
}

.pl-74 {
    padding-left: 74px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-76 {
    padding-left: 76px;
}

.pl-77 {
    padding-left: 77px;
}

.pl-78 {
    padding-left: 78px;
}

.pl-79 {
    padding-left: 79px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-81 {
    padding-left: 81px;
}

.pl-82 {
    padding-left: 82px;
}

.pl-83 {
    padding-left: 83px;
}

.pl-84 {
    padding-left: 84px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-86 {
    padding-left: 86px;
}

.pl-87 {
    padding-left: 87px;
}

.pl-88 {
    padding-left: 88px;
}

.pl-89 {
    padding-left: 89px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-91 {
    padding-left: 91px;
}

.pl-92 {
    padding-left: 92px;
}

.pl-93 {
    padding-left: 93px;
}

.pl-94 {
    padding-left: 94px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-96 {
    padding-left: 96px;
}

.pl-97 {
    padding-left: 97px;
}

.pl-98 {
    padding-left: 98px;
}

.pl-99 {
    padding-left: 99px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-101 {
    padding-left: 101px;
}

.pl-102 {
    padding-left: 102px;
}

.pl-103 {
    padding-left: 103px;
}

.pl-104 {
    padding-left: 104px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-106 {
    padding-left: 106px;
}

.pl-107 {
    padding-left: 107px;
}

.pl-108 {
    padding-left: 108px;
}

.pl-109 {
    padding-left: 109px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-111 {
    padding-left: 111px;
}

.pl-112 {
    padding-left: 112px;
}

.pl-113 {
    padding-left: 113px;
}

.pl-114 {
    padding-left: 114px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-116 {
    padding-left: 116px;
}

.pl-117 {
    padding-left: 117px;
}

.pl-118 {
    padding-left: 118px;
}

.pl-119 {
    padding-left: 119px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-121 {
    padding-left: 121px;
}

.pl-122 {
    padding-left: 122px;
}

.pl-123 {
    padding-left: 123px;
}

.pl-124 {
    padding-left: 124px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-126 {
    padding-left: 126px;
}

.pl-127 {
    padding-left: 127px;
}

.pl-128 {
    padding-left: 128px;
}

.pl-129 {
    padding-left: 129px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-131 {
    padding-left: 131px;
}

.pl-132 {
    padding-left: 132px;
}

.pl-133 {
    padding-left: 133px;
}

.pl-134 {
    padding-left: 134px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-136 {
    padding-left: 136px;
}

.pl-137 {
    padding-left: 137px;
}

.pl-138 {
    padding-left: 138px;
}

.pl-139 {
    padding-left: 139px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-141 {
    padding-left: 141px;
}

.pl-142 {
    padding-left: 142px;
}

.pl-143 {
    padding-left: 143px;
}

.pl-144 {
    padding-left: 144px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-146 {
    padding-left: 146px;
}

.pl-147 {
    padding-left: 147px;
}

.pl-148 {
    padding-left: 148px;
}

.pl-149 {
    padding-left: 149px;
}

.pl-150 {
    padding-left: 150px;
}

.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 1px;
}

.pr-2 {
    padding-right: 2px;
}

.pr-3 {
    padding-right: 3px;
}

.pr-4 {
    padding-right: 4px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-6 {
    padding-right: 6px;
}

.pr-7 {
    padding-right: 7px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-9 {
    padding-right: 9px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-11 {
    padding-right: 11px;
}

.pr-12 {
    padding-right: 12px;
}

.pr-13 {
    padding-right: 13px;
}

.pr-14 {
    padding-right: 14px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-16 {
    padding-right: 16px;
}

.pr-17 {
    padding-right: 17px;
}

.pr-18 {
    padding-right: 18px;
}

.pr-19 {
    padding-right: 19px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-21 {
    padding-right: 21px;
}

.pr-22 {
    padding-right: 22px;
}

.pr-23 {
    padding-right: 23px;
}

.pr-24 {
    padding-right: 24px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-26 {
    padding-right: 26px;
}

.pr-27 {
    padding-right: 27px;
}

.pr-28 {
    padding-right: 28px;
}

.pr-29 {
    padding-right: 29px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-31 {
    padding-right: 31px;
}

.pr-32 {
    padding-right: 32px;
}

.pr-33 {
    padding-right: 33px;
}

.pr-34 {
    padding-right: 34px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-36 {
    padding-right: 36px;
}

.pr-37 {
    padding-right: 37px;
}

.pr-38 {
    padding-right: 38px;
}

.pr-39 {
    padding-right: 39px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-41 {
    padding-right: 41px;
}

.pr-42 {
    padding-right: 42px;
}

.pr-43 {
    padding-right: 43px;
}

.pr-44 {
    padding-right: 44px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-46 {
    padding-right: 46px;
}

.pr-47 {
    padding-right: 47px;
}

.pr-48 {
    padding-right: 48px;
}

.pr-49 {
    padding-right: 49px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-51 {
    padding-right: 51px;
}

.pr-52 {
    padding-right: 52px;
}

.pr-53 {
    padding-right: 53px;
}

.pr-54 {
    padding-right: 54px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-56 {
    padding-right: 56px;
}

.pr-57 {
    padding-right: 57px;
}

.pr-58 {
    padding-right: 58px;
}

.pr-59 {
    padding-right: 59px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-61 {
    padding-right: 61px;
}

.pr-62 {
    padding-right: 62px;
}

.pr-63 {
    padding-right: 63px;
}

.pr-64 {
    padding-right: 64px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-66 {
    padding-right: 66px;
}

.pr-67 {
    padding-right: 67px;
}

.pr-68 {
    padding-right: 68px;
}

.pr-69 {
    padding-right: 69px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-71 {
    padding-right: 71px;
}

.pr-72 {
    padding-right: 72px;
}

.pr-73 {
    padding-right: 73px;
}

.pr-74 {
    padding-right: 74px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-76 {
    padding-right: 76px;
}

.pr-77 {
    padding-right: 77px;
}

.pr-78 {
    padding-right: 78px;
}

.pr-79 {
    padding-right: 79px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-81 {
    padding-right: 81px;
}

.pr-82 {
    padding-right: 82px;
}

.pr-83 {
    padding-right: 83px;
}

.pr-84 {
    padding-right: 84px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-86 {
    padding-right: 86px;
}

.pr-87 {
    padding-right: 87px;
}

.pr-88 {
    padding-right: 88px;
}

.pr-89 {
    padding-right: 89px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-91 {
    padding-right: 91px;
}

.pr-92 {
    padding-right: 92px;
}

.pr-93 {
    padding-right: 93px;
}

.pr-94 {
    padding-right: 94px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-96 {
    padding-right: 96px;
}

.pr-97 {
    padding-right: 97px;
}

.pr-98 {
    padding-right: 98px;
}

.pr-99 {
    padding-right: 99px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-101 {
    padding-right: 101px;
}

.pr-102 {
    padding-right: 102px;
}

.pr-103 {
    padding-right: 103px;
}

.pr-104 {
    padding-right: 104px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-106 {
    padding-right: 106px;
}

.pr-107 {
    padding-right: 107px;
}

.pr-108 {
    padding-right: 108px;
}

.pr-109 {
    padding-right: 109px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-111 {
    padding-right: 111px;
}

.pr-112 {
    padding-right: 112px;
}

.pr-113 {
    padding-right: 113px;
}

.pr-114 {
    padding-right: 114px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-116 {
    padding-right: 116px;
}

.pr-117 {
    padding-right: 117px;
}

.pr-118 {
    padding-right: 118px;
}

.pr-119 {
    padding-right: 119px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-121 {
    padding-right: 121px;
}

.pr-122 {
    padding-right: 122px;
}

.pr-123 {
    padding-right: 123px;
}

.pr-124 {
    padding-right: 124px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-126 {
    padding-right: 126px;
}

.pr-127 {
    padding-right: 127px;
}

.pr-128 {
    padding-right: 128px;
}

.pr-129 {
    padding-right: 129px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-131 {
    padding-right: 131px;
}

.pr-132 {
    padding-right: 132px;
}

.pr-133 {
    padding-right: 133px;
}

.pr-134 {
    padding-right: 134px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-136 {
    padding-right: 136px;
}

.pr-137 {
    padding-right: 137px;
}

.pr-138 {
    padding-right: 138px;
}

.pr-139 {
    padding-right: 139px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-141 {
    padding-right: 141px;
}

.pr-142 {
    padding-right: 142px;
}

.pr-143 {
    padding-right: 143px;
}

.pr-144 {
    padding-right: 144px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-146 {
    padding-right: 146px;
}

.pr-147 {
    padding-right: 147px;
}

.pr-148 {
    padding-right: 148px;
}

.pr-149 {
    padding-right: 149px;
}

.pr-150 {
    padding-right: 150px;
}

.padding-0, .pd-0 {
    padding: 0 !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }

    .product-detail-info > .col-sm-4 {
        width: 38%;
    }

    .product-detail-info > .col-sm-8 {
        width: 62%;
    }

    .product-detail-info .product > .col-sm-5 {
        width: 46.66666667%;
    }

    .product-detail-info .product > .col-sm-7 {
        width: 53.33333333%;
        padding: 0;
    }
}

/* #Custom space */
.row.grid-space-0 {
    margin: 0;
}

.row.grid-space-0 > [class*="col-"] {
    padding: 0;
}

.row.grid-space-10 {
    margin: 0 -5px;
}

.row.grid-space-10 > [class*="col-"] {
    padding: 0 5px;
}

.row.grid-space-16 {
    margin: 0 -8px;
}

.row.grid-space-16 > [class*="col-"] {
    padding: 0 8px;
}

.row.grid-space-20 {
    margin: 0 -10px;
}

.row.grid-space-20 > [class*="col-"] {
    padding: 0 10px;
}

.row.grid-space-60 {
    margin: 0 -30px;
}

.row.grid-space-60 > [class*="col-"] {
    padding: 0 30px;
}

img {
    max-width: 100%;
}

.pd-15 {
    padding: 15px;
}

.color-main {
    color: #9b0e62;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.table-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.select-box {
    height: 37px;
    border: 1px solid #b3b3b3;
    outline: none;
    padding-left: 15px;
    padding-right: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    appearance: inherit;
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    background: transparent url(img/select.png) no-repeat right center;
}

.input-box {
    height: 37px;
    border: 1px solid #b3b3b3;
    outline: none;
    padding: 0 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: transparent;
}

textarea.input-box {
    padding: 15px;
}

.input-box:focus {
    background-color: #f2f2f2;
}

.form-dathang .input-box, .form-dathang .select-box {
    width: 100%;
    margin-bottom: 20px;
}

.form-dathang textarea.input-box {
    height: 186px;
}

.form-dathang label {
    font-weight: 500;
}

.form-dathang a {
    color: #9b0e62;
    font-weight: bold;
}

.form-dathang a:hover {
    text-decoration: underline;
}

.form-dathang .field-addnew {
    display: none;
}

.form-dathang .top-addnew > .addnew.active ~ .field-addnew {
    display: block;
}

.table-cart table .text-left {
    text-align: left;
}

.table-info {
    margin: 0;
}

.table-cart .table-info td {
    padding: 15px;
    border: none !important;
    text-align: left;
}

.table-cart .table-info td > div {
    margin-bottom: 5px;
}

.table-cart .table-info .pt-0 {
    padding-top: 0;
}

.table-cart .table-info .pb-0 {
    padding-bottom: 0;
}

.table-cart .table-info .pt-0 span,
.table-cart .table-info .pb-0 span {
    display: inline-block;
    width: 80px;
}

.tgnhcc i {
    font-size: 28px;
    position: relative;
    top: 5px;
}

.page-productdetail #row-titlepage {
    position: relative;
    z-index: 5;
}

.product-detail {
    margin-bottom: 40px;
    position: relative;
}

.product-detail .product-detail-info {
    /* background: url(img/bg-detail-info.jpg) no-repeat 0px 650px; */
}

.product-detail .product-detail-info-right:before {
    background: #f2f2f2 url(img/bgdetail.png) no-repeat bottom center;
}

#introduce-header .introduce-banner-2.banner-categories-brands {
    height: 472px !important;
}

#introduce-header .introduce-banner-2:before {
    background-color: #fff;
}

#introduce-header .introduce-banner-2 .category-info-brands {
    position: relative;
    z-index: 100;
    text-align: center;
}

#introduce-header .introduce-banner-2 .img-tl {
    position: absolute;
    left: 0;
    top: 0;
}

#introduce-header .introduce-banner-2 .img-br {
    position: absolute;
    right: 0;
    bottom: 0;
}

.page-nhnh-2 .introduce-banner {
    top: 0;
}

.page-nhnh-2 .category-info-brands {
    margin: 35px auto;
}

.page-nhnh-2 .promotion-filter {
    margin-top: -126px;
}

.page-nhnh-2 .brand-tab {
    padding-top: 0;
}

#home-ads.block-shadow-2 {
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.36);
    position: relative;
    z-index: 10;
    padding: 10px 0;
}

.review-product {
    /*padding: 30px 0 0;*/
}

.review-product h3.title {
    font-size: 20px;
    margin: 0;
    color: #fff;
    background-color: #333333;
    line-height: 50px;
    text-align: center;
}

.review-product .item {
    margin: 5px 0;
    border: none;
    border-radius: 0;
}

.review-product > .item > h4 {
    color: #000;
    background-color: #cccccc;
    line-height: 40px;
    /* text-align: center; */
    margin: 0;
    padding: 0 20px;
    cursor: pointer;
}

.review-product > .item > h4:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    float: right;
    margin-top: 10px;
}

.review-product .item .desc {
    padding: 20px;
    background-color: #f9f9f9;
}

.block-perfume-info {
    padding: 0 15px;
}

/*.block-perfume-info .info-left,
.block-perfume-info .info-right {height: 600px}*/
.block-perfume-info .desc{
    text-align: justify;
}
.block-perfume-info .desc img {
    border: none
}

.block-perfume-info > .row {
    position: relative;
}

.block-perfume-info h3.title-info {
    font-size: 20px;
    margin: 0 -15px 30px;
    color: #fff;
    background-color: #333333;
    line-height: 50px;
    text-align: center;
}
.block-perfume-info .info-left {
    position: sticky;
    top: -50px;
}
.block-perfume-info .info-right {
    position: sticky;
    top: -50px;
}

.block-perfume-info .info-right:before {
    margin-left: -15px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ececec;
}

.review .item {
    margin-bottom: 29px;
}

.review .name {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.review .meta {
    margin-bottom: 10px;
}

.review .meta > span:not(:first-child) {
    margin-left: 20px;
}

.review .date {
    font-style: italic;
}

span.rating {
    display: inline-block;
    width: 75px;
    height: 15px;
    background: url(img/star.svg) repeat-x left 1px;
    position: relative;
    top: 3px;
}

span.rating > span {
    float: left;
    height: 15px;
    background: url(img/star.svg) repeat-x left -15px;
}

span.rating > span.w1 {
    width: 15px;
}

span.rating > span.w2 {
    width: 30px;
}

span.rating > span.w3 {
    width: 45px;
}

span.rating > span.w4 {
    width: 60px;
}

span.rating > span.w5 {
    width: 75px;
}

.review .item .reply {
    background-color: #f9f9f9;
    padding: 15px;
    margin-top: 20px;
    position: relative;
}

.review .item .reply p {
    margin: 0;
}

.review .item .reply:before {
    position: absolute;
    left: 42px;
    top: -15px;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f9f9f9;
}

.nav-pagination ul {
    list-style: none;
}

.nav-pagination ul li {
    display: inline;
    margin-right: 5px;
}

.nav-pagination ul li > * {
    text-align: center;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #cccccc;
    border: 1px solid #cccccc;
    /* border-radius: 6px; */
}

.nav-pagination ul li > .current {
    background-color: #fff;
    color: #9b0e62;
}

.form-review {
    background-color: #f9f9f9;
    margin-top: 20px;
}

.form-review h3.title {
    font-size: 20px;
    margin: 0;
    color: #fff;
    background-color: #333333;
    line-height: 50px;
    text-align: center;
}

.form-review .inner {
    padding: 12px;
}

.form-review .input-box, .form-review button {
    width: 100%;
}

.form-review textarea {
    height: 100px;
}

.product-body-text ul li {
    width: 100%;
}

.product-body-text span {
    font-size: 15px;
}

.product-body-text ul li span:first-child {
    display: table-cell;
    width: 27%;
    font-weight: bold;
}

.product-body-text ul li span:last-child {
    display: table-cell;
    width: 74%;
    padding-left: 4px;
}


.product-body-text ul li {
    width: 100%;
    display: table;
    margin-bottom: 5px;
}

.product-body-text .border-bottom {
    border-bottom: 1px dashed #c7c7c7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.product-thumbnail-slider-wrapper {
    margin-bottom: 20px;
}

.product-thumbnail-slider .product-syn-slider-1-wrapper {
    margin: 0 0 18px;
    border: 1px solid #c6c6c6;
    padding: 10px;
}

.product-thumbnail-slider .product-syn-slider-1-wrapper .item img {
    /* border: 1px solid #c6c6c6; */
}
.product-thumbnail-slider .watermark {
    height: 60px;
    width: 100%;
    position: absolute;
    margin-top: -55px;
    margin-left: -45px;
    opacity: 0.8;
    text-align: right;
}
.product-thumbnail-slider .watermark img {
    width: auto;
}

.product-thumbnail-slider .product-syn-slider-2-wrapper {
    margin: 0;
}

.product-thumbnail-slider .product-syn-slider-2-wrapper .slick-slide {
    outline: none !important;
}

.product-thumbnail-slider .product-syn-slider-2-wrapper .item {
    padding: 0;
    display: inline-block;
    width: calc( 100% / 4);
    float: left;
    min-height: 75px;
    height: 75px;
    padding: 1px;
}

.product-thumbnail-slider .product-syn-slider-2-wrapper .item img {
    /* width: 100%; */
    height: 100%;
    border: 1px solid #c6c6c6;
}

.product-syn-slider-2.syn-slider-2{
    margin: 0 -1px;
    text-align: center;
}

.product-thumbnail-slider .product-syn-slider-2-wrapper .slick-active.synced .item img {
    border-color: #f739a5;
}

.product .view {
    line-height: 30px;
    margin-bottom: 20px;
}

.product-addtocart .product-info {
    width: 75%;
}

.product-info .image {
    border: 1px solid #c3c3c3;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
}

.product-addtocart .product-info .info {
    overflow: hidden;
}
.product-addtocart .product-info .info .product-name {
    width: 100%
}

.product-addtocart .product-info .info span {
    display: block;
}

.product-addtocart .product-info .info .sku {
    color: #999;
}

.cosmetic-detail .product-detail-info {
    background: none;
}

.cosmetic-detail .product-thumb {
    border: 1px solid #b3b3b3;
}

.cosmetic-detail .product-detail-info-right:before {
    background: #f2f2f2 url(img/bgdetail.png) no-repeat bottom center;
}

.cosmetic-detail .product-detail-info .buy-product{
    min-height: 680px;
}
.cosmetic-detail .product-detail-info .buy-product-inner {
    height: auto !important;
}

.cosmetic-detail .related-products {
    margin: 0 -5px;
}

.cosmetic-detail .related-products .item {
    float: left;
    width: 50%;
    padding: 5px;
}

.cosmetic-detail .related-products .item .product-item {
    margin: 0;
}

.cosmetic-detail .block-perfume-info {
    padding: 0;
    text-align: justify;
}

.cosmetic-detail .block-perfume-info .info-left h3.title-info {
    margin: 0 -15px 30px 0;
}

.cosmetic-detail .block-perfume-info .info-right h3.title-info {
    margin: 0 0 30px -15px;
}

.cosmetic-detail .block-perfume-info .info-right:before {
    margin-left: 0;
    width: 1px;
    background: none;
    height: 40px;
    border-left: 1px dashed #fff;
    top: 5px;
}

.product-detail .product-detail-info .product-label {
    margin-top: 60px;
}

.block-thanks {
    padding-bottom: 32px;
    padding-top: 95px;
}

.block-thanks .block-order-inner {
    width: 800px;
    min-height: 340px;
    position: relative;
    max-width: 100%;
    padding: 50px 160px;
    text-align: center;
}

.block-thanks .block-order-inner .display-table {
    position: relative;
    z-index: 10;
}

.block-thanks .block-order-inner .img-tl {
    position: absolute;
    top: -67px;
    left: -67px;
}

.block-thanks .block-order-inner .img-br {
    position: absolute;
    bottom: -81px;
    right: -47px;
}

.block-thanks .block-order-inner h1 {
    font-size: 30px;
    line-height: normal;
}

.custom-display-tab > .tab-pane {
    display: block !important;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    left: 0;
}

.custom-display-tab > .content-map {
    width: 100%;
}

.custom-display-tab > .tab-pane.active {
    visibility: visible;
    overflow: auto;
    position: relative;
}

.info-right .button-readmore {
    clear: both;
    padding-top: 30px;
}

.footer-item a {
    color: #fff;
}

.footer-item a:hover {
    color: #fff;
    font-weight: 700;
    display: block;
}

#row-titlepage.is-promotion-filter .container {
    padding-bottom: 140px;
}

#promotion-filter {
    margin-top: -126px;
    position: relative;
    /* margin-top: 20px; */
}

#row-titlepage.titlepage-300 > .container {
    min-height: 300px;
}

/* Style for page lichsuthuonghieu */
.category-info-brands {
    margin: 50px auto;
}

.category-info-brands .brands-history {
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 22px;
    display: table-cell;
    width: 60%;
    vertical-align: top;
    padding-right: 30px;
}

.brands-image {
    margin: 0;
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    padding-right: 30px;
    padding-left: 160px;
}

#introduce-header .introduce-banner.banner-categories-brands {
    height: 460px;
}

.brand-tab {
    padding: 40px 0 80px 0px;
    position: relative;
}

.tab-brands {
    margin: 0;
}

.brand-tab .tab-brands > li {
    width: 50%;
}

.post-brands {
    width: 800px;
    max-width: 800px;
    margin: 0 auto;
}

.block-brand-product {
    margin-top: 0;
}

.category-brand-product {
    background: #F9F9F9;
    padding-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.category-brand-product .list-tag-brand {
    overflow: hidden;
    padding: 0 15px;
}

.category-info-brands .cate-short-description {
    font-family: "Open Sans";
    font-size: 20px;
    line-height: 34px;
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.list-tag-brand > li a {
    color: inherit;
}

.list-tag-brand > li a:hover {
    color: #9B0E62;
}

.wrap-pttt p label {
    margin: 0;
    width: 125px;
    float: left;
}

@media screen and (min-width: 1200px) {
    .category-brand-product .list-tag-brand {
        /*         padding-left: 75px; */
    }

    .category-brand-product .product-label {
        /*         margin-left: 75px; */
    }
    .category-brand-product {
        padding-left: 30px;
        padding-right: 30px
    }
}

.list-tag-brand > li {
    float: left;
    width: 20%;
    margin-top: 20px;
}

.page-promotion #row-titlepage .container {
    height: 350px;
}

.home-tab-new {
    padding-top: 0;
}

.home-tab-new .home-tab-menu {
    padding-top: 110px;
    padding-bottom: 110px;
    background: url(img/cua-hang-opacity.jpg) no-repeat center;
    background-size: cover;
}

.widget-list-news {
    padding-top: 60px;
}

.widget-list-news .row {
    position: relative;
}

.widget-list-news .row > div {
    position: static;
}

.widget-list-news .row > div:before {
    content: "";
    margin-left: -30px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #c6c6c6;
}

.widget-list-news .row > div:first-child:before {
    display: none;
}

.widget-list-news .news-item {
    margin: 0;
    padding: 0;
}

.widget-list-news .news-image-item {
    display: block;
    width: auto;
    margin-bottom: 20px;
}

.widget-list-news .news-content {
    display: block;
    width: auto;
    padding: 0;
}

.popup_wrapper, .popup_background {
    z-index: 2147483647 !important;
}

.search-select .btn-default.active.focus,
.search-select .btn-default.active:focus,
.search-select .btn-default.active:hover,
.search-select .btn-default:active.focus,
.search-select .btn-default:active:focus,
.search-select .btn-default:active:hover,
.search-select .open > .dropdown-toggle.btn-default.focus,
.search-select .open > .dropdown-toggle.btn-default:focus,
.search-select .open > .dropdown-toggle.btn-default:hover {
    background-color: #fff !important;
    border-color: #b3b3b3;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.search-select .btn.active,
.search-select .btn:active,
.search-select .btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.search-select .btn-default.active,
.search-select .btn-default:active,
.search-select .open > .dropdown-toggle.btn-default {
    background-color: #fff !important;
}

.search-select .btn-default:hover {
    background-color: #fff;
    border-color: #b3b3b3;
}

.search-select .bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0;
}

.search-select .btn {
    border-radius: 8px;
    height: 37px;
    background-repeat: no-repeat;
    background-position: right;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.search-select .bootstrap-select.btn-group .dropdown-toggle .caret {
    border-top: 8px dashed;
    border-top: 4px solid \9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.search-select .btn-default.active,
.search-select .btn-default:active,
.search-select .open > .dropdown-toggle.btn-default {
}

.search-select .filter-option {
    width: 95% !important;
    border-right: 1px solid #b3b3b3;
}

.search-select .form-control:focus {
    border-color: #b3b3b3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0);
}

.search-select .dropdown-menu > .active > a,
.search-select .dropdown-menu > .active > a:focus,
.search-select .dropdown-menu > .active > a:hover {
    background-color: #fff;
    color: #333;
}

.categories-menu > li:hover > a.expandable:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F639A5;
    display: block;
    margin: 18px auto 0;
}

.categories-menu > li > ul > li:hover > a.expandable:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F639A5;
    display: block;
    margin: 15px auto 0;
    position: absolute;
    left: 50%;
    right: 50%;
    text-align: center;
    transform: translateX(-50%);
    bottom: 5px;
}
.has-error input,
.has-error textarea,
.has-error select {
    border-color: #9b0e62
}
/*
Fix Top MENU
.topcenter-menu.fixed{
    position: fixed;
    left: 0;
    top: 0;
    height: 100px;
    padding: 20px 75px;
    background-color: #fff;
    width: 100%;
    right: 0;
    box-shadow: 0px 1px 5px rgba(17, 17, 17, 0.42);
    -webkit-box-shadow: 0px 1px 5px rgba(17, 17, 17, 0.42);
    -moz-box-shadow: 0px 1px 5px rgba(17, 17, 17, 0.42);

}
.categories-menu {
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    top: 100%;
    margin-top: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    visibility: hidden;
}
*/
/* fix box chi tiết nước hoa */
.product-detail-info .buy-product{
    /* padding: 50px 15px 50px; */
    position: relative;
    min-height: 680px;
}

.product-detail-info .buy2 {
    /*min-height: 680px;*/
}

.product-detail-info .buy-product .buy-product-inner {
    /* height: 380px; */
    width: 100%;
    float: none;
}
@media screen and (max-width: 769px){
    .product-detail-info .buy-product{
        min-height: auto;
    }
    .navbar-introduce .navbar-nav > li >a.active ~ ul{
        display: block;
    }
    .navbar-introduce .navbar-nav > li >a ~ ul{
        display: none;
    }
    .navbar-introduce .navbar-nav > li:hover > ul{
        display: none;
    }
}
/* end */
/* add price bộ quà tặng */
.home-gift-content .price{
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #af3e81;
}
/* end  */
/* fix readmore */
.post-content {
    /* height: 600px; */
    display: block;
    overflow:hidden;
    /* word-break: break-all; */
    word-wrap: break-word;
    text-align: justify;
}
.post-content.show{
    height: 100%;
}
/* end */
.form {
    margin: 0 auto
}
#alert-msg {
    min-width: 250px
}
#alert-msg .content {
    text-align: center;
}

#promotion {
    background-color: #fff;
    text-align: center;
    min-height: 300px;
}
#promotion * {
    margin: 0;
    padding: 0
}
#promotion h2 {
    margin: 20px auto;
    text-align: center
}
#promotion h2 a {
    padding: 10px;
    background: yellow;
    border-radius: 5px
}
#promotion img {
    width: 100%;
    height: auto;
    max-width: 1230px
}

.social{
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 10;
}
.social li{
    position: relative;
}
.social li a{
    display: block;
    text-align: center;
    height: 35px;
    width: 35px;
    line-height: 45px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.social li a:hover{
    transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.social li a [class^="icon-"],
.social li a [class*=" icon-"]{
    font-size: 18px;
}
.social .address,
.social .address a{
    background-color: #4285F4;
}
.social .facebook,
.social .facebook a{
    background-color: #3b5998;
}
.social .youtube,
.social .youtube a{
    background-color: #cc181e;
}

.list-product .item .item-thumb img {
    width: 100%;
    height: 75px;
}
.icon-boygirl {
    position: relative;
    display: inline-block !important;
    top: 0px;
}

.icon-boygirl span:last-child {
    position: absolute;
    top: -6px;
    right: -6px;
}
.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: red;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #dde;
    position: relative;
}

.jspDrag
{
    background: #999;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}

/*************HotLine****************/
#top-hotline{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-family: "UTM Avo";
}

#top-hotline .hotline-list {
    text-align:  center;
    height: 18px;
    padding: 0;
    margin: 0;
    margin-top: -5px;
}

#top-hotline .hotline-list .hotline-item{
    padding-left: 5px !important;
    padding-right: 5px !important;
    white-space: nowrap;
    text-align: right;
}

#top-hotline .hotline-list .hotline-item .hotline-icon{
    width: 20px;
    /* background-color: #FFF; */
    border-radius: 100%;
}

#top-hotline .hotline-list .hotline-item .hotline-icon i {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    margin-left: 3px;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    border-radius: 100%;
    padding: 2px 3px;
}

#top-hotline .hotline-list .hotline-item .hotline-number{
    font-size: 13px;
    font-weight: 500;
    font-family: 'UTM Avo';
    color: #FFF;
    margin-top: 25px;
    padding-left: 5px;
}

#top-hotline a {
    color: #fff;
}

#top-hotline .hotline-list .hotline-item .hotline-info {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
}

.topcart #top-hotline {
    display: none;
}
@media (min-width: 768px) and (max-width: 992px){
    .product-detail-info .col-sm-8, .product-detail-info .col-sm-4 {
        width: 100%
    }
}
@media (min-width: 768px) and (max-width: 1200px){
    .topcenter .search-text {
        width: 80% !important;
        z-index: 11;
    }
    .topcart #top-hotline {
        display: block;
        width: 410px;
        color: #000;
    }

    .topcart #top-hotline .hotline-list {
        text-align:  center;
        height: 30px;
        padding: 0px !important;
        margin-top: 0;
    }

    .topcart #top-hotline .hotline-list .hotline-item .hotline-icon {
        /* background-color: #9B0E62; */
    }

    .topcart #top-hotline .hotline-list .hotline-item .hotline-number {
        color: #000;
        font-size: 18px;
        font-weight: 600;
    }

    .topcart #top-hotline .hotline-list .hotline-item .hotline-icon i:before {
        color: #FFF;
    }

    .topcart #top-hotline .hotline-list .hotline-item .hotline-info {
        color: #000;
        font-weight: 500;
        font-size: 11px;
    }
    #top-hotline .hotline-list .hotline-item .hotline-icon i {
        background-color: #9B0E62;
        padding: 3px 4px;
    }
}

.prominent-outstock-search:before {
    background-position: 65%;
    background-image: url(img/icon-11.svg);
}
.prominent-search:before {
    position: absolute;
    content: '';
    display: inline-block;
    height: 60px;
    width: 36px;
    background-size: cover;
    margin: -13px 0 -17px -13px;
}


a.store-map{
    color: #000;
}

.alert-404_1 {
    font-size: 100px !important;
    letter-spacing: 5px;
    color: #9b0e62
}
.alert-404_2 {
    font-size: 30px;
    margin: 20px
}
.alert-404_3 {
}
.messenger__facebook
{
    height: 55px;
    width: 55px;

    position: fixed;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 50%;
    cursor: pointer;
    right: 0px;
    bottom: 145px;
    opacity: 1;
    transition: opacity 0.2s ease-out;
    z-index: 100;
}
.messenger__facebook--image{
    font-size: 55px;
    color: #0A7CFF;
    background: white;
}
.btn__confirm-coupon

{

    background-color: #9B0E62;

}

.price-remark {
    position: relative;
    margin-top: -10px;
    text-align: center;
    text-transform: inherit;
    /* background-color: #fff; */
    border-top: 1px dashed #9B0E62;
    border-bottom: 1px dashed #9B0E62;
    padding: 2px;
    text-transform: initial;
}
.price-items-remark {
    color: #9B0E62;
    text-align: center;
    text-transform: inherit;
    /* background-color: #9B0E62; */
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0;
    font-family: 'UTM Avo';
    border-top: 1px dashed #9B0E62;
    border-bottom: 1px dashed #9B0E62;
    position: absolute;
    width: 100%;
    top: 100px;
    background: #fff;
    opacity: 0.8;
}
.price-remark div
{
    font-size: 12px !important;
    font-family: 'UTM Avo';
    text-transform: initial;
    white-space: nowrap;
}
.product-item:hover .price-items-remark,
.buy-product:hover .price-remark div{
    background-image: linear-gradient( -225deg, #ff0000 0%, #9B0E62 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
    color: #fff;
}
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}


.waviy__notice {
    /*max-width: 220px;*/
    position: relative;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
}
.waviy__notice span {
    position: relative;
    display: inline-block;
    color: #fff;
    /* font-weight: 600; */
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));
    padding: 0px 2px;
}
a.choose_product_modal img {
    height: 30px;
    float: left;
}
@keyframes waviy {
    0%,40%,100% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(-5px)
    }
}

.combo__text
{
    position: relative;
    /*margin: 20px auto;*/
}

.table-cart table .combo__img img
{
    width: 80px;
}
.combo__text-name
{
    font-size: 13px;
}
.plussign {
    /*    margin-bottom: -10px;
        position: relative;*/
}
.plussign::before {
    content: "+";
    margin-left: 42px;
    font-size: 20px;
    color: #9B0E62;
    font-weight: 400;
}
.plussign:nth-child(1)::before {
    content: "";
}
.goods-page-volume {
    text-transform: uppercase;
}

.product-detail-info .product-detail-info-left {
}
.product-detail-info .product-detail-info-right {
}
@media (min-width: 992px) {
    .product-detail-info .product-detail-info-left {
        position: sticky;
        top: -40px;
    }
}
@media (max-width: 768px)
{
    .block-perfume-info .info-left {
        position: initial;
    }
    .box__show {
        width: 85% !important;
        height: 60px;
        margin-top: 25px !important;
    }
}


.block-container .product-item.btn__bordered
{
    border: 3px solid #040404 !important;
}

.selling__item-line
{
    position:relative;
}
.box__show
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    bottom: 10px;
    width: 25%;
    margin: 0px auto;
    z-index: 9999;
    border-radius: 8px;
    background: -webkit-linear-gradient(45deg, #9b0e62 0%, #ef058b 25%, #9b0e62 100%);
}
.box__show-border
{
    width: 100%;
    /*    border: 2px solid #fff;*/
    margin: 10px;
    border-radius: 3px;
    padding-top: 10px;
}

.desc__promotion
{
    font-size: 14px;
    text-transform: unset;
    color: #f5f5f5;
    font-weight: 300;
    font-family: 'UTM Avo';
}
.click__buy-selling
{
    padding: 3px 12px;
    font-size: 14px;
    /* font-family: 'UTM Avo'; */
    font-weight: 400;
    border: none;
    background-color: #e22a5b;
    color: #fff;
    border-radius: 4px;
    /*    box-shadow: 0 4px #005e20;*/
}
.click__buy-selling:active,.buy__now-selling:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.buy__now-selling
{
    padding: 6px 12px;
    font-size: 12px;
    font-family: 'UTM Avo';
    font-weight: 600;
    border: none;
    background-color: rgb(255 253 253);
    border-radius: 4px;
    cursor: pointer;

}

.box__checked {
    position: absolute;
    top: 20px;
    right: 1px;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    background-color: #07d410;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease transform, 0.2s ease background-color, 0.2s ease box-shadow;
    overflow: hidden;
    z-index: 1;
}


.checked__display
{
    display:none;
}
.checked__effect-fa
{
    padding: 6px 6px;
    font-size: 24px;
    color: #fff;
}

.topcart .cart {

    position:relative;

}

.box__image-fly img
{
    width:60px;
    position: absolute;
    top : 0;
    right:0;
    z-index: 99999;
    object-fit: cover;
    border-radius:100%;
}


.desc__minus417
{
    font-family: 'UTM Avo';
}

div.leadmilky1 {
    border: 6px solid #ededed;
    border-radius: 20px;
    background-color: #ededed;
    /* -webkit-box-shadow: 0px 0px 2px #2d2c2c;*/
}

div.leadmilky1 .leadmilky2 {
    font-family: 'UTM Avo';
    line-height: initial;
    text-transform: uppercase;
    display: block;
    font-size: 5vw;
    color: #fff;
    text-shadow: 3px 3px 3px #000;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    transform: translate(0%,0%);
    border-radius: 20px;
    /* border: 2px solid #444; */
    box-shadow: 1px 2px 2px #454343;
    -webkit-box-shadow: 1px 2px 2px #454343;
    /*padding: 35px 0 45px 0px;*/
    /*background: linear-gradient(to bottom, #049bef 0%, #0780c4 100%);*/
    background-color: #d20228;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}

.slick-slide img.slick-image {
    margin: 0 auto;
}