﻿
img:not(.lazy) {
    height: auto;
}
div.breadcrumbs {
    color: #666;
    background-color: #eee;
    background-image: none;
}
div.breadcrumbs a {
    font-size: 10px;
    text-transform: uppercase;
    color: #666
}
/*bắt đầu mod_title*/
.mod__title {
  	text-align:left;
    position: relative;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: clamp(18px, 4vw, 32px);
    color: #000;
    line-height: 1.6;
}

.mod__title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 3px;
    background-color: #000;
}
.cta--zone {
    background-color: rgb(102, 102, 102);
}
.accordions .mod__title{
    color: #fff;
    margin-bottom: 20px;
}
.accordions .mod__title::before{
  background-color: #fff;
}
@media screen and (min-width:600px) {
	.accordion {
        width: 45% !important;
        float: left;
        margin: 1px 15px 4px 0;
	}
}
@media screen and (max-width:600px) {
	.mod__title {
  	    font-size:18px;
	}
}
li.menu--item__lv1.has-child.is-open .menu--mobile__lv2 {
    display: block;
}
/* bắt đầu vùng chi nhánh */ 
.diachi_wrapper{
    padding: 40px 0 15px;
    background: #007BC0;
    color:#fff;
    text-align:left;
}

.diachi_wrapper .mod__title::before{
	background-color:#fff;
}
.diachi_footer {
    text-align: center;
}
.diachi_btn {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    margin: 5px;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 700;
}
ul.diachi__list {
	list-style: none;
	margin: 0;
	padding: 0;
    column-count: 1;
}
.diachi__list li {
    break-inside: avoid;  /* tránh bị gãy item giữa cột */
	padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
}
ul.diachi__list ol,
ul.diachi__list ul {
    margin-left: 0;
    display: none;
    height: 0;
    padding-left: 20px;
    transition: all .5s;
}
ul.diachi__list li.is-active ol,
ul.diachi__list li.is-active ul {
    display: block;
    height: auto;
    transition: all .5s;
}

.diachi__list > li:before {
    content: "❯";
    width: 1em;
    height: 1em;
    font-size: 1.2em;
    line-height: 1.2em;
    display: block;
    float: left;
    transition: all 0.35s;
}
.diachi__list > li li:before {display: none}
/*end vùng chi nhánh */
.menu--item__lv1.has-child a > span {
    content: "";
    width: 24px;
    height: 24px;
    float: right;
    margin-top: 3px;
    background: url('data:image/svg+xml,<svg aria-hidden="true" class="css-sgham7" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m9 19 7-7-7-7" stroke="currentColor" stroke-miterlimit="10"></path></svg>')
}

#header {
    position: relative;
    transition: all .5s;
}
body.sticky {
    padding-top: 70px;
}
#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all .2s;
    background-color: #fff;
    height: 70px;
    -webkit-box-shadow: 0 1px 2px rgba(48, 43, 65, .25);
    box-shadow: 0 1px 2px rgba(48, 43, 65, .25);
}
#header.sticky .site__logo {
    margin-left: 20px;
    margin-top: 5px;
    transition: all .5s;
}
#header.sticky nav.nav--top_menu {
    margin-top: 10px;
    transition: all .5s;
    clear: none;
    width: auto;
    border-left: 1px solid #eee;
    margin-left: 20px;
}
#header.sticky .searchbox__simple {
    display: none;
}
#header.sticky #menu--mobile {
    transition: all .5s;
    position: fixed;
    top: 30px;
}
img.topper {
    height: 0.25rem;
    width: 100%;
    display: block;
    object-fit: cover;
}
.top--hotline i {
    width: 22px;
    text-align: center;
    height: 22px;
    color: #333;
    background: #eee;
    float: left;
    margin: 5px 5px 0 0;
}
.top--hotline i.im:before {line-height: 22px;}
.top--hotline {
    float: right;
    clear: right;
    font-size: 21px;
    margin: 5px 20px -5px 0;
    color: #E00420;
    font-weight: 700;
}
#header.sticky .top--hotline {margin-top: 12px}
/*bắt đầu vùng danh mục nổi bật */
.caro__wrap {margin-bottom: 30px}
.caro__wrap a:hover,
.caro__wrap a {
    color: #fff !important;
    display: block;
    position: relative;
}
.caro__wrap .caro__content {
    position: absolute;
    top: 35px;
    left: 20px;
    right: 20px;

}
.caro__wrap > a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.35);
}
.caro__wrap .caro__title {
 	font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.caro__wrap .caro__text{
    margin-bottom: 10px;
}

.caro__wrap .caro__readmore {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
}

/*kết thúc vùng danh mục nổi bật*/
.lazy {
    opacity: 0;
    transition: opacity 0.5s linear 0.2s;
}
.loaded {
    opacity: 1;
    transition: opacity 0.
    5s linear 0.2s;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: none !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.dim {
    overflow: hidden;
    height: 0;
    display: block;
    background-size: cover;
    background-position: center center;
}
figure {
    padding: 0;
}
.dim1x1 {
    padding-bottom: 100%;
}
.dim16x9 {
    padding-bottom: 56%;
}
.dim3x2 {
    padding-bottom: 66%;
}
.dim4x3 {
    padding-bottom: 75%;
}
.dim img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.dim:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}
a img,
img {
    max-width: 100%;
    border: 0;
    height: auto;
}
.size--320 {
    max-width: 320px;
}
.row {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
}
.container {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}
.container--full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}
.c--1,
.c--2,
.c--3,
.c--4,
.c--5,
.c--6,
.c--7,
.c--8,
.c--9,
.c--10,
.c--11,
.c--12 {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    float: left;
}
.c--1 {
    width: 8.33333333%;
}
.c--2 {
    width: 16.66666667%;
}
.c--3 {
    width: 25%;
}
.c--4 {
    width: 33.33333333%;
}
.c--5 {
    width: 41.66666667%;
}
.c--6 {
    width: 50%;
}
.c--7 {
    width: 58.33333333%;
}
.c--8 {
    width: 66.66666667%;
}
.c--9 {
    width: 75%;
}
.c--10 {
    width: 83.33333333%;
}
.c--11 {
    width: 91.66666667%;
}
.c--12 {
    width: 100%;
}
.hide {
    display: none;
}
.show {
    display: block;
}
@media screen and (min-width: 992px) {
    .c__md--1,
    .c__md--2,
    .c__md--25,
    .c__md--3,
    .c__md--4,
    .c__md--5,
    .c__md--6,
    .c__md--7,
    .c__md--8,
    .c__md--9,
    .c__md--10,
    .c__md--11,
    .c__md--12 {
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
        float: left;
    }
    .c__md--1 {
        width: 8.33333333%;
    }
    .c__md--2 {
        width: 16.66666667%;
    }
    .c__md--25 {
        width: 20%;
    }
    .c__md--3 {
        width: 25%;
    }
    .c__md--4 {
        width: 33.33333333%;
    }
    .c__md--5 {
        width: 41.66666667%;
    }
    .c__md--6 {
        width: 50%;
    }
    .c__md--7 {
        width: 58.33333333%;
    }
    .c__md--8 {
        width: 66.66666667%;
    }
    .c__md--9 {
        width: 75%;
    }
    .c__md--10 {
        width: 83.33333333%;
    }
    .c__md--11 {
        width: 91.66666667%;
    }
    .c__md--12 {
        width: 100%;
    }
    .hide--md {
        display: none;
    }
    .show--md {
        display: block;
    }
    .container,
    .container--full {
        width: 720px;
    }
}
@media screen and (min-width: 992px) {
    .c__lg--1,
    .c__lg--2,
    .c__lg--3,
    .c__lg--25,
    .c__lg--4,
    .c__lg--5,
    .c__lg--6,
    .c__lg--7,
    .c__lg--8,
    .c__lg--9,
    .c__lg--10,
    .c__lg--11,
    .c__lg--12 {
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
        float: left;
    }
    .c__lg--1 {
        width: 8.33333333%;
    }
    .c__lg--2 {
        width: 16.66666667%;
    }
    .c__lg--25 {
        width: 20%;
    }
    .c__lg--3 {
        width: 25%;
    }
    .c__lg--4 {
        width: 33.33333333%;
    }
    .c__lg--5 {
        width: 41.66666667%;
    }
    .c__lg--6 {
        width: 50%;
    }
    .c__lg--7 {
        width: 58.33333333%;
    }
    .c__lg--8 {
        width: 66.66666667%;
    }
    .c__lg--9 {
        width: 75%;
    }
    .c__lg--10 {
        width: 83.33333333%;
    }
    .c__lg--11 {
        width: 91.66666667%;
    }
    .c__lg--12 {
        width: 100%;
    }
    .hide--lg {
        display: none;
    }
    .show--lg {
        display: block;
    }
    .container--full,
    .container {
        width: 1200px;
    }
}
.container--m {
    max-width: 840px;
}
.clear:before,
.clear:after {
    content: " ";
    display: table;
}
.row:after,
.clearfix,
.clear:after {
    clear: both;
}
.row:before,
.row:after {
    content: "";
    display: table;
}
.t--c,
.banner,
.mod__html--content_bottom {
    text-align: center;
}
.t--l {
    text-align: left;
}
.t--r {
    text-align: right;
}
.t--j {
    text-align: justify;
}
.n--m {
    margin: 0;
}
.n--p {
    padding: 0;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
.block {
    display: block;
}
.inline--block,
.list--inline li {
    display: inline-block;
}
.f--l {
    float: left;
}
.f--r {
    float: right;
}
.list--inline,
.list--unstyled,
.nav--top_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list--inline li,
.list--unstyled li,
.nav--top_menu ul li {
    margin: 0;
    padding: 0;
}
input:focus,
input:active {
    outline: 0;
}
.overflow {
    overflow: hidden;
}
.error {
    color: #f38714;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
}
.box--shadow {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.right {
    float: right;
}
.row--n {
    margin-left: -5px;
    margin-right: -5px;
}
.row--n .c--6,
.row--n .c__md--6 {
    padding-left: 5px;
    padding-right: 5px;
}
pre {
    padding: 10px;
    overflow: auto;
    border: 1px solid #d7d7d7;
}
figure,
label,
button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
textarea,
input {
    padding: 0.1em 0.5em;
}
button,
.btn {
    cursor: pointer;
    outline: 0;
    border: 0;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    padding: 0.5em 1.5em;
    text-decoration: none;
    display: inline-block;
}
body {
    font:
        1em/1.618 
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    color: #040707;
    -webkit-font-smoothing: antialiased;
}
h1,
h3,
h4 {
    line-height: 1.35;
    font-weight: 600;
    margin: 16px 0 8px;
}
h1,
.h1 {
    font-size: 28px;
    font-family: "Anek Latin", sans-serif;
}
h2,
.h2 {
    font-size: 22px;
    font-family: "Anek Latin", sans-serif;
}
h3,
.h3 {
    font-size: 18px;
}
h4,
.h4 {
    font-size: 16px;
}
h5,
.h5 {
    font-size: 12px;
}
h6,
.h6 {
    font-size: 10px;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: #008cf5;
}
.upper {
    text-transform: uppercase;
}
i.im {
    font-size: 14px;
}
@media screen and (min-width: 992px) {
    h1.maintitle {
        font-size: 32px;
    }
    .list--inline li.hide--md {
        display: none;
    }
}
input[type="text"] {
    border: 1px solid #eee;
    height: 30px;
}
.btn--cta {
    background: #007BC0;
    color: #fff;
    margin-bottom: 20px;
}
select {
    text-transform: none;
}
select.flat {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px top 7px;
    background-size: 12px 12px;
    color: #333;
    padding: 4px 12px;
    width: auto;
    border-radius: 0;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    outline: 0;
    cursor: pointer;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
select.flat:hover {
    opacity: 0.95;
    background-color: #f3f3f3;
}
.accordions {
    overflow: hidden;
    margin-bottom: 20px;
}
.accordion {
    width: 100%;
    overflow: hidden;
}
.accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordion-label {
    display: flex;
    color: #f1f1f1;
    border-top: 1px solid hsla(0,0%,100%,.2);
    padding: 0.75em 0;
    cursor: pointer;
}
.accordion-label::before {
    content: "❯";
    width: 1em;
    height: 1em;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: left;
    transition: all 0.35s;
}
.accordion-content {
    height: 0;
    padding: 0 1em;
    color: #fff;
    transition: all 0.35s;
}
.accordion-content p {
    margin: 0;
    padding-bottom: 15px;
}
.accordion-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.accordion-close:hover {
    background: #1a252f;
}
.accordion input:checked + .accordion-label {
    font-weight: 700;
}
.accordion input:checked + .accordion-label::before {
    transform: rotate(90deg);
    margin-top: 7px;
}
.accordion input:checked ~ .accordion-content {
    height: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: auto;
    text-align: left;
    border: 1px solid #e9e9e9;
}
table thead td,
table tbody td,
table tfoot td,
table thead th,
table tbody th,
table tfoot th {
    padding: 0.3em 0.5em;
    border-bottom: 1px solid #e9e9e9;
}
.site__logo {
    transition: all .5s;
    margin: 15px 10px 10px 30px;
    max-width: 185px;
    float: left;
}
.slideshow__title::after {
    margin-left: 10px;
    display: inline-block;
    font: normal normal normal 24px / 1 'iconic';
    text-rendering: auto;
    color: #0090e3;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
     content:'\e024';
}     
@media screen and (max-width: 575px) {
    div.slideshow__content {
        top: 10px
    }
    nav#menu--mobile {
        right: 25px;
        top: 25px;
        left: auto;
    }
    .site__logo img {
        max-height: 55px;
        margin-top: 10px;
    }
    .site__logo {
        margin: 0 0 10px 20px;
        max-width: 150px;
    }
}
.header__right {
    padding: 8px 0;
    position: relative;
    float: right;
}
@media screen and (max-width: 575px) {
    .header__right .header__right {
        width: 30px;
    }
}
@media screen and (min-width: 992px) {
    .header__right {
        padding: 8px 40px 8px 0;
    }
}
.header__right .mod__html--header_right {
    float: right;
    padding-top: 25px;
    margin-bottom: 0;
}
@media screen and (max-width: 575px) {
    .header__right .mod__html--header_right {
        display: none;
    }
}
.header__right .mod__html--header_right a {
    color: #007BC0;
    font-weight: 700;
    margin-right: 10px;
    margin-left: 10px;
}
.header__right #mobile__icon {
    margin-top: 14px;
    background: none;
    padding: 5px 10px;
    float: right;
}
.header__right #mobile__icon .im {
    font-size: 20px;
}
.btn--header {
    float: right;
    background-color: #008cf5;
    color: #fff;
    border-radius: 26px;
    padding: 5px 25px;
    font-weight: 700;
    margin-top: 20px;
}
.btn--header:hover {
    background-color: #007BC0;
    color: #fff;
}
@media screen and (max-width: 575px) {
    .btn--header {
        padding: 5px 15px;
        font-size: 14px;
        margin-top: 15px;
        display: none;
    }
}
.site__footer {
    color: #666;
    padding-top: 40px;
    padding-bottom: 0;
    border-top: 1px solid rgba(0,0,0,.05)
}
.site__footer h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 20px;
}
.site__footer .mod__title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.site__footer .im {
    float: left;
    font-size: 14px;
    margin: 4px 5px 0 0;
}
.nav--footer_menu .list--inline li {
    display: block;
}
.site__copy {
    margin-top: 30px;
    color: #eee;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
    background-color: #666;
}
.home__bottom {
    padding-bottom: 30px;
}
.mod__html--bottom {
    font-size: 0.8em;
}
.social:hover {
    color: #666;
}
.diachi_wrapper .mod__title {
    color: #fff;
}
.mod__html--content_top {
    margin-bottom: 40px;
}
.mod__html--content_top img {
    width: 100px;
}
.mod__html--content_bottom h3 {
    font-size: 18px;
}
.gutter {
    padding-top: 20px;
    padding-bottom: 20px;
}
.mod__menu--column_right .mod__title {
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.mod__menu--column_right .mod__title::after {
    content: "";
    margin-top: 10px;
    display: block;
    width: 80px;
    height: 2px;
    background: #00adf2;
}
.mod__menu--column_right .nav--column_right li {
    width: 100%;
}
.mod__menu--column_right .nav--column_right li ul {
    margin: 1em 0 2em 0;
    padding: 0 0 0 20px;
}

.mark-fapkw {
    color: #007BC0;
}
@media screen and (min-width: 992px) {
    .mod__html--content_top {
        margin-bottom: 60px;
    }
}
.mod {
    margin-bottom: 16px;
}
.mod__header {
    padding: 8px 0;
}
.mod__header--big {
    padding: 32px;
}

.mod__body {
    padding: 8px 0;
}
.mod__footer {
    padding: 0;
}
.zone {
    margin-bottom: 24px;
}
.site__wrap {
    clear: both;
}
.mod.mod__faqs {margin-bottom:0;padding-bottom: 1px;padding-top: 30px;}
@media screen and (min-width: 992px) {
    .content-col {
        padding-right: 40px;
    }
}
.mod__html--content_top h2 {
    color: #b86d29;
    font-size: 30px;
    text-align: center;
}
.mod__html--content_top .btn__xt {
    padding: 5px 25px;
    border: 0;
    font-weight: 700;
    border-radius: 16px;
    background-color: #e6b121;
    text-transform: uppercase;
    color: #fff;
}
.mod__html--content_top .box__group {
    box-shadow: 0px 0px 4px 2px #ccc;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.mod__html--content_top .box__group:hover {
    box-shadow: 0 0 30px #ddd;
}
.mod__html--content_top .im {
    font-size: 35px;
    margin-top: 15px;
}
.mod__html--content_bottom {
    font-size: 18px;
}
.splide--slideshow {
    margin-bottom: 10px;
}
.splide--slideshow img {
    width: 100%;
}
.splide--slideshow .splide__pagination {
    display: none;
}
.splide--slideshow .splide__arrows {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 2;
    opacity: 0;
    transition: all 0.2s;
}
@media screen and (min-width: 992px) {
    .splide--slideshow .splide__arrows {
        transform: translateY(-50px);
    }
}
li.slideshow__item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.15);
}
.splide--slideshow .splide__arrows button:disabled {display: none;}
.splide--slideshow .splide__arrows button {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    padding: 0;
    border-radius: 50%;
}
li.splide--slideshow {overflow: hidden;}
.splide--slideshow .splide__arrows button.splide__arrow--prev {
    margin-left: 15px;
    float: left;
}
.splide--slideshow .splide__arrows button.splide__arrow--next {
    float: right;
    margin-right: 15px;
}
.splide--slideshow:hover .splide__arrows {
    opacity: 1;
    transition: all 0.2s;
}

.splide--slideshow .splide__arrows svg {
    width: 16px;
    margin: 0 auto;
    display: block;
    height: 16px;
}
.mod__slideshow {
    text-align: center;
}
.slideshow__item img {
    width: 100%;
}
.mod__slideshow_atwidth .slideshow__item {
    padding-right: 15px;
}
.mod__slideshow_atwidth .slideshow__item img {
    border-radius: 6px;
}

/*bắt đầu vùng slideshow*/
.slideshow__content h1 {
	font-weight:700;
	font-size: 18px;
    z-index: 1;
}
.slideshow__content {
    text-align: left;
    top:0;
    font-size: 14px;
    position: absolute;
    z-index: 999;
    background-color: rgba(255,255,255,.2);
    color: #fff;
    text-shadow: 1px 1px 1px #000;
	width: 90%;
	padding: 10px 20px;
	border-radius:20px;
	margin-left:5%;
}

div#slideshow0-track::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
}

div#slideshow0-track > * {
    position: relative;
    z-index: 2;
}

@media (min-width:600px) and (max-width:1023px) {
	.slideshow__content {
        margin-top: -30%;
        width: 60%;
        padding:10px 20px;
        margin-left:10%;
    }
}

@media screen and (min-width:1024px) {
    .slideshow__content {
        max-width: 100%;
        width: 510px;
        margin-top: -22%;
        padding:20px 30px;
        margin-left:12%;
    }
}
.tns-nav {
    text-align: center;
}
.tns-nav button {
    padding: 6px;
    border-radius: 50%;
    margin: 10px 5px;
    background-color: #ccc;
}
.tns-nav button:hover,
.tns-nav button.tns-nav-active {
    background-color: #007BC0;
}
.tns-controls {
    display: none;
}
.searchbox__btn.btn {
    display: none;
}
@media screen and (min-width: 992px) {
    .searchbox__btn.btn {
        display: block;
        background: none;
        float: right;
        font-size: 1.5em;
        padding: 0 10px;
    }
}
.searchbox.is-active .searchbox__btn i:before {
    content: "";
    display: block;
}
.searchbox__body {
    z-index: 99;
    width: 320px;
}
@media screen and (min-width: 992px) {
    .searchbox__body {
        position: absolute;
        background: #fff;
        margin-top: 40px;
        right: 0;
        padding: 10px;
        border-top: 2px solid #007BC0;
        border-radius: 6px;
        box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.2);
    }
}
@media screen and (max-width: 575px) {
    .top--hotline,
    .searchbox__simple {display: none}
}
.searchbox.is-active .searchbox__body {
    display: block;
}
.searchbox__input {
    width: 245px;
    border: 1px solid #ccc;
    padding: 6px 10px 7px;
}
.searchbox__btn--go {
    background: #007BC0;
    color: #fff;
    padding: 7px 15px 8px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.searchbox__simple {
    width: 155px;
    margin-top: 5px;
    margin-right: 20px;
    float: right;
    position: relative;
}
.searchbox__simple label {
    width: 100%;
}
.searchbox__simple .searchbox__input {
    border: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    padding: 3px 15px 3px 30px;
    font-size: 14px;
    width: 100%;
    margin-right: 20px;
}
.searchbox__simple .searchbox__btn {
    width: 32px;
    height: 32px;
    top: -2px;
    left: 3px;
    line-height: 28px;
    cursor: pointer;
    position: absolute;
    text-align: center;
    background: none;
}
.searchbox {
    float: right;
    position: relative;
    margin-top: 17px;
    margin-left: 35px;
}
@media screen and (max-width: 575px) {
    .searchbox {
        margin-top: 0;
    }
}
.nav--top_menu {
    transition: all 1s;
    font-family: "Anek Latin", sans-serif;
    font-size: 16px;
    clear: right;
    width: auto;
    float: left;
    margin-top: -15px;
    margin-left: 70px;
}
.nav--top_menu .level--1.hide {
    display: none;
}
@media screen and (max-width: 575px) {
    .nav--top_menu .level--1.hide {
        display: block;
    }
}
@media screen and (max-width: 575px) {
    .nav--top_menu {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .nav--top_menu .homeicon a {
        width: 30px;
        height: 30px;
        padding-left: 0 !important;
        color: #007BC0 !important;
        overflow: hidden;
    }
    .nav--top_menu .homeicon a::before {
        content: "";
        float: left;
        font-family: "ri";
        font-size: 18px;
        text-align: center;
        margin-right: 30px;
    }
}
.nav--top_menu .level--1 {
    float: left;
    position: relative;
}
.nav--top_menu .level--1 a {
    padding: 8px 15px 5px;
    font-weight: 700;
    display: inline-block;
}
.nav--top_menu li.level--1 > a:after {
    content: "";
    height: 3px;
    width: 1px;
    opacity: 0;
    display: block;
}
.nav--top_menu li.has-child.level--1 > a:before {
    display: inline-block;
    font: normal normal normal 10px/1 "iconic";
    text-rendering: auto;
    color: #888;
    float: right;
    margin: 10px 0 0 5px;
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav--top_menu ul {
    margin: 0;
    display: inline-block;
}
.nav--top_menu ul .level--2 {
    position: relative;
    float: none;
    display: block;
}
.nav--top_menu ul .level--2 a {
    line-height: 20px;
    padding: 10px 5px;
    display: block;
    z-index: 6;
    text-transform: inherit;
}
.nav--top_menu ul li ul {
    top: 92%;
    background: #fff;
    z-index: 100;
    width: 210px;
    text-align: left;
    border: 1px solid #d2e0ed;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.nav--top_menu ul li ul a {
    text-transform: inherit;
}
.nav--top_menu ul li ul ul {
    left: 205px;
    top: -20px;
}
.nav--top_menu ul li:hover > ul {
    display: block;
    opacity: 1;
    transition: all 0.4s;
    z-index: 999;
    visibility: visible;
}
.mod__menu--footer_menu {
    font-size: 13px;
}
@media screen and (min-width: 992px) {
    .mod__menu--footer_menu {
        width: 30%;
        float: right;
        margin-left: 15px;
        margin-right: 15px;
    }
}
.nav--footer_menu .menu li {
    display: block;
}
#menu--mobile {
    transition: all .5s;
    position: absolute;
    left: 38px;
    top: 75px;
    z-index: 99;
}
#menu--mobile.is-active #menu--mobile__btn {
    transition: all .5s;
    display: block;
    top: 25px;
    height: 30px;
    left: 15px;
    position: fixed;
}
#menu--mobile.is-active .bar2 {
    width: 0;
    opacity: 0;
}
#menu--mobile.is-active .bar1 {
    top: 10px;
    transform: rotate(45deg);
    background: #00adf2;
}
#menu--mobile.is-active .bar3 {
    top: 10px;
    transform: rotate(-45deg);
    background: #00adf2;
}
#menu--mobile.is-active .searchbox__body.hide {
    display: block;
    position: fixed;
    right: 85px;
    width: 210px;
    top: 18px;
}
#menu--mobile.is-active .searchbox__body.hide label {
    position: relative;
}
#menu--mobile.is-active .searchbox__body.hide .searchbox__btn--go {
    display: none;
}
#menu--mobile.is-active .menu--mobile__wrap {
    display: block;
    opacity: 1;
    visibility: visible;
    left: 0;
    overflow-y: scroll;
}
#menu--mobile.is-active:after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 97;
}
#menu--mobile__btn {
    width: 24px;
    height: 24px;
    z-index: 99;
    cursor: pointer;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
#menu--mobile__btn span {
    display: block;
    background: #111;
    width: 24px;
    height: 2px;
    position: absolute;
    transition: 0.5s;
}
#menu--mobile__btn .bar1 {
    top: 0;
}
#menu--mobile__btn .bar2 {
    top: 8px;
}
#menu--mobile__btn .bar3 {
    top: 16px;
}
.menu--mobile__wrap {
    padding: 70px 24px 24px;
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    z-index: 98;
    height: 100vh;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.menu--mobile__wrap li + li {
    margin-top: 16px;
}
.menu--mobile__wrap a {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
}
.menu--mobile__wrap span {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    display: block;
}
.menu--mobile__lv2 {
    padding: 10px 0 10px 15px;
}
.mod__news-magazine .mod__title {
    border-bottom: 2px solid #007BC0;
    margin-top: 0;
}
.mod__news-magazine .mod__title a,
.mod__news-magazine .mod__title span {
    margin-left: 16px;
    color: #000;
    display: inline-block;
    padding: 2px 16px 5px;
    background: #007BC0;
}
.mod__news-magazine .news.news--lead .news__thumb {
    margin-bottom: 16px;
    display: block;
}
.mod__news-magazine .news.news--lead .news__name {
    font-size: 22px;
}
.mod__news-magazine .news:not(.news--lead) .news__thumb {
    width: 90px;
    float: left;
    margin: 0 8px 8px 8px;
}
.mod__news-magazine .news h3 {
    font-size: 14px;
}

/* bắt đầu vùng sản phẩm tiếp nhận sửa chữa và bảo hành*/ 
.banner--grid.row {
   text-align: center;
   margin: 0 -6px;
}
.banner--grid.row > .c--6{ 
    padding-left: 6px;
    padding-right: 6px;
}
.thumb.album__thumb {
    background-color: #eee;
    padding: 5px;
    margin-bottom: 12px;
}

h2.album__name {
    font-size: 14px;
    margin-top: 5px;
}
.mod__news-magazine:after {
    display: block;
    content: "";
    clear: both;
}
.mod__news-scroll .mod__title {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.mod__news-scroll .mod__title::after {
    margin: 10px auto 5px;
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #00adf2;
}
.mod__news-scroll .splide__pagination__page {
    margin: 0 2px;
    border-radius: 2px;
    padding: 0.2em 1em;
}
.mod__news-scroll .splide__pagination__page.is-active {
    background: #007BC0;
}
.mod__news-thumbnail .mod__title {
    border-bottom: 1px solid #f2f2f2;
}
.mod__news-thumbnail .mod__title::after {
    content: "";
    margin-top: 10px;
    display: block;
    width: 80px;
    height: 2px;
    background: #00adf2;
}
.mod__news-thumbnail .mod__title a,
.mod__news-thumbnail .mod__title span {
    display: inline-block;
    color: #040707;
}
.mod__news-thumbnail .news__thumb {
    float: left;
    margin-right: 16px;
    width: 70px;
}
.mod__news-thumbnail .news__name {
    font-size: 14px;
}
.ticker__headline {
    margin-right: 15px;
    float: left;
}
.ticker__headline i {
    color: #dd1d26;
}
.ticker {
    width: calc(100% - 35px);
    overflow: hidden;
}
.ticker a:hover {
    color: #007BC0;
}
.mod__news-toplist {
    padding: 10px 15px 10px 5px;
    counter-reset: section;
    border: 1px solid #ccc;
    border-radius: 12px;
}
.mod__news-toplist .mod__title {
    color: #007BC0;
    margin-top: 0;
}
.mod__news-toplist li {
    margin-top: 10px;
    padding-top: 10px;
    min-height: 40px;
    border-top: 1px dotted #dbdbdb;
}
.mod__news-toplist li::before {
    counter-increment: section;
    content: counter(section);
    width: 50px;
    display: block;
    float: left;
    text-align: center;
    font-size: 40px;
    line-height: 36px;
    color: #c1c1c1;
}
.mod__news-toplist li:first-child {
    border-top: 0;
}
.mod__news-toplist li a {
    display: block;
    padding-left: 50px;
}
.mod__news-toplist li a:hover {
    color: #007BC0;
}
ul.toplist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mod--simple .item__wrap {
    height: 100px;
}
.mod--simple .item__wrap h3 {
    margin-top: 7px;
    font-size: 16px;
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.6rem;
}
.mod__list .mod__header {
    padding: 0 0 0 10px;
    border-bottom: 2px solid #007BC0;
}
.mod__list .mod__header h2 {
    margin: 20px 0 0;
    color: #000;
    font-size: 16px;
    display: inline-block;
    padding: 2px 16px 5px;
    background: #007BC0;
}
.mod__list .item__list .item__figure {
    float: left;
    margin-right: 10px;
}
.mod__list .item__list .item__name {
    font-size: 14px;
    margin-top: 0;
}
.mod__list .item__list::after {
    height: 1px;
    content: "";
    display: block;
    clear: both;
}
.item__list {
    clear: both;
    padding: 10px 0;
}
.mod--grid {
    margin-bottom: 15px;
    padding-top: 40px;
}
.mod--grid .item {
    background-color: #f0f2f4;
    padding: 15px;
    margin: 5px -5px;
    text-align: center;
}
.mod--grid .mod__title {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.mod--grid .mod__title::after {
    margin: 10px auto 5px;
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #00adf2;
}
.mod--grid .figure__item {
    overflow: hidden;
    height: 0;
    background-size: cover;
    background-position: center center;
    display: block;
    padding-bottom: 63%;
}
.mod--grid .figure__item img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.mod--grid .figure__item img:hover {
    transform: scale(1.1);
    transition: all 0.4s;
}
.mod--grid .item__wrap {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}
.mod--grid .item__wrap .item__name {
    padding: 7px;
    min-height: 65px;
    margin: 0;
    font-size: 1em;
}
.mod__service-bycat .mod__title {
    text-align: center;
}
.mod__service-bycat.mod--simple .mod__title {
    font-size: 16px;
    height: 35px;
    position: relative;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.mod__service-bycat.mod--simple .mod__title > span {
    position: absolute;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%);
    z-index: 1;
    top: 0;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 0.3em 0.8em;
}
@media screen and (max-width: 575px) {
    .mod__service-bycat.mod--simple .mod__title > span {
        width: 100%;
    }
}
.mod__service-bycat.mod--simple .mod__title::after {
    content: "";
    display: block;
    height: 1px;
    background: #ddd;
    left: 0;
    right: 0;
    position: absolute;
    top: 51%;
    z-index: 0;
}
#leadform {
    color: #000;
}
#leadform .leadform__in {
    padding-bottom: 15px;
}
#leadform h2 {
    color: #232323;
    margin-bottom: 20px;
}
#leadform .small--grab {
    font-size: 12px;
    color: #333;
    margin-top: 10px;
}
#leadform select {
    color: #666;
    padding: 5px 10px;
    border: 1px solid #eee;
    cursor: pointer;
    display: block;
    margin-top: 10px;
}
#leadform select.hide {
    display: none;
}
#leadform .row__group {
    color: #666;
    position: relative;
    border-bottom: 1px solid #ccc;
}
#leadform .row__group input,
#leadform .row__group textarea {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 10px 5px;
}
#leadform .row__group label {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
}
#leadform .row__group.is-active label {
    top: 0;
    font-size: 12px;
    color: #999;
}
#leadform .row__group.is-active input,
#leadform .row__group.is-active textarea {
    padding: 15px 5px 5px 0;
}
#leadform .row__group:focus-within {
    border-color: #007BC0;
}
#leadform #register__loading {
    background: url(loading.gif) center center no-repeat;
    height: 45px;
    background-size: 45px;
}
#leadform #register__leadform {
    margin-top: 10px;
    background: #faa72e;
    background: radial-gradient(circle, #faa72e 0%, #c97f2c 100%);
    color: #ffffb8;
    font-size: 16px;
    width: 100%;
    padding: 8px 15px;
    line-height: 1.1;
    text-transform: uppercase;
}
#leadform .success {
    color: green;
    padding-right: 20px;
}
.onsupport {
    position: fixed;
    bottom: 45px;
    width: 42px;
    text-align: center;
    z-index: 10;
}
.onsupport a:hover span {
    height: auto;
    min-width: 120px;
    width: auto;
    opacity: 0.9;
}
.onsupport a span {
    height: 0;
    opacity: 0;
    width: 0;
    min-width: 0;
    background: linear-gradient(to bottom, #2c93e4, #288ad6);
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 6px;
    font-size: 13px;
    position: absolute;
}
.onsupport a {
    width: 42px;
    border-radius: 50%;
    height: 42px;
    display: block;
    border: 2px solid #fff;
    position: relative;
    margin-top: 12px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.15);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}
.onsupport a:hover {
    box-shadow:
        0 5px 10px rgba(0, 0, 0, 0.16),
        0 4px 15px rgba(0, 0, 0, 0.18);
}
.onsupport a.zalo {
    background-image: url("https://asset.osd.vn/cross/icon/round-zalo.svg");
}
.onsupport a.zalo:before {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    background: red;
    top: 8px;
    right: -5px;
    -webkit-animation: argh-my-eyes 3s infinite;
    -moz-animation: argh-my-eyes 3s infinite;
    animation: argh-my-eyes 3s infinite;
}
.onsupport a.phone {
    background-image: url("https://asset.osd.vn/cross/icon/round-phone.svg");
}
.onsupport a.messenger {
    background-image: url("https://asset.osd.vn/cross/icon/round-messenger.svg");
}
.onsupport a.gmap {
    background-image: url("https://asset.osd.vn/cross/icon/round-gmap.svg");
    background-color: #fff;
}
.float--bottom_left {
    left: 30px;
}
.float--bottom_left a span {
    left: 50px;
}
.float--bottom_right {
    right: 30px;
}
.float--bottom_right a span {
    right: 50px;
}
.float--bottom_right-left {
    left: 30px;
}
.float--bottom_right-left div span {
    left: 50px;
}
.float--left {
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.float--left a span {
    left: 50px;
}
.float--right {
    right: 30px;
    transform: translateY(-50%);
}
.float--right a span {
    right: 50px;
}
.col-right {
    padding-top: 20px;
}
@-webkit-keyframes argh-my-eyes {
    0% {
        background-color: orange;
    }
    33% {
        background-color: #c43550;
    }
    66% {
        background-color: #c42342;
    }
    100% {
        background-color: #c41435;
    }
}
@-moz-keyframes argh-my-eyes {
    0% {
        background-color: orange;
    }
    33% {
        background-color: #c43550;
    }
    66% {
        background-color: #c42342;
    }
    100% {
        background-color: #c41435;
    }
}
@keyframes argh-my-eyes {
    0% {
        background-color: orange;
    }
    33% {
        background-color: #c43550;
    }
    66% {
        background-color: #c42342;
    }
    100% {
        background-color: #c41435;
    }
}
.onsupport--small {
    width: 32px;
}
.onsupport--small a {
    width: 32px;
    height: 32px;
}
.onsupport--large {
    width: 64px;
}
.onsupport--large a {
    width: 64px;
    height: 64px;
}
.onsupport__corner.is-active .hotline {
    height: auto;
    opacity: 1;
    overflow: visible;
    transition: all 0.5s;
    visibility: visible;
    min-width: 160px;
    background: #fff;
    line-height: 24px;
}
.onsupport__corner {
    position: fixed;
    bottom: 45px;
    width: 42px;
    text-align: center;
    z-index: 10;
    left: 10px;
}
.onsupport__corner a span {
    height: 0;
    opacity: 0;
    width: 0;
    min-width: 0;
    padding: 5px 15px;
    background: #007BC0;
    color: #000;
    border: 2px dashed #000;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 6px;
    font-size: 13px;
    position: absolute;
}
.onsupport__corner .zalo::before {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    background: #dd1d26;
    top: 9px;
    right: 5px;
    animation: argh-my-eyes 3s infinite;
}
.onsupport__corner div:hover span,
.onsupport__corner a:hover span {
    height: auto;
    min-width: 120px;
    width: auto;
    opacity: 0.9;
}
.onsupport__corner .hotline {
    overflow: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    visibility: hidden;
    padding: 5px 10px;
    transition: all 0.5s;
    border-bottom: 1px dashed #000;
}
.onsupport__corner .hotline div {
    color: #007BC0;
}
.onsupport__corner .hotline:last-child {
    border-bottom: 0;
}
.onsupport__corner .facebook {
    position: fixed;
}
.onsupport__corner .facebook span {
    right: 65px;
}
.onsupport__corner .zalo span {
    right: 50px;
}
.onsupport__corner .zalo {
    position: fixed;
    background: url(icon_zalo.png) center center no-repeat;
    background-size: 52px;
    width: 52px;
    height: 52px;
    right: 40px;
    bottom: 115px;
    display: block;
    z-index: 9999999999;
}
.onsupport__corner .facebook {
    right: 30px;
    bottom: 40px;
    background: url(icon_facebook.png) center center no-repeat;
    background-size: 72px;
    width: 72px;
    height: 72px;
    display: block;
}
.onsupport__corner .btn__support {
    padding: 8px 0;
    width: 45px;
    cursor: pointer;
    position: relative;
    background: none;
}
.onsupport__corner .btn__support .im {
    width: 40px;
    display: block;
    box-sizing: border-box;
    height: 40px;
    background: #008cf5;
    color: #fff;
    border-radius: 100%;
    font-size: 23px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
    left: 25px;
    top: 25px;
}
.onsupport--default a span {
    padding: 5px;
}
.banner {
    padding-top: 7px;
    padding-bottom: 7px;
}
.banner img {
    margin: 10px 15px;
}
@media screen and (max-width: 575px) {
    .banner img {
        width: 99px;
        margin: 5px;
    }
}
.mod__banner,
.mod__banner--popup,
.mod__banner--customer {
    margin-bottom: 20px;
}
.mod__banner .mod__title,
.mod__banner--popup .mod__title,
.mod__banner--customer .mod__title {
    position: relative;
    background-color: #fff;
}
.mod__banner .mod__title > span,
.mod__banner--customer .mod__title > span {
    position: absolute;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%);
    z-index: 1;
    top: 0;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 0.3em 0.8em;
}
@media screen and (max-width: 575px) {
    .mod__banner .mod__title > span,
    .mod__banner--popup .mod__title > span,
    .mod__banner--customer .mod__title > span {
        width: 100%;
    }
}
.mod__banner .mod__title::after,
.mod__banner--customer .mod__title::after {
    content: "";
    display: block;
    height: 1px;
    background: #ddd;
    left: 0;
    right: 0;
    position: absolute;
    top: 51%;
    z-index: 0;
}
.banner--landing {
    margin-bottom: 40px;
}
.banner--landing .mod__header {
    padding: 0;
    margin-top: 50px;
}
.banner--landing .tab button {
    border: 1px solid #acacac;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 12px;
    height: 60px;
    padding: 0.5em;
    text-align: left;
    background: none;
}
@media screen and (max-width: 575px) {
    .banner--landing .tab button {
        font-size: 14px;
        height: auto;
    }
}
.banner--landing .tab button:hover {
    color: #007BC0;
    border: 1px solid #007BC0;
}
.banner--landing .tab button.active {
    border: 1px solid #007BC0;
    border-radius: 6px;
    color: #000;
    outline: 0;
    background: #fff;
}
.banner--landing .tab button.active .ol__number {
    background-color: #007BC0;
    color: #fff;
    border-radius: 50%;
}
.banner--landing .ol__number {
    border-radius: 50px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.banner--landing .tab__content .img__banner {
    border-radius: 5px;
    margin: 0 auto;
}
.banner--landing .upline {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 3px;
    color: #999;
}
.banner--landing .mod__title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    margin-top: 0;
}
.banner--landing .item__desc {
    color: #878787;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .banner--landing .item__desc {
        margin-bottom: 50px;
    }
}
.mod__banner--popup {
    padding-top: 15px;
    padding-bottom: 15px;
}
.mod__banner--popup img {
    width: 100%;
    transition:
        filter 0.6s,
        opacity 0.6s,
        transform 0.6s,
        box-shadow 0.3s;
    margin: 0 auto;
    opacity: 1;
    height: auto;
}
.mod__banner--popup .popup__thumb {
    margin: 0 auto 10px;
    position: relative;
    transition:
        opacity 0.3s,
        transform 0.3s,
        background-color 0.3s;
}
.mod__banner--popup .popup__thumb .popup__image {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    transition:
        transform 0.3s,
        box-shadow 0.3s,
        background-color 0.3s,
        color 0.3s,
        opacity 0.3s;
    height: auto;
    display: block;
}
.mod__banner--popup .popup__thumb .popup__image:hover {
    box-shadow:
        0 3px 6px -4px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
}
.mod__banner--popup .popup__image:hover img {
    opacity: 0.7;
    transform: scale(1.1);
}
.mod__banner--popup .popup__wrap {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    bottom: 0;
    max-height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.25) 100%);
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: absolute;
    color: #f1f1f1;
}
.mod__banner--popup .popup__wrap .popup__name {
    font-size: 1.2em;
    padding-bottom: 1.4em;
    padding-top: 0.7em;
}
@media screen and (min-width: 992px) {
    .row--n {
        margin-left: -5px;
        margin-right: -5px;
    }
}
.mod__banner--customer {
    position: relative;
}
.mod__banner--customer .mod__header {
    text-align: center;
    margin-bottom: 50px;
}
.mod__banner--customer .quote {
    position: absolute;
    right: -50px;
    bottom: -50px;
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    transform: scaleY(1) scaleX(1);
    transition: all 500ms ease;
    background: #00a859;
}
.mod__banner--customer .quote span {
    position: relative;
    right: 22px;
    top: -12px;
}
.mod__banner--customer .rating {
    position: relative;
    list-style: none;
    padding: 0;
    display: block;
    margin-bottom: 15px;
}
.mod__banner--customer .rating li {
    display: inline-block;
    float: left;
    position: relative;
    line-height: 20px;
}
.mod__banner--customer .rating li .im {
    font-size: 13px;
    color: #ffb32f;
    margin-right: 3px;
}
.mod__banner--customer .desc {
    font-style: italic;
    line-height: 35px;
    margin-bottom: 20px;
}
.mod__banner--customer .customer__holder {
    padding: 50px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.mod__banner--customer .customer__holder img {
    border-radius: 50px;
    float: left;
    margin-right: 10px;
}
.mod__banner--customer .customer__holderh3 {
    font-size: 18px;
    line-height: 30px;
    color: #008cf5;
}
.mod__banner--customer .splide__pagination__page {
    background: rgba(27, 24, 47, 0.3);
    border-radius: 50%;
    margin: 0px 5px;
    transition: all 500ms ease;
    padding: 4px 4px;
}
.mod__banner--customer .splide__pagination__page.is-active {
    background: #222;
}
.mod__banner--customer .splide__pagination__page:hover {
    background: #1b182f;
    transform: scale(1.5);
}
@media screen and (max-width: 575px) {
    .mod__banner--customer .mod__title {
        font-size: 30px;
        line-height: 40px;
    }
    .mod__banner--customer .customer__holder {
        padding-left: 30px;
        padding-right: 20px;
    }
}
.zalo-container {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 160px;
    left: 40px;
    z-index: 99;
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring-wrap .hotline-phone-ring-img-circle {
    background-color: #00aff2;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 80px;
    height: 80px;
    top: 5px;
    left: 5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #2699c6;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 60px;
    height: 60px;
    top: 15px;
    left: 15px;
    position: absolute;
    background-color: #00aff2;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    width: 33px;
    height: 33px;
    top: 30px;
    left: 30px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    background: rgba(30, 30, 30, 0.1)
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==)
        no-repeat center center;
    background-size: 26px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 33px;
    bottom: 37px;
}
.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff;
}
@-webkit-keyframes hotline-phone-ring-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes hotline-phone-ring-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@-webkit-keyframes hotline-phone-ring-img-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}
@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}
.si-modal {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.65);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 998;
}
.si-modal.is-active {
    display: block;
}
.si-modal.is-active .si-modal__window {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    max-width: 100%;
    max-height: 95vh;
    width: 460px;
    padding: 10px 20px 20px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translate(-50%, -50%);
    z-index: 999;
}
.si-modal.is-active .si-modal__title {
    margin: 0 0 15px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.si-modal.is-active .si-modal__content {
    position: relative;
    max-height: calc(95vh - 120px);
}
.si-modal__close {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.spotlight-group {
    margin-bottom: 10px;
}
#spotlight {
    position: fixed;
    top: -1px;
    bottom: -1px;
    width: 100%;
    z-index: 99999;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    overflow: hidden;
    user-select: none;
    transition: opacity 0.2s ease-out;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    contain: strict;
    touch-action: none;
    pointer-events: none;
}
#spotlight.show {
    opacity: 1;
    transition: none;
    pointer-events: auto;
}
#spotlight.white {
    color: #212529;
    background-color: #fff;
}
#spotlight.white .spl-spinner,
#spotlight.white .spl-prev,
#spotlight.white .spl-next,
#spotlight.white .spl-page ~ * {
    filter: invert(1);
}
#spotlight.white .spl-progress {
    background-color: rgba(0, 0, 0, 0.35);
}
#spotlight.white .spl-header,
#spotlight.white .spl-footer {
    background-color: rgba(255, 255, 255, 0.65);
}
#spotlight.white .spl-button {
    background: #212529;
    color: #fff;
}
#spotlight .cover {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#spotlight .contain {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
#spotlight .autofit {
    object-fit: none;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    transition: none;
}
.spl-track {
    position: absolute;
    width: 100%;
    height: 100%;
    contain: strict;
}
.spl-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42px;
    opacity: 0;
}
.spl-spinner.spin {
    transition: opacity 0.2s linear 0.25s;
    opacity: 1;
}
.spl-spinner.error {
    background-size: 128px;
    transition: none;
    opacity: 0.5;
}
.spl-scene {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.65s cubic-bezier(0.1, 1, 0.1, 1);
    contain: layout size;
    will-change: transform;
}
.spl-pane > * {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    margin: 0;
    padding: 0;
    border: 0;
    transform: translate(-50%, -50%) scale(1);
    transition:
        transform 0.65s cubic-bezier(0.3, 1, 0.3, 1),
        opacity 0.65s ease;
    contain: layout style;
    will-change: transform, opacity;
    visibility: hidden;
}
.spl-pane {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1);
    contain: layout size;
    will-change: transform, contents;
}
.spl-header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.45);
    transform: translateY(-100px);
    transition: transform 0.35s ease;
    overflow: hidden;
    will-change: transform;
}
#spotlight.menu .spl-header,
.spl-header:hover {
    transform: translateY(0);
}
.spl-header div {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: 50px;
    height: 50px;
    opacity: 0.5;
}
.spl-progress {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.45);
    transform: translateX(-100%);
    transition: transform linear;
}
.spl-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    line-height: 20px;
    padding: 20px 20px 0 20px;
    padding-bottom: env(safe-area-inset-bottom, 0);
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    transform: translateY(100%);
    transition: transform 0.35s ease;
    will-change: transform;
}
#spotlight.menu .spl-footer,
.spl-footer:hover {
    transform: translateY(0);
}
.spl-title {
    font-size: 22px;
    margin-bottom: 20px;
}
.spl-description {
    margin-bottom: 20px;
}
.spl-button {
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.spl-page {
    float: left;
    width: auto;
    line-height: 50px;
}
.spl-page ~ * {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px;
    float: right;
}
.spl-prev,
.spl-next {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 50px;
    height: 50px;
    opacity: 0.65;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 100%;
    cursor: pointer;
    margin-top: -25px;
    transform: translateX(-100px);
    transition: transform 0.35s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    will-change: transform;
}
.spl-next {
    left: auto;
    right: 20px;
    transform: translateX(100px) scaleX(-1);
}
#spotlight.menu .spl-prev {
    transform: translateX(0);
}
#spotlight.menu .spl-next {
    transform: translateX(0) scaleX(-1);
}
@media (hover: hover) {
    .spl-page ~ div {
        cursor: pointer;
        transition: opacity 0.2s ease;
    }
    .spl-page ~ div:hover,
    .spl-prev:hover,
    .spl-next:hover {
        opacity: 1;
    }
}
@media (max-width: 500px) {
    .spl-header div {
        width: 44px;
    }
    .spl-footer .spl-title {
        font-size: 20px;
    }
    .spl-footer {
        font-size: 14px;
    }
    .spl-prev,
    .spl-next {
        width: 35px;
        height: 35px;
        margin-top: -17.5px;
        background-size: 15px 15px;
    }
    .spl-spinner {
        background-size: 30px 30px;
    }
}
.hide-scrollbars {
    overflow: hidden !important;
}
@keyframes pulsate {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
.splide__container {
    box-sizing: border-box;
    position: relative;
}
.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}
.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}
.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}
.splide__progress__bar {
    width: 0;
}
.splide {
    position: relative;
    visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}
.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide__track--fade > .splide__list {
    display: block;
}
.splide__track--fade > .splide__list > .splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1;
}
.splide--rtl {
    direction: rtl;
}
.splide__track--ttb > .splide__list {
    display: block;
}
.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}
.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
    opacity: 0.9;
}
.splide__arrow:disabled {
    opacity: 0.3;
}
.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.splide__arrow--prev {
    left: 1em;
}
.splide__arrow--prev svg {
    transform: scaleX(-1);
}
.splide__arrow--next {
    right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.splide__pagination {
    bottom: 0.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}
.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: 0.7;
    padding: 0;
    position: relative;
    transition: transform 0.2s linear;
    width: 8px;
}
.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1;
}
.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.splide__progress__bar {
    background: #ccc;
    height: 3px;
}
.splide__slide {
    -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
    outline: 0;
}
@supports (outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}
@media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf;
    }
}
@supports (outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}
@media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf;
    }
    .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
        border-color: #0bf;
    }
}
.splide__toggle {
    cursor: pointer;
}
.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
    top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg);
}
.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: 0.5em;
    top: 0;
}
article:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.full--width {
    width: 100%;
}
.news__name {
    font-size: 16px;
    margin: 0;
}
.news__sapo {
    display: none;
}
@media screen and (min-width: 992px) {
    .news__sapo {
        display: inline;
    }
}
.news__meta {
    color: #999;
    font-size: 10px;
}
.meta--author,
.meta--date,
.meta--views {
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    display: inline-block;
}
.splide__pagination {
    margin-top: 16px;
}
.news {
    position: relative;
}
.news:before {
    clear: both;
    content: "";
    display: block;
    height: 8px;
    width: 100%;
}
.news:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 100%;
}
.dim {
    border: 1px solid #eee;
}
.image figcaption {
    display: block;
    font-size: 12px;
    padding-top: 10px;
    font-style: italic;
}
body.service-service_cat .banner--default{
    max-width: 100%;
    width: 960px;
    margin: 10px auto
}
.banner--item {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #ddd;
}
.banner--item img {
    width: 72px;
}
.banner--item .banner__title {
    font-weight: 700;
    margin-top: 15px;
} 

@media screen and (min-width: 992px) {
    .mod__news-magazine .news {
        width: 58%;
        float: left;
    }
    .mod__news-magazine .mod__news-magazine .mod__body {
        padding-top: 0;
    }
    .mod__news-magazine .news--lead:last-child:after {
        display: none;
    }
    .mod__news-magazine .news:not(.news--lead) .news__sapo {
        display: none;
        display: block;
    }
    .mod__news-magazine .news--lead {
        width: 38%;
        margin-right: 2%;
        float: left;
    }
    h2.album__name {
        font-size: 16px;
    }
    .caro__wrap .caro__text {
        max-width: 60%;
    }
    .diachi_btn {font-size: 16px}
    ul.diachi__list {
        column-count: 2;
        column-gap: 24px;
    }
    img.topper {
        height: 0.5rem;
    }
    #header.sticky .site__logo {
        margin-left: 85px;
        margin-top: 10px;
    }
    .slideshow__content h1 {
        font-size: 48px;
    }
    .slideshow__content {
        margin-top: 10%;
        font-size: 16px;
    }
    #menu--mobile.is-active .menu--mobile__wrap:before {
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        content: "";
        width: 320px;
        background-color: #fff;
    }

    #menu--mobile.is-active .menu--mobile__wrap {
        width: 100%;
        background: none;
        padding: 70px 4px 4px
    }
    
    .menu--mobile__wrap li {
        margin-top: 0 !important;
        padding-block: .75rem;
        padding-inline: .75rem;
    }
    .menu--mobile__wrap a,
    .menu--item__lv1.has-child > a {
        cursor: pointer;
        font-size: 20px;
    }
    .menu--item__lv1 {
        position: relative;
        width: 312px;
    }
    .menu--item__lv1:hover {
        background-color: rgb(239, 241, 242);
    }
    .menu--item__lv1.has-child > ul { 
        width: 0;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        display: none;
    }
    .menu--item__lv1.has-child:hover >  ul {
        width: 300px;
        position: absolute;
        visibility: visible;
        height: auto;
        overflow: scroll;
        top: -20px;
        display: block;
        margin: 0;
        left: 295px;
        background-color: #fff;
        z-index: 9999;
        padding: 1.25rem;
        transition: visibility 300ms cubic-bezier(0.25, 0.1, 0, 1)
    }
    
    .menu--item__lv1.has-child:hover >  ul li{
        padding-block: 0;
        padding-inline: 0;
    }
    
    .menu--item__lv1.has-child:hover >  ul li a {
        padding: .25rem;
        display: block;
    }
    .menu--item__lv1.has-child:hover >  ul li a:hover {
        background-color: (239, 241, 242)
    }
}