body {
    overflow-x: hidden;
    color: #444;
    font-size: 21px;
    font-weight: 300;
    font-family: "DBHeavent" !important;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    min-width: 320px;
}

h1 {
    font-weight: bold;
    font-size: 58px;
}

h2 {
    font-weight: bold;
    font-size: 38px;
}

h3 {
    font-weight: bold;
    font-size: 32px;
}

.btn input button optgroup textarea .form-control {
    font-size: 21px;
    line-height: 1;
}

.main-header {
    width: 100%;
    position: relative;
    background: rgb(0, 0, 182);
    background: linear-gradient(90deg, rgba(0, 0, 182, 1) 0%, rgba(0, 24, 224, 1) 15%, rgba(0, 34, 241, 1) 30%, rgba(0, 42, 255, 1) 40%, rgba(68, 43, 236, 1) 50%, rgba(92, 44, 230, 1) 75%, rgba(106, 44, 226, 1) 88%, rgba(111, 45, 225, 1) 100%);
}

.headroom .AppNav.show-appnav {
    width: 100%;
    position: fixed;
    z-index: 7;
    top: -50px;
    will-change: transform;
    transition: transform 400ms linear;
    transform: translateY(50px);
}

.top-promotion-header {
    position: absolute;
    width: 36%;
    height: 100%;
    top: 0;
    right: 0;
    background: url("/theme/bg-top-promotion-header.png") no-repeat;
    background-size: cover;
}

.hero-loading-img {
    height: 400px;
}

.hero-bannner-home {
    height: 400px;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .top-promotion-header {
        width: 34%;
    }
}

@media (max-width: 1440px) {
    .top-promotion-header {
        width: 32%;
    }
}

.main-header .sf-header {
    z-index: 2;
    height: 76px;
}

.main-header .sf-header__wrapper {
    background: none;
    color: #fff;
}

.main-header .sf-header__logo-image .sf-image {
    height: 64px;
    margin-top: 2px;
}

.main-header .sf-header__logo {
    margin-top: 0;
    margin-bottom: 0px;
}

.main-header .sf-header__icon {
    --icon-color: #fff;
}

.main-header .sf-search-bar {
    background: #fff;
    padding: 0px 15px;
    border-radius: 25px;
    height: 36px;
}

.main-header .sf-search-bar__input {
    border: none;
    height: auto;
    padding-right: 30px;
}

.main-header .sf-search-bar__input:focus {
    outline: none;
    box-shadow: none;
}

.main-header .sf-search-bar__button {
    right: 0px;
    top: 0px;
    height: 36px;
    width: 50px;
    padding-top: 8px;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    z-index: 3;
}

.main-header .sf-header__action {
    margin-left: 10px;
}

.main-header .sf-header__search {
    --header-search-flex: 0 1 25.5rem;
    margin-left: auto;
}

.main-header .show-appnav .sf-header__search {
    --header-search-flex: 0 1 19rem;
    margin-left: auto;
}

.main-header .siamtv-logo {
    height: 72px;
    margin-top: 0px;
}

@media (max-width:1365px) {
    .main-header .cart-nav .sf-header__search {
        --header-search-flex: 0 1 14rem;
    }
}

@media (max-width:1023px) {
    .main-header {
        min-height: 30px;
    }

    .main-header .sf-header__logo-image .sf-image {
        height: 40px;
        margin-bottom: 0;
    }

    .top-promotion-header {
        display: none;
    }

    .sf-header__header {
        padding: 0;
        padding-top: 5px;
        display: block;
    }

    .main-header .siamtv-logo {
        height: auto;
    }

    .main-header .sf-header__search {
        --header-search-flex: 1;
    }
}

.mobile-only.navbar {
    padding: 3px 0;
}

.mobile-only.navbar .navbar-toggler {
    position: relative;
    top: -8px;
    left: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
}

.mobile-only.navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.mobile-only.navbar .navbar-toggler .icon-bar {
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
    margin: 5px 0;
    width: 24px;
    border-radius: 0px;
    display: block;
}

.mobile-only.navbar ul.mobile-right-nav .navbar-toggler {
    top: 0px;
    left: 0;
    border: none;
    color: #fff;
}

ul.mobile-right-nav .sf-header__action {
    margin: 0;
}

ul.mobile-right-nav {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    padding-right: 0px;
}

li.nav-item-list {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0px 5px;
    font-size: 21px;
    line-height: 1;
    color: #fff;
}

li.nav-item-list .btn-link {
    text-decoration: underline;
    color: #fff;
}

li.nav-item-list .header-user-info {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    padding-top: 4px;
    padding-left: 0px;
}

@media (min-width:1024px) {
    .main-nav-section {
        min-height: 37px;
    }
}

@media (max-width:399px) {
    li.nav-item-list {
        padding: 0px 3px;
    }
}

.main-nav {
    background: rgba(0, 0, 177, 0.9);
    color: #fff;
    position: relative;
    z-index: 9;
}

.navbar-items {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 100%;
    position: relative;
}

.navbar-item {
    display: flex;
}

.navbar-item .navbar-link {
    color: #fff;
    padding: 8px 15px;
    display: flex;
    white-space: nowrap;
    font-size: 21px;
}

.navbar-item .navbar-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.navbar-item .navbar-link i {
    font-size: 17px;
    position: relative;
    margin-left: 5px;
    top: 3px;
}

.navbar-item .navbar-link.no-active:hover {
    background: rgba(255, 255, 255, 0);
    color: #fff;
}

.navbar-item .dropdown:hover .dropdown-menu {
    display: block !important;
    border-radius: 0;
}

.navbar-item .dropdown .dropdown-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    position: absolute;
    transform: translate3d(0px, 39px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

@media (max-width:1366px) {
    .navbar-item .dropdown .dropdown-menu {
        transform: translate3d(0px, 43px, 0px);
    }
}

.show-appnav .navbar-item .dropdown .dropdown-menu {
    transform: translate3d(0px, 51px, 0px);
}

.show-appnav .navbar-item .navbar-link {
    padding: 14px 10px;
}

.navbar-item .dropdown-toggle::after {
    position: relative;
    top: 7px;
}

.navbar-item .dropdown-menu {
    width: 206px;
    height: 400px;
    border-radius: 0;
    background: #fff;
    border: none;
    padding: 5px 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.for-home.navbar-item .dropdown .dropdown-menu {
    display: block;
}

.show-appnav .for-home.navbar-item .dropdown .dropdown-menu {
    display: none;
}

@media (max-width:1366px) {
    .navbar-item .navbar-link {
        padding: 10px 10px
    }
}

@media (max-width:1200px) {
    .navbar-item .navbar-link {
        padding: 10px 8px
    }
}

.nav-logo-sm img {
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 6px;
    height: 40px;
    width: auto;
    display: none;
}

.main-nav .navbar-item {
    display: none;
}

.main-nav .navbar-item.scroll-show {
    display: flex;
}

.main-nav.show-appnav .navbar-item {
    display: flex;
}

.main-nav.show-appnav .nav-logo-sm img {
    display: flex;
}

.main-nav.show-appnav .navbar-item.cart-nav {
    position: absolute;
    right: 5px;
    top: -1px;
}

.main-nav .navcate-active {
    display: none;
}

.main-nav.show-appnav .no-active {
    display: none;
}

.main-nav.show-appnav .navcate-active {
    display: flex;
}

.main-nav .navbar-items.inside .navbar-item {
    display: flex;
}

.main-nav .navbar-items.inside .navbar-item.cart-nav {
    display: none;
}

.main-nav.show-appnav .navbar-items.inside .navbar-item.cart-nav {
    display: flex;
    position: absolute;
    right: 5px;
}

.header-cart-icon {
    color: #fff;
    font-size: 30px;
    padding: 10px;
}

.header-cart-icon:hover {
    color: #fff;
}

.header-cart-icon-main {
    color: #fff;
    font-size: 30px;
    padding: 10px;
    line-height: 1;
    height: 40px;
    margin-top: 7px;
    position: relative;
}

.header-cart-icon-main:hover {
    color: #fff;
}

.show-appnav .header-cart-icon-main {
    margin-top: 2px;
}

.header-cart-icon-m {
    color: #fff;
    font-size: 30px;
    padding: 0px;
    position: relative;
}

.header-cart-icon-m:hover {
    color: #fff;
}

.badge-number {
    padding: 0;
    position: absolute;
    background: #EE40FF;
    color: #fff;
    top: 6px;
    font-weight: 400;
    font-size: 24px;
    right: 10px;
    text-align: center;
    font-size: 19px;
    min-width: 20px;
    line-height: 18px;
    border-radius: 50%;
    height: 20px;
}

.sf-badge.badge-number {
    padding: 0;
    position: absolute;
    background: #EE40FF;
    color: #fff;
    top: 16px;
    font-weight: 400;
    font-size: 24px;
    right: 10px;
    text-align: center;
    font-size: 19px;
    min-width: 20px;
    line-height: 18px;
    border-radius: 50%;
    height: 20px;
}

.cart-icon {
    background: url('/icons/cart-icon.png') no-repeat;
    background-size: contain;
    width: 30px;
    height: 28px;
    display: inline-block;
}

.main-header .header-logo-d {
    height: 64px;
}

.main-header .header-logo-image {
    height: 64px;
    width: auto;
}

@media (max-width: 1023px) {
    .main-header .siamtv-logo {
        height: 40px !important;
        width: auto;
        vertical-align: baseline;
    }

    .cart-icon {
        width: 30px;
        height: 24px;
        position: relative;
        top: 3px;
    }
}

.main-nav-cate {
    overflow: hidden;
    max-height: 400px;
}

.main-nav-cate .nav-link {
    font-size: 19px;
    padding: 2px 0px;
    padding-left: 10px;
    color: #333;
}

.main-nav-cate .dropdown-content .nav-link {
    padding: 2px 0px;
    padding-left: 10px;
}

.main-nav-cate .nav-link:hover {
    background: rgba(51, 51, 51, 0.05);
}

.main-nav-cate-m {
    display: inline-flex;
}

.main-nav-cate-m .nav-link {
    font-size: 21px;
    padding: 11px 0px;
    padding-left: 10px;
    color: #333;
}

.header-m-title {
    border-bottom: 2px solid #ddd;
    color: #009;
    padding-bottom: 10px;
    display: block;
    font-size: 24px;
    font-weight: 400;
}

.mobile-nav-body h3,
.mobile-nav-body h4 {
    color: #009;
}

#modal-full .modal-dialog {
    margin: 0;
    height: 100vh;
    width: 100%;
    max-width: inherit;
}

#modal-full .modal-body {
    background: #fff;
    color: #333;
}

#modal-full .modal-content {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
}

#modal-full .mobile-nav-body {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    padding: 0px;
    padding-top: 20px;
}

#modal-full .btn-close-nav {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 5px;
    font-size: 32px;
    color: #333;
}

#modal-full .nav-link {
    color: #333;
    padding: 10px 10px;
}

#modal-full .nav-link:hover {
    background: rgba(51, 51, 51, 0.05);
}

#modal-full .card .btn.btn-link {
    color: #333;
    width: 100%;
    text-align: left;
    padding: 10px 10px;
    box-shadow: none
}

#modal-full .card {
    background: none;
    color: #333;
    border: none;
    border-radius: 0;
}

#modal-full .card-header {
    padding: 0;
    border-bottom: 0;
    background: #fff;
}

#modal-full .card-body {
    padding: 5px;
    padding-top: 10px;
}

#modal-full .nav.level2 {
    margin-left: 15px;
}

#modal-full .nav.level3 {
    margin-left: 30px;
    list-style: square;
    color: #999;
}

#modal-full .nav.level2 li.nav-item>div .nav-link {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

#modal-full .card .btn.btn-link {
    border-bottom: 1px solid rgb(226, 226, 226);
}

#modal-full .card .btn.btn-link.not-collapsed {
    border-bottom: 1px solid rgb(189, 189, 189);
}

#modal-full .card .btn.btn-link:hover {
    background: rgba(51, 51, 51, 0.05);
}

#modal-full .hotlink .nav-link {
    border-bottom: 1px solid rgb(226, 226, 226);
    font-weight: 400;
}

.mobile-nav-body .arrow-down {
    position: absolute;
    right: 10px;
    top: 17px;
}

.mobile-nav-body .not-collapsed .fa {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.language-link {
    color: #999;
    cursor: pointer;
    font-size: 19px;
}

.language-link.active,
.language-link:hover {
    color: #333;
}

.language-link .flag-icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.change-languag-item {
    margin: 0 15px;
}

.close-nav::before {
    content: "\00d7";
    /* This will render the 'X' */
    color: #666;
    font-weight: 300;
    font-family: Arial, sans-serif;
}

.footer-end .fn-image {
    height: 30px;
    width: auto;
    margin-right: 5px;
}

#pagetop {
    position: fixed;
    bottom: 25px;
    right: 100px;
    z-index: 99;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 169, 0.9);
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

#pagetop .fa {
    line-height: 34px;
}

@media (min-width: 1600px) {
    #pagetop {
        right: 120px;
    }
}

@media (max-width:767px) {
    #pagetop {
        display: none;
    }
}

.main-footer {
    background: #0000A9;
    min-height: 400px;
    color: #fff;
    overflow: hidden;
}

.footer-column {
    padding: 30px 0;
    padding-bottom: 15px;
}

.footer-column h3 {
    padding-left: 10px;
    margin-bottom: 10px;
}

.footer-column .nav-link {
    padding: 8px 10px;
    color: #fff;
    display: inline-block;
    min-width: 220px;
}

.footer-column .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.footer-socials {
    margin-left: 10px;
    margin-bottom: 20px;
    padding: 7px;
    padding-top: 12px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    border-radius: 5px;
}

.socials-link {
    margin-right: 10px;
    margin-left: 10px;
}

.socials-link img {
    max-height: 26px;
    width: auto;
}

.footer-end {
    background: #070070;
    padding: 15px 0;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 17px;
    font-weight: 300;
}

.fn-image img {
    max-height: 32px;
    width: auto;
    margin-right: 15px;
}

.col-flex {
    margin-right: 40px;
}

@media (max-width: 1200px) {
    .fn-image img {
        max-height: 28px;
        width: auto;
        margin-right: 6px;
    }
}

@media (max-width: 991px) {
    .footer-end {
        padding-bottom: 100px;
    }

    .fn-image img {
        max-height: 24px;
        width: auto;
        margin-right: 4px;
    }
}

@media (max-width: 767px) {
    .col-flex {
        margin-right: 0;
    }

    .footer-end {
        padding-bottom: 50px;
    }

    .footer-column {
        padding-bottom: 30px;
    }
}

.dropdown-nav {
    display: block;
}

.dropdown-nav.active>.nav-link,
.dropdown-nav.active2>.nav-link {
    background: rgba(51, 51, 51, 0.05);
}

.dropdown-nav.active>.nav-link::after,
.dropdown-nav.active2>.nav-link::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
    background-image: url("/images/icons/arrow-right-dark.png");
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 206px;
    height: 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
    left: 206px;
    top: 0;
    z-index: 1;
}

.dropdown-nav:hover>.dropdown-content {
    display: block;
}

.dropdown-toggle-no-caret.dropdown-toggle::after {
    display: none;
}

.sharing-item-body {
    padding-left: 15px;
}

.wait-loading {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
}

.wait-loading .loading-body {
    height: 100vh;
    padding-top: 40vh;
}