@font-face {
    font-family: 'Roboto';
    src: url('fonts/RobotoRegular.eot'); /* IE9 Compat Modes */
    src: url('fonts/RobotoRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/RobotoRegular.woff') format('woff'), /* Modern Browsers */ url('fonts/RobotoRegular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/RobotoRegular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    src: url('fonts/RobotoBold.eot'); /* IE9 Compat Modes */
    src: url('fonts/RobotoBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/RobotoBold.woff') format('woff'), /* Modern Browsers */ url('fonts/RobotoBold.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/RobotoBold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    src: url('fonts/RobotoMedium.eot'); /* IE9 Compat Modes */
    src: url('fonts/RobotoMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/RobotoMedium.woff') format('woff'), /* Modern Browsers */ url('fonts/RobotoMedium.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/RobotoMedium.svg#svgFontName') format('svg'); /* Legacy iOS */
}
:root {
    --primary: #0090abcc;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    scroll-behavior: smooth;
}

:focus {
    outline: 0 !important;
    text-decoration: none !important;
}

html, body {
    margin: 0 !important;
    padding: 0;
}

button {
    cursor: pointer;
}

body {
    line-height: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption, th, td {
    text-align: left;
    padding: 5px 10px;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: none;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, time {
    display: block;
}

li {
    list-style-type: none;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #666666;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:active, a:focus {
    color: #11105f;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}

h1, h2, h3, h4, h5, h6, span {
    margin: 0px;
    padding: 0px;
}

figure {
    max-width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, time {
    display: block;
}

b, strong {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, span {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0;
}

i {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased !important;
    background-color: #ececec;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.5;
    overflow-x: hidden;
    color: #333333;
    font-size: 14px;
    position: relative;
}

p {
    font-size: 14px;
    color: #555;
}

body.push {
    left: -280px;
    overflow: hidden;
}

body.fixed {
    overflow: hidden;
}

.fl, .l {
    float: left;
}

.fr, .r {
    float: right;
}

.hidden {
    display: none !important;
}

.bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

h1 {
    font-size: 45px;
    color: #373895;
    margin-top: 0px;
}

h2 {
    font-size: 30px;
}

h2, h3, h4, h5 {
    margin: 0;
}

h3 {
    font-size: 25px;
    line-height: 28px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
    line-height: 24px;
}

img {
    max-width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.relative {
    position: relative;
}

.img-responsive {
    max-width: 100%;
    height: auto;;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.p-0 {
    padding-left: 0;
    padding-right: 0;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    transition: all .3s ease-in-out;
}

ol, ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clearfix, .clear {
    zoom: 1;
}

.clearfix:after, .clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.mobile {
    display: none !important;
}

.hide {
    display: none !important;
}

table {
    width: 100%;
}

table th, table td {
    border: 1px solid #d1d1d1;
    border-collapse: collapse;
    line-height: 2 !important;
}

table th {
    background: #efefef;
    font-size: 14px;
    vertical-align: middle !important;
    min-width: 145px;
    color: #4f4f4f;
}

table th.strong {
    font-weight: bold;
}

section {
    display: block;
    position: relative;
}

.container {
    max-width: 1200px;
}

#site_header {
    background: #0090abcc;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 0.5rem 1rem 0px;
    padding: 8px 0;
}

#toc_container {
    display: block;
    width: 100%;
    background: #e1edcf;
    padding: 10px;
    border-radius: 3px;
    margin: 0px 0 20px 0;
}

#toc_container .toc_title {
    font-size: 17px;
    font-family: RCB;
    margin: 0px 0px 10px 0;
}

.toc_toggle a {
    color: #F00;
}

#toc_container ul {
    display: block;
    padding-top: 3px;
    padding-left: 0px;
    margin: 0px;
    font-family: Aria;
}

#toc_container ul.toc_list li {
    display: block;
    padding-left: 10px;
}

#toc_container ul.toc_list li ul li {
    display: block;
    padding-left: 15px;
}

#toc_container ul.toc_list li a {
    display: block;
    line-height: 20px;
    color: #676767;
}

#toc_container ul.toc_list li a:hover {
    color: #ff6600;
}

.toc_toggle {
    display: none;
}

.details-sumary {
    display: block;
    font-size: 14px;
    text-align: justify;
    font-family: Arial;
    color: #333;
}

.details-sumary h2, .details-sumary h3, .details-sumary h4, .details-sumary h5, .details-sumary h6 {
    font-family: Nunito-SemiBold;
    font-size: 16px;
    margin: 10px 0 8px;
    text-align: left;
    font-weight: 700;
    display: block;
}

.details-sumary h2 {
    font-size: 27px;
    line-height: 30px;
}

.details-sumary h3 {
    font-size: 23px;
    line-height: 27px;
}

.details-sumary h4 {
    font-size: 20px;
    line-height: 25px;
}

.details-sumary h5 {
    font-size: 17px;
    line-height: 25px;
}

.details-sumary h6 {
    font-size: 17px;
    line-height: 25px;
}

.details-sumary a {
    color: #1276ac;
}

.details-sumary a:hover {
    color: #56b952;
}

.details-sumary p {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 4px;
    color: #333;
}

.details-sumary blockquote {
    background: #f2f2f2 none repeat scroll 0 0;
    border-left: 3px solid #0155eb;
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px;
}

figcaption {
    border-bottom: medium none;
    display: block;
    float: none;
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    font-style: italic;
    margin: 0 auto;
    padding: 3px 10px 5px;
    text-align: center;
}

.details-sumary ul, .details-sumary ol {
    display: block;
    list-style-type: disc;
    margin: 15px 0;
    padding-left: 30px;
}

.details-sumary ol {
    list-style-type: decimal;
}

.details-sumary .more-articles ul {
    list-style-type: none;
    margin: auto -7.5px 10px;
    padding-left: 0;
}

.details-sumary .more-articles ul li {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.details-sumary img {
    max-width: 100% !important;
    margin: 5px auto !important;
    display: block;
    height: auto !important;
}

header.header_site .top_bar img {
    width: 100%;
}

header.header_site .top_menu {
    display: block;
    position: relative;
    background: #0090abcc;
}

nav.nav_top_bar ul#topbar_menu_top {
    display: block;
    position: relative;
    display: flex;
    height: 28px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

nav.nav_top_bar ul#topbar_menu_top li {
    display: block;
    position: relative;
    float: right;
    margin-left: 20px;
}

nav.nav_top_bar ul#topbar_menu_top li a {
    display: block;
    color: #FFF;
    font-size: 12px;
    font-family: Expro;
}

.header_head_group {
    position: relative;
}

.flex-container {
    display: flex;
    align-items: stretch;
}

.flex {
    display: flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.flex.space-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flex.wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex.middle {
    align-items: center;
    -webkit-align-items: center;
}

.header_head_group .menu-top-left {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.header_head_group .menu-top-right {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    font-size: 14px;
}

.top_header .logo-page {
    display: block;
    position: relative;
    padding: 10px 0 10px;
}

.header_head_group .logo-page img {
    display: block;
    max-width: 155px;
}

.header_head_group .box_search_header {
    margin-left: 40px;
    flex: 1 1 0%;
    position: relative;
    z-index: 1000;
}

#search_mini_form {
    position: absolute;
    width: 99%;
    top: 50%;
    transform: translateY(-50%);
}

.search-relative {
    position: relative;
}

.result-autocomplete-mobile {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #f2f2f2;
    height: 250px;
    overflow-y: scroll;
}

.result-autocomplete-mobile.active {
    display: block;
}

.result-autocomplete-mobile .list-item-result-mobile {
    padding: 6px;
}

.result-autocomplete-mobile .list-item-result-mobile li {
    padding-bottom: 5px;
}

.result-autocomplete-mobile .img-item-search, .result-autocomplete-mobile .title-item-search {
    display: inline-block;
}

.result-autocomplete-mobile .title-item-search a {
    font-size: 13px;
}

.result-autocomplete-mobile .img-item-search img {
    max-width: 50px;
}

.header_search_mobile .query_string {
    border: 1px solid #0090abcc;
}

.header_search_mobile button {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 11px 0px 15px;
    border-radius: 0px 4px 4px 0px;
    outline: none;
    background: #0090abcc;
    color: #FFF;
    border: none;
    margin: 0px;
}

.result-autocomplete-mobile {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #f2f2f2;
    height: 200px;
    overflow-y: scroll;
    z-index: 9;
}

.box_search_header .result-autocomplete {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #f2f2f2;
    height: 250px;
    overflow-y: scroll;
}

.box_search_header .result-autocomplete.active {
    display: block;
}

.box_search_header .result-autocomplete .img-item-search, .box_search_header .result-autocomplete .title-item-search {
    display: inline-block;
}

.box_search_header .list-item-result {
    padding: 10px;
}

.box_search_header .list-item-result li {
    padding-bottom: 5px;
}

.box_search_header button {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 11px 0px 15px;
    border-radius: 0px 4px 4px 0px;
    outline: none;
    background: #0090abcc;
    color: #FFF;
    border: none;
    margin: 0px;
}

.box_search_header .query_string {
    border: 1px solid #0090abcc;
}

.list-menu-hover {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 99;
    left: 0;
    width: 220px;
}

.nav_login_resign_group_header {
    display: flex;
    position: relative;
    align-items: center;
}

.nav_login_resign_group_header li.customer-icon {
    position: relative;
}

.menu-top-right li {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
}

.menu-top-right li.new-discount a {
    font-weight: 500;
}

.nav_login_resign_group_header li.customer-icon a {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #FFF;
    padding: 0 10px;
    text-transform: uppercase;
}

.nav_login_resign_group_header li.customer-icon .customer-action-hover a {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.customer-action-hover {
    display: none;
    background: #FFF;
    padding: 6px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.customer-action-hover a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 8px;
}

ul.nav_login_resign_group_header li:hover .customer-action-hover {
    display: block;
    position: absolute;
    min-width: 150px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    text-align: left;
    z-index: 9;
}

.btn_action {
    margin-top: 10px;
}

.btn_cancel, .btn_update {
    display: none;
}

.btn_update.active, .btn_cancel.active {
    display: block;
}

.btn_edit_form.active {
    display: none;
}

.avatar-upload .avatar-edit {
    display: none;
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit.active {
    display: block;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f303";
    font-family: 'Font Awesome 5 Free';
    color: #757575;
    font-weight: 900;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 15px 0;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn_update input, .btn_edit_form input {
    background: #f1592a;
    color: #FFF;
}

#primary_menu_top {
    display: flex;
    justify-content: space-between;
}

#primary_menu_top li {
    padding: 0px 8px;
    text-align: center;
}

.nav_right .nav-main {
    padding: 0 10px;
}

#primary_menu_top > li > a {
    display: block;
    padding: 4px 6px;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
}

#primary_menu_top > li > a:hover {
    color: #FFF;
}

#top_home_slider .container_left {
    width: 220px;
    float: left;
}

#top_home_slider .container_right {
    width: calc(100% - 220px);
    float: left;
    padding-left: 10px;
}

.menu_primary_products {
    position: relative;
}

.list_category {
    margin-top: 15px;
    background: #FFF;
    padding: 12px 0;
    border-radius: 5px;
}

.list_category > li > a > img {
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.list_category > li > a {
    font-size: 15px;
}

.list_category > li > a > i {
    margin-right: 5px;
    width: 20px;
}

.list_category > li > .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    border-left: 7px solid #f1f0f1;
    width: 1060px !important;
    z-index: 9;
    background: #FFF;
    height: 100%;
}

.list_category > li > a {
    display: block;
    padding: 6px 12px;
}

.list_category > li:hover > a {
    background: #0090abcc;
    color: #FFF;
}

.list_category > li:hover > .submenu {
    display: block;
}

.list_category .sub-cat {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-bottom: 15px;
}

.list_category .sub-cat .sub-cate-title {
    flex: 0 0 auto;
    width: 25%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-weight: bold;
    text-align: right;
    color: #0090abcc;
}

.list_category .sub-cat .sub-cate-title a {
    color: #0090abcc !important;
}

.list_category .sub-cat .sub-cate-item {
    flex: 0 0 auto;
    width: 75%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.list_category .sub-cat .sub-cate-item .cate-item-inline {
    display: inline-block;
    white-space: nowrap;
}

.list_category .sub-cat .sub-cate-item .cate-item-inline a {
    font-weight: 400;
    padding: 5px;
    color: #000;
}

.list_category .sub-cat .sub-cate-item .cate-item-inline a:hover {
    font-weight: bold;
}

.list_category .submenu .submenu-col-left {
    width: 80%;
    float: left;
    padding: 15px;
}

.list_category .submenu .submenu-col-right {
    width: 20%;
    float: left;
}

.submenu-col-right img {
    width: 100%;
}

.nav-pagination {
    text-align: center;
    display: block;
    margin: 15px 0;
}

.pagination {
    display: block;
}

.pagination li {
    display: inline-block;
}

.pagination-item button {
    border: 1px solid #0090abcc;
    background: #FFF;
    width: 32px;
    line-height: 1;
    border-radius: 5px;
    height: 32px;
    margin-left: 3px;
    padding: 5px;
    text-align: center;
}

.pagination-item button[disabled], .pagination-item button:hover {
    background: #0090abcc;
    color: #FFF;
}

.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

#ft-page {
    margin-top: 25px;
}

.container_newsletter {
    padding: 20px 0 30px;
    background: #dedede;
}

.footer_group_container {
    background: #FFF;
    padding: 0;
}

.middleFooter {
    padding: 20px 0;
}

.social-conn a {
    font-size: 38px;
    color: var(--primary);
    padding: 0 5px;
}

#back-top {
    animation: 2s ease 0s normal none infinite running float;
    cursor: pointer;
}

#back-top a {
    display: block;
    height: 45px;
    width: 45px;
    text-align: center;
    background: var(--primary);
    border-radius: 50%;
}

#back-top a:hover {
    opacity: 0.7;
}

#back-top a img {
    width: 20px;
    margin: 11px 0px;
}

.stuck {
    bottom: 15px;
    position: fixed;
    right: 20px;
    z-index: 996;
    border-radius: 50%;
}

.logo-ft {
    padding: 10px 0;
}

.logo-ft a img {
    max-width: 160px;
    display: block;
}

ul.info-company li {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 5px;
}

ul.info-company li a {
    color: #1b75bb;
}

.foot_container h5 {
    font-weight: bold;
    padding-bottom: 10px;
}

.mn-foot li {
    padding-bottom: 6px;
}

.mn-foot li a {
    font-size: 15px;
}

.lastFooter {
    background: #a3a3a3;
    color: #FFF;
    padding: 8px 15px;
    text-align: center;
}

.lastFooter a {
    color: #FFF;
    font-weight: 500;
}

.modal-login {
    width: 385px;
}

.login-form form {
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 5px;
}

.modal-login .title-modal {
    padding: 15px 0;
    text-transform: uppercase;
}

.modal-login .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.or-seperator i {
    padding: 0 10px;
    background: #f7f7f7;
    position: relative;
    top: -11px;
    z-index: 1;
}

.social-btn .btn-primary {
    background: #507cc0;
}

.social-btn .btn-danger {
    background: #df4930;
}

.social-btn .btn {
    border: none;
    margin: 10px 3px 0;
    opacity: 1;
}

.register_here {
    margin-top: 15px;
    font-size: 14px;
}

.register_here a {
    color: #337ab7;
    text-decoration: underline;
}

.group-section-wrap {
    padding-top: 20px;
    padding-bottom: 40px;
}

.box {
    display: block;
    background: #FFF;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 6px -5px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: 0px 0px 6px -5px rgba(0, 0, 0, 0.72);
    box-shadow: 0px 0px 6px -5px rgba(0, 0, 0, 0.72);
}

.hooper-next, .hooper-prev {
    background-color: rgba(168, 168, 168, 0.46) !important;
    line-height: 1;
    padding: 5px !important;
    border-radius: 50%;
}

.hooper-next:hover, .hooper-prev:hover {
    background-color: #ffffffc4 !important;
}

.hooper-next svg, .hooper-prev svg {
    width: 35px;
    height: 35px;
}

.social_single_news {
    margin-top: 15px;
}

ul.social_like_single {
    float: left;
}

.social_like_single li {
    display: inline-block;
    margin-right: 5px;
    float: left;
}

a.effect {
    display: block;
    position: relative;
    overflow: hidden;
}

a.effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

a.effect:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.customer-pagination > li > a, .customer-pagination > li > span {
    border: 1px solid #0090abcc;
    border-radius: 50% !important;
    margin: 0 3px;
    display: block;
    background: #FFF;
    width: 35px;
    height: 35px;
    font-size: 13px;
    line-height: 24px;
    padding: 5px;
}

.customer-pagination > li > a:hover, .customer-pagination > li > a:focus, .customer-pagination > li > span:hover, .customer-pagination > li > span:focus {
    color: #FFF;
    background-color: #0090abcc !important;
    opacity: 0.8;
    text-decoration: none;
}

.customer-pagination > li.active > span:hover, .customer-pagination > li.active > span:focus, .customer-pagination > li.active > a:hover, .customer-pagination > li.active > a:focus {
    color: #FFF;
    background-color: #0090abcc !important;
    opacity: 0.8;
    text-decoration: none;
}

.customer-pagination > .disabled > a, .customer-pagination > .disabled > a:focus, .customer-pagination > .disabled > a:hover, .customer-pagination > .disabled > span, .customer-pagination > .disabled > span:focus, .customer-pagination > .disabled > span:hover {
    background-color: #FFF;
}

.customer-pagination > li.active > span {
    background-color: #0090abcc !important;
    color: #FFF;
}

.open-menu-mobile {
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #0090abcc;
    background: #0090abcc;
    color: #FFF;
    border-radius: 3px;
}

/*menu mobile*/
body::after {
    content: '';
    position: absolute;
    z-index: 999;
    background-color: rgb(42 42 42 / 80%);
    height: 100%;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
}

.nav-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    z-index: 101;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    background-color: #188976;
}

.nav-top .hamburger {
    margin-left: auto;
    color: #fff;
    cursor: pointer;
}

.nav-drill {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.nav-is-toggled .nav-drill {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.nav-is-toggled::after {
    opacity: 1;
    visibility: visible;
}

.nav-drill {
    display: -webkit-box;
    display: flex;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.45s;
    transition: 0.45s;
}

.nav-items {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
}

.nav-item:not(:last-child) {
    border-bottom: solid 1px #0090abcc;
}

.nav-link {
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    color: #000;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 300;
    text-transform: capitalize;
}

.nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #daf9f4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
}

.nav-expand-content .nav-item:not(:last-child) {
    border-bottom: solid 1px #0090abcc;
}

.nav-expand-content .nav-link {
    background-color: #FFF;
}

.nav-expand-content .nav-back-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #0090abcc !important;
    color: #fff;
}

.nav-expand-content .nav-back-link::before {
    content: "\f053";
    margin-right: 0.5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.nav-expand-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.icon-expand {
    width: 24px;
    height: 24px;
    text-align: center;
}

.nav-expand.active > .nav-expand-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

.nav-expand .nav-expand-content {
    background-color: #FFF;
}

.nav-expand .nav-expand-content .nav-link {
    background-color: #FFF;
}

.nav-expand .nav-expand-content .nav-expand-content {
    background-color: #FFF;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-link {
    background-color: #FFF;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
    background-color: #FFF;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
    background-color: #FFF;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
    background-color: #FFF;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
    background-color: #FFF;
}

.breadcrumbs-group-container {
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    display: block;
}

.breadcrumb {
    padding: 8px 0px;
    list-style: none;
    border-radius: 0px;
    margin-bottom: 0px;
    background-color: transparent !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.widget-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 15px;
    font-size: 13px;
}

.widget-box .widget-box-title {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.widget-box .widget-box-list li {
    list-style-type: disc;
    margin-left: 15px;
}

.mh-alo-phone {
    background-color: transparent;
    bottom: 0;
    cursor: pointer;
    height: 110px;
    left: 0;
    position: fixed;
    visibility: visible;
    width: 110px;
    z-index: 266666600 !important;
}

.mh-alo-ph-circle {
    background-color: transparent;
    border: 2px solid #0090abcc;
    border-radius: 100%;
    height: 90px;
    left: 12px;
    opacity: 0.5;
    position: absolute;
    top: 12px;
    width: 90px;
}

.mh-alo-ph-circle-fill {
    background-color: rgba(240, 79, 50, 0.5);
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 28px;
    opacity: 0.75 !important;
    position: absolute;
    top: 28px;
    transition: all 0.5s ease 0s;
    width: 60px;
}

.mh-alo-ph-img-circle {
    background: #0090abcc 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 scroll center center / 70% auto;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 43px;
    opacity: 0.7;
    position: absolute;
    top: 43px;
    transform-origin: 50% 50% 0;
    transition: all 0.2s ease-in-out 0s;
    width: 30px;
}

.box-page {
    padding: 15px;
    background: #fff;
    border: solid 1px #e3e3e3;
    border-radius: 6px;
}

.widget-right .widget-right-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.slider-comic-home {
    padding: 30px 0;
}

.editor-propose {
    padding: 0 0 25px;
}

.editor-propose h3 a {
    font-size: 30px;
    font-weight: 500;
    color: var(--primary);
}

#slider_home .swiper-container .swiper-wrapper li.swiper-slide {
    width: 245px;
    height: 315px;
    margin: 0 15px;
    border: 1px solid #dedede;
}

#slider_home .swiper-container .swiper-wrapper li.swiper-slide .storyinfo {
    position: relative;
}

#slider_home .swiper-container .swiper-wrapper li.swiper-slide .story_thumb img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 315px;
}

#slider_home .swiper-container .swiper-wrapper li.swiper-slide .storyinfo .listInfo {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    padding: 8px;
    color: #FFF;
    font-weight: bold;
}

#slider_home .swiper-container .swiper-wrapper li.swiper-slide .storyinfo:hover .listInfo {
    display: block;
}

#slider_home .swiper-container .swiper-wrapper li.swiper-slide .storyinfo .listInfo .listTitle a {
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    line-height: 22px;
    display: -webkit-box;
    height: 24px;
}

.section-hot-comics {
    margin-bottom: 50px;
}

.title-block {
    color: #333333;
    font-weight: bold;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.list-comics {
    margin: 20px 0 0;
}

.list-comics .item-comics {
    margin-bottom: 30px;
}

.list-comics .item-comics .content-image {
    position: relative;
}

.hot-item {
    width: 55px;
    position: absolute;
    top: 0;
    left: 0;
}

.list-comics .item-comics .chapter-item {
    margin-top: 4px;
}

.list-comics .item-comics .chapter-item span.chapter {
    background: #ebebeb;
    font-size: 14px;
    border-radius: 10px;
    padding: 5px 8px;
    margin-right: 10px;
    font-weight: bold;
}

.list-comics .content-title {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    position: relative;
}

.list-comics .content-image img {
    display: block;
    width: 100%;
}

.comics-detail-head .comics-thumbnail img {
    max-height: 400px;
    display: block;
    margin: 0 auto;
}

.meta-item.rating {
    margin-bottom: 10px;
}

.meta-item.rating .ratings_stars {
    color: #d2d2d2;
}

.post-total-rating .ratings_stars {
    margin: 0 1px;
    font-size: 20px;
}

.post-total-rating .score {
    font-weight: bold;
    margin-left: 6px;
    font-size: 13px;
    color: #333333;
}

.meta-item.rating .rating_current, .meta-item.rating .rating_current_half {
    color: #ffd900;
}

h1.title-heading {
    font-size: 32px;
    color: #333333;
    padding-bottom: 16px;
}

.comics-detail-head .comics-info {
    width: 40%;
    padding-right: 25px;
    font-size: 17px;
    line-height: 2;
}

.comics-detail-head .comics-info .updated {
    padding-right: 15px;
}

.comics-detail-head .comics-description {
    width: 60%;
    padding: 12px;
    background: #f2f2f2;
    border-radius: 8px;
}

.comics-detail-head .comics-info .meta_label {
    font-weight: bold;
}

.comics-detail-head .comics-description p {
    font-size: 17px;
    color: #333333;
}

.bookmark {
    text-align: center;
}

.a-bookmark {
    color: #0090abcc;
    font-size: 30px;
}

.note-bookmark {
    line-height: 1.5;
}

ul.filter-chapter {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

ul.filter-chapter li {
    position: relative;
}

ul.filter-chapter li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
    padding: 0 20px;
}

ul.filter-chapter li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    background: #fff;
    padding: 0;
    z-index: 2;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .5);
    transform: translateX(-50%);
}

ul.filter-chapter li:hover > ul {
    display: block;
}

ul.filter-chapter li ul li {
    width: 80px;
}

ul.filter-chapter li ul li a {
    padding: 5px 10px;
    cursor: pointer;
}

.sort-chapter {
    margin: 8px 0;
}

#tabComics .nav-link {
    background-color: transparent;
    border-color: transparent;
    font-size: 22px;
}

#tabComics .nav-link.active {
    color: var(--primary);
    font-weight: bold;
}

.list-chapter-title {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
}

.item-chapter {
    position: relative;
    border-top: 1px solid #ccc;
    margin-right: 50px;
}

.item-chapter .item-left {
    display: inline-block;
    line-height: 55px;
    font-size: 20px;
    color: #505050;
    margin-left: 30px;
}

.item-chapter .item-right {
    margin-left: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
}

.item-chapter .episode-title {
    font-size: 15px;
    margin-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.item-chapter .episode-date {
    font-size: 14px;
    color: #999;
}

.item-chapter .episode-date span {
    margin-left: 10px;
    color: #999;
}

.pull-right {
    float: right;
}

.comment-facebook, .comment-static {
    margin: 15px 0;
    width: 100%;
}

#btnComment {
    background: #dede;
    padding: 14px;
}

.comment-detail .glyphicon {
    top: 50%;
    right: 50%;
    transform: translateX(-50%);
}

.comment-detail {
    background: #fff;
    margin-top: 15px;
    padding: 15px;
    border-radius: 8px;
}

.comment-count {
    font-size: 14px;
    font-weight: bold;
}

.blog-comment ul li {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0;
}

.blog-comment ul li a {
    text-transform: uppercase;
}

.blog-comment .avt_user {
    float: left;
    width: 40px;
    height: 70px;
}

.blog-comment .post-comments {
    border: 1px solid #eee;
    margin-bottom: 15px;
    margin-left: 45px;
    margin-right: 0;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #6b6e80;
    position: relative;
    word-wrap: break-word;
    font-size: 15px;
}

.blog-comment .meta-2 {
    font-size: 12px;
    color: #aaa;
    padding-top: 8px;
    margin-bottom: 0 !important;
    border-top: 1px dashed #eee;
}

.btn-donate {
    background: #0090abcc;
    color: #FFF;
    font-size: 16px;
    margin: 6px 0;
}

ul.comments li ul {
    margin-left: 30px;
}

.input-donate.active {
    display: none;
}

#qr-momo img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

#qr-momo {
    display: none;
}

#qr-momo.active {
    display: block;
}

.icon-search-mobi {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.icon-search-mobi .btn-search {
    background: #FFF;
    padding: 4px 10px;
    color: #0090abcc;
    border: 1px solid #0090abcc;
}

.logo-nav-mobile {
    width: 90px;
}

.content-banking {
    margin: 15px 0;
    font-size: 16px;
}

.content-banking p {
    font-size: 16px;
}

.loading-qr-momo.active {
    display: none;
}

.rating_story {
    position: relative;
    max-width: 210px;
}

.rating_story .rate_tit {
    text-transform: uppercase;
    font-size: 18px;
}

.rating_story .all_rate {
    font-size: 17px;
}

.rating-container {
    position: relative;
}

.rating-container .star-total {
    display: block;
    width: 100px;
    height: 100px;
    background: url('../img/star-full.svg') no-repeat center center;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    color: #fff;
    font-size: 28px;
    line-height: 110px;
    margin: 10px auto;
}

div.rating_story div.counter {
    display: none;
    position: absolute;
    min-width: 20px;
    padding: 5px;
    font-size: 15px;
    line-height: 0px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    top: 18px;
    right: 0px;
    margin-top: -10px;
    color: white;
}

div.counter {
    float: left;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 7px;
}

div.rating_story:hover div.counter {
    display: block;
}

div.rating_story div.counter:before, div.rating_story div.counter ::before {
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -5px;
    display: block;
    border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
    border-width: 5px 5px 5px 0px;
    left: -10px;
    border-style: solid;
    position: relative;
}

div.rating_story #rate {
    margin: 6px 0;
}

.login_for_rate {
    padding: 6px 0;
}

.login_for_rate a {
    color: #001fff;
    font-weight: bold;
    text-decoration: underline;
}

.already-rating {
    color: green;
    padding: 3px 0;
}

.chapter-content {
    max-width: 750px;
    margin: 0 auto;
}

h2.comics-title {
    font-size: 36px;
    color: #0090abcc;
    font-weight: bold;
    text-align: center;
}

h2.comics-title a {
    color: var(--primary);
}

h1.chapter-title {
    font-size: 32px;
    color: #333333;
    margin-bottom: 10px;
    text-align: center;
}

.slt-ls-chap {
    max-width: 250px;
}

.chapter-setting .setting {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 4px;
    z-index: 9999999;
    background: #FFF;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.chapter-setting .setting.active {
    display: block;
}

.chapter-setting .setting .input-field {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.chapter-setting .setting .input-field label {
    width: 30%;
    font-weight: bold;
}

.chapter-setting .setting .input-field select {
    width: 70%;
    border: none;
    border-bottom: 1px solid #ccc;
}

.chapter-setting .setting .btn.btn-success {
    padding: 0.3rem 0.5rem;
    font-size: 14px;
}

.select-pagination .nav-links .nav-previous, .select-pagination .nav-links .nav-next {
    display: inline-block;
}

.select-pagination .nav-links a {
    background: #0090abcc;
    color: #FFF;
}

.select-pagination .nav-links {
    display: block;
}

.next-prev-chapter {
    margin-bottom: 40px;
}

.category-title {
    font-size: 26px;
    color: #0090abcc;
    font-weight: bold;
}

.category-content {
    margin-top: 15px;
}

.privacy-footer {
    font-size: 15px;
    background: #dedede;
    text-align: center;
    padding: 15px 0;
}

.fanpage {
    overflow: hidden;
    margin-bottom: 5px;
}

.list-categories-comics {
    margin-top: 10px;
}

.blog-heading {
    padding: 6px 15px;
    background: #0090abcc;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 15px;
}

.show-list-categories {
    display: none;
    padding: 12px;
    border: 2px solid #0090abcc;
    border-radius: 5px;
}

.show-list-categories.active {
    display: block;
}

.list-categories-comics .btn-genres {
    border-color: #0090abcc;
    color: #0090abcc;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    padding: 5px 12px;
}

.list-categories-comics .btn-genres:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0090abcc;
    font-size: 16px;
}

.list-categories-comics .btn-genres.active:before {
    content: "\f0d8";
}

.show-list-categories .item-category {
    font-size: 15px;
    line-height: 1.8;
    font-weight: bold;
}

.show-list-categories .item-category i {
    color: #0090abcc;
}

ul.list-filter {
    display: block;
}

ul.list-filter .filter-item {
    display: inline-block;
    padding-left: 20px;
}

ul.list-filter .filter-item a {
    font-size: 16px;
    color: #0090abcc;
}

.block-filter {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.see-more a {
    color: #0090abcc;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-decoration: underline;
    line-height: 2;
}

#search {
    text-align: center;
}

#search a {
    color: #999;
}

#search-form {
    padding: 0px 10px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #d8d8d8;
    line-height: 38px;
    float: left;
    display: block;
    position: relative;
    background-color: #fff;
    z-index: 2;
}

.search-input {
    width: 140px;
    height: 20px;
    font-size: 14px;
    background-color: transparent;
    border: 0;
    outline: none;
}

.search-icon {
    color: #999;
}

.icon-search {
    margin-right: 8px;
}

.close-search {
    margin-right: 12px;
    cursor: pointer;
}

.list-cate-head-bot {
    display: block;
}

.list-cate-head-bot li {
    display: inline-block;
    padding-right: 20px;
}

.list-cate-head-bot li a {
    font-size: 15px;
    font-weight: bold;
    color: #0090abcc;
    text-transform: uppercase;
}

.txt-mail {
    text-transform: lowercase;
}

.container_contact {
    padding: 20px 0;
}

.lien-he-container .sort_name {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.lien-he-container .view_order {
    padding-bottom: 15px;
}

.form_customer .panel {
    border: 1px solid #ccc;
}

.form_customer .title-form {
    padding: 15px;
}

#customer-dashboard {
    margin: 40px 0;
}

#customer-dashboard .page-title h1 {
    font-size: 24px;
    font-weight: bold;
    color: #0090abcc;
}

.customer-menu .menu-cus li {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.8;
}

h1.title_product {
    font-size: 28px;
    color: #0090abcc;
}

.avatar_user_header {
    max-width: 30px;
    border-radius: 50%;
}

.list-bookmarks {
    margin-top: 20px;
}

.bookmarks .it-bookmark {
    padding: 12px;
    border-bottom: 1px solid #ccc;
}

.bookmarks .it-bookmark:last-child {
    border-bottom: none;
}

.bookmarks .it-bookmark .bookmark-thumbnail, .bookmarks .it-bookmark .bookmark-info {
    float: left;
}

.bookmarks .it-bookmark .bookmark-thumbnail {
    max-width: 120px;
}

.bookmarks .it-bookmark .bookmark-info {
    padding-left: 15px;
}

.bookmarks .it-bookmark .bookmark-info .bookmark-title {
    font-size: 20px;
    color: #0090abcc;
}

.bookmarks .it-bookmark .bookmark-info .remove-bookmark a {
    color: red;
    padding: 6px 0;
    display: block;
    font-size: 15px;
    font-weight: bold;
}

.menu-user-col {
    border-right: 1px solid #666666;
}

.email-validate a {
    color: red;
    font-weight: bold;
}

.success-active {
    padding: 60px 0;
}

.expro-vietnam {
    position: absolute;
    bottom: 1000%;
    overflow: hidden;
}

.page-break img {
    display: block;
    width: 100%;
}

.widget-category .category-pos {
    border-bottom: none;
    margin: 0;
    display: block;
    padding-bottom: 8px;
}

.widget-category .category-pos .cate_label {
    width: 100%;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.widget-category .category-pos .cate_label span {
    position: absolute;
    width: 40%;
    padding: 0 12px 0 8px;
    height: 100%;
    background: #ffffffde;
    right: 0;
    top: 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}

.widget-category .category-pos .cate_label:hover span {
    background: #949494b8;
    width: 100%;
    color: #fff;
}

.widget-category .category-pos .cate_label span, .widget-category .category-pos .cate_label span:before {
    transition: all .1s ease-out;
}

.widget-category .category-pos .cate_label:hover span:before {
    opacity: 0;
}

.widget-category .category-pos .cate_label span:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #ffffffde;
    border-left: 20px solid transparent;
}

.comics-item-widget {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
}

.comics-item-widget:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}

.comics-item-widget .comics-item-widget-title{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 3px;
    line-height: 1.5;
}

.comics-item-widget .comics-item-widget-thumb {
    width: 40%;
    padding: 6px;
}

.comics-item-widget .comics-item-widget-content {
    width: 60%;
    padding: 6px;
    font-size: 14px;
}

.comics-item-widget .comics-item-widget-content p {
    padding-bottom: 4px;
}

.comics-item-widget .comics-item-widget-content a {
    font-size: 14px;
}

.story-content .content-container {
    padding: 8px;
    text-align: left;
    line-height: 2;
    font-size: 18px;
    word-wrap: break-word;
}

.story-content .content-container p, .story-content .content-container span, .story-content .content-container div {
    font-size: inherit;
}

.widget-most-viewed .list-comics .content-title {
    font-size: 15px;
    height: 20px;
    -webkit-line-clamp: 1;
}

.widget-most-viewed .list-comics .item-comics {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.widget-most-viewed .most-viewed-left{
    width: 40%;
}

.widget-most-viewed .most-viewed-right{
    width: 60%;
    padding: 0 10px;
}

.widget-most-viewed .post-on {
    padding-top: 10px;
    display: block;
}

.widget-most-viewed .list-comics .item-comics:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-most-viewed .list-comics {
    margin: 0;
}

#primary_menu_top .menu-item .sub-menu {
    position: absolute;
    top: 65%;
    left: 0%;
    width: 100%;
    height: auto;
    padding: 0;
    display: none;
}

#primary_menu_top .menu-item:hover .sub-menu {
    display: block;
}

.wrap_menu {
    width: 100%;
    column-count: 4;
    column-gap: 10px;
    position: relative;
    z-index: 10;
    padding: 15px;
    background: #e8e8e8f5;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 6px #00000061;
}

#primary_menu_top .sub-menu li {
    text-align: left;
    padding: 6px 20px;
    font-weight: bold;
}

.icon-dropdown {
    font-size: 20px;
    position: relative;
    top: -2px;
    line-height: 1;
}

.translation_team_link {
    color: #FFF;
    font-weight: bold;
    padding: 4px 6px;
    background: #0090abcc;
    border-radius: 6px;
}

.translation_team_link:hover {
    color: #FFF;
}

.about_team .logo_team, .about_team .about_us {
    width: 50%;
}

.about_team .logo_team img {
    max-width: 250px;
    padding: 12px;
    background: #f2f2f2;
    border-radius: 6px;
}

.about_team .about_us .content{
    padding: 15px;
    background: #f2f2f2;
    font-size: 16px;
    border-radius: 6px;
}

.widget-most-viewed .nav-link {
    padding: 10px 12px;
    line-height: 1;
}

.table-new-stories {
    border-top: 1px solid #666;
}

.table-new-stories tr td, .table-new-stories tr th {
    border: none;
    padding: 0.4rem;
    line-height: 1 !important;
}

.table-new-stories tr th {
    font-weight: bold;
}

.table-new-stories .title h3 {
    font-size: 14px;
    font-weight: bold;
}

.background-yellow {
    background: #E9C873 !important;
}

.background-primary {
    background: var(--primary) !important;
    color: #FFF;
}

.background-pink-little {
    background: #FFF9D9 !important;
}

.background-pink {
    background: #FE90CC !important;
}

.top-stories-slider .owl-nav.disabled>button, .top-stories-slider .owl-nav > button {
    color: #000;
    border: initial;
}

.top-stories-slider .owl-nav.disabled>button:first-child, .top-stories-slider .owl-nav > button:first-child {
    color: #FFF;
}

.single-story-details {
    text-align: center;
}

.single-story-details a {
    color: #FFF;
}

.single-story-img {
    position: relative;
}

.comics-thumbnail {
    position: relative;
}

.single-story-block .single-story-wrap:hover .single-story-img:before {
    all: initial;
}


.single-story-block .single-story-img img {
    border-radius: 8px;
}

.single-story-details h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: initial;
    -webkit-line-clamp: 2;
    padding-top: 8px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.top-stories-slider .owl-nav.disabled, .top-stories-slider .owl-nav {
    display: block !important;
    position: absolute;
    right: 0;
    top: -27px;
}

.top-stories-slider .owl-nav.disabled > button, .top-stories-slider .owl-nav > button {
    width: 30px;
    height: 30px;
    margin: 0 3px;
    font-size: 17px;
}

.slider-recommend-right, .slider-recommend-left {
    background: #fff;
    border: 1px solid #DADADA;
    border-radius: 16px;
}

.single-story-block {
    margin-top: 30px;
}

.total-item-show h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.0015em;
    color: #FFF;
    text-transform: uppercase;
}

.single-story-block .single-story-img:before {
    position: absolute;
    left: -25%;
    top: -50%;
    height: 60%;
    width: 150%;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
    background-image: linear-gradient(to right, #fbbd61, #ec7532);
    -webkit-transform: skewY(25deg);
    transform: skewY(25deg);
    -webkit-transition: all 500ms linear;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.block-history .box {
    border-radius: 6px;
    border: 1px solid #dedede;
}

.block-title {
    padding: 6px 0;
    font-size: 17px;
    border-bottom: 1px solid #333333;
    font-weight: bold;
    color: #3434f7;
}

.block-history .histories {
    padding: 10px 0;
}

.block-history .histories li {
    border-bottom: 1px solid #333333;
    padding-bottom: 8px;
    padding-top: 8px;
}

.block-history .histories li:last-child {
    border-bottom: none;
}

.block-history .histories li:first-child {
    padding-top: 0;
}

.block-history .histories li .story-title {
    font-size: 14px;
    font-weight: bold;
}

.block-history .histories li .delete-history-button a {
    color: red;
}

.page-history ul.histories {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-history ul.histories li.history-item {
    width: calc(50% - 10px);
}

.page-history ul.histories li.history-item:last-child {
    border-bottom: 1px solid #333333;
}

.list-comments .story-title {
    font-weight: bold;
    margin: 6px 0;
}

.author-list {
    background-color: #e9fbff;
}

.author-list li:nth-child(odd) {
    background-color: #c9f6fc;
}

.author-item {
    max-width: 450px;
    margin: auto;
    display: flex;
    padding: 0 1rem;
    font-size: 16px;
    line-height: 2.5;
}



.name-col {
    display: inline-block;
    width: 70%;
    font-weight: bold;
}

.count-col {
    display: inline-block;
    width: 30%;
    text-align: right;
}

.search-author button {
    border: none;
}

.privacy-footer .tag-list a {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    margin: 2px 2px 2px 0;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    transition: color 0.15s ease 0s, background 0.15s ease 0s, border 0.15s ease 0s;
    white-space: nowrap;
}

.privacy-footer .tag-list a:hover {
    background: #dae6ef;
    border-color: #dae6ef;
    color: var(--primary);
}

.ui-widget.ui-widget-content {
    z-index: 9999;
}

.list-danh-hieu {
    display: block;
}

.list-danh-hieu li {
    display: inline-block;
    padding: 0 5px;
}

.list-danh-hieu li img {
    width: 155px;
}

.warning-18-plus {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 5px;
    right: 5px;
}

.warning-18-plus img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1200px) {
    .list_category > li > .submenu {
        width: 850px !important;
    }

    .top-stories-slider .owl-nav {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .top-stories-slider .owl-nav>button {
        width: 30px;
        height: 30px;
        margin: 0 3px;
    }
}

@media screen and (max-width: 1100px) {
    .list_category > li > .submenu {
        width: 700px !important;
    }

    .list_category .sub-cat .sub-cate-item {
        width: calc(100% - 150px);
    }

    .list_category .sub-cat .sub-cate-title {
        width: 150px;
    }

    #primary_menu_top > li > a {
        font-size: 15px;
    }

    .header_head_group .logo-page img {
        max-width: 140px;
    }
}

@media screen and (max-width: 991px) {
    .list_category > li > .submenu {
        width: 600px !important;
    }
}

@media screen and (max-width: 850px) {
    .list_category > li > .submenu {
        width: 550px !important;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .list-danh-hieu li img {
        width: 120px;
    }

    .about_team .logo_team, .about_team .about_us {
        width: 100%;
    }

    .about_team .about_us {
        margin-top: 20px;
    }

    h1.title-heading {
        font-size: 24px;
        margin-top: 15px;
        padding-bottom: 8px;
    }

    .item-chapter {
        margin-right: 0px;
    }

    .title-block {
        font-size: 20px;
    }

    .list-comics .content-title {
        font-size: 15px;
    }

    .widget-box {
        font-size: 14px;
    }

    .widget-box:first-child {
        margin-top: 15px;
    }

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

    .group-section-wrap {
        padding-bottom: 20px;
    }

    .middleFooter {
        padding: 10px 0;
    }

    .header_head_group .menu-top-right {
        display: none;
    }

    .header_head_group .box_search_header {
        display: none;
    }

    .header_head_group .menu-top-left {
        display: block;
        width: 100%;
    }

    .header_head_group .logo-page img {
        margin: 2px auto;
    }

    .top_header .logo-page {
        padding: 5px 0;
    }

    .main-header .header_bottom {
        display: none;
    }

    .lastFooter {
        font-size: 13px;
    }

    .header_search_mobile {
        padding: 0 15px 5px;
    }

    #site_header {
        width: 100%;
        z-index: 999;
    }

    .form-horizontal .control-label {
        text-align: left;
        margin-bottom: 6px;
        font-size: 14px;
    }

    .comics-detail-head .comics-info {
        width: 100%;
        padding-right: 0px;
        font-size: 17px;
        line-height: 2;
    }

    .comics-detail-head .comics-description {
        width: 100%;
        margin-top: 15px;
    }

    .comics-detail-body {
        margin: 0;
    }

    .chapter-item .post-on, .chapter-item span.chapter {
        font-size: 13px;
    }

    .privacy-footer {
        font-size: 13px;
    }

    .widget-most-viewed .most-viewed-left, .widget-most-viewed .most-viewed-right {
        width: 100%;
        padding: 0;
    }

    .widget-most-viewed .post-on {
        padding-top: 0;
        display: inline;
    }

    .widget-most-viewed .list-comics .item-comics {
        margin-bottom: 30px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .widget-most-viewed .list-comics .item-comics:last-child {
        margin-bottom: 30px;
    }

    .select-pagination .nav-links .nav-previous a, .select-pagination .nav-links .nav-next a {
        font-size: 14px;
        padding: .375rem .5rem;
    }

    .chapter-setting .btn {
        padding: .375rem .5rem;
    }

    .box {
        padding: 10px;
    }
}
