
@font-face {
    font-family: 'UTMFrenchVanilla';
    src: url('../../pa/fonts/UTMFrenchVanilla.eot?#iefix') format('embedded-opentype'), url('../../default/fonts/UTMFrenchVanilla.woff') format('woff'), url('../../default/fonts/UTMFrenchVanilla.ttf') format('truetype'), url('../../default/fonts/UTMFrenchVanilla.svg#UTMFrenchVanilla') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family:'NukeVietIcons';
    src:url('../../default/fonts/NukeVietIcons.eot?avyewf');
    src:url('../../default/fonts/NukeVietIcons.eot?#iefixavyewf') format('embedded-opentype'),url('../../default/fonts/NukeVietIcons.ttf?avyewf') format('truetype'),url('../../default/fonts/NukeVietIcons.woff?avyewf') format('woff'),url('../../default/fonts/NukeVietIcons.svg?avyewf#NukeVietIcons') format('svg');
    font-weight:normal;
    font-style:normal;
}
.wraper {
    margin-left: auto;
    margin-right: auto;
}

h3.title2 {
    display: block;
    font-size: 21px;
    padding: 29px 20px;
    margin-left: 0px;
    color: #00b35c;
    margin-top: 0px;
    overflow: hidden;
    line-height: 1.3;
}

.border-title {
    display: inline-block;
    margin: 0 0 36px;
    padding: 0;
    text-align: center;
    width: 100%;
    margin-top: 1px;
}

.border-title h2 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    color: #ff0c18;
    margin-bottom: -25px;
}
.border-title1 {
      display: inline-block;
    margin: 0 0 36px;
    padding: 0;
    width: 100%;
    margin-top: 16px;
    margin-left: 10px;
}

.border-title1 h2 {
  font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: -25px;
    background: #1017f9;
    width: 38%;
    padding: 10px 10px;
}

/* Fonts Color */
.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

/* Fonts Weight */
.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 800;
}

/* Fix bootstrap */
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-ss-block, .visible-ss-inline, .visible-ss-inline-block {
    display: none;
}

.hidden-ss-block {
    display: block !important;
}

.hidden-ss-inline {
    display: inline !important;
}

.hidden-ss-inline-block {
    display: inline-block !important;
}

.margin {
    margin: 10px;
}

.margin-right {
    margin-right: 10px;
}

.margin-left {
    margin-left: 10px;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-sm {
    margin: 4px;
}

.margin-right-sm {
    margin-right: 4px;
}

.margin-left-sm {
    margin-left: 4px;
}

.margin-top-sm {
    margin-top: 4px;
}

.margin-bottom-sm {
    margin-bottom: 4px;
}

.margin-lg {
    margin: 15px;
}

.margin-right-lg {
    margin-right: 15px;
}

.margin-left-lg {
    margin-left: 15px;
}

.margin-top-lg {
    margin-top: 15px;
}

.margin-bottom-lg {
    margin-bottom: 15px;
}

.padding-top {
    padding-top: 10px
}

.padding-left {
    padding-left: 10px
}

.padding-right {
    padding-right: 10px
}

.padding-bottom {
    padding-bottom: 10px
}

.boder-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
}

.boder-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}

.border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ccc;
}

.border-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ccc;
}

.column-margin-left {
    margin-left: 10px !important
}

.bg-gainsboro {
    background-color: #dcdcdc
}

.bg-lavender {
    background-color: #eeeeee
}

/*Load_Bar*/
.load-bar {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 8px;
    background: transparent url(../../../assets/images/load_bar.gif);
    margin: auto 10px
}

.centered {
    text-align: center;
    font-size: 0
}

.centered>div {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}

/*nv-info*/
.nv-info {
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f7f7f7;
    color: #333;
    padding: 10px;
}

.nv-info.error {
    background-color: #EFD7D7 !important;
    border-color: #DCA8A6 !important;
}

.nv-info.success {
    background-color: #edf4fa !important;
    border-color: #82b2dc !important;
}

.nv-info.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.nv-info:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 5px;
}

.nv-info.error:before {
    content: " \f057 ";
    color: #de495b;
}

.nv-info.success:before {
    content: " \f13a ";
    color: #68D044;
}

.nv-info.info:before {
    content: "\f05a";
    color: #31708f;
}

ul, ol {
    list-style: none;
}

.input-group-btn {
    font-size: 14px !important;
}

.box-shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.fix-box {
    position: inherit !important;
    margin-left: 0 !important;
}

.well {
    padding: 8px;
    line-height: 18px
}

.well p {
    margin: 0;
}

input[type=text].required, input[type=password].required, input[type=email].required, input[type=number].required, input[type=search].required, input[type=tel].required, input[type=time].required, input[type=url].required, input[type=url].required, textarea.required, select.required, label.required {
    background-image: url(../images/icons/required.png);
    background-position: right center;
    background-repeat: no-repeat;
}

textarea.required {
    background-position: right 10px;
}

select.required {
    background-position: calc(100% - 15px) 10px;
}

label.required {
    padding-right: 20px;
}

label.radio-box, label.check-box {
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
}

div.radio-box, div.check-box {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px
}

.has-error div.radio-box, .has-error div.check-box {
    border-color: #de495b;
}

div.radio-box label, div.check-box label {
    margin-bottom: 0;
}

div.radio-box label [type="radio"], div.check-box label [type="radio"] {
    margin-top: -2px;
}

.display-inline-block {
    display: inline-block
}

.display-table {
    display: table;
}

.display-table>* {
    display: table-row;
}

.display-table>*>* {
    display: table-cell;
    padding: 5px;
}

/*tooltip*/
.tooltip-inner {
    max-width: 250px;
    padding: 10px;
    color: #fff;
    text-align: left !important;
    background-color: #255986;
    border-radius: 4px;
    height: auto;
    overflow: auto
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: #255986;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #255986;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #255986;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #255986;
}

.tooltip-inner img.pull-left {
    margin: 3px 5px 1px 0;
}

.tooltip-inner img.pull-right {
    margin: 3px 1px 0 5px;
}

/* Fixed Jquery UI Style */
.ui-widget {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.ui-datepicker {
    width: 18em !important;
}

.ui-datepicker select.ui-datepicker-month {
    width: 59% !important;
    font-weight: normal !important;
}

.ui-datepicker select.ui-datepicker-year {
    width: 39% !important;
    font-weight: normal !important;
}

figure {
    position: relative;
    padding: 3px;
    display: block;
    margin: 5px 10px 10px 0;
    text-align: center
}

figure.article {
    background-color: #939393;
}

figure.left {
    float: left;
    margin: 5px 10px 10px 0;
}

figure.right {
    float: right;
    margin: 5px 0 10px 10px;
}

figure.center {
    float: none;
    background: transparent;
    margin: 0 auto 10px;
    padding-top: 0;
    text-align: center
}

figure.noncaption {
    background: transparent;
    padding: 0;
}

figcaption {
    text-align: center;
    margin-top: 5px;
}

figure figcaption {
    font-size: 14px;
    font-style: italic;
}

figure.article figcaption {
    color: #fff;
}

figure.article.center figcaption {
    color: inherit
}

figure.avatar {
    margin-top: 0 !important
}

figure.avatar figcaption {
    position: absolute;
    bottom: 12px;
    left: 3px;
    width: calc(100% - 6px);
    background-color: #357ebd;
    color: #fff;
    font-size: 11px
}

/* Global */
html, body {
    font-family: 'Play', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    background-color: #f0f3f5;
}

a, a:link, a:active, a:visited {
    color: #005ea7;
}

a:hover, a:focus {
    text-decoration: none;
    color: #005ea7;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

iframe {
    border: 0;
}

.headerSearch {
    margin: 0.15em 0;
}

.headerSearch input {
    border-color: #cccccc;
    background-color: #fff !important;
}

.headerSearch input:hover, .headerSearch input:focus {
    background-color: #fff !important;
}

.headerSearch .btn-info {
    background-color: #428BCA;
    border-color: #428BCA;
    color: #fff
}

.headerSearch .btn-info:focus, .headerSearch .btn-info.focus, .headerSearch .btn-info:hover, .headerSearch .btn-info:active, .headerSearch .btn-info.active {
    background-color: #e6b902;
    border-color: #caa202;
    color: #333333;
}

/* TIP POPUP and FTIP POPUP */
#tip, #ftip {
    position: absolute;
    color: #333 !important;
    background-color: #eeeeee;
    max-width: 485px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

#tip {
    top: 51px;
    right: 0;
    min-height: 51px;
    margin-right: 10px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#ftip {
    bottom: 45px;
    left: 0;
    min-height: 51px;
    margin-left: 10px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

#tip .bg, #ftip .bg {
    padding: 15px;
    border-bottom-color: #aaaaaa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#tip .bg {
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#ftip .bg {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

#tip .tip-footer, #ftip .tip-footer {
    background-color: #e5e5e5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding: 10px;
}

#tip .tip-footer {
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 10px -15px -16px;
}

#ftip .ftip-footer {
    margin: 10px -15px -15px;
}

#tip h3, #ftip h3 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}

#tip ul {
    margin: 0;
    padding: 0;
}

#tip a {
    color: #333;
}

#tip .socialList a {
    color: #fff;
}

/* Form control */
.nv-captcha {
    vertical-align: middle;
}

.nv-recaptcha-default {
    margin: 0 auto;
    width: 304px;
    height: 78px;
}

.nv-recaptcha-compact {
    margin: 0 auto;
    width: 164px;
    height: 144px;
}

/* Info die */
.nv-infodie {
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-width: 1px;
    border-color: #dcdcdc;
    border-style: solid;
    background-color: #fff;
    position: absolute;
    min-height: 300px !important;
    min-width: 300px !important;
    display: table;
}

.nv-infodie .panel-body {
    display: table-cell;
    vertical-align: middle;
}

/* panel-body */
.panel-body p {
    margin: 0;
}

.panel-body ul {
    margin: 0;
    padding: 0;
}

.panel-body ul li {
    margin-bottom: 10px;
}

.panel-body ul li:last-child {
    margin-bottom: 0;
}

.nv-infodie .logo {
    max-width: 90% !important;
    margin-bottom: 10px
}

/* Form */
input[type="checkbox"], input[type="radio"] {
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 3px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #707070;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

input[type=radio] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: inherit;
}

input[type=checkbox]:disabled, input[type=radio]:disabled, input[type=checkbox]:disabled:checked:before, input[type=radio]:disabled:checked:before {
    opacity: 0.7;
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    font: normal 14px/1 'FontAwesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before {
    content: '\f00c';
    margin: 0 0 0 0;
    color: #333333;
}

input[type=radio]:checked:before {
    content: '\2022';
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px;
    background-color: #333333;
}

.panel-heading {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%) !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px;
}

.panel-primary>.panel-heading>a {
    color: #fff;
}

.panel-primary>.panel-heading>a:hover {
    color: #dcdcdc;
}

table caption {
    color: #357ebd;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 0 5px 2px;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.modal-body {
    padding: 15px
}

#sitemodal .modal-dialog {
    position: relative;
    
    width: 100%;
    text-align: center;
    font-size: 0;
}

#sitemodal .modal-content {
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-align: left
}

#sitemodal .close, #sitemodalTerm .close {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height: 24px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
    border-width: 2px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 12px
}

#sitemodal .close:hover {
    opacity: 1;
}

@media (max-width:619px) {
    #sitemodal .modal-dialog {
        margin-left: 10px;
        margin-right: 10px;
    }

    #sitemodal .modal-content {
        display: block
    }

}

#sb-container {
    z-index: 99999999 !important;
}

.chromeframe {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999999999999 !important;
    background-color: #ffff00 !important;
    color: #000 !important;
    height: 25px;
    line-height: 25px;
    padding: 0.2em 0;
    text-align: center !important;
}

#timeoutsess {
    display: none;
}

#timeoutsess a {
    color: #2f70a7 !important;
}

/*nv-block-login*/
#nv-block-login img{
    height: 20px;
    margin-right: -78px;
}

#nv-block-login span{
    font-size: 13px;
    display: block;
}

/*alert*/
.nv-alert {
    position: fixed !important;
    top: 25% !important;
    right: 0;
    left: 0;
    width: 350px !important;
    margin: auto;
    z-index: 99999999999999 !important;
    text-align: center !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.voting-col-2 {
    border-left: 1px solid #ccc;
    padding: 0px 10px;
}

.padding-voting ul li {
    margin: 0px 10px;
    padding: 10px 0px;
    list-style: disc;
    text-align: justify;
}

.sum-voting {
    margin-top: 5px;
}



.clear {
    clear: both;
}

.grid-gh a {
    font-weight: 700;
    text-transform: capitalize;
}

.nv_info_user_shop a {
    text-transform: capitalize;
    font-size: 16px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #c10017;
    font-weight: 700;
}

.nv_info_user_shop {
    margin-bottom: 10px;
}

.nv_info_user_shop i {
    font-size: 18px;
}

.label {
    display: none;
    padding: 5px 10px;
    font-size: 100%;
}

a.btn-success {
    color: #fff;
}

.grid-gh1 img {
    margin: 0 auto;
    width: auto;
    width: 42%;
    border-radius: 14px;
}

.blog-entry .entry-meta {
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 20px 0 0;
    padding: 10px 0 0;
    text-align: center;
    width: 58px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    float: left;
}

.blog-entry .entry-format {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    height: 22px;
    line-height: 22px;
    position: relative;
    text-align: center;
    text-decoration: inherit;
}

.blog-entry .entry-format:after {
    content: "\f15c";
}

.blog-entry .entry-meta .entry-date {
    border-top: 1px solid #ededed;
    color: #868686;
    margin: 10px 0 0;
    padding: 10px 0 0;
}

.blog-entry .entry-meta .entry-date p {
    line-height: 20px;
}

.blog-entry .entry-meta .entry-date p span {
    font-size: 18px;
}

.blog-entry .entry-meta .entry-comments {
    margin: 0 -1px;
    padding: 4px 0;
    background: #7aa127;
    display: block;
    color: #fff;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
}

.blog-entry .entry-meta .entry-comments span {
    margin-right: 5px;
}

.blog-entry .entry-thumb {
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.blog-entry .entry-thumb img {
    height: 278px !important;
    width: 100%;
}

.blog-entry .entry-thumb img, .blog-entry .entry-thumb .entry-desc {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.blog-entry:hover .entry-thumb img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.blog-entry .entry-thumb .entry-desc {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(255, 255, 255, .7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 0;
    height: 80%;
    left: 0;
    position: absolute;
    width: 100%;
}

.blog-entry .entry-thumb p {
    color: #fff;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 24px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 20px 20px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transition: opacity .35s, transform .35s;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    -moz-transition: opacity .35s, transform .35s;
    -ms-transition: opacity .35s, transform .35s;
    -o-transition: opacity .35s, transform .35s;
}

.blog-entry:hover .entry-thumb p, .blog-entry:hover .entry-thumb .entry-desc {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

.blog-entry .entry-details {
    padding: 0 0 0 78px;
    margin-top: 12px;
}

.blog-entry .entry-details h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #4c4c4c;
}

.blog-entry .entry-details a {
    color: #1948cc;
}

.blog-entry {
    border: 1px solid #009acf;
}

.anu {
    display: none;
}

.menu1 {
    display: none;
}

#main-slider .item img {
    width: 100%
}

#main-slider .owl-pagination {
    display: none
}

#main-slider:hover .owl-buttons .owl-next, #main-slider:hover .owl-buttons .owl-prev {
    opacity: 1;
}

#main-slider .owl-buttons .owl-prev {
    background: url(../images/prev.png) no-repeat center center !important;
    z-index: 1000;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    left: 0;
    opacity: 0;
    width: 69px;
    height: 69px;
}

#main-slider .owl-buttons .owl-next {
    background: url(../images/next.png) no-repeat center center !important;
    z-index: 1000;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    right: 0;
    opacity: 0;
    width: 69px;
    height: 69px;
}

.heading-parent-x a {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding: 7px 10px 12px;
    display: inline-block;
    background: #e9edf0;
}

.heading-parent-x {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding: 7px 10px 12px;
    display: inline-block;
    background: #e9edf0;
    color: #1ea049;
}

.menu {
    color: #fff;
    width: 100%;
    bottom: 0;
    z-index: 25;
}

.header {
    position: relative;
    color: #1638dd;
    width: 100%;
    top: 0;
    z-index: 25;
    background: #fff;
    padding: 10px 10px 40px;
}

.container-header-bottom{
    position: relative;
    margin-bottom: -58px;
    margin-top: 10px;
    margin-right: -10px;
    margin-left: -10px;
}

.header-bottom-content{
    display: flex;
    align-items: center;
    width: 100%;
}

.header-search{
    width: 80%;
    padding: 0 10px;
}

.language{
    width: 20%;
    padding: 0 10px;
}

.language .select2-container--default .select2-selection--single{
    border-color: #ddd;
    border-radius: 12px;
    height: 40px;
    padding: 0 5px;
    font-size: 14px;
    color: #444;
    outline: none;
}

.language .select2-container--default .select2-selection--single a{
    color: #444;
    z-index: 9999;
}

.language .select2-container--default .select2-selection--single img,
.select2-results img{
    height: 35px;
    margin-left: 10px;
    float: right;
}

.select2-search--dropdown{
    display: none !important;
}

.select2-dropdown{
    border: none !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    overflow: hidden;
    padding-bottom: 10px;
}

.select2-results__option{
    padding: 2px 10px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #fff !important;
}

.select2-results__option{
    line-height: 34px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 26px !important;
    padding: 0 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}

.select2-results__option a{
    font-size: 14px;
    color: #444;
}

.btn1 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
}

.btn1-default1 {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.header{
    margin-bottom: 20px;
}

.header a {
    color: #1638dd;
    font-size: 15px;
}

.header-login {
    background-color: #fff;
    background-image: none;
    color: #f7442e;
    min-height: 100px;
    margin-bottom: 0px;
}

.header-login a {
    color: #f7442e;
    text-transform: uppercase;
}

#box-search {
    position: relative;
    color: #444;
}

#box-search input {
    height: 40px;
    border-radius: 12px;
    width: 100%;
    text-indent: 10px;
    padding: 0 45px 0 0;
    border: 1px solid #ddd;
    outline: none;
    background: #ddd;
    margin-top: 9px;
    margin-bottom: 6px;
}

.pa_banner .pa_right:first-child {
    margin-bottom: 12px;
}

.pa_banner img {
    width: 100%;
    height: 100%;
}

#box-search button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    width: 45px;
    height: 40px;
    padding: 0;
    color: #9b9b9b;
    font-weight: 300;
    border-radius: 4px;
}

.icon-cart {
    font-size: 12px;
    vertical-align: middle;
    display: table;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.icon-c {
    height: 50px;
    line-height: 50px;
    width: 35px;
    position: relative;
    display: table-cell;
    padding-right: 10px;
}

.icon-c:before {
    content: '';
    background-image: url(../images/icons/30.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 24px;
    line-height: 22px;
    vertical-align: middle;
    right: 0;
}

.icon-cart-left {
    display: table-cell;
    vertical-align: middle;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.icon-cart-left #total {
    font-size: 12px !important;
    color: #fff !important;
    width: auto !important;
}

.location-box {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.location-box:after {
    content: '';
    display: inline-block;
    background-size: 100% 100%;
    line-height: 30px;
    vertical-align: middle;
    width: 22px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 0;
}

.current-location {
    font-weight: 700;
    text-align: left;
}

.location-list {
    display: none;
    border: 0;
    background: #fff;
    border-radius: 4px;
    color: #000;
    padding: 4px;
    position: absolute;
    top: 50px;
    left: -50px;
    min-width: 300px;
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, .25);
    text-align: left;
}

.location-show {
    cursor: pointer;
}

.location-list:before {
    content: '';
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -6px;
    left: 40%;
    position: absolute;
}

.location-list li {
    padding: 4px 4px 4px 21px;
    margin: 4px;
    position: relative;
}

.location-list .selected {
    color: #008848
}

.location-list .selected:before {
    content: '';
    background-image: url(../images/icons/selected.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 12px;
    height: 10px;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 3px;
}

.cart-history {
    padding: 8px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.heading-menu {
    padding: 10px 10px 10px 9px;
    border-bottom: 1px solid #e5e5e5;
    color: #0a10dd;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

.heading-menu:before {
    content: '';
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 21px;
    height: 21px;
    display: inline-block;
    position: absolute;
    left: 10px;
}

.menu-left {
    background: #fff;
    border-radius: 4px 4px 0 0;
    width: 240px;
    float: left;
    z-index: 11;
    overflow: hidden auto;
    border-radius: 4px 4px 0 0;
    top: 70px;
    z-index: 26;
}

.menu-left::-webkit-scrollbar {
    width: 2px;
}

.menu-left::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #a5a5a5;
    border-radius: 4px;
}

.menu-left::-webkit-scrollbar-thumb {
    background: #a7a7a7;
    border-radius: 4px;
}

.menu-left::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.select2-results__options::-webkit-scrollbar {
    width: 2px;
}

.select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #a5a5a5;
    border-radius: 4px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #008848;
    border-radius: 4px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #008848;
}

.sub-mentis li a {
    padding: 6px 7px 6px 30px !important;
    font-size: 12px !important;
    cursor: pointer !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

.sub-mentis li:hover a {
    color: #008848 !important
}

.footer {
    padding: 10px 0;
}

.mrg-t-60 {
    margin-top: 60px;
}

.slider-owl .owl-nav {
    top: calc(50% - 20px);
    position: absolute;
    width: 100%;
}

.slider-owl .owl-nav .owl-prev, .slider-owl .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    position: relative;
    background: #028848 !important;
    border-radius: 50%;
    margin: 0;
    position: absolute;
    font-size: 20px;
    transition: .25s;
    text-align: center;
    line-height: 30px;
    color: #fff;
    top: 0;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
}

.slider-owl .owl-nav .owl-prev {
    left: 20px;
}

.slider-owl .owl-nav .owl-next {
    right: 20px;
}

.slider-owl:hover .owl-nav .owl-prev, .slider-owl:hover .owl-nav .owl-next {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.slider-owl {
    margin-bottom: 10px;
}

.slider-owl .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.slider-owl .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px
}

.slider-owl .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.slider-owl .owl-dots .owl-dot.active span {
    background: #028848
}

.footer, .footer-top {
    background: #fff;
}

.footer-top {
    margin-top: 30px;
}

.footer {
    padding: 15px;
}

.cam-ket-box {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}

.bor-ck:first-child:after {
    content: '';
    width: 1px;
    height: 20px;
    background: #ccc;
    position: absolute;
    top: 8px;
    right: 0;
}

.cam-ket {
    text-align: center;
}

.cam-ket img {
    width: auto;
    height: 25px;
    margin-right: 15px;
}

.cam-ket .des {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.content-footer-box {
    margin-bottom: 10px;
}

.content-footer img {
    width: 20px;
    height: auto;
    margin-right: 15px;
}

.content-footer .des {
    display: inline-block;
    vertical-align: middle;
}

.content-footer-box div:nth-child(1) .content-footer, .content-footer-box div:nth-child(1) .content-footer a {
    color: #028848 !important;
    font-weight: 700;
}

.content-footer-box div:nth-child(2) .content-footer, .content-footer-box div:nth-child(2) .content-footer a {
    color: #288ad6 !important;
    font-weight: 700;
}

.menu-footer {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.footer ul {
    padding: 0;
}

.footer li {
    line-height: 28px;
}

.link-static {
    position: relative;
    font-size: 12px;
    color: #288ad6 !important;
    line-height: 28px;
    text-align: left;
}

.link-static:before {
    content: 'Ä‚Â¢Ă¢â€Â¬Ă‚Â¢';
    display: inline-block;
    font-size: 8px;
    color: #288ad6;
    vertical-align: middle;
    margin-right: 5px;
}

.copyright {
    font-size: 10px;
    color: #999;
    text-align: center;
    padding: 5px 0;
}

.grid-gh {
    padding: 10px;
    background: #fff;
}

.grid-gh .img {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    height: 150px;
}

.grid-gh img {
    height: 100%;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}

.grid-gh1 {
    padding: 5px;
}

.grid-gh1 .img {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}

.grid-gh .gt {
    float: left;
    color: #E91E63;
}

.border-grid {
    padding-left: 0;
    padding-right: 0;
}

.grid-gh hr {
    margin: 5px 0
}

.grid-gh h3 {
    height: 42px;
    text-align: center;
    font-weight: 400;
}

.grid-gh1 h3 {
    height: 42px;
    text-align: center;
    font-weight: 400;
}

.grid-gh .tinh-thanh {
    margin-bottom: 5px;
    color: #E91E63;
}

.grid-gh .fa {
    margin-right: 5px;
    color: #028848;
}

.grid-gh .dia-chi {
    height: 56px;
    margin-bottom: 5px;
}

.grid-gh .khoang-cach {
    color: #028848;
    float: right;
}

.grid-career {
    padding: 10px;
}

.grid-career .img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}

.grid-career img {
    width: 100%;
    height: auto;
}
.grid-pro1{
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 4px rgb(8 0 17 / 17%);
    box-shadow: 1px 1px 4px rgb(8 0 17 / 17%);
    height: 362px;
    border-radius: 10px;
}

.grid-pro1 .img {
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    height:235px;
}



.grid-pro1 .img img {
    width: auto;
    width: 100%;
    height: auto;
}

.grid-pro1 h3 {
    font-weight: 400;
    font-size: 16px;
    height:40px;
}

.grid-pro1 h3 a {
    color: #333;
    font-weight: 600;
}

.heading-pro a {
    color: #da251c;
    border-bottom: 1px solid #da251c;
    display: inline-block;    /* background: #c12c2c; */
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    padding: 5px;    /* margin-bottom: 99px; */
    font-weight: 30px;
    font-size: 21px;
}

.heading-pro {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding: 7px 10px 12px;
    display: inline-block;
}

.grid-pro1 .money {
    display: inline-block;
    vertical-align: middle;
    color: #b10e0e;
    font-weight: 400;
}

.grid-pro1 .discounts_money {
    font-size: 18px;
    color: #000;

    margin-left: 15px;
}

.grid-pro1 .btn-buy, .grid-pro1 .btn-end {
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
}

.grid-pro1 .btn-buy {
    color: #008848;
    border: 1px solid #008848;
}

.grid-pro1 .btn-end {
    color: #999;
    border: 1px solid #999;
}

.grid-pro{
    float: left;
    width: 100%;
    webkit-box-shadow: 1px 1px 4px rgb(8 0 17 / 17%);
    box-shadow: 1px 1px 6px ;
    overflow: hidden;
    margin-bottom: 32px;
    padding-bottom:10px;
    height:379px;
    border-radius: 13px;
}
.grid-pro:hover{
    border: 1px solid #43A532;
}
.grid-pro a{
    color:#3b1be8;
    font-size: 18px;
}
.grid-pro h3{

text-align:center;
    height:27px;
}
.grid-pro:hover .add-product{
    bottom: 0;
    margin-bottom: 0;
}
.grid-pro:hover .quick-view a.wishlist{
    margin-left: 0;
}
.grid-pro:hover .quick-view a.wishlist_del{
    margin-left: 0;
}
.grid-pro:hover .quick-view a.view{
    margin-left: 0;
}
.grid-pro:hover .quick-view a.add-cart{
    margin-left: 0;
}
.phude span {
  width:16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   
    word-wrap: break-word;
  
    margin-left: -1px;
}
.grid-pro .left-block {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 0;
    width:108%;
    margin-left: -12px;
    margin-top: -10px;

}
.grid-pro .left-block a {
    display: block;
    overflow: hidden;
}
.grid-pro .left-block img {

    margin: 0 auto;
    width:100%;
    height:250px;
}
.grid-pro.left-block:hover img{

  transform: scale(1.2,1.2);

    transform:translate(-50%,-50%) rotateY(180deg);

   -ms-transform:translate(-50%,-50%) rotateY(180deg);
   -o-transform:translate(-50%,-50%) rotateY(180deg)
}
.grid-pro .quick-view {
    position: absolute;
    right: 1px;
    top: 2px;
    width: 32px;
}
.grid-pro .quick-view a{
    width: 32px;
    height: 32px;
    float: left;
    border-radius: 90%;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    background:  rgba(0,0,0,0.4);
    margin-left: 200px;
    font-size: 0;
    line-height: 32px;
}
.grid-pro .quick-view a:hover{
    background-color:#43A532 ;
}
.grid-pro .quick-view a.wishlist{
    -webkit-transition: margin-left 0.3s ease 0.3s;
    -moz-transition: margin-left 0.3s ease 0.3s;
    -ms-transition: margin-left 0.3s ease 0.3s;
    -o-transition: margin-left 03s ease 0.3s;
    transition: margin-left 0.3s ease 0.3s;
}
.grid-pro .quick-view a.wishlist:before{
    content: "\f08a";
    font-family: 'FontAwesome';
    font-size: 14px;

}
.grid-pro .quick-view a.wishlist_del{
    -webkit-transition: margin-left 0.3s ease 0.3s;
    -moz-transition: margin-left 0.3s ease 0.3s;
    -ms-transition: margin-left 0.3s ease 0.3s;
    -o-transition: margin-left 03s ease 0.3s;
    transition: margin-left 0.3s ease 0.3s;
}
.grid-pro .quick-view a.wishlist_del:before{
    content: "\f21e";
    font-family: 'FontAwesome';
    font-size: 14px;

}
.grid-pro .quick-view a.view{
    -webkit-transition: margin-left 0.2s ease 0.2s;
    -moz-transition: margin-left 0.2s ease 0.2s;
    -ms-transition: margin-left 0.2s ease 0.2s;
    -o-transition: margin-left 0.2s ease 0.2s;
    transition: margin-left 0.2s ease 0.2s;
}
.grid-pro .quick-view a.view:before{
  font-family: 'FontAwesome';
  font-size: 14px;
    content: "\f06e";
}
.grid-pro .quick-view a.add-cart{
    -webkit-transition: margin-left 0.4s ease 0.4s;
    -moz-transition: margin-left 0.4s ease 0.4s;
    -ms-transition: margin-left 0.4s ease 0.4s;
    -o-transition: margin-left 0.4s ease 0.4s;
    transition: margin-left 0.4s ease 0.4s;
}
.grid-pro .quick-view a.add-cart:before{
  font-family: 'FontAwesome';
  font-size: 14px;
    content: "\f07a";
}
.grid-pro .add-product {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    width: 96%;
    background-color: rgb(13, 86, 218);
    color: #fff;
    text-align: center;
    line-height: 50px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.grid-pro .add-product:hover{
    background-color:#16d809;
}
.grid-pro .add-product a{
    height: 36px;
    line-height: 36px;
    color: #fff;
    width: auto;
    display: inline-block;
    vertical-align: middle;

}
.money68{
    color: #ec0808;
    font-weight: 700;
    margin-top: -19px;
    font-size: 18px;
}
.discounts_money1{
    color: #ec0808;
    font-weight: 700;
    padding: 10px;
    font-size: 18px;
}
.discounts_money2{
    color: #ec0808;
    font-weight: 700;
    padding: 10px;
    font-size: 18px;
    margin-top: -35px;
float:right;
}
.money1 {
    color: #c10017;
    font-weight: 700;
    margin-top: -28px;
    float: right;
    font-size: 18px;
}
.grid-pro .right-block {
   background-color:#f9f9f9;
    padding: 10px 1px;

    margin-top: 1px;
    min-height: 46px;
}
.grid-pro .content_price .price {
    display: inline-block;
    margin: 3px auto;
    overflow: hidden;
    float: left;
}
.grid-pro .content_price .price>.amount {
    line-height: 20px;
}
.grid-pro .product-star {
    width: auto;
    float: right;
    color: #ff9900;
    text-align: right;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-top: 3px;
}
.content .grid-pro .product-star, .content .products-block .product-star {
    color: #ff9900;
}
.grid-pro .product-star .fa {
    margin-right: 2px;
}
.list-view-more-cat {
    display: none;
    border: 0;
    background: #fff;
    border-radius: 4px;
    color: #000;
    padding: 10px;
    position: absolute;
    min-width: 200px;
    top: 40px;
    right: 0;
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, .25);
    text-align: left;
    z-index: 9;
}

.list-view-more-cat:before {
    content: '';
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -6px;
    right: 10px;
    position: absolute;
}

.list-view-more-cat a {
    color: #444;
    position: relative;
    display: block;
    padding-left: 10px;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
}

.list-view-more-cat a:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #008848;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
}

.list-view-more-cat a:hover:before {
    left: 10px;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
}

.list-view-more-cat a:hover {
    color: #008848;
    padding-left: 20px;
    transition: .25s;
}

.list-view-more-cat li {
    line-height: 28px;
}

.btn-view-more-cat {
    font-size: 30px;
    float: right;
    cursor: pointer;
    color: #008848;
    position: relative;
}

.btn-view-more-box {
    display: inline-block;
    float: right;
    position: relative;
}

.view-more-ajax-box {
    padding: 10px 0 !important;
    border-radius: 0 0 4px 4px;
    text-align: center;
}

.btn-view-more-ajax {
    border-radius: 4px;
    padding: 22px 0;
    width: 227px;
    display: inline-block;
    background-size: cover;
    margin-bottom: -20px;
    background-image: url(../images/ICON19.png);
}

.btn-view-more-ajax .fa {
    margin-left: 10px;
}

.block-box {
    margin-bottom: 20px;
}

.quicklinks {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
}

.item-suggest img {
    float: left;
    margin-right: 10px;
}

.item-suggest a {
    padding: 5px 10px !important;
    background: none;
}

.item-suggest a:hover {
}

.title-suggest {
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    white-space: pre-wrap;
}

.gallery-main {
    min-height: 405px;
    display: block;
    overflow: hidden;
    position: relative;
}

.gallery-main .owl-carousel {
    display: block !important;
}

.pgallery img {
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
    display: block;
}

.listthums {
    display: block;
    margin: 0 !important;
    overflow: hidden;
    margin: auto;
    padding: 15px 0;
}

.listthums div.thumbpro {
    overflow: hidden;
    margin-right: 7px;
    cursor: pointer;
    width: 69px;
    height: 50px;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    margin-bottom: 10px;
    display: none;
    position: relative;
    float: left;
}

.listthums div.choosed {
    border-color: #008848;
}

.listthums div.thumbpro:nth-child(-n+7), .popupgalla .listthums div.thumbpro:nth-child(-n+10) {
    display: block;
}

.gallery-main .number-ga {
    position: absolute;
    bottom: 20px;
    right: 25px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .34);
    padding: 0 7px;
    border-radius: 2px;
    color: #fff;
    z-index: 3;
}

.box-detail {
    background:#fff;
    padding: 10px;
    margin-bottom: 10px;
}

.title-detail {
    font-size: 22px;
    color: #4a4a4a;
    margin-bottom: 10px;
    font-weight: 700;
}

.textinfpro {
    display: block;
    padding: 15px 0;
    background: #fff;
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 700;
}

.textinfpro::before {
    position: relative;
    content: '';
    height: 25px;
    width: 3px;
    background-color: #008848;
    top: 5px;
    display: inline-block;
    margin-right: 10px;
}

.giamsl, .tangsl {
    height: 26px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    width: 26px;
    vertical-align: middle;
}

.details-product .giamsl, .details-product .tangsl {
    height: 32px;
    width: 32px;
}

#pnum {
    width: calc(94% - 64px);
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
}

.details-product .form-control {
    height: 32px;
    line-height: 32px;
}

.mrg-b-20 {
    margin-bottom: 20px;
}

#review_form textarea {
    min-height: 100px;
    resize: vertical;
}

.icon-cart .num {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #c91e55;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    position: absolute;
    top: 15px;
    text-align: center;
    right: 5px;
    z-index: 3
}

.icon-cart #total {
    font-weight: 400;
    color: #fff;
    font-size: 13px
}

.price-box {
    margin-bottom: 10px
}

.btn-login, .btn-register {
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    line-height: 21px;
    height: 21px;
    text-align: center;
}

.btn-login .fa, .btn-register .fa {
    margin-right: 5px
}

.btn-login {
    margin-bottom: 3px;
}

.group-pro-buy {
    display: block;
    overflow: hidden;
}

.group-pro-buy a {
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    width: 10%;
    text-align: center;
}

.group-pro-buy img {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto 5px;
    border-radius: 50%;
}

.group-pro-buy span {
    display: block;
    line-height: 1.3em;
    font-size: 13px;
    color: #0064c2;
    text-align: center;
    padding: 0 5px;
}

.title-simple {
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}

.box-box {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px;
}

.logined-box {
    height: 50px;
    cursor: pointer;
    display: table-cell;
    width: 198px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.logined-box:hover {
    background: rgba(19, 18, 24, .16);
}

.userBlock {
    display: none;
    z-index: 10;
    border: 0;
    background: #fff;
    border-radius: 4px;
    color: #000;
    padding: 4px;
    position: absolute;
    top: 100%;
    right: 0;
    line-height: normal;
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, .25);
    text-align: left;
    white-space: nowrap;
}

.userBlock:before {
    content: '';
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -6px;
    right: 20px;
    position: absolute;
}

.item_subcat {
    text-align: center
}

.thuong-hieu {
    padding: 10px;
    margin: 0;
    display: none;
    margin-top: -10px
}

.thuong-hieu-first {
    padding: 10px;
    cursor: pointer;
    display: block;
    margin: 0;
}

.thuong-hieu-first li, .thuong-hieu li {
    width: 10%;
    display: inline-block;
    text-align: center;
    margin: 0 -2px;
    overflow: hidden;
    vertical-align: middle;
}

.thuong-hieu li {
    margin-bottom: 5px;
}

.thuong-hieu-first li img, .thuong-hieu li img {
    height: 40px;
    width: auto;
    max-width: 100%;
}

.thuong-hieu-mobile {
    padding: 0;
    margin: 0;
    display: none;
    border-radius: 4px;
    overflow-x: auto;
    flex-wrap: wrap !important;
    white-space: nowrap !important;
}

.thuong-hieu-mobile li {
    padding: 5px;
    display: inline-block;
    border-right: 1px solid #ddd;
    text-align: center
}

.thuong-hieu-mobile img {
    width: 65px;
    height: 40px;
}

.sub-cat-con {
    padding: 10px;
    border-top: 1px solid #ddd;
    margin: 0;
    position: relative;
}

.sub-cat-con a {
    color: #288ad6;
}

.sub-cat-con li {
    display: inline-block;
    padding: 8px 9px;
    font-size: 13px;
    cursor: pointer;
}

.listtype {
    display: none;
    overflow: visible;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    top: 44px;
    z-index: 21;
    box-shadow: 0 2px 8px 0 rgba(123, 123, 123, .5);
}

.listtype .child {
    z-index: 5;
    padding: 5px;
    position: relative;
    background: #fff
}

.listtype .child a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    text-align: left;
    display: inline-block;
    vertical-align: text-top;
    width: 49%;
    padding: 10px 0 10px 20px;
    color: #666;
    border: none;
    font-size: 13px;
    color: #288ad6;
}

.moremanu {
    font-size: 13px;
    color: #288ad6;
    padding: 11px 0 0;
    cursor: pointer;
    text-align: center;
}

.showhidenbtn {
    display: none;
    color: #008848;
    position: absolute;
    padding: 0;
    top: 10px;
    right: 0;
    background: #fff;
    height: 40px;
    width: 40px;
    z-index: 22
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #000;
    opacity: .7;
    z-index: 3;
    margin: auto;
}

.showhidenbtn:before {
    content: '';
    height: 30px;
    width: 30px;
    position: absolute;
    left: 4px;
    right: 0;
    border: 1px solid #288ad6;
    border-radius: 3px;
    top: 5px;
}

.showhidenbtn:not(.show):after {
    content: '';
    border-top: 5px solid #0064c2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 15px;
    margin-top: 19px;
    display: inline-block;
}

.moremanu:after {
    content: '';
    border-top: 5px solid #0064c2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: block;
    position: relative;
    top: 0;
    width: 0;
    left: 35px;
}

.moremanu.sh:after {
    content: '';
    border-bottom: 5px solid #0064c2;
    border-top: 0px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: block;
    position: relative;
    top: 0;
    width: 0;
    left: 35px;
}

#back-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 14;
    background: rgba(70, 70, 70, .8392156862745098);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: none;
}

#back-top span {
    display: block;
    font-size: 9px !important;
    line-height: 8px;
}

.relative {
    position: relative
}

.no_item {
    color: red;
}

.listgroup img {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto 5px;
    border-radius: 50px;
}

.listgroup a {
    width: 11.1111111%;
    float: left;
}

.listgroup span {
    display: block;
    height: 34px;
    line-height: 1.3em;
    font-size: 13px;
    white-space: normal;
    color: #0064c2;
    text-align: center;
    padding: 0 5px;
}

.menu_all_mobile div {
    background: #428bca;
    padding: 10px;
    width: 45px;
    margin: 0 auto;
    height: 45px;
    border-radius: 50%;
}

.menu_all_mobile img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.cart-list {
    border-bottom: 1px solid #f8f8f8;
    padding: 10px 0;
    background: #ebdede42;
}

.cart-list img {
    width: 100%;
    height: auto;
}

.cart-list .soluong-cart {
    width: 50px;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    height: 28px;
}

.cart-list .giamsl, .cart-list .tangsl {
    height: 28px;
    width: 28px;
}

.cart-list .name {
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.cart-list .quantity {
    float: left;
    margin-right: 20px;
}

.cart-list .delete {
    line-height: 28px;
}

.cart-list .price-unit {
    margin-top: 5px;
    color: #999;
}

.cart-box-detail #total {
    display: inline-block;
    width: 76px;
    text-align: right;
    color: #333;
    font-size: 14px;
}

.btn-cart-update, .btn-cart-order, .btn-cart-update-mn, .btn-cart-order-mn {
    border-radius: 4px;
    background: #008848;
    display: inline-block;
    cursor: pointer;
    outline: none;
    padding: 15px 20px;
    width: 100%;
    border: 1px solid #008848;
}

.btn-cart-update-mn, .btn-cart-order-mn {
    padding: 5px 0;
}

.btn-cart-order, .btn-cart-order-mn {
    color: #fff !important
}

.btn-cart-update, .btn-cart-update-mn {
    background: #fff;
    color: #008848;
	margin-bottom: 21px;
}

.cart-total {
    margin: 20px 0;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0px !important;
    outline-offset: -2px;
}

.form-control {
    height: 44px;
    box-shadow: none;
    font-size: 18px;
    padding: 10px 30px;

}

.contact-result {
    position: absolute;
    top: 40px;
    left: 5%;
    width: 90%;
    float: left;
    z-index: 2;
    padding: 30px 20px;
    display: none;
}

.hservice ul, li {
    list-style: none;
}

.noneli {
    list-style: none !important;
}

.hservice {
    margin-left: -46px;
}

.ih-item.square.effect6 {
    overflow: hidden;
}

.ih-item.square {
    position: relative;
}

.ih-item a {
    color: #333;
}

.ih-item.square.effect6 .img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item img {
    height: auto;
    overflow: hidden;
    width: 93%;
}

.ih-item.square.effect6 .info {
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sp {
    display: block;
}

.side {
    margin-top: 0px;
}

.pa_banner {
    display: block;
    height: 292px;
}

.pa_banner .pa_right {
    height: 131px;
}

#main-slider .item img {
    width: 100%
}

#main-slider .owl-pagination {
    display: none
}

#main-slider:hover .owl-buttons .owl-next, #main-slider:hover .owl-buttons .owl-prev {
    opacity: 1;
}

#main-slider .owl-buttons .owl-prev {
    background: url(../images/prev.png) no-repeat center center !important;
    z-index: 1000;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    left: 0;
    opacity: 0;
    width: 69px;
    height: 69px;
}

#main-slider .owl-buttons .owl-next {
    background: url(../images/next.png) no-repeat center center !important;
    z-index: 1000;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    right: 0;
    opacity: 0;
    width: 69px;
}

.product-list {
    float: left;
    width: 100%;
    border: 1px solid #009acf;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #009acf;
}

.product-list a {
    color: #3b1be8;
}

.product-list h3 {
    text-transform: uppercase;

    margin-top:10px;
}

.product-list:hover .add-product {
    bottom: 0;
    margin-bottom: 0;
}

.product-list:hover .quick-view a.wishlist {
    margin-left: 0;
}

.product-list:hover .quick-view a.wishlist_del {
    margin-left: 0;
}

.product-list:hover .quick-view a.view {
    margin-left: 0;
}

.product-list:hover .quick-view a.add-cart {
    margin-left: 0;
}

.product-list .img img{
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.product-list .left-block {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 0;
    text-align: center;
    height: 318px;
}

.product-list .left-block a {
    overflow: hidden;
    line-height: 318px;
}

.product-list .left-block img {
    transition: all 0.5s;
    webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.product-list:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.product-list .quick-view {
    position: absolute;
    right: 1px;
    top: 2px;
    width: 32px;
}

.product-list .quick-view a {
    width: 32px;
    height: 32px;
    float: left;
    border-radius: 90%;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    margin-left: 200px;
    font-size: 0;
    line-height: 32px;
}

.product-list .quick-view a:hover {
    background-color: #43A532;
}

.product-list .quick-view a.wishlist {
    -webkit-transition: margin-left 0.3s ease 0.3s;
    -moz-transition: margin-left 0.3s ease 0.3s;
    -ms-transition: margin-left 0.3s ease 0.3s;
    -o-transition: margin-left 03s ease 0.3s;
    transition: margin-left 0.3s ease 0.3s;
}

.product-list .quick-view a.wishlist:before {
    content: "\f08a";
    font-family: 'FontAwesome';
    font-size: 14px;
}

.product-list .quick-view a.wishlist_del {
    -webkit-transition: margin-left 0.3s ease 0.3s;
    -moz-transition: margin-left 0.3s ease 0.3s;
    -ms-transition: margin-left 0.3s ease 0.3s;
    -o-transition: margin-left 03s ease 0.3s;
    transition: margin-left 0.3s ease 0.3s;
}

.product-list .quick-view a.wishlist_del:before {
    content: "\f21e";
    font-family: 'FontAwesome';
    font-size: 14px;
}

.product-list .quick-view a.view {
    -webkit-transition: margin-left 0.2s ease 0.2s;
    -moz-transition: margin-left 0.2s ease 0.2s;
    -ms-transition: margin-left 0.2s ease 0.2s;
    -o-transition: margin-left 0.2s ease 0.2s;
    transition: margin-left 0.2s ease 0.2s;
}

.product-list .quick-view a.view:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f06e";
}

.product-list .quick-view a.add-cart {
    -webkit-transition: margin-left 0.4s ease 0.4s;
    -moz-transition: margin-left 0.4s ease 0.4s;
    -ms-transition: margin-left 0.4s ease 0.4s;
    -o-transition: margin-left 0.4s ease 0.4s;
    transition: margin-left 0.4s ease 0.4s;
}

.product-list .quick-view a.add-cart:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f07a";
}

.product-list .add-product {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    width: 100%;
    background-color: rgb(13, 86, 218);
    color: #fff;
    text-align: center;
    line-height: 50px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.product-list .add-product:hover {
    background-color: #16d809;
}

.product-list .add-product a {
    height: 36px;
    line-height: 36px;
    color: #fff;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.product-list .right-block {
    padding: 0 15px;
    margin-top: 1px;
    min-height: 46px;
}

.product-list .content_price .price {
    display: inline-block;
    margin: 3px auto;
    overflow: hidden;
    float: left;
}

.product-list .content_price .price>.amount {
    line-height: 20px;
}

.product-list .product-star {
    width: auto;
    float: right;
    color: #ff9900;
    text-align: right;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-top: 3px;
}

.block_user .level {
    color: #f00;
    background-color: #fff;
    padding: 5px;
    font-size: 0.9em;
    width: 100%;
    display: block;
    text-align: justify;
    border-radius: 3px;
    border: 1px solid #da0c0c;
}

.cart-list .agency-pro {
    color: #da0c0c;
    font-size: 12px;
}

/* hqc */
.nv-block-banners img {
    max-width: 100%;
}

.container-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.offer-phone input[name=phone] {
    flex: 1;
}

.simple-menu ul {
    margin: 0;
    padding: 0;
}

/* top bar */
.top-bar-right {
    justify-content: flex-end;
}

.top-bar-left ul li, .top-bar-right ul li {
    display: inline-block;
}

.top-bar-left ul li:not(:first-child) a, .top-bar-right ul li:not(:first-child) a {
    border-left: 1px solid #aaa;
    padding-left: 7px;
    margin-left: 7px;
}

/* header */
.header .container-flex {
    align-items: center;
    margin-bottom: 58px;
}

.header .container-flex div[class^='col-md'] {
}


.header .container-flex > div{
    width: 33.33%;
}

.header-logo img{
    display: block;
    height: 80px;
    width: auto;
    margin: 0 auto;
}

.header-right{
    display: flex;
    justify-content: end;
}

.header-right > div{

    margin: 0 4px;
    padding-bottom: 2px;
}

.header-right img{
    height: 22px;
}

/* main-menu */
.main-menu .simple-menu .simple-menu-image {
    display: block;
    line-height: 0px;
}

.main-menu .simple-menu li:not(:last-child) .simple-menu-image {
    margin-bottom: 15px;
}

.main-menu .simple-menu .simple-menu-image img {
    width: 100%;
    height: 111px;
}

.main-menu .simple-menu .simple-menu-title {
    display: none;
}

/* rec-menu */
.rec-menu {
    background-color: #fff;
}

/* category */
#category .border-grid-box .catalog-image img {
    width: 100%;
    height:auto;
}

/* login-layout */
.login-layout {
    background-color: #f8492f;
    padding: 150px 0px;
    position: relative;
    border-top: 1px solid #d34d27;
}

.login-left {
    align-items: center;
    min-height: 85px;
}

.login-right {
    min-height: 85px;
    justify-content: flex-end;
    align-items: center;
}

.container-login {
    justify-content: center;
    flex-wrap: wrap;
}

.cart-login-box {
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.icon-cart-left .txt-cart, .icon-cart-left #total {
    text-align: right;
    margin-right: 15px;
}

#maps_maparea {
    display: none;
}

.login-left img {
    height: 170px;
    width: auto;
}

.rec-menu .owl-carousel .owl-dots {
    display: none;
}

.rec-menu .owl-carousel .owl-item img {
    width: 60%;
}

.container-login .anh-nen img {
    max-width: 100%;
}

.centered .login-box {
    max-width: 400px;
}



/* Footer */
#footer {
    position: relative;
    width: 100%;
    background-color: #0f0f0f;
    padding: 20px 0;
    font-size: 13px;
    display: block;
}

#footer, #footer a {
    color: #dcdcdc;
}

#footer h3 {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #dcdcdc;
}

#footer h3 a {
    color: inherit;
}

#footer p {
    margin: 0;
    padding: 0;
}
.about {
    padding: 30px 0
}

.about h2 {
    font-family: "Lobster";
    letter-spacing: 0px;
    text-transform: none;
    font-size: 30px;
    text-align: center;
    font-style: normal;
    font-weight: inherit;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #f90e19;
}

.about img {
    width: 100%;
    height: auto;
}

.about p {
    padding-right: 25px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.66em;
    font-weight: 400;
    text-align: justify;
    color: #1638dd;
}

.about .viewmore {
    float: right;
    margin: 15px auto;
}

.about .viewmore a {
    display: flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 132px;
    height: 31px;
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background-image: linear-gradient(to right, #003678, #1cccf6);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.kenz_group168_footer {
    width:100%;
    margin: auto;
    position: relative;
    font-family: 'Roboto', sans-serif;
    background-repeat: no-repeat;
   background-size: cover;
      background-position-y: bottom;
    background-image: url(../images/0.png);
    background-repeat: no-repeat;

}
.border-grid-box{
        padding: 1px 14px;
}
.kenz_group168_footer .footer_content {
    padding: 26px;
    position: relative;
    color: #fff;

}
.chantrang{
    margin-left: -46px;
    margin-top: -65px;
}
.diendai p{
    font-size:15px;
}
.title__footer{
    background-image: url(../images/iconweb.png);
}
.logocuoi{
    margin-top: 8px;
    width: 333px;
    text-align: justify;
    margin-left: -127px;
}
.logocuoi img{
    width:145px;
}

.kenz_group168_footer .top_footer {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 29px;
}

.kenz_group168_footer .top_footer .footer-item {
    -webkit-flex-basis: calc(100% / 4);
    flex-basis: calc(100% / 4);
    color: #c6c6c6;
    max-width: 240px;
}

.kenz_group168_footer .footer_content .title__footer h5 {
    color: #fff;
    font-size: 18px;
    position: relative;
    padding: 15px 0 15px 0;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.guimail img{
    width:35px;
    margin-left:194px;
    margin-top: -44px;
}
strong{

    height: 32px;
    width: 190px
}
.guimail{
        float: right;
    margin-right: -103px;
    width: 230px;
    font-size: 11px;
    margin-top: -11px;


}
.dienmail{
border: solid 1px;
}
.text1{
    font-size: 17px;
    padding: 15px 15px;
}

.kenz_group168_footer .footer_content .title__footer h5:before {
    content: '';
    width: 114px;
    height: 7px;
   background:url(../images/iconweb.png);
   background-size:cover;
    position: absolute;
    bottom: 0;
    left: 0;
}
.kenz_group168_footer .footer_content .menu_footer ul li span{
color:#fff;
font-weight:700;
}
.menu_footer img{
    width:40px;
}
.kenz_group168_footer .footer_content .menu_footer ul li {
    padding: 5px 0;
    font-weight: 300;
    margin-left: -40px;
    color:#fff;
}

.kenz_group168_footer .bottom_footer {
    font-size: 12px;
    font-weight: 300;
    margin: 30px auto;
}

.kenz_group168_footer .bottom_footer .logo-footer {
    width: 63px;
    height: 53px;
    border-right: 1px solid #ffffff;
    text-align: center;
}

.kenz_group168_footer .bottom_footer .logo-footer img {
    max-width: 55px;
    margin: 8px auto auto auto;
}

.kenz_group168_footer .bottom_footer .information-footer {
    padding: 0 20px;
}

.kenz_group168_footer .bottom_footer .right {
    flex-basis: calc(25% - 45px);
    -webkit-flex-basis: calc(25% - 45px);
}

.kenz_group168_footer .footer_content .mxh {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kenz_group168_footer .list-socials-network {
    width: 100%;
    display: inline-block;
    height: 33px;
    border-radius: 10px;
    display: flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    margin: 10px 0;
    align-items: center;
    -webkit-align-items: center;
}

.kenz_group168_footer .list-socials-network a {
    display: block;
    color: #c6c6c6;
    font-size: 16px;
    padding: 0 0 0 0;
    font-weight: 300;
    position: relative;
    margin: 0 10px 0 0;
}

.kenz_group168_footer .footer_content .menu_footer ul li a {
    font-size: 15px;
    color: #c6c6c6;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    display: block;
    color:#fff;
}
.kenz_group168_footer .footer_content .menu_footer ul li a:hover {
    font-size: 15px;
    color: #c6c6c6;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    display: block;
    color:#cb1818;
}

.kenz_group168_footer .top_footer .footer-item {
    -webkit-flex-basis: calc(100% / 4);
    flex-basis: calc(100% / 4);
    color: #c6c6c6;
    max-width: 240px;
    margin-right: -107px;
    font-size:15px;
}
.chantrang img{
    width: 14%;
    margin-left: 99px;
}
.network {
    width: 438px;
    margin-left: 91px;
    margin-top: 10px;

}
.network img{
    width:33px;
    margin-left: 9px;
}


.kenz_group168_footer .list-socials-network a img {
    width: 100%;
}
.mxh img{
    width:100%;
}
.menu123{
    background-image: url(../images/dw.png);
    border-bottom: 3px solid #fff;
   
    transition: top 800ms ease 0s;
    position: fixed;
    z-index: 999;
    width: 100%;
}
.thanhtimkiem{
        width: 13%;
    float: right;
        margin-right: 96px;
    margin-top: -47px;
    display:block;


}
.thanhtimkiem img{
    margin-top: 16px;
}
.fixed-menu {
    top: -60px;
    transition: top 800ms ease 0s;
    position: fixed;
    z-index: 9999;
    width:100%;
}
        .second-nav {
            top: 0px;
        }

.dichvu img {
    display: block;
    width: 95%;
    height: auto;
    line-height: 100px;
    text-align: center;
    margin: 0 auto 15px;
    position: relative;
}

.dichvu1 img {
    display: block;
    width: 100%;
    line-height: 100px;
    text-align: center;
    margin: 0 auto 15px;
    position: relative;
}

.dichvu2 img {
    display: block;
    width: 40%;
    line-height: 100px;
    text-align: center;
    margin: 0 auto 15px;
    position: relative;
}

h3.an {
    margin-top: 2px;
    color: #787f87;
    padding: 7px 5px;
    margin-bottom: 1px;
}
.web {
    display: inline-block;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
    width: 100%;
    margin-top: 48px;
}

.web h2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'UTMFrenchVanilla', cursive;
    margin-bottom: 30px;
}

.tq {
    margin-top: 7px;
    border-radius: 12px;
}

.tk1 {
    float: right;
    font-size: 18px;
    color: #0f16fb;
    margin-top: -30px;
}

.tq h2 {
    font-size: 18px;
    color: #0f16fb;
    margin-top: 11px;
}

.list-group {
    margin-top: 17px;
    padding-left: 0;
}

.dichvu1 {
    margin-top: 10px;
}

.dichvu2 {
    margin-top: 10px;
    background-image: url(../images/ICON30.png);
    margin-bottom: 19px;
    padding: 6px;
    margin: 6px;
    background-repeat: round;
}

.an1 {
    margin-top: -1px;
}

.hinh2 {
    margin-left: 23px;
    background-image: url(../images/33.png);
    padding: 8px;
    width: 90%;
    margin-top: -25px;
    font-family: 'FontAwesome';
}

.dv h2 {
    font-size: 18px;
    color: #0f16fb;
    margin-top: 11px;
}

.tit {
    color: red;
    font-size: 20px;
    margin-left: 4px;
}

.dichvu {
    margin-top: 25px;
    background-image: url(../images/ICON34.png);
    background-repeat: round;
    background-size: cover;
}

.image {
    margin-top: 10px;
}

.dv img {
    display: block;
    width: 91%;
    line-height: 100px;
    text-align: center;
    margin: 0 auto 15px;
    position: relative;
}

.hinh2 img {
    width: 41%;
}

.hinh1 {
    margin-left: -11px;
    padding: 10px;
}

.dv {
    background-image: url(../images/ICON33.png);
    background-size: cover;
    background-repeat: round;
}

.details-product{
    margin-top: 20px;
}

.vt img {
    margin-top: -57px;
    width: 64px;
    float: right;
    margin-left: 564px;
    position: absolute;
}

.hc {
    background-image: url(../images/ICON33.png);
}

.kh h2 {
    padding: 21px;
    color: #333;
    margin-bottom: -13px;
}

.cauchuyen img {
    width: 36%;
}

.ch img {
    width: 36%;
}

.cauchuyen {
    background-image: url(../images/ICON30.png);
    padding: 20px;
    margin-top: 160px;
}

.sk {
    background-image: url(../images/ICON30.png);
    padding: 20px;
}

h3.an2 {
    margin-top: 2px;
    color: #787f87;
    padding: 7px 5px;
    margin-bottom: 1px;
    text-align: center;
}
.giohang_home{
    text-align: center;
}
.giohang_home img{
    width:30px;
}
.giohang_home span{
    font-size: 13px;
    display: block;
}

.dt-sc-one-column{
margin-bottom:20px;
}
.dt-sc-one-column .dt-sc-catalog-menu.type1 {
    position: relative;
}
.dt-sc-one-column .dt-sc-catalog-menu.type1 .rounded {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 4px;
    z-index: 1;
}
.dt-sc-catalog-menu .rounded img {
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #f3f3f3;
}
.dt-sc-one-column .dt-sc-catalog-menu.type1 .dt-sc-catalog-meta {
    border: 1px solid #d9d9d9;
    display: block;
    margin: 0 0 0 90px;
    padding: 14px 25px 14px 75px;
    position: relative;
    text-align: center;
    z-index: 0;
    min-height: 160px;
}
.dt-sc-one-column .dt-sc-catalog-menu.type1 .dt-sc-catalog-meta p.title {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
    text-transform: capitalize;
    font-size: 17px;
}
.dt-sc-button{
    background-color: #7aa127;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin: 10px 0 0;
    outline: 0;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.dt-sc-button.small {
    font-size: 14px;
    padding: 10px 20px;
}
.dt-sc-button:after {
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    background-color: transparent !important;
}
.dt-sc-one-column .dt-sc-catalog-menu.type1 .dt-sc-catalog-meta span {
    display: block;
    margin: 15px 0 0;
}
.dt-sc-one-column .dt-sc-catalog-menu.type1 .dt-sc-catalog-meta:after {
    background-image: url(../images/angle-shape.png);
    background-repeat: no-repeat;
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 24px;
    right: -12px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 12px;
}
.dt-sc-one-column .dt-sc-catalog-detail {
    margin: 25px 0 0;
    padding-left: 25px;
    color: #868686;
    line-height: 22px;
    text-align:justify
}
.nvform .form-control{
    display: block;
    width: 100%;
    height: 32px;
    padding: 25px 12px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border:1px solid #333;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.floatBox.highlight{
    background-color: #feeec5;

    border-radius: 4px;

    padding: 18px;

}
.btn.btn-action{
        transition: all .2s linear;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    background: #f79321;
    border: 1px solid #f79321;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
}
.pricetotalPrice{
    color: #ffbd00;
    font-weight: bold;
        float: right;
    font-size: 23px;
    }
    .tourItemCurrency {
        font-size: 13px;
    font-weight: normal;
    float: right;
    color: #ffbd00;

    margin-top: 10px;
    }
    .form-group{
    }
    .call-now{
    font-size: 19px;
    color: #00467e;
    padding: 10px;
    }

.btn.btn-action a{
color:#fff;
}
.floatBox.highlight .requestButton {
    height: 47px;
    border-radius: 4px;
    font-size: 18px;

    }
.floatBox.highlight .box-white {
        min-height: 54px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.15);
    margin-bottom: 10px;
    padding: 5px 10px;
    position: relative;
}

/*mobile-menu*/

.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none
}

.mobile-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 330px;
    height: 100%;
    background: #fff;
    z-index: 99999;
    visibility: hidden;
    transform: translateX(100%)
}
.mobile-menu-wrap.animate {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    transform: translateX(-280px)
}

.mobile-menu-wrap .logo {
    background-color: #fff;
    padding: 8px 10px;
    text-align: center;
}

.mobile-menu-wrap .logo img {
    width: auto;
    max-height: 75px;
}

.mobile-menu-wrap .menu {
    height: calc(100vh);
    overflow: auto;
    padding: 0;
}

.mobile-menu-toggle-btn img{
    height: 22px;
}

.open-menu .mobile-menu-bg {
    display: block
}

.open-menu .mobile-menu-wrap {
    visibility: visible;
    transform: translateX(0);
    background-color: #005da7
}
.ten img{
    width:23%;
}
.thongtin{
    margin-top:-60px;
    margin-bottom:77px;
    font-size:20px;
    text-align:center;
    color: #fff;
}
#hexagon1 {
    width: 77px;
    height: 56px;
    background-color: #82e600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    float: left;
    margin-right: 10px;
    color:#fff;
}

#hexagon1:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -15px;
    left: 0;
    border-left: 40px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #82e600;
}

#hexagon1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    left: 0;
    border-left: 39px solid transparent;
    border-right: 39px solid transparent;
    border-top: 15px solid #82e600;
}
#hexagon2 {
    width: 119px;
    height: 87px;
    background-color:#ba42ff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    float: left;
    margin-right: 10px;
    color:#fff;
}

#hexagon2:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -15px;
    left: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 15px solid #ba42ff;
}

#hexagon2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    left: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 15px solid #ba42ff;
}

.level-privilege-item1{

    align-items: center;
}

.level-privilege-item1 h4{
    font-size: 18px;
    font-weight: 400;
}
.level-privilege-item2{

    align-items: center;
}

.level-privilege-item2 h4{
    font-size: 18px;
    font-weight: 400;
}
.level-privilege-item2 p {
    margin: 0;
    font-size: 19px;
    margin-top: 21px;
}
.ten{
    text-align:center;
}
.level-privilege-item1 p{
    margin: 0;
    font-size: 18px;
}
.chitiet1 {
    width: 180px;
    height: 40px;
    border-radius: 17px;
    background: #333;
    margin-top: 34px;
    margin-bottom: 31px;
    padding: 7px 42px;
}

.chitiet{
        width: 180px;
    height: 40px;
    border-radius: 17px;
    background: #2517f7;
    margin-top: 105px;
    margin-bottom: 31px;
    padding: 7px 42px;
}
.chitiet a{
    color:#fff;
}
.chitiet1 a{
    color:#fff;
}
.ten1 img {
    width:59%;
    margin-top:10px;
}
.thongtin1 {
    margin-top: -30px;

    color: #fff;
    margin-left: 15px;
    margin-bottom: 6px
}
.hoahong{
    margin-top: -30px;

    color: #fff;
    margin-left: 15px;
    margin-bottom: 6px
}
.tang1{
    margin-top:82px;
}
.tonghoahong{
    text-align:center;
    font-size:20px;
    color:#2517f7;
}
.tienhoahong{
        margin-top: 20px;
    font-size: 18px;
}

.history-exchange table caption{
    font-size: 16px;
    border-bottom: 1px solid #eee;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 10px;

}

.table-responsive{
    border: none;
}

.hist-item{
    position: relative;
    background-color: #eee;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 12px;

    align-items: center;
    color: #333;
}
.muahang168 {

    font-size: 25px;
}
.hist-item .icon{
    font-size: 26px;
    color: #2492e8;
    margin-right: 20px;
}
.168group{
        display: flex;
}

.hist-item h3{
    font-weight: 500;
}

.hist-item span{
    font-weight: 600;
    letter-spacing: 1px;
}

.hist-item-center{
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    color: #333;
}

.history{
    background-color: #2492e8 !important;
}

.history .user-groups-header{
    background-image: linear-gradient(90deg,#2392e9 0%,#6fb7f1 50%, #2392e9 100%);
}

.history .user-groups-content{
    background-color: #2392e9;
}

.history .user-groups-overflow-hidden .text-light{
    color: #2392e9;
}

.history .user-level-content h3 span{
    background-color: #fff;
}

.history .user-level-content{
    position: relative;
}

.tongdai{
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 30px;
    padding: 30px 20px;
    color: #333;
}

.textphone{
    display: inline-block;
}

.textphone span{
    display: block;
}

.textphone span:last-child{
    font-size: 20px;
    font-weight: 600;
}

.call{
    display: inline-block;
    float: right;
}

.call a{
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 18px;
}

.call .fa{
    margin-right: 10px;
}

.dacquyen{
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 10px;
}

.hist-item-center .fa{
    font-size: 28px;
    margin-bottom: 10px;
}

.bg-body{
    position: relative;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.ss_product168v2_about_1_2 {
    background-color: #FFF;
    padding: 60px 0 30px 0;
    max-width: 1920px;
    margin: auto;
}
.title-iCielNabila, .title-iCielRukola {
    font-size: 28px;
    line-height: 65px;
    margin: 15px 0;
}
.ss_product168v2_about_1_2 .description-1 {
    max-width: 860px;
    margin: auto;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0 75px 0;
    position: relative;
}
.ss_product168v2_about_1_2 .description-1:before {
    content: '';
    width: 176px;
    height: 119px;
    background-image: url(../images/v2-icons-4.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ss_product168v2_about_1_2 .title-iCielRukola {
    margin: 10px auto;

    color:#0000007a;
}
.ss_product168v2_about_1_2 .description-2 {
    max-width: 860px;
    margin: auto;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0 50px 0;
    position: relative;
}
.banner-about img{
    width:100%;
}
.title-iCielNabila {
    font-family: 'iCiel Nabila', sans-serif;
    color: #555;
}
.ss_product168v2_about_2_1 {
    background-color: #FFF;
    padding: 30px 0;
}
.title-iCielNabila, .title-iCielRukola {
    font-size: 36px;
    line-height: 65px;
    margin: 15px 0;
}

.flex-wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.justify-content-space-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.ss_product168v2_about_2_1 .list-about-2 li {
    -webkit-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 237px;
    margin: auto;
    font-family: 'UTM Avo', sans-serif;
}
.ss_product168v2_about_2_1 .list-about-2 li .title {
    color: #105eaa;
    font-size: 17px;
    font-weight: 700;
    margin: 10px auto;
}
.ss_product168v2_about_2_1 .list-about-2 li p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
}
.ss_product168v2_about_2_1 .list-about-3 {
    margin: 30px auto;
}
.ss_product168v2_about_2_1 .list-about-3 {
    margin: 30px auto;
}
.ss_product168v2_about_2_1 .list-about-3 li {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    font-family: 'UTM Avo', sans-serif;
}
.ss_product168v2_about_2_1 .list-about-3 li:nth-child(1) p.title, .ss_product168v2_about_2_1 .list-about-3 li:nth-child(3) p.title {
    background-color: #105eaa;
}
.ss_product168v2_about_2_1 .list-about-3 li p.title {
    background-color: #1478c9;
    line-height: 43px;
    padding: 5px 0;
    position: relative;
}
.ss_product168v2_about_2_1 .list-about-3 p.title {
    font-weight: 700;
    font-size: 17px;
    color: #FFF;
}
.ss_product168v2_about_2_1 .list-about-3 p.description-2 {
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 23.5px;
    min-height: 200px;
}
.ss_product168v2_about_2_1 .list-about-3 p.description-2:before {
    content: '';
    height: 100%;
    max-height: 168px;
    top: calc(50% - 5px);
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #426d8b;
    width: 1px;
    position: absolute;
}
.ss_product168v2_subscribe {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
    padding: 30px 0 210px 0;
}
.ss_product168v2_subscribe:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
}
.ss_product168v2_subscribe .container .title-iCielNabila.title-1 {
    font-size: 35px;
    line-height: 42px;
}
.ss_product168v2_subscribe .container .title-iCielNabila {
    margin: 30px auto;
}
.ss_product168v2_subscribe .container .title-iCielNabila.title-2 {
    font-size: 24px;
    line-height: 28px;
}
.ss_product168v2_subscribe .container .list-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -175px;
}
.ss_product168v2_subscribe .container .list-button a:first-child {
    background-image: linear-gradient(to right, #1090aa, #24449c);
}
.ss_product168v2_subscribe .container .list-button a {
    width: 280px;
    height: 72px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    color: #FFF;
    position: relative;
    margin: 0 35px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.ss_product168v2_subscribe .container .list-button a span {
    position: relative;
    z-index: 2;
}
.ss_product168v2_subscribe .container .list-button a span.title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 0;
    margin-top: 26px;
}

.ss_product168v2_subscribe .container .list-button a span.sub-title {
    font-size: 11px;
    line-height: 0;
    text-align: center;
    display: block;
    font-weight: 200;
    position: absolute;
    top: calc(50% + 13px);
}
.ss_product168v2_subscribe .container .list-button a:last-child {
    background-image: linear-gradient(to right, #b30000, red);
}
.ss_product168v2_subscribe .container .list-button a:last-child:before {
    background-image: linear-gradient(to right, red, #b30000);
}
.ss_product168v2_subscribe .container .list-button a:hover:before {
    left: 0;
}
.ss_product168v2_subscribe .container .list-button a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ss_product168v2_subscribe .container .list-button a {
    width: 280px;
    height: 72px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    color: #FFF;
    position: relative;
    margin: 0 35px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.ss_product168v2_subscribe .container .list-button a {
    width: 280px;
    height: 72px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    color: #FFF;
    position: relative;
    margin: 0 35px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.ss_product168v2_subscribe .container .description {
    max-width: 750px;
    margin: 15px auto 30px auto;
    font-size: 21px;
    line-height: 28px;
    font-family: 'UTM Avo', sans-serif;
}
.ss_product168v2_subscribe .container {
    position: relative;
    z-index: 2;
    color: #FFF;
}
.catalog-image{
    margin-bottom: 18px;
}
.nhanhcon{
    border-left: solid 3px #1d44d3;
    font-size:18px;
}
.chitieu{
background-color: #fefefe;

    -webkit-box-shadow: 0px 6px 12px rgb(8 0 17 / 17%);
    box-shadow: 0px 6px 12px rgb(8 0 17 / 17%);
    border-radius: 10px;
    padding: 18px;
    margin-top: 0px;
    height: 173px;
    width: 109%;
}

.chitieu-item{
    position: relative;
    background-color: #f7f4f4;
    padding: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 4px rgb(8 0 17 / 17%);
    box-shadow: 1px 1px 4px rgb(8 0 17 / 17%);
    height:119px;
}
.levels-chitieu h2{
    display: inline-block;
    font-weight: 400;
    font-size: 22px;
    }
    .level-sotien span {
    color: #eb1010;
    font-size: 20px;
    font-weight: 600;
    }
    .level-sotien img{
        width:40%;
        height: 65px;
        float: right;
    }
    .tk-groups{
    position: relative;
    height: 100vh;
    max-width: 600px;
    margin: 0 auto;
    background-color: #3c362e;
    color: #fff;
}

.tk-groups-header{
    position: relative;
    background-color: transparent;
    background-image:
    linear-gradient(90deg,#063cd5 0%,#2849e9 50%, #5378cd 100%);
}

.tk-groups-header-content{
    position: relative;
    padding: 10px 20px;
}
.nt{
text-align: center;
text-align: center;
    font-size: 23px;
    color: #fff;
background:#063cd5;
    padding: 16px;

}
.nt img{
    width:100px;
    margin-top: 28px;
    margin-bottom: 20px;
}
.naptien h3{
    font-size:20px;
    padding:10px;
}
.naptien img{
    width:150px;
    height:150px;
}
.naptien{
    text-align: center;
    background:#fff;
    font-size: 20px;
    color: #fb0f1a;
}
.tructiep{
    color: #f30303;
    font-weight: 700;
}
.nt1{
float: right;
}
.cd{

    font-size: 20px;
    color: #fff;
    background: #063cd5;
    padding: 16px;
}
.time1{
    border: solid;
    text-align: center;
}
.sotiengiaodich p{
    text-align: center;
    color: #163ed1;
    font-weight: 700;
}
.bl a{
color:#fff;}
.time1 a{
    color:#fff;
}
.lstk1{
    font-size:20px;
    margin-bottom: 20px;
}
.bg-lavendernew {
    padding: 11px 68px;
    margin-left: 33px;
        background:#4c52f9;
    position: relative;

    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;

}
.bodynew{
        z-index: 1;
    position: relative;
    height: 100%;

    padding: 10px;
}
.content_slow{
    background:#fff;
}
.register_user_phone{
background: #fff;
    font-size: 14px;
    margin-top: 30px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #1eb1e7;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #4C489D;
    box-shadow: 0px 2px 2px #1eb1e7;
    cursor: pointer;
    transition: .2s;
    }
.register_user_phone .button__icon{
    float:right;
    margin-left: auto;
}



.result_level ol li label {
    color: red;
}
.result_level ol {
    list-style: none;
}
.result_level ol li {
    border-left: 1px solid #ccc;

    border-left: 1px solid #ccc;
    padding-bottom: 0px;
    padding-top: 10px;
}
.result_level ol li span{
    cursor:pointer;
}
.result_level ol li:before {
    content: "\f115";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    position: relative;
    left: -7px;
    z-index: 999999999999;
}

span.thanhtoanhoahong:hover {
    cursor: pointer;
    text-decoration: underline;
    color: red;
}
.single-product-content{
background-color: #f4f4f4;
    margin-bottom: 15px;
    margin-top: 15px;
}
.single-product-content .box-camket .list-camket li img {
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    top: 0;
}
.single-product-content .box-camket .list-camket {

    padding: 15px 22px;

}
.single-product-content .box-camket .list-camket li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 15px;
}
.single-product-content .box-camket .list-camket li span {
    padding-left: 15px;
    font-size: 17px;
    display: inline-block;
}
.single-product-content .box-camket .list-contact {
    font-size: 15px;
    padding: 10px 0;
}
.time4{
 float:right;

   }
   .time4 p{
       font-size:18px;
   }
   .time5{
 float:right;
 margin-top:20px;

   }
   .time5 p{
       font-size:18px;
   }
  select {

   -webkit-appearance: none;
   -moz-appearance: none;
   -ms-appearance: none;
   appearance: none;
   outline: 0;
   box-shadow: none;
   border: 0 !important;
   background: DeepSkyBlue;
   background-image: none;;

}
.select {
   position: relative;
   display: flex;
   width: 20em;
   height: 3em;
   line-height: 3;
   background: #fff;
   overflow: hidden;
   border-radius: .25em;
 }
 select {
   flex: 1;
   padding:10px;
   color: #fff;
   cursor: pointer;
   font-size:18px;
   text-transform:uppercase;

 }
 select option{

    padding: 13px 6px;
    font-size: 20px;
    height: 20px;
 }

 .select::after {
   content: 'TÄ‚Â¬m';
   position: absolute;
   top: 0;
   right: 0;
   padding: 0 1em;
   background: DodgerBlue;
   cursor: pointer;
   pointer-events: none;
   -webkit-transition: .25s all ease;
   -o-transition: .25s all ease;
   transition: .25s all ease;
   color: white;

 }

 .select:hover::after {
   color: Gainsboro;
 }
.styled-select{
    margin-top: 21px
}
.time3{
    margin-top: 17px;
}
.time2{
margin-top: -8px;
}
.input-group-addon:first-child{
    font-size:18px;
}
.ngay{
    margin-top: 19px;

}
.input-group .form-control{
    font-size:18px;
}
.form-group {
    margin-bottom: 21px;
}
.btn-primary11{
background: #fff;
    font-size: 14px;
    margin-top: 37px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #1eb1e7;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #4C489D;
    box-shadow: 0px 2px 2px #1eb1e7;
    cursor: pointer;
    transition: .2s;
}
.form-group {
    margin-bottom: 28px;
}
.btn-primary{
background: #fff;
    font-size: 14px;
    margin-top: 0px;
    padding: 8px 11px;
    border-radius: 26px;
    border: 1px solid #1eb1e7;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #4C489D;
    box-shadow: 0px 2px 2px #1eb1e7;
    cursor: pointer;
    transition: .2s;
    }
.regis-login {
    text-align: center;
    color: #09455b;
    margin-top: 65px;
}
.regis-login a {
    color: #f2f5f7;
    text-decoration: unset;
    font-size:18px;
}


.date_option{
    display: inline-block;
    width: 100%;
    height: 40px;
}

.screen {
      background: linear-gradient(90deg, #1eb1e7, #1198ca);
      position: relative;
      width: 360px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
      box-sizing: border-box;
      margin: auto;
      border-radius: 4px;
      overflow: hidden;
  }

  .screen__content {
      z-index: 1;
      position: relative;
      height: 100%;
  }
  .screen__content_logo {
      width: 200px;
      height: 49px;
      background-size: contain;
      background-position: left;
      background-repeat: no-repeat;
      position: relative;
      top: 0px;
      margin-bottom: 20px;
  }

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    background: #556bc0;
}

  .screen__background__shape {
      transform: rotate(45deg);
      position: absolute;
  }

  .screen__background__shape1 {
      height: 520px;
      width: 520px;
      background: #FFF;
      top: -50px;
      right: 120px;
      border-radius: 0 72px 0 0;
  }

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #3b54b5;
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #3b54b5, #556bc0);
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #3b54b5;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}

  .login {
      width: calc(320px - 20px);
      padding: 30px;
      padding-top: 79px;
      min-height: 300px;
  }
  .login p {
      margin-bottom: 0px;
      margin-top: 10px;
  }

  .login__field {
      padding: 10px 0px;
      position: relative;
  }

  .login__icon {
      position: absolute;
      top: 0px;
      color: #7875B5;
      height: 16px;
      bottom: 0px;
      margin: auto;
      left: 10px;
  }

  .login__input {
      border: none;
      border-bottom: 2px solid #D1D1D4;
      background: none;
      padding: 10px;
      padding-left: 30px;
      font-weight: 700;
      transition: .2s;
      border: 1px solid #dddfe2;
      width: calc(100% - 40px);
      border-radius: 6px;
      background: #fafafa;
      line-height: 22px;
  }

  .login__input:active,
  .login__input:focus,
  .login__input:hover {
      outline: none;
      border-color: #6A679E;
  }

  .login__submit {
      background: #fff;
      font-size: 14px;
      margin-top: 30px;
      padding: 16px 20px;
      border-radius: 26px;
      border: 1px solid #1eb1e7;
      text-transform: uppercase;
      font-weight: 700;
      display: flex;
      align-items: center;
      width: 100%;
      color: #4C489D;
      box-shadow: 0px 2px 2px #1eb1e7;
      cursor: pointer;
      transition: .2s;
  }

  .login__submit:active,
  .login__submit:focus,
  .login__submit:hover {
      border-color: #1eb1e7;
      outline: none;
  }

  .button__icon {
      font-size: 24px;
      margin-left: auto;
      color: #1eb1e7;
  }

  .social-login {
      display: flex;
      position: relative;
      width: 100%;
      text-align: center;
      bottom: 15px;
      right: 15px;
      color: #fff;
      clear: both;
  }

  .social-icons {
      display: block;
      align-items: center;
      justify-content: center;
      clear: both;
      text-align: center;
  }

  .social-login__icon {
      padding: 10px 10px;
      color: #1eb1e7;
      text-decoration: none;
      font-size: 20px;
      background: #fff;
      margin-right: 5px;
      width: 25px;
      border-radius: 5px;
  }

  .social-login__icon:hover {
      text-decoration: unset;
  }
  .xh{
 position: absolute;
    margin-top: 7px;
    margin-left: 10px;
    }
    .cd33{

    background-image:url(../images/nen1.jpg);


    }
    .spnb{
    border: solid#e9e4e457;
    background: #e3d2d247;
    }

.box-camket{
background-color: #f4f4f4;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 90%;
    }


.box-camket .list-contact {
    font-size: 15px;
    padding: 10px 0;
}
.thanhtoan{
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    border: solid 1px #f3e8e89c;
}
.paymentdone{
    background: #ededed;
    margin-top: 1.5rem!important;
    padding: 10px 26px;

}
.phuongthuc{
    margin-bottom: 15px;
    font-size: 20px;
}
.pa_label_radio {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pa_label_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.pa_label_radio input:checked~.checkmark {
    background-color: #e1a208;
}
.pa_label_radio input:checked~.checkmark {
    background-color: #292fe3;
}
.pa_label_radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #01974b;
    border-radius: 50%;
}
.fs_16 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}
.d-flex mr-5{
    padding:10px;
}
@import url(https://fonts.googleapis.com/css?family=BenchNine:700);
.snip1582 {
  background-color: #c47135;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'BenchNine', Arial, sans-serif;
  font-size: 1em;
  font-size: 16px;
  line-height: 1em;
  margin: 15px 40px;
  outline: none;
  padding: 10px 19px 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.ruttien168{
    float: right;
    font-size: 25px;
}

.snip1582:before,
.snip1582:after {
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}

.snip1582:before {
  border-color: #c47135;
  border-top-width: 2px;
  left: 0px;
  top: -5px;
}

.snip1582:after {
  border-bottom-width: 2px;
  border-color: #c47135;
  bottom: -5px;
  right: 0px;
}

.snip1582:hover,
.snip1582.hover {
  background-color: #c47135;
}

.snip1582:hover:before,
.snip1582.hover:before,
.snip1582:hover:after,
.snip1582.hover:after {
  height: 100%;
  width: 100%;
}
.ckdoi{
    float:left;
    margin-top:14px;
}
.mhang{
    float:right;
    margin-top:14px;
}
.ckdoi a{
    color:#fff;
}
.mhang a{
    color:#fff;
}
.single-product-content{
    width: 90%;
}



.list-product {
    border: 1px solid #CCC;
    padding: 5px;
    width: 90%;

    }
.list-product .product-item {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #CCC;
    padding: 10px 5px;
    margin-bottom: 5px;
    }
.list-product-related .product-item {
    padding: 15px 10px;
    background-color: #F4F4F4;
    margin-bottom: 5px;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.list-product .product-item .box-img {
    width: 100px;
    height: 100px;
    }
.list-product-related .product-item .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
.list-product .product-item .box-info {
    flex-basis: calc(100% - 100px);
    -webkit-flex-basis: calc(100% - 100px);
}
 .list-product .product-item .box-info {
    flex-basis: calc(100% - 100px);
    -webkit-flex-basis: calc(100% - 100px);
        margin-left: 17px;
}
.list-product-related .product-item .price {
    font-weight: 500;
    font-size: 15px;

}
.list-product-related .product-item .title-product1 a {
    font-size: 15px;
    font-weight: 300;
    color: #000;

}
.panel{
    width:95%;
}

    .product-main {
    padding: 15px 3px;
    background-color: #F4F4F4;
    margin-bottom: 15px;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    height: 334px;

}

.product-main.box-img {
    height: 180px;
    width: 100%;
    overflow: hidden;
    padding:
    }
 .product-main.box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-img img{
        width: 100%;
    height: 200px;
    object-fit: contain;

}
.product-main.title-product a {
       font-size: 15px;
    font-weight: 300;
    color: rgb(0, 0, 0);
}
.product-main.price {
    font-weight: 500;
    font-size: 15px;
}
.title-product{
margin-top: 15px;
text-align: center;
font-size: 15px;
height: 50px;
}
.title-product a{
    color:#333;
}
ul.nav-pills{
    margin-bottom: 10px
}
ul.nav-pills li.active {
    border-color: #2140a7;
    background: #2140a7;
    padding: 10px 10px;
}

ul.nav-pills li.active a {
    color: #FFF;
    background-color: transparent;
}
ul.nav-pills li a {
    border-radius: 0px !important;
    font-size: 18px;
    font-weight: 700;
    font-family: 'UTM Avo', sans-serif;
}
.bottom-summary {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin-left: 438px;
    margin-bottom: 50px;
}
.bottom-summary .title-baohanh {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 5px 0
}
.hinhchitiet{
    margin-left: 26px;
}
.custom-price {
    color: #ed1c24;
    font-size: 27.82px;
    font-weight: 700;
    line-height: 2;
}
.grid-pro1 .money {
    display: inline-block;
    vertical-align: middle;
    color: #b10e0e;
    font-weight: 700;
    margin-top: 10px;
    font-size: 18px;
}

.grid-pro1 .discounts_money {
    font-size: 18px;
    color: #1b3f81;
    margin-top: 6px;
    margin-left: 18px;
    float: right;
    font-weight: 700;
}
.grid-pro1 .discounts_money1 {
    font-size: 14px;
    color: #000;
    margin-top: -22px;
    margin-left: 15px;
    float: right;
}
.list-information {
    bottom: -45px;
    display: flex;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    margin-top: 20px;
}
.list-information li:nth-child(1) {
    background-color: #024e82;

}
.ss_product168v2_product .banner h4.title a span {
    position: relative;
    z-index: 2
}
.list-information li img {
    margin-right: 5px;
    height: 26px;
}
.list-information li:nth-child(2) {
    background-color: #035791;
    padding: 30px 12px;
}
.list-information li:nth-child(3) {
    background-color: #046ab0;
    padding: 30px 12px;
}
.d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}
.list-information li {
    font-family: 'UTM Avo', sans-serif;
    -webkit-flex-basis: calc(100% / 3);
    flex-basis: calc(100% / 3);
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    padding: 13px 0 12px 15px;;
}
.dest{
    margin-left:8px;
}
.dest1{
    margin-left: 9px;
}
.box{
height:39px;}

.ss_product168v2_about_1_2 {
    background-color: #FFF;
    padding: 60px 0 30px 0;
    max-width: 1920px;
    margin: auto
}
.title-iCielNabila {
    font-family: 'iCiel Nabila', sans-serif;
}
.ss_product168v2_about_1_2 .description-1 {
    max-width: 860px;
    margin: auto;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0 75px 0;
    position: relative;
}
.ss_product168v2_about_1_2 .description-1:before {
    content: '';
    width: 176px;
    height: 119px;
    background-image: url(../images/v2-icons-4.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ss_product168v2_about_1_2 .title-iCielRukola {
    margin: 10px auto;
}
.title-iCielNabila, .title-iCielRukola {
    font-size: 36px;
    line-height: 65px;
    margin: 15px 0;
}
.title-iCielRukola {
    font-family: 'iCiel Rukola', sans-serif;
}
.ss_product168v2_about_1_2 .description-2 {
    max-width: 860px;
    margin: auto;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0 75px 0;
    position: relative;
}
.ss_product168v2_timeline
{
   background-color:#FFF
}

.ss_product168v2_timeline .title-iCielNabila
{
   margin-bottom:30px
}

.ss_product168v2_timeline .lp_hongphuc_process
{
   max-width:1920px;
   margin:0 auto;
   position:relative;
   overflow:hidden
}

.ss_product168v2_timeline .lp_hongphuc_process .hongphuc_title h3
{
   color:#105eaa
}

.ss_product168v2_timeline .lp_hongphuc_process .content-wrapper
{
   position:relative;
   z-index:2
}

.ss_product168v2_timeline .lp_hongphuc_process .quytrinh-168v2-tittile
{
   z-index:2;
   position:relative
}

.ss_product168v2_timeline .lp_hongphuc_process .quytrinh-168v2-tittile .section-title
{
   color:#105eaa;
   text-transform:uppercase;
   font-size:30px;
   padding-bottom:35px;
   padding-top:35px;
   width:max-content;
   margin-left:auto;
   margin-right:auto;
   font-weight:700;
   text-align:center;
   line-height:1.4
}

.ss_product168v2_timeline .lp_hongphuc_process .quytrinh-168v2-item
{
   text-align:center;
   margin-bottom:45px;
   height:260px;
   overflow:hidden
}

.ss_product168v2_timeline .lp_hongphuc_process .quytrinh-168v2-item.item-bottom
{
   margin-top:50px
}

.ss_product168v2_timeline .lp_hongphuc_process .quytrinh-168v2-item .quytrinh-168v2-tittle
{
   color:#105eaa;
   font-family:"UTM Avo",sans-serif;
   font-weight:700;
   -webkit-transition:all .3s ease-in-out;
   -moz-transition:all .3s ease-in-out;
   -ms-transition:all .3s ease-in-out;
   -o-transition:all .3s ease-in-out;
   transition:all .3s ease-in-out;
   font-size:17px;
   text-transform:uppercase;
   margin-bottom:10px
}

.ss_product168v2_timeline .lp_hongphuc_process .quytrinh-168v2-img
{
   width:110px;
   height:80px;
   margin:15px auto 0;
   background-color:#FFF;
   position:relative;
   cursor:pointer;
   -webkit-transition:all .3s ease-in-out;
   -moz-transition:all .3s ease-in-out;
   -ms-transition:all .3s ease-in-out;
   -o-transition:all .3s ease-in-out;
   transition:all .3s ease-in-out
}

.ss_product168v2_timeline .lp_hongphuc_process .quytrinh-168v2-img:hover>img
{
   -webkit-transform:scale(1.1);
   -moz-transform:scale(1.1);
   -ms-transform:scale(1.1);
   -o-transform:scale(1.1);
   transform:scale(1.1)
}

.ss_product168v2_timeline .lp_hongphuc_process .quytrinh-168v2-img img
{
   width:auto;
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
   margin:auto;
   -webkit-transition:all .4s ease-in-out;
   -moz-transition:all .4s ease-in-out;
   -ms-transition:all .4s ease-in-out;
   -o-transition:all .4s ease-in-out;
   transition:all .4s ease-in-out
}

.ss_product168v2_timeline .lp_hongphuc_process .quytrinh-168v2-cmt
{
   color:#514f4f;
   font-size:14px;
   width:90%;
   max-width:210px;
   margin:0 auto;
   overflow:hidden;
   font-weight:300;
   text-align:justify;
   text-align-last:center
}

.ss_product168v2_timeline .lp_hongphuc_process .quytrinh-comment-bottom
{
   margin-bottom:0;
   height:auto
}

.ss_product168v2_timeline .lp_hongphuc_process #line-quytrinh
{
   position:absolute;
   left:0;
   top:60px;
   width:1920px;
   height:440px;
   margin:0 auto;
    margin-left: -7px;
   z-index:-1;

}
.list168{
    margin-right: 30px;
}
.ss_product168v2_timeline .lp_hongphuc_process #line-quytrinh path
{
   stroke-dasharray:6300;
   stroke-dashoffset:6300
}

.ss_product168v2_timeline .lp_hongphuc_process #line-quytrinh.line path
{
   stroke-dasharray:6300;
   stroke-dashoffset:6300;
   animation:dash 5s linear forwards
}

.ss_product168v2_timeline .lp_hongphuc_process .st0
{
   fill:none;
   stroke:red;
   stroke-width:2;
   stroke-miterlimit:10
}

@keyframes dash {
   from
   {
      stroke-dashoffset:4300
   }

   to
   {
      stroke-dashoffset:0
   }
}

.ss_product168v2_about_2_1 .list-about-2 li
{
   -webkit-flex-basis:33.3333333333%;
   flex-basis:33.3333333333%;
   max-width:237px;
   margin:auto;
   font-family:'UTM Avo',sans-serif
}

@media (max-width: 580px) {
   .ss_product168v2_about_2_1 .list-about-2 li
   {
      -webkit-flex-basis:100%;
      flex-basis:100%;
      margin:15px auto;
      margin-left: 18px;
   }
}

.ss_product168v2_about_2_1 .list-about-2 li .title
{
   color:#105eaa;
   font-size:17px;
   font-weight:700;
   margin:10px auto
}

.ss_product168v2_about_2_1 .list-about-2 li p
{
   font-weight:400;
   font-size:15px;
   line-height:20px
}

@media (max-width: 580px) {
   .ss_product168v2_about_2_1 .list-about-2 li p
   {
      font-size:15px;
      margin:5px auto
   }
}

.ss_product168v2_about_2_1 .list-about-3
{
   margin:30px auto
}

.ss_product168v2_about_2_1 .list-about-3 li
{
   -webkit-flex-basis:25%;
   flex-basis:25%;
   font-family:'UTM Avo',sans-serif
}

.ss_product168v2_about_2_1 .list-about-3 li p.title
{
   background-color:#1478c9;
   line-height:43px;
   padding:5px 0;
   position:relative
}

.ss_product168v2_about_2_1 .list-about-3 li:nth-child(1) p.title,.ss_product168v2_about_2_1 .list-about-3 li:nth-child(3) p.title
{
   background-color:#105eaa
}

.ss_product168v2_about_2_1 .list-about-3 li:nth-child(1) p.title:after,.ss_product168v2_about_2_1 .list-about-3 li:nth-child(2) p.title:after,.ss_product168v2_about_2_1 .list-about-3 li:nth-child(3) p.title:after
{
   content:'';
   width:11px;
   height:11px;
   position:absolute;
   right:-5px;
   top:50%;
   -webkit-transform:translate(0,-50%);
   -moz-transform:translate(0,-50%);
   -ms-transform:translate(0,-50%);
   -o-transform:translate(0,-50%);
   transform:translate(0,-50%);
   border:2px solid #FFF;
   z-index:2;
   -webkit-border-radius:50%;
   -moz-border-radius:50%;
   border-radius:50%
}

.ss_product168v2_about_2_1 .list-about-3 li:last-child p.description-2:before
{
   all:unset
}

.ss_product168v2_about_2_1 .list-about-3 p.title
{
   font-weight:700;
   font-size:17px;
   color:#FFF
}

.ss_product168v2_about_2_1 .list-about-3 p.description-2
{
   position:relative;
   padding:15px 20px;
   font-size:16px;
   line-height:23.5px;
   min-height:200px;
   text-align: justify;
}

.ss_product168v2_subscribe
{
   background-repeat:no-repeat;
   background-position:center;
   position:relative;
   background-size:cover;
   padding:30px 0 210px
}

.ss_product168v2_subscribe
{
   background-repeat:no-repeat;
   background-position:center;
   position:relative;
   background-size:cover;
   padding:30px 0 210px
}

@media (max-width: 768px) {
   .ss_product168v2_subscribe
   {
      padding:30px 0
   }
}

.ss_product168v2_subscribe:before
{
   content:'';
   width:100%;
   height:100%;
   position:absolute;
   top:0;
   left:0;
   background-color:rgba(0,0,0,0.6)
}

.ss_product168v2_subscribe .container
{
   position:relative;
   z-index:2;
   color:#FFF
}

.ss_product168v2_subscribe .container .title-iCielNabila
{
   margin:30px auto
}

.ss_product168v2_subscribe .container .title-iCielNabila.title-1
{
   font-size:35px;
   line-height:42px;
   color:#fff;
   display:block;
}
.sanpham168{
    margin-top: 43px;
    padding: 14px;
}
.ss_product168v2_subscribe .container .title-iCielNabila.title-2
{
   font-size:24px;
   line-height:28px;
   color:#fff;
}

@media (max-width: 580px) {
   .ss_product168v2_subscribe .container .title-iCielNabila.title-2
   {
      font-size:14px;
      line-height:16px
   }
}

.ss_product168v2_subscribe .container .description
{
   max-width:750px;
   margin:15px auto 30px;
   font-size:21px;
   line-height:28px;
   font-family:'UTM Avo',sans-serif
}

@media (max-width: 580px) {
   .ss_product168v2_subscribe .container .description
   {
      font-size:15px;
      line-height:22px;
      margin:10px auto 50px
   }
}

.ss_product168v2_subscribe .container .list-button
{
   position:absolute;
   left:0;
   right:0;
   bottom:-175px
}

@media (max-width: 768px) {
   .ss_product168v2_subscribe .container .list-button
   {
      bottom:-50px
   }
}

.ss_product168v2_subscribe .container .list-button a
{
   width:280px;
   height:72px;
   -webkit-border-radius:40px;
   -moz-border-radius:40px;
   border-radius:40px;
   -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.3);
   -moz-box-shadow:0 2px 3px rgba(0,0,0,0.3);
   box-shadow:0 2px 3px rgba(0,0,0,0.3);
   color:#FFF;
   position:relative;
   margin:0 35px;
   -webkit-transition:all .3s ease-in-out;
   -moz-transition:all .3s ease-in-out;
   -ms-transition:all .3s ease-in-out;
   -o-transition:all .3s ease-in-out;
   transition:all .3s ease-in-out;
   overflow:hidden
}

@media (max-width: 580px) {
   .ss_product168v2_subscribe .container .list-button a
   {
      margin:0 7px;
      width:160px;
      height:41px;
      -webkit-border-radius:25px;
      -moz-border-radius:25px;
      border-radius:25px
   }
}

.ss_product168v2_subscribe .container .list-button a:before
{
   content:'';
   width:100%;
   height:100%;
   position:absolute;
   top:0;
   left:-100%;
   bottom:0;
   -webkit-transition:all .3s ease-in-out;
   -moz-transition:all .3s ease-in-out;
   -ms-transition:all .3s ease-in-out;
   -o-transition:all .3s ease-in-out;
   transition:all .3s ease-in-out
}

.ss_product168v2_subscribe .container .list-button a:hover:before
{
   left:0
}

.ss_product168v2_subscribe .container .list-button a:first-child
{
   background-image:linear-gradient(to right,#1090aa,#24449c)
}

.ss_product168v2_subscribe .container .list-button a:first-child:before
{
   background-image:linear-gradient(to right,#24449c,#1090aa)
}

.ss_product168v2_subscribe .container .list-button a:last-child
{
   background-image:linear-gradient(to right,#b30000,red)
}

.ss_product168v2_subscribe .container .list-button a:last-child:before
{
   background-image:linear-gradient(to right,red,#b30000)
}

.ss_product168v2_subscribe .container .list-button a span
{
   position:relative;
   z-index:2
}

.ss_product168v2_subscribe .container .list-button a span.title
{
   font-size:20px;
   font-weight:700;
   text-align:center;
   display:block;
   line-height:0;
   margin-top:-19px
}

@media (max-width: 580px) {
   .ss_product168v2_subscribe .container .list-button a span.title
   {
      font-size:12px;
      line-height:15px;
      margin-top:0
   }
}

.ss_product168v2_subscribe .container .list-button a span.sub-title
{
   font-size:11px;
   line-height:0;
   text-align:center;
   display:block;
   font-weight:200;
   position:absolute;
   top:calc(50% + 13px)
}

@media (max-width: 580px) {
   .ss_product168v2_subscribe .container .list-button a span.sub-title
   {
      display:none
   }
}
.justify-content-center {
    justify-content: center;
    -webkit-justify-content: center;
}
.ss_product168v2_product
{
   background-color:#FFF;
   overflow:hidden;
   padding:30px 0
}

@media (max-width: 768px) {
   .ss_product168v2_product
   {
      padding:60px 0 30px
   }
}

.ss_product168v2_product .description
{
   font-size:21px;
   font-family:'UTM Avo',sans-serif;
   margin:30px auto 40px;
   line-height:20px
}

@media (max-width: 580px) {
   .ss_product168v2_product .description
   {
      font-size:14px;
      line-height:20px;
      margin:15px auto
   }
}

.ss_product168v2_product .list-group-product
{
   margin-bottom:1px
}

.ss_product168v2_product .list-product-v2
{
   margin:30px auto
}

.ss_product168v2_product .list-product-v2 .slick-slide
{
   margin:0 15px
}

@media (max-width: 580px) {
   .ss_product168v2_product .list-product-v2 .slick-slide
   {
      margin:0 5px
   }
}

.ss_product168v2_product .list-product-v2 .slick-list
{
   margin:0 -15px
}

@media (max-width: 580px) {
   .ss_product168v2_product .list-product-v2 .slick-list
   {
      margin:0 -5px
   }
}

.ss_product168v2_product .banner
{
   position:relative;
   margin-top:15px;
   overflow:hidden;
   margin-bottom: 10px;
}

.ss_product168v2_product .banner:hover img
{
   -webkit-transform:scale(1.1);
   -moz-transform:scale(1.1);
   -ms-transform:scale(1.1);
   -o-transform:scale(1.1);
   transform:scale(1.1)
}

.ss_product168v2_product .banner h4.title
{
   background-image:linear-gradient(to right,#2e3192,red);
   background-image:-webkit-linear-gradient(to right,#2e3192,red);
   max-width:475px;
   overflow:hidden;
   -webkit-border-radius:30px;
   -moz-border-radius:30px;
   border-radius:30px;
   border-top-left-radius:0;
   border-bottom-left-radius:0;
   position:absolute;
   padding-right:40px;
   width:100%;
   z-index:3
}

@media (max-width: 580px) {
   .ss_product168v2_product .banner h4.title
   {
      width:calc(100% + 30px);
      margin-left:-15px;
      background-image:linear-gradient(to right,#2e3192,red);
      background-image:-webkit-linear-gradient(to right,#2e3192,red);
      border-bottom:2px solid red;
      -webkit-border-radius:0;
      -moz-border-radius:0;
      border-radius:0;
      padding-right:0;
      position:relative;
      text-align:center
   }
}

.ss_product168v2_product .banner h4.title a
{
   display:inline-block;
   width:100%;
   position:relative;
   font-size:21px;
   color:#FFF;
   text-transform:uppercase;
   line-height:25px;
   padding:13px 15px
}

.ss_product168v2_product .banner h4.title a span
{
   position:relative;
   z-index:2;
   margin-left: 32px;
}
.description {
    font-size:25px;
}
.ss_product168v2_product .banner h4.title a:before
{
   content:'';
   width:51px;
   height:51px;
   background-color:#046ab0;
   position:absolute;
   right:-30px;
   border:2px solid #FFF;
   -webkit-transform:rotate(45deg) translate(0,-50%);
   -moz-transform:rotate(45deg) translate(0,-50%);
   -ms-transform:rotate(45deg) translate(0,-50%);
   -o-transform:rotate(45deg) translate(0,-50%);
   transform:rotate(45deg) translate(0,-50%);
   top:calc(50% - 7px)
}

@media (max-width: 580px) {
   .ss_product168v2_product .banner h4.title a:before
   {
      width:100%;
      height:100%;
      right:0;
      top:0;
      bottom:0;
      left:0;
      border:0;
      background-image:url(../images/bg-about-v2.png);
      background-size:cover;
      background-repeat:repeat;
      -webkit-transform:rotate(0) translate(0);
      -moz-transform:rotate(0) translate(0);
      -ms-transform:rotate(0) translate(0);
      -o-transform:rotate(0) translate(0);
      transform:rotate(0) translate(0)
   }
}

.ss_product168v2_product .banner a.banner-link
{
   display:block;
   height:475px;
   position:relative;
   z-index:2;
   margin-bottom: 10px;
}

.ss_product168v2_product .banner a.banner-link:hover:after,.ss_product168v2_product .banner a.banner-link:hover:before
{
   transform:scale(1);
   -webkit-transition:all .3s ease-out 0;
   -moz-transition:all .3s ease-out 0;
   -o-transition:all .3s ease-out 0;
   transition:all .3s ease-out 0
}

.ss_product168v2_product .banner a.banner-link:after
{
   content:"";
   position:absolute;
   top:15px;
   left:15px;
   bottom:15px;
   right:15px;
   z-index:9;
   border-left:1px solid rgba(255,255,255,0.8);
   border-right:1px solid rgba(255,255,255,0.8);
   transform:scale(1,0)
}

.ss_product168v2_product .banner a.banner-link:before
{
   content:"";
   position:absolute;
   top:15px;
   left:15px;
   bottom:15px;
   right:15px;
   z-index:9;
   border-top:1px solid rgba(255,255,255,0.8);
   border-bottom:1px solid rgba(255,255,255,0.8);
   transform:scale(0,1)
}

@media (max-width: 768px) {
   .ss_product168v2_product .banner a.banner-link
   {
      height:195px
   }
}

.ss_product168v2_product .banner img
{
   position:relative;
   z-index:2;
   width:100%;
   height:100%;
   object-fit:cover;
   -webkit-transition:all .3s ease-in-out;
   -moz-transition:all .3s ease-in-out;
   -ms-transition:all .3s ease-in-out;
   -o-transition:all .3s ease-in-out;
   transition:all .3s ease-in-out
}

@media (max-width: 580px) {
   .ss_product168v2_product .banner img
   {
      margin-top:5px
   }
}
.pc{
    display:block;
}
.mobile{
    display:none;
}

.ss_product168v2_about_2_1 .list-about-3
{
   margin:30px auto
}

.ss_product168v2_about_2_1 .list-about-3 li
{
   -webkit-flex-basis:25%;
   flex-basis:25%;
   font-family:'UTM Avo',sans-serif
}

.ss_product168v2_about_2_1 .list-about-3 li p.title
{
   background-color:#1478c9;
   line-height:43px;
   padding:5px 0;
   position:relative
}

.ss_product168v2_about_2_1 .list-about-3 li:nth-child(1) p.title,.ss_product168v2_about_2_1 .list-about-3 li:nth-child(3) p.title
{
   background-color:#105eaa
}

.ss_product168v2_about_2_1 .list-about-3 li:nth-child(1) p.title:after,.ss_product168v2_about_2_1 .list-about-3 li:nth-child(2) p.title:after,.ss_product168v2_about_2_1 .list-about-3 li:nth-child(3) p.title:after
{
   content:'';
   width:11px;
   height:11px;
   position:absolute;
   right:-5px;
   top:50%;
   -webkit-transform:translate(0,-50%);
   -moz-transform:translate(0,-50%);
   -ms-transform:translate(0,-50%);
   -o-transform:translate(0,-50%);
   transform:translate(0,-50%);
   border:2px solid #FFF;
   z-index:2;
   -webkit-border-radius:50%;
   -moz-border-radius:50%;
   border-radius:50%
}

.ss_product168v2_about_2_1 .list-about-3 li:last-child p.description-2:before
{
   all:unset
}

.ss_product168v2_about_2_1 .list-about-3 p.title
{
   font-weight:700;
   font-size:17px;
   color:#FFF
}

.ss_product168v2_about_2_1 .list-about-3 p.description-2
{
   position:relative;
   padding:15px 20px;
   font-size:16px;
   line-height:23.5px;
   min-height:200px
}

.ss_product168v2_about_2_1 .list-about-3 p.description-2:before
{
   content:'';
   height:100%;
   max-height:168px;
   top:calc(50% - 5px);
   right:0;
   -webkit-transform:translate(0,-50%);
   -moz-transform:translate(0,-50%);
   -ms-transform:translate(0,-50%);
   -o-transform:translate(0,-50%);
   transform:translate(0,-50%);
   background-color:#426d8b;
   width:1px;
   position:absolute
}

.ss_product168v2_about_2_1 .list-about-3-mobile
{
   width:100%;
   padding: 10px;
}
.align-item-center{
    -webkit-align-items: center;
}

.ss_product168v2_about_2_1 .list-about-3-mobile li:nth-child(1) p.title
{
   background-image:linear-gradient(to right,#1090aa,#103aaa);
   background-image:-webkit-linear-gradient(to right,#1090aa,#103aaa)
}

.ss_product168v2_about_2_1 .list-about-3-mobile li:nth-child(1) p.description-2
{
   border-color:#edae3d
}

.ss_product168v2_about_2_1 .list-about-3-mobile li:nth-child(2) p.title
{
   background-image:linear-gradient(to right,#10905a,#edae3d);
   background-image:-webkit-linear-gradient(to right,#10905a,#edae3d)
}

.ss_product168v2_about_2_1 .list-about-3-mobile li:nth-child(2) p.description-2
{
   border-color:#edae3d
}
.description-2{

    margin: 15px auto 10px;
    padding: 5px 10px 15px 5px;
    font-size: 17px;
    text-align: justify;
    border:0px solid;
   margin:auto;
   border-top:0;
   margin-bottom: 10px;

}
.description-3{

    margin: 15px auto 10px;
    padding: 5px 10px 15px 5px;
    font-size: 17px;
    text-align: justify;
    border:1px solid #edae3d;
   margin:auto;
   border-top:0;
   margin-bottom: 10px;

}
.groups-header-ruttien{
float: right;
    margin-top: -117px;
    font-size: 20px;
    }
    .groups-header-ruttien a {
    color: #fff;
    transition: 0.4s all;
}
.chaomung2{
    font-size: 35px;
    line-height: 42px;
    color: #fff;
    font-family: 'iCiel Nabila', sans-serif;
}
.chaomung3{
    font-size: px;
    line-height: 42px;
    color: #fff;
    font-family: 'iCiel Nabila', sans-serif;
}
.ss_product168v2_about_2_1 .list-about-3-mobile li:nth-child(3) p.title
{
   background-image:linear-gradient(to right,#fbb03b,red);
   background-image:-webkit-linear-gradient(to right,#fbb03b,red)
}

.ss_product168v2_about_2_1 .list-about-3-mobile li:nth-child(3) p.description-2
{
   border-color:red
}

.ss_product168v2_about_2_1 .list-about-3-mobile li:nth-child(4) p.title
{
   background-image:linear-gradient(to right,red,#f0f);
   background-image:-webkit-linear-gradient(to right,red,#f0f)
}

.ss_product168v2_about_2_1 .list-about-3-mobile li:nth-child(4) p.description-2
{
   border-color:#f0f
}

.ss_product168v2_about_2_1 .list-about-3-mobile li p.title
{
   height:55px;
   line-height:55px;
   position:relative;
   text-align:center;
   font-size:17px;
   font-weight:700;
   font-family:'UTM Avo',sans-serif;
   color:#FFF
}

.ss_product168v2_about_2_1 .list-about-3-mobile li p.title span
{
   position:relative;
   z-index:2
}

.ss_product168v2_about_2_1 .list-about-3-mobile li p.title i
{
   position:absolute;
   top:50%;
   right:15px;
   -webkit-transform:translate(0,-50%);
   -moz-transform:translate(0,-50%);
   -ms-transform:translate(0,-50%);
   -o-transform:translate(0,-50%);
   transform:translate(0,-50%)
}

.ss_product168v2_about_2_1 .list-about-3-mobile li p.title:before
{
   content:'';
   position:absolute;
   background-image:url(../images/bg-about-v2.png);
   width:100%;
   height:100%;
   top:0;
   left:0;
   bottom:0
}

.ss_product168v2_about_2_1 .list-about-3-mobile li.active p.description-2
{
   opacity:1;
   visibility:visible;
   height:auto;
   margin:15px auto 10px;
   padding:5px 10px 15px 5px;
   border-color: #edae3d;
   font-size: 17px;
   text-align: justify;
}

.ss_product168v2_about_2_1 .list-about-3-mobile li p.description-2
{
   opacity:0;
   visibility:hidden;
   -webkit-transition:all .3s ease-in-out;
   -moz-transition:all .3s ease-in-out;
   -ms-transition:all .3s ease-in-out;
   -o-transition:all .3s ease-in-out;
   transition:all .3s ease-in-out;
   height:0;
   max-width:calc(100% - 10px);
   border:1px solid;
   margin:auto;
   border-top:0;
   text-align:center;
   font-size:14px;
   line-height:20px;
   padding:0
}
.ss_product168v2_timeline .ss_product168v2_timeline_mobile .list-timeline-item-mobile
{
   flex-basis:50%;
   -webkit-flex-basis:50%;
   flex-direction:column;
   -webkit-flex-direction:column;
   font-size:11px;
   font-weight:700;
   font-family:'UTM Avo',sans-serif;
   color:#FFF;
   line-height:13px;
   text-transform:uppercase;
   height:97px
}

.ss_product168v2_timeline .ss_product168v2_timeline_mobile .list-timeline-item-mobile p
{
   margin:5px auto
}

.ss_product168v2_timeline .ss_product168v2_timeline_mobile .list-timeline-item-mobile img
{
   max-width:44px;
   max-height:42px
}

.ss_product168v2_timeline .ss_product168v2_timeline_mobile .list-timeline-item-mobile:nth-child(1)
{
   background-color:#024e82
}

.ss_product168v2_timeline .ss_product168v2_timeline_mobile .list-timeline-item-mobile:nth-child(2)
{
   background-color:#035791
}

.ss_product168v2_timeline .ss_product168v2_timeline_mobile .list-timeline-item-mobile:nth-child(3)
{
   background-color:#0360a0
}

.ss_product168v2_timeline .ss_product168v2_timeline_mobile .list-timeline-item-mobile:nth-child(4)
{
   background-color:#046ab0
}

.ss_product168v2_timeline .ss_product168v2_timeline_mobile .list-timeline-item-mobile:nth-child(5)
{
   background-color:#0473bf
}

.ss_product168v2_timeline .ss_product168v2_timeline_mobile .list-timeline-item-mobile:nth-child(6)
{
   background-color:#047cce
}


#header {
    position: relative;
    background: transparent;
    margin-bottom: 3px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    padding: 9px 57px;
    width:99%;
}
#header .logo h1, #header .logo .site_name, #header .logo h2, #header .logo .site_description {
    display: none;
}
.header-info .icon img{
        height: 28px;
}
.header-info{
        display:block;
        margin-left: 322px;
    }
    .header-info .item {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 20px;
}
.chunghang{
        margin-left: 35px;
}
.ght168{
    float: right;
    margin-right: 186px;
    margin-top: 83px;
}
.icondn{
    margin-top: -80px;
}
#header .logo h1, #header .logo .site_name, #header .logo h2, #header .logo .site_description {
    display: none;
}
.header-info .icon {
    position: absolute;
    top: 5px;
    left: 0;
}
.tuvan{
    margin-left: 34px;
    display:block;
}
.header-info .text {
    padding-left: 48px;
}
.header-info .text span {
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 1px;
    margin-left: 10px;
    font-size:20px;

}
.header-info .text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    color: #0672ff;
    margin-left: 10px;
}
.header-info .text p a{
     color: #0672ff;
}
.header-support {
    position: relative;
    color: #fff;
}
.header-support .textwidget {
    display: inline-block;
    margin: 0 1px;
}
.header-support .fa {
    font-size: 30px;
    float: left;
    margin-right: 20px;
    margin-top: 3px;
}
.header-support span:nth-child(1) {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.header-support span:nth-child(2) {
    color: #0672ff;
    font-weight: 500;
    font-size: 15px;
}

.header-logo img{
    display: block;
    height: 80px;
    width: auto;
    margin: 0 auto;
}
.tuvan{
    margin-left: 34px;
    display:block;
}
.tuvan img{
width:83%;
}
.tuvan168{
    margin-top: -55px;
    margin-left: 72px;
    font-size: 18px;
    color: #fff;
    padding: 0px 0px;
}
.iconname{
    float: right;
    margin-right: -57px;
    margin-top: 61px;
}
#header .logo img{
    width:50%;
}
.chunghang{
        margin-left: 35px;
}
.gh168{
    float: right;
    margin-top: 74px;
    margin-right: 192px;
}

.header-left img {
    width: 20%;
    float: left;
    margin-bottom: -69px;
    margin-left: 124px;
}
.logined{
    float:right;
}
.logined img {
    width: 56%;
}

.header-login168 img {
    width: 20%;
    float: right;
    margin-top: -19px;
    margin-right: -36px;
    }
    .gioithieu168 {
    background-color: #FFF;
    padding: 20px 0 30px 0;
    max-width: 1920px;
    margin: auto;
}
h2.chaomung{
        font-size: 36px;
    line-height: 65px;
    margin: 15px 0;
    text-align:center;
    font-family: 'iCiel Nabila', sans-serif;
    color: #555;
}
.img168 img{
margin-top: -53px;
    width: 22%;
}
.img168{
    margin-top: -67px;
    margin-left: 122px;
}
.kinhnghiem p{
    text-align:center;
   max-width:860px;
   margin:auto;
   font-size:20px;
   line-height:24px;
   padding:20px 0 75px;
   position:relative
}
.kinhnghiem1 p {
    max-width: 860px;
    margin: auto;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0 28px;
    position: relative;
}
.banner-about img{
    width:100%;
}
.mobile-menu-toggle-btn{
    float: left;
    margin-left: -49px;
}
.giohang{
    margin-left: -1px;
    margin-top: 10px;
}
#nv-block-login1 img {
   margin-right: -49px;
    margin-top: -92px;
    width: 17%;
}
.dn{
    float: right;
    margin-right: -64px;
    margin-top: -16px;

}
.hinhgh img{
     margin-top: 15px;
    width: 21%;
}
.sanphamgachduoi{
border-bottom:1px solid #bcbec0 ;
    width: 100%;
}
.mota{
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #bcbec0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: justify;
    font-family: 'UTM Avo', sans-serif;
    color: #6d6e71;
    margin-left: 21px;
}
.mota p{
     margin-top: 9px;
    color: #333;
    font-weight: 700;
}
.mota li{
    list-style: disc;
}
.pricee{
   margin-left: 10px;
}

:root .has-pale-pink-background-color
{
   background-color:#f78da7
}

:root .has-vivid-red-background-color
{
   background-color:#cf2e2e
}

:root .has-luminous-vivid-orange-background-color
{
   background-color:#ff6900
}

:root .has-luminous-vivid-amber-background-color
{
   background-color:#fcb900
}

:root .has-light-green-cyan-background-color
{
   background-color:#7bdcb5
}

:root .has-vivid-green-cyan-background-color
{
   background-color:#00d084
}

:root .has-pale-cyan-blue-background-color
{
   background-color:#8ed1fc
}

:root .has-vivid-cyan-blue-background-color
{
   background-color:#0693e3
}

:root .has-vivid-purple-background-color
{
   background-color:#9b51e0
}

:root .has-white-background-color
{
   background-color:#fff
}

:root .has-very-light-gray-background-color
{
   background-color:#eee
}

:root .has-cyan-bluish-gray-background-color
{
   background-color:#abb8c3
}

:root .has-very-dark-gray-background-color
{
   background-color:#313131
}

:root .has-black-background-color
{
   background-color:#000
}

:root .has-pale-pink-color
{
   color:#f78da7
}

:root .has-vivid-red-color
{
   color:#cf2e2e
}
blockquote {
   
    padding: 5px 0 5px 15px;
    
}
p.has-background {
    padding: 1.25em 2.375em;
}
:root .has-very-light-gray-color {
    color: #fff;
}
.reset-container ul {
    padding-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 10px;
}
.reset-container ul li {
    list-style: inherit;
    list-style-position: outside;
}
.reset-container h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    padding:10px;
}
.reset-container p {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.reset-container * {
  max-width: 100%;
}
.reset-container h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.reset-container .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.reset-container img {
    max-width: 100%;
    height: auto !important;
    display: initial;
}
.page168 img{
    width:100%;
}
.page168 p{
    margin-left: 365px;
    margin-top: -72px;
    color: #fff;
    TEXT-TRANSFORM: uppercase;
}
.pagetiep{
    margin-left: 365px;
    margin-top: -6px;
    color: #fff;
    TEXT-TRANSFORM: uppercase;
    font-size:20px;
}
.hometext m-bottom{
    margin-bottom:-24px;
}
.selling-content1 p{
     width:268px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 49px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 17px;
    word-wrap: break-word;
    font-family: Times New Roman;
}
.selling-content1 a{
     width:268px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 49px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 17px;
    word-wrap: break-word;
    font-family: Times New Roman;
}
.selling img{
        max-width: 150px;
    margin-right: 20px;
    height: 90px;
}
.selling-content1{
    position: relative;
    display: flow-root;
}
.selling .more{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.selling-content{
    position: relative;
    display: flow-root;
}
.sanphamgachduoi p{
    margin-bottom:10px;
}

.price168 p{
    font-size:20px;
    color:#c10017;
}
.motasp{
    border-bottom: 1px solid #bcbec0;
    margin-bottom: 15px;
}
.motasp ul li{
list-style: disc;
line-height: 19px;
}
.motasp ul{
margin-left: 40px;
}
.body-html{
    text-align: justify;
    margin-top: 12px;

}
.body-html ul{
    list-style: square;
    padding-left: 20px;
}
.body-html ul li{
    margin-bottom: 10px;
}
.body-html p{
    margin-bottom: 7px;
	padding: 0 10px;
    text-align: justify;
}
.body-html h3{
    color:#008848;
    font-size: 22px;
    margin-bottom: 5px;
}
.canhdep img{
    width:33%;
}
.canhdep {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 35px;
}
.item img{
    width:43px;
}
.thongtindt{
margin-top: 11px;
    margin-left: 13px;
}
.thongtindiachi{
    margin-bottom: 10px;
    margin-top: 11px;
    /* padding: 10px 10px; */
    margin-left: 13px;
}
.dvls_maps_col3{
 margin-top: 12px;
}
.dvls_result_status{
    font-weight: 700;
    padding: 10px 10px;
    font-size: 18px;
    color: red;
    margin-top: 5px;
	margin-bottom: 10px;
}
.title_findastore {
    text-transform: uppercase;
    padding: 0.5em 0;
    
    font-size: 1.5em;
    color: #005ea7;
    font-size: 1.5em;
    font-weight: 700;
}
.discounts_money3 {
    color: #ec0808;
    font-weight: 700;
    padding: 10px;
    font-size: 18px;
    margin-top: -12px;
    float: right;
}
.thuong p{
    text-align: center;
    font-size: 21px;
    color: #0a25e9;
    font-weight: 700;
}
.mk_home168_conso
{
   max-width:1920px;
   margin:auto;
   position:relative;
   background-size:cover;
   background-repeat:no-repeat;
   background-attachment:fixed;
   padding:50px 0
}

.mk_home168_conso:before
{
   content:'';
   background-color:rgba(0,0,0,0.5);
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%
}

.mk_home168_conso:after
{
   content:'';
   background-image:url(../images/bg-conso-bottom.png);
   width:100%;
   height:50px;
   position:absolute;
   bottom:-25px;
   left:0;
   right:0
}

.mk_home168_conso .container
{
   position:relative;
   z-index:2
}

.mk_home168_conso .container .title-section
{
   color:#fff;
   text-transform:uppercase;
   font-size:46.65px;
   font-family:'SFU Futura Heavy',sans-serif;
   text-align:center;
   line-height:1.6;
   padding:30px 0
}

@media (max-width: 580px) {
   .mk_home168_conso .container .title-section
   {
      font-size:25px
   }
}

.mk_home168_conso .container .list-conso
{
   display:flex;
   display:-o-flex;
   display:-moz-flex;
   display:-webkit-flex;
   justify-content:space-between;
   flex-wrap:wrap
}

.mk_home168_conso .container .list-conso .item-conso
{
   flex-basis:calc(50% - 15px);
   margin:25px auto;
   background-repeat:no-repeat;
   overflow:hidden;
   background-size:contain;
   display:flex;
   display:-o-flex;
   display:-moz-flex;
   display:-webkit-flex;
   justify-content:space-between;
   text-align:right;
   height:220px;
   background-color:#edeef2;
   position:relative;
   border-radius:60px;
   display:flex;
   display:-o-flex;
   display:-moz-flex;
   display:-webkit-flex
}

@media (max-width: 580px) {
   .mk_home168_conso .container .list-conso .item-conso
   {
      flex-basis:100%;
      border-radius:35px;
      margin:10px auto;
      height:110px
   }
}

.mk_home168_conso .container .list-conso .item-conso:before
{
   content:'';
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   background-repeat:no-repeat;
   background-size:contain;
   width:100%;
   height:100%
}

.mk_home168_conso .container .list-conso .item-conso:nth-child(even):before
{
   left:unset;
   right:0;
   background-position:right
}

@media (max-width: 580px) {
   .mk_home168_conso .container .list-conso .item-conso:nth-child(even):before
   {
      background-position:top right;
      background-size:35%
   }
}

.mk_home168_conso .container .list-conso .item-conso:nth-child(even) .box-info
{
   right:unset;
   left:20px
}

.mk_home168_conso .container .list-conso .item-conso .box-icons
{
   width:270px;
   height:100%;
   position:relative
}

@media (max-width: 1440px) {
   .mk_home168_conso .container .list-conso .item-conso .box-icons
   {
      width:185px
   }
}

@media (max-width: 580px) {
   .mk_home168_conso .container .list-conso .item-conso .box-icons
   {
      width:100px
   }
}

.mk_home168_conso .container .list-conso .item-conso .box-icons img
{
   position:absolute;
   top:50%;
   left:50%;
   transform:translate(-50%,-50%);
   -o-transform:translate(-50%,-50%);
   -moz-transform:translate(-50%,-50%);
   -webkit-transform:translate(-50%,-50%)
}

@media (max-width: 580px) {
   .mk_home168_conso .container .list-conso .item-conso .box-icons img
   {
      position:relative;
      width:100%;
      height:100%;
      object-fit:cover
   }
}

.mk_home168_conso .container .list-conso .item-conso .box-info
{
   font-size:40px;
   font-family:'Roboto Condensed',sans-serif;
   font-weight:700;
   line-height:1.3;
   width:calc(100% - 265px);
   text-align:center;
   margin:auto;
   position:absolute;
   top:50%;
   transform:translate(0px,-50%);
   right:20px;
   padding:15px 10px;
   border:3px dashed #0cb5a0;
   border-radius:10px;
   height:140px;
   display:flex;
   align-items:center;
   justify-content:center
}

@media (max-width: 1440px) {
   .mk_home168_conso .container .list-conso .item-conso .box-info
   {
      font-size:30px;
      padding:30px
   }
}

@media (max-width: 580px) {
   .mk_home168_conso .container .list-conso .item-conso .box-info
   {
      padding:0;
      width:calc(100% - 140px);
      font-size:20px;
      height:65px
   }
}

.mk_home168_conso .container .list-conso .item-conso.item-1:before
{
   background-image:url(../images/conso-1.png)
}

.mk_home168_conso .container .list-conso .item-conso.item-2:before
{
   background-image:url(../images/conso-4.png)
}

.mk_home168_conso .container .list-conso .item-conso.item-3:before
{
   background-image:url(../images/conso-2.png)
}

.mk_home168_conso .container .list-conso .item-conso.item-4:before
{
   background-image:url(../images/conso5.png)
}

.mk_home168_conso .container .list-conso .item-conso.item-5:before
{
   background-image:url(../images/conso03.png)
}

.mk_home168_conso .container .list-conso .item-conso.item-6:before
{
   background-image:url(../images/conso-6.png)
}
.mk_home168_trietly:before
{
   content:'';
   background-image:url(../images/bg-trietly-3.jpg);
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
   width:100%;
   height:100%;
   background-position:center;
   background-repeat:no-repeat;
   background-attachment:fixed
}

.mk_home168_trietly .container
{
   position:relative;
   z-index:2
}

@media (max-width: 580px) {
   .mk_home168_trietly
   {
      padding:50px 0 15px
   }
}

.mk_home168_trietly .title-section
{
   text-transform:uppercase;
   margin-bottom:30px;
   font-family:'SFU Futura Heavy',sans-serif;
   font-size:40px;
   color:#003678;
   text-align:center;
   background-image:linear-gradient(180deg,#003678,#1cccf6 90%);
   -webkit-background-clip:text;
   -webkit-text-fill-color:transparent;
   line-height:1.3
}

.mk_home168_trietly .list-trietly
{
   display:flex;
   display:-o-flex;
   display:-moz-flex;
   display:-webkit-flex;
   justify-content:space-between;
   flex-wrap:wrap;
   background-position:center;
   padding:59px 0;
   position:relative
}

@media (max-width: 768px) {
   .mk_home168_trietly .list-trietly
   {
      background-repeat:no-repeat
   }

   .mk_home168_trietly .list-trietly:before
   {
      content:'';
      background-color:rgba(255,255,255,0.8);
      position:absolute;
      top:0;
      left:0;
      bottom:0;
      right:0;
      width:100%;
      height:100%;
      z-index:1
   }
}

.mk_home168_trietly .list-trietly:after
{
   content:'';
   background-image:url(../images/bg-trietly-2.png);
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
   width:100%;
   height:100%;
   background-position:center;
   background-repeat:no-repeat
}

.mk_home168_trietly .list-trietly .item-trietly
{
   flex-basis:50%;
   z-index:2;
   display:flex;
   display:-o-flex;
   display:-moz-flex;
   display:-webkit-flex;
   justify-content:space-between;
   align-items:center;
   position:relative;
   margin-bottom:50px
}

@media (max-width: 580px) {
   .mk_home168_trietly .list-trietly .item-trietly
   {
      flex-basis:100%
   }
}

.mk_home168_trietly .list-trietly .item-trietly .text,.mk_home168_trietly .list-trietly .item-trietly .icons
{
   position:relative;
   z-index:2
}

.mk_home168_trietly .list-trietly .item-trietly .text
{
   font-size:20px;
   color:#27AAE1;
   font-family:'FontAwesome';
   font-weight:900;
   text-align:center;
   padding:20px 35px;
   line-height:1.3;
   width:100%
}

@media (max-width: 992px) {
   .mk_home168_trietly .list-trietly .item-trietly .text
   {
      font-size:15px;
      padding:22px 40px
   }
}

@media (max-width: 580px) {
   .mk_home168_trietly .list-trietly .item-trietly .text
   {
      padding:30px 70px;
      font-size:13px
   }
}

.mk_home168_trietly .list-trietly .item-trietly .icons
{
   width:55px;
   height:55px;
   position:absolute;
   top:50%;
   transform:translate(0,-50%);
   -o-transform:translate(0,-50%);
   -moz-transform:translate(0,-50%);
   -webkit-transform:translate(0,-50%)
}

.mk_home168_trietly .list-trietly .item-trietly.item-left .icons
{
   right:-30px
}

.mk_home168_trietly .list-trietly .item-trietly.item-right .icons
{
   left:-30px
}

.mk_home168_trietly .list-trietly .item-trietly.item-right.item-3 .icons
{
   left:-20px
}

.mk_home168_trietly .list-trietly .item-trietly.item-1:before,.mk_home168_trietly .list-trietly .item-trietly.item-2:before,.mk_home168_trietly .list-trietly .item-trietly.item-3:before,.mk_home168_trietly .list-trietly .item-trietly.item-4:before
{
   content:'';
   position:absolute;
   width:100%;
   height:100%;
   top:0;
   left:0;
   background-repeat:no-repeat;
   background-position:left
}

.mk_home168_trietly .list-trietly .item-trietly.item-1.item-right:before,.mk_home168_trietly .list-trietly .item-trietly.item-2.item-right:before,.mk_home168_trietly .list-trietly .item-trietly.item-3.item-right:before,.mk_home168_trietly .list-trietly .item-trietly.item-4.item-right:before
{
   transform:rotateY(180deg);
   -o-transform:rotateY(180deg);
   -moz-transform:rotateY(180deg);
   -webkit-transform:rotateY(180deg)
}

.mk_home168_trietly .list-trietly .item-trietly.item-1
{
   max-width:401px;
   background-repeat:no-repeat;
   position:relative
}

.mk_home168_trietly .list-trietly .item-trietly.item-1:before
{
   background-image:url(../images/bg-item-1-left.png)
}

.mk_home168_trietly .list-trietly .item-trietly.item-2
{
   max-width:375px
}

.mk_home168_trietly .list-trietly .item-trietly.item-2:before
{
   background-image:url(../images/bg-item-2.png)
}

.mk_home168_trietly .list-trietly .item-trietly.item-3
{
   max-width:391px
}

.mk_home168_trietly .list-trietly .item-trietly.item-3:before
{
   background-image:url(../images/bg-item-2.png)
}

.mk_home168_trietly .list-trietly .item-trietly.item-3 .icons
{
   right:-20px
}

.mk_home168_trietly .list-trietly .item-trietly.item-4
{
   max-width:380px
}

.mk_home168_trietly .list-trietly .item-trietly.item-4:before
{
   background-image:url(../images/bg-item-4.png)
}
.mk_home168_trietly
{
   max-width:1920px;
   margin:auto;
   position:relative;
   background-color:#fff;
   padding:50px 0;
   overflow:hidden
}
.mk_home168_trietly{
    display:block;
}
.mb_home168_trietly{
    display:none;
}
.title-global-mobile{
    display:none;
}
.mb_home168_conso{
    display:none;
}
.daily168{
padding: 10px;
    margin-top: 10px;
    color: #3023fd;
    font-size: 20px;
    text-align: center;
    }

    .list-info ul li{
        margin-left: 0px;
    }
    .chitieu span{
        margin-left:-4px;
    }
    .link a{
        background:#333;
        color:#fff;
        padding:10px ;
        text-align:center;
    }
    .link{
            margin-top: 10px;
    text-align: center;
    }
	.tongquan{
		padding:20px 10px;
		text-align: center;

	}
	.thanhvien p{
		color: #0f14abf5;
    font-size: 25px;
    font-weight: 700;
	    margin: -6px 3px;
}
.thanhvien1 p{
		color: #0f14abf5;
    font-size: 25px;
    font-weight: 700;
	    margin: -6px 3px;
}
.thanhvien2 p{
		color: #0f14abf5;
    font-size: 25px;
    font-weight: 700;
	    margin: -6px 3px;
}
.thanhvien3 p{
		color: #0f14abf5;
    font-size: 25px;
    font-weight: 700;
	    margin: -6px 3px;
}
.tk h3{
	    text-align: center;
    color: red;
    font-size: 22px;
    margin-bottom: 10px;
}
.capbac p{
	font-size: 16px;
    color: #2215d9;
    font-weight: 600;
	
	text-align: center;
}
.thanhvien span{
	font-size:18px;
	color: #fff;
}
.thanhvien1 span{
	font-size:18px;
	color: #fff;
}
.thanhvien2 span{
	font-size:18px;
	color: #fff;
}
.thanhvien3 span{
	font-size:18px;
	color: #fff;
}

.thanhvien{
    background-image:linear-gradient(to right,#00FFA1,#00FFFF);
    border-radius: 50px;
	padding:10px;
}
.thanhvien1{
    background-image:linear-gradient(to right,#2E3192,#1BFFFF);
    border-radius: 50px;
	padding:10px;
}
.thanhvien2{
  background-image:linear-gradient(to right,#D585FF,#00FFEE);
    border-radius: 50px;
	padding:10px;
}
.thanhvien3{
     background-image:linear-gradient(to right,#F24645,#EBC08D);
    border-radius: 50px;
	padding:10px;
}
#methods{
	    margin-top: -27px;
    float: right;

}
.tkcuaban{
	background:#0678af;
	color: #fff;
	margin-bottom: 13px;
    border-radius: 22px;
	font-size: 22px;
	padding: 9px;
	text-align: center;
	}
	.tkchinh p{
		margin: 0 0 -2px;
	}
	.sotien168 p{
		color: yellow;
    font-weight: 700;
	}
	.sotien168 span{
		
		margin-top: -42px;
    margin-right: 69px;
}
.store {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.store img{
transform: scale(1.1);
height: 194px;
}
.store-info .text {
    width: 100%;
	}
 .store-info .text .name {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 22px;
	}
.store-info .text p {
        font-size: 15px;
    margin-bottom: 10px;
    line-height: 16px;

}
 .store-info i {
       color: #ed210c;
    font-size: 19px;
    margin-right: 10px;

}
.dvls_maps_col1{
	width:50%;
}
.dvls_maps_col2{
	width:50%;
	float:right;
	margin-top: -29px;
}
.btn-danger{
	position: relative;
    z-index: 0;
    border: 1px solid #d21212;
    white-space: nowrap;
    padding: 10px 20px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    background: #d21212;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
    border-radius: 50px;
    outline: none !important;
    
}
.btn-success {
    background-color: #5cb85c;
   position: relative;
    z-index: 0;
    border: 1px solid #5cb85c;
    white-space: nowrap;
    padding: 10px 20px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
 
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
    border-radius: 50px;
    outline: none !important;
    
}
.chitietdonhang{
	text-align: center;
}
.capbac{
padding: 10px 4px;
    border: solid 1px;
	margin-bottom: 12px;
    height: 63px;
margin-left: -8px;

}
.ld{
text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.selling-content a{
	font-weight:700;
}
.selling-content p{
	text-align: justify;
    padding: 0 31px;
    margin-left: -32px;
}
.form1{
	    margin-bottom: 10px;
}
.quydoi{
	    color: #d5f71d;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.thongtincophieu{
	background: #d93030;
    color: #fff;
    width: 300px;
    border-radius: 26px;
    padding: 5px 10px;
    text-align: center;
	margin-bottom: 20px;
}
.thongtincophieu p{
	padding: 10px;
	    color: #fff;
		margin-bottom: -4px;
}
.thongtincophieu span{
	font-size:20px;
}
.thongtinchuyendoi{
	background: #011acd;
    color: #fff;
    width: 300px;
    border-radius: 26px;
    padding: 5px 10px;
    text-align: center;
	margin-bottom: 20px;
}
.thongtinchuyendoi p{
	padding: 10px;
	    color: #fff;
		margin-bottom: -4px;
}
.thongtinchuyendoi span{
	font-size:20px;
}
.quydoi168{
	text-align:-webkit-center;
}
.hinhdaidien{
	float: left;
    margin-top: 32px;
    margin-left: 22px;
}
.anhdaidien{
	float:right;
}


	














