
@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;
}
/* 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: #fff;
}

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;
}

#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%;
}
.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;
}
.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;
}

.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;
}

.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;
}

.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;
}

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;
}

/* 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;
}
.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;
        }

.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
}
#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;
}
.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: relative;
    top: 0;
    left: 0;
   
}
.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;
}
.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;
}
.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:25px;
   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:250px;
   margin:0 auto;
   overflow:hidden;
   font-weight:300;
   text-align:justify;
   text-align-last:center
}
.list-about-2 img{
	width:50%;
}
.justify-content-space-between img{
	width:50%;
}

.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:#2c28bd;
   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:250px;
   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 .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;
}


.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
}

.imageacp img{
	width:100%;
}
.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;

}
.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 15px;
    width:99%;
}
#header .logo h1, #header .logo .site_name, #header .logo h2, #header .logo .site_description {
    display: none;
}
.header-logo img{
    display: block;
    height: 80px;
    width: auto;
    margin: 0 auto;
}

#header .logo img{
    width:80%;
}

 .acp h1{
	     text-align: center;
    color: #1eb1e7;
    font-size: 18px;
    font-family: serif;
}
 .acp h2{
	     text-align: center;
    color: #db0d15;
    font-size: 18px;
    font-family: serif;
}
.acp p{
	    font-size: 19px;
    font-family: serif;
    text-align: justify;
}
.acp h3{
	    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #2a99c1;
    font-family: serif;
}
.acp1 h3{
	    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #2a99c1;
    font-family: serif;
}
.acp ul{
    list-style-type: disc;
    margin-left: 40px;
}
.acp ul li {
    margin-bottom: 10px;
}
.section-khacbiet h2
{
    text-align: center;
    color: #fff;
    font-family: serif;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top:41px;
	text-transform:uppercase;
}

.section-khacbiet p
{
    text-align: center;
    font-size: 16px;
    font-family: serif;
    padding: 30px;
    font-weight: 700;
    margin-top: 15px;
    color: #fff;
}

.section-khacbiet
{
    background: url(../images/cn.png);
	background-repeat: round;
    background-size: cover;
    /* background-position: right; */
    /* background-repeat: no-repeat; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
   
}

.section-khacbiet .icon
{
    border-radius: 26px;
    border-color: #f2ebeb;
    border-style: solid;
    transform: translateZ(0);
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.55));
    background: linear-gradient(180deg, rgb(173 187 255) 0%, rgb(105 101 223) 100%);
    margin-left: 0px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 15px;
}

.section-khacbiet .icon::before
{
    content: ' ';
    width: 70px;
    height: 70px;
    background-image: url('../images/tick.png');
    background-size: 70px 70px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -35px;
}
{
    font-size: 17px;
    text-align: justify;
    font-family: 'Roboto';
    text-align: justify;
    padding: 2px;
    color: #fff;
    margin-bottom: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    width: 107%;
    line-height: 24px;
}

.read_list
{}

.read_list a
{
    color: #fff;
    font-family: 'BaiJamjuree-SemiBold';
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.read_list span
{
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    display: flex;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.6s;
    justify-content: center;
    align-items: center;
}

.read_list span i
{
    font-size: 30px;
}

.read_list:hover span
{
    width: 100px;
    height: 100px;
    border: 1px solid var(--color-y);
}

.read_list:hover a
{
    color: #c4cf1a;
}

.box_havecat
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.content_cat
{
    width: 55%;
    padding: 3rem 5rem 3rem 2rem;
}

.item_catsp
{
    width: 90%;
    margin: 0px auto;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.img_catsp
{
    position: relative;
    z-index: 1;
}

.img_catsp:before
{
    content: '';
    width: 100%;
    height: 100%;
    background: #0000003d;
    position: absolute;
    top: 100%;
    right: 100%;
    z-index: 1;
    transition: all 0.5s;
}

.item_catsp:hover .img_catsp:before
{
    top: 0;
    right: 0;
}

.info_catsp
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    z-index: 9;
}

.tit_catsp
{
    margin-bottom: 2rem;
}

.tit_catsp p
{
    font-family: 'BaiJamjuree-SemiBold';
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
}

.tit_catsp h3
{
    font-family: 'BaiJamjuree-Bold';
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.read_catsp
{}

.read_catsp a
{
    color: #fff;
    font-family: 'BaiJamjuree-SemiBold';
    font-size: 17px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.read_catsp span
{
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.6s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.read_catsp span i
{
    font-size: 25px;
}

.read_catsp:hover span
{
    width: 70px;
    height: 70px;
    border: 1px solid color:c4cf1a;
    border-radius: 50%;
}

.read_catsp:hover a
{
    color: #cbb539;
}

.cont_catsp .slick-slide:nth-child(2n)
{
    margin-top: 3rem;
}

.img_catsp img
{
    width: 100%;
}

.item_gp
{}

.item_gp:nth-child(2n) .pic_gp
{
    order: 1;
}

.pic_gp
{
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 30%;
    max-width: 400px;
    cursor: pointer;
}

.pic_gp img
{
    max-width: 100%;
    margin: 0 auto;
    border-radius: 50%;
}

.pic_gp .second-image
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.pic_gp .first-image,
.pic_gp .second-image
{
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.pic_gp:hover .first-image
{
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.pic_gp:hover .second-image
{
    left: 0;
    opacity: 1;
    -ms-transform: scale(1, 0);
    /* -webkit-transform: scale(1, 0); */
    /* transform: scale(1, 0); */
}

.box_solution
{
    padding: 4rem 0 2rem;
}

.item_gp
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.info_gp
{
    width: 66%;
}

.name_gp
{
    font-family: 'BaiJamjuree-Bold';
    color: #fff;
    font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.desc_gp
{
    font-size: 20px;
    text-align: justify;
    padding: 2px;
    color: #fff;
    font-family: 'BaiJamjuree-ExtraLight';
    margin-bottom: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    width: 100%;
    line-height: 24px;
}

.read_catsp
{
    width: 135px;
}

.read_gp a
{
    position: relative;
    padding-left: 12%;
    display: block;
    color: #fff;
    transition: all 0.4s;
}

.read_gp a:before
{
    content: '';
    width: 10%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transition: all 0.5s;
}

.read_gp span
{
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    display: flex;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.6s;
    justify-content: center;
    align-items: center;
}

.read_gp span i
{
    font-size: 30px;
}

.read_gp a:hover
{
    padding-left: 20%;
}

.read_gp a:hover:before
{
    width: 18%;
    background: color:#cbb539);
}

.read_gp:hover span
{
    border: 1px solid color:#cbb539;
}

h2.chaomung{
text-align: center;
    padding: 20px;
    margin-top: 10px;
    font-size: 20px;
    font-family: serif;
    text-transform: uppercase;
    color: red;
}
p.chaomung2 {
	font-size:30px;
}
 .counter-container {
            text-align: center;
        }
        .counter-item {
            margin: 0px;
        }
        .counter-number {
            font-size: 2em;
            font-weight: bold;
            color: #333;
        }
        .counter-text {
            font-size: 16px;
            color: #666;
        }
		.baocao img{
			width:100px;
		}
		.dienthoai{
    float: left;
    background: #333;
    color: #fff;
    padding: 10px 10px;
    margin-right: 16px;
	    margin-top: 11px;
		}
		.solienlac{
			    font-size: 20px;
    color: #4624f8;
    font-family: serif;
}
.thongtin{
    font-size: 20px;
    color: red;
    font-family: serif;
}
.acpnew h1{
	    text-align: center;
    font-size: 20px;
    color: #2259dc;
    text-transform: uppercase;
    font-weight: 600;
    font-family: serif;
}
.acp ul,ol{
	    list-style: decimal;
		
    font-size: 18px;
    font-family: serif;
}
.acp1 h4{
	font-size:20px;
	font-family:serif;
	color:#0d2bdc;
}
.acp1 p {
    font-size: 19px;
    font-family: serif;
    text-align: justify;
}
.acp img{
	width:100%;
}
.acp1 ul,ol{
	    list-style:disc;
		
    font-size: 18px;
    font-family: serif;
}
.acp h4{
	font-size:20px;
	font-family:serif;
	color:#0d2bdc;
}
#ft_hotline {
    background-color: #f49701;
    position: fixed;
    bottom: 80px;
    height: 45px;
    line-height: 42px;
    padding: 0 0px 0 0px;
    border-radius: 40px;
    color: #fff;
    right: 20px;
    z-index: 99999;
    border: solid 2px #fff;
}
#ft_hotline a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding-left: 18px;
}
#ft_hotline i {
    font-size: 20px;
    line-height: 36px;
    background: #ffffff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    float: right;
    border: solid 3px #d28100;
    margin-left: 12px;
    color: #0c0c0c;
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-name: opacity;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.fa-phone:before {
    content: "\f095";
}
.layout-contact .contact h4 {
  font-size:20px;
  font-weight:700;
  margin-bottom:20px;
  position:relative;
  display:inline-block;
}

.layout-contact .contact h4:before {
  background:#f45c43;
  content:'';
  right:0;
  left:0;
  position:absolute;
  bottom:-5px;
  height:3px;
  display:block;
  z-index:1;
  width:40%;
}

.layout-contact .contact .info-contact .description {
  margin-top:10px;
}

.layout-contact .contact .info-contact .group-address {
  margin-top:10px;
  margin-bottom: 30px;
}

.layout-contact .contact .info-contact .group-address .title {
  font-size:17px;
  font-weight:700;
  margin-bottom:10px;
}

.layout-contact .contact .info-contact .group-address ul {
  list-style:none;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.layout-contact .contact .info-contact .group-address ul li {
  margin-bottom:15px;
  display:inline-block;
  position:relative;
  width:100%;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
  display:flex;
  align-items:center;
}

@media (max-width:767px) {
  .layout-contact .contact .info-contact .group-address ul li {
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
}

.layout-contact .contact .info-contact .group-address ul li .icon {
  width:40px;
  min-width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #f45c43;
  border-radius:50%;
  margin-right:10px;
}

.layout-contact .contact .info-contact .group-address ul li .icon svg path {
  fill:#f45c43;
}

.layout-contact .contact .info-contact .group-address ul li b {
  display:block;
}

.layout-contact .contact .info-contact .group-address ul li a {
  color:#000;
}

.layout-contact .contact .info-contact .group-address ul li a:hover {
  color: #f45c43;
}

.layout-contact .contact .info-contact .group-address .see-store {
  color:#fff;
  background-color:#f45c43;
  line-height:38px;
  padding:10px 15px;
  font-size:14px;
  border-radius:5px;
}

.layout-contact .contact .info-contact .group-address .see-store:hover {
  background-color:#35c6df;
}

.layout-contact .form-contact {
  margin-top:15px;
}

@media (max-width:991px) {
  .layout-contact .form-contact {
    margin-bottom:20px;
  }
}

.layout-contact .form-contact .content-form {
  display:block;
  margin-bottom:15px;
}

.layout-contact .form-contact h4 {
  font-size:20px;
  font-weight:700;
  margin-bottom:20px;
  position:relative;
  display:inline-block;
}

.layout-contact .form-contact h4:before {
  background: #f45c43;
  content:'';
  right:0;
  left:0;
  position:absolute;
  bottom:-5px;
  height:3px;
  display:block;
  z-index:1;
  width:40%;
}
svg {
    width: 20px;
    height: 20px;
}
.layout-contact .form-contact .group_contact input,
.layout-contact .form-contact .group_contact textarea {
  border:1px solid #2f1cd5;
  margin-bottom: 12px;
    padding: 20px;
}
.map{
	margin-top:10px;
}
.map p{
	font-size: 20px;
    font-family: serif;
    font-weight: 400;
	
}
.company-map {
    width: 100%;
    
}
 .welcome-container {
            text-align: center;
        }

        .logo {
            width: 150px;
            height: auto;
            margin-bottom: 20px;
        }

        .welcome-text {
            font-size: 24px;
            color: #333;
            animation: fadeInUp 2s ease-in-out;
        }

        @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translateY(20px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }
		.section-vetoi{
            text-align: center;
            padding: 50px 20px;
            background: linear-gradient(135deg, #e2a5b3, #6c7b8b);
            border-radius: 8px;
            position: relative;
            overflow: hidden;
            color: #fff;
        }
        .section-vetoi img {
            max-width: 80%;
            height: auto;
            margin-top: 9px;
            z-index: 1;
            position: relative;
        }
        .section-vetoi h1 {
            font-size: 28px;
            margin: 20px 0;
            font-weight: bold;
        }
        .section-vetoi p {
            font-size: 18px;
            margin: 10px 0;
        }
        .btn-custom {
            display: inline-block;
            margin: 10px;
            padding: 15px 30px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            position: relative;
            overflow: hidden;
            border: none;
            cursor: pointer;
            transition: color 0.3s;
            color: #fff;
        }
        .btn-primary-custom {
            background: #007bff;
        }
        .btn-success-custom {
            background: #28a745;
        }
        .btn-custom::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 200%;
            height: 200%;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            transform: translate(-50%, -50%) rotate(-30deg);
            transition: all 0.3s;
            z-index: 0;
        }
        .btn-custom:hover::before {
            transform: translate(-50%, -50%) rotate(-30deg) scale(0.9);
        }
        .btn-custom span {
            position: relative;
            z-index: 1;
        }
        .modal-dialog {
            display: flex;
            align-items: center;
            min-height: calc(100% - 60px);
        }
        .modal-content {
            border-radius: 8px;
            padding: 20px;
            background: linear-gradient(135deg, #e2a5b3, #6c7b8b);
            color: #fff;
        }
        .modal-header {
            border-bottom: none;
            padding-bottom: 20px;
        }
        .modal-title {
            font-size: 24px;
            font-weight: bold;
        }
        .modal-body p {
            font-size: 16px;
            margin-bottom: 20px;
        }
        .modal-body .form-group label {
            font-weight: bold;
        }
        .modal-body input {
            border-radius: 5px;
        }
	
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
 .section-quanly {
            padding: 30px 15px;
            position: relative;
        }
	.section-quanly h3 {	
    text-align: center;
    font-size: 30px;
    font-family: serif;
    padding: 20px;
    text-transform: uppercase;
	}
	.section-quanly h2{	
    text-align: center;
    font-size: 25px;
    font-family: serif;
    padding: 20px;
    text-transform: uppercase;
	}
	
        .content-wrapper {
            display: flex;
            flex-direction: column;
        }

        .slider {
            position: revert;
            height: 400px; 
            overflow: hidden;
            margin-bottom: 20px; 
        }

        .slider img {
            max-width: 100%;
            height: auto;
            opacity: 0;
            position: absolute;
            top: 90%;
            left: 45%;
            transform: translate(-50%, -50%);
            transition: opacity 0.5s ease-in-out;
        }

        .slider img.active {
            opacity: 1;
        }

        .text-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
            position: relative;
        }

        .text-content p {
		  margin-bottom: 20px;
          padding: 20px;
          border-radius: 5px;
          border: 2px solid #808080;
          opacity: 0.5;
          transition: opacity 0.5s ease-in-out, border-color 0.5s ease-in-out;
          text-align: justify;

        }

        .text-content p.active {
            opacity: 1;
            border-color: #ffffff;
        }

        .text-content p .new-green-bar {
            position: absolute;
            left:-7px;
            top: 0;
            width: 10px;
            height: 100%;
            background-color: #00ff00;
            display: none;
        }

        .text-content p.active .new-green-bar {
            display: block;
        }

        .new-vertical-line {
            position: absolute;
            left: 20px;
            width: 2px;
            height: 0;
            background: #ffffff;
            top: 0;
            transition: height 0.5s ease-in-out;
        }

        @media (max-width: 768px) {
            .slider {
                display: flex;
                height: auto;
                transition: transform 0.5s ease-in-out; /* Smooth horizontal transition */
            }

            .slider img {
                flex-shrink: 0;
                width: 100%;
                height: auto; /* Ensure images fit within the container */
            }

            .text-content p {
                opacity: 0.5;
                transition: opacity 0.5s ease-in-out, border-color 0.5s ease-in-out;
            }

            .text-content p.active {
                opacity: 1;
                border-color: #00ff00;
            }

            .new-vertical-line {
                display: none;
            }

            .new-green-bar {
                display: none;
            }
        }
		.section-quanly{
		background: linear-gradient(to bottom, #001f3f, #000000);
            color: #fff;
            font-family: Arial, sans-serif;
            overflow-x: hidden;
		}
		.custom-panel {
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .custom-panel-heading {
            background-color: #007bff; /* Màu nền xanh dương */
            color: white;
            text-align: center;
            padding: 10px 0;
            border-bottom: 1px solid #ddd;
            font-size: 1.5rem;
        }
        .custom-panel-body {
            padding: 20px;
        }
       
        .list-group-item {
            border: 0;
            padding: 10px;
            position: relative;
            padding-left: 30px;
        }
        .list-group-item:not(:last-child) {
            border-bottom: 1px solid #ddd;
        }
        .list-group-item:before {
            content: "✓";
            position: absolute;
            left: 10px;
            color: #007bff;
            font-size: 1.2em;
        }
        .text-center {
            text-align: center;
        }
        .centered {
            text-align: center;
        }
		.btn-custom {
            background-color: #28a745;
            color: white;
            text-align: center;
            display: block;
            margin: 20px auto;
        }
        .btn-custom:hover {
            background-color: #218838;
            color: white;
        }
		a.btn-custom {
		color:#fff;
		}
		h3.gia{
		text-align: center;
		font-size: 30px;
		font-family: serif;
		color: #041dd3;
		}
		.section-gia h2{
		text-align: center;
		font-size: 40px;
		font-family: serif;
		color: #041dd3;
		}
		 .navbar {
            background-color: #007bff;
            padding: 15px 0;
        }
        .navbar a {
            color: #fff;
            font-size: 18px;
            text-decoration: none;
            margin: 0 15px;
        }
        .navbar a:hover {
            text-decoration: underline;
        }
        .nav-buttons {
            display: flex;
            overflow-x: auto;
            padding: 10px 0;
            background-color: #007bff;
            border-radius: 5px;
        }
        .nav-buttons::-webkit-scrollbar {
            display: none; /* Ẩn thanh cuộn trên các trình duyệt dựa trên WebKit */
        }
        .nav-buttons button {
            flex: 1;
            min-width: 150px;
            margin: 0 5px;
            padding: 10px;
            border-radius: 5px;
            font-size: 16px;
            background-color: #ffffff;
            color: #007bff;
            border: none;
            transition: background-color 0.3s, color 0.3s;
        }
        .nav-buttons button:hover {
            background-color: #e7e7e7;
            color: #0056b3;
        }
        .container {
            margin-top: 30px;
        }
     .section-gp {
    display: flex;
    align-items: center; /* Căn giữa theo chiều dọc */
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-gp img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    display: block;
}

.section-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    position: relative;
    margin-left: 20px; 
}

.section-content h1 {
    font-size: 2em;
    color: #333;
    margin-bottom: 15px;
    position: relative;
}

.section-content p {
    font-size: 20px;
    color: #666;
    line-height: 1.6;
    margin-top: 10px;
    font-family: serif;
}

@media (max-width: 767px) {
    .section-gp {
        flex-direction: column;
    }
    .section-gp img {
        width: 100%;
    }
    .section-content h1 {
        font-size: 1.5em;
    }
    .section-content p {
        font-size: 1em;
    }
}
.back-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #007bff;
            color: #fff;
            border: none;
            padding: 15px;
            border-radius: 50%;
            font-size: 18px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            text-align: center;
            transition: background-color 0.3s;
        }
        .back-to-top:hover {
            background-color: #0056b3;
        }
        .back-to-top .icon {
            display: block;
            font-size: 24px;
        }
        .back-to-top .text {
            font-size: 14px;
        }
