:root {
    --maincolor: #352305;
    --subcolor: #fa9832;
    /* --subcolor: #B69158;*/
    --textcolor: #333;
    --fontB: Monsterat-B;
    --fontmain: Monsterat;
    --fontEB: Monsterat-EB;
}
* {
    margin: 0px;
    padding: 0px;
}
html,
body {
    font-family: var(--fontmain);
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    line-height: 1.5;
    color: #303030;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-family: var(--fontB);
	font-weight:normal;
}

a {
    text-decoration: none;
    color: currentColor;
}

b,
strong {
    font-weight: normal;
    font-family: var(--fontB);
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

a img {
    display: block;
}

#page {
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
    clear: both;
}

.c {
    height: 0px;
}

.c3 {
    height: 3px;
}

.c4 {
    height: 4px;
}

.c5 {
    height: 5px;
}

.c10 {
    height: 10px;
}

.c15 {
    height: 15px;
}

.c20 {
    height: 20px;
}

.c30 {
    height: 30px;
}

.c50 {
    height: 50px;
}
.text-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text-line-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text-line-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.search-pc {
    position: relative;

    transition: all 0.5s ease-in-out;
}
.closeX {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -50px;
}
.search-pc .kw {
    width: 100%;
    height: 35px;
    border: solid 1px #ccc;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: rgba(0, 0, 0, 0.25);

    border-radius: 25px;
    background: #fff;
}
.search-pc ::placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-family: var(--fontmain);
}

#searchformtab {
    position: relative;
}
.submit-search-pc {
    position: absolute;
    height: 45px;
    padding: 10px 15px;
    right: 0px;
    top: 0px;
    color: #fff;
    background-color: var(--maincolor);
}
#searchformtab input {
    color: #0a0a0a;
    border-radius: 3px;
    padding: 10px;
    height: 45px;
    border: 1px solid #0a0a0a;
    background-color: #fff;
    padding: 10px;
}
.search-icon {
    color: #fff;
}
.search-mobile {
    width: 100%;
    position: relative;
    display: none;
}

.search-mobile input {
    width: 100%;
    height: 30px;
}

.m-search-icon {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #ef5994;
}
.header {
    background: transparent;
    width: 100%;
    z-index: 11;
    transition: all 0.5s ease-in-out;
}
.header-fixed .header-menu {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0px;
    z-index: 123;
}
.topheader {
    text-align: center;
    color: #fff;
    padding: 10px;
    background-color: var(--maincolor);
}
.header-hotline {
    color: red;
    margin-bottom: 10px;
    font-family: var(--fontB);
    font-size: 18px;
}
.header-hotline i {
    width: 30px;
    height: 30px;
    border: 1px solid red;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.headeradd-item {
    display: flex;
    margin: 5px 0px;
    align-items: center;
}
.headeradd-item i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    border: 1px solid var(--subcolor);
    background-color: var(--subcolor);
    color: #fff;
}
.headeradd-item span {
    width: calc(100% -30px);
    padding-left: 10px;
}
.header-menu {
    background-color: var(--maincolor);
    color: #fff;
    position: relative;
}
.header-menu .grid {
    position: relative;
}
.menubar .nav {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
}
.nav li {
    position: relative;
    list-style-type: none;
    transition: all 0.5s ease-in;
}
.nav li a {
    line-height: 45px;
    padding: 0px 5px;
    /*
  font-size:16px;
  text-transform: uppercase;
  */
}
.nav li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
}

.nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    visibility: hidden;
    line-height: 35px;
    text-align: left;
    display: none;
    padding: 0;
    opacity: 0.98;
    z-index: 999999;
    font-weight: normal;
    background: var(--subcolor);
    text-transform: initial;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transform-origin: center top 0px;
    -moz-transform-origin: center top 0px;
    -webkit-transform-origin: center top 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
}
.nav li ul li ul {
    right: -100%;
    top: 0px;
    left: auto;
}

.nav li ul a {
    line-height: 45px;
}
.menuproduct {
    padding: 0px 15px;
    text-align: center;
    line-height: 45px;
    background: #fa9832;
    text-transform: uppercase;
    font-size: 18px;
}
.nav li:hover {
    background-color: var(--subcolor);
}
.nav li ul li:hover {
    color: var(--maincolor);
    background-color: #fff;
}
.nav li ul li ul li:hover a {
    color: var(--maincolor);
}
.nav li ul li ul li a {
    color: #fff;
}
nav li ul a i {
    float: right;
    line-height: 45px;
    margin-right: 10px;
}

.nav li ul li:hover ul li {
    color: #333;
}
.product_li {
    position: absolute;
    width: 25%;
    top: 100%;

    z-index: 111;
    background: #fff;
    list-style: none;
    display: none;
    text-align: left;
    text-transform: initial;
    left: 0px;
    box-shadow: 0px 0px 10px 2px #9d9d9d;
    transition: all 0.5s ease;
    font-weight: bold;
    font-size: 15px;
}
.product_li.active {
    display: block;
}
.product_li .fa-solid.fa-caret-right {
    float: right;
    line-height: 45px;
}
.product_li li {
    /*background:url('/images/icon-menu.png') 5px center no-repeat;
	background-size: 30px;
	*/
    color: #333;
    padding: 5px 20px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.5s ease-in;
    padding-left: 10px;
    border-bottom: dashed 1px #ccc;
}

.product_li .ico-img {
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    border-radius: 50%;
    border: solid 1px #ccc;
    width: 35px;
}
.product_li a {
    text-transform: initial;
}

.menuproduct:hover .product_li {
    display: block;
}

.product_li li:last-child {
    border-bottom: none;
}
#slide_home img,
#slide_home video {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}
.nav li:hover .megamenu_product {
    /* opacity: 1;

  -webkit-transform: none; */
}
ul.mega-menu.megamenu_product {
    position: absolute;
    top: 100%;
    max-width: 950px;
    left: 25%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 112;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transform-origin: center top 0px;
    -moz-transform-origin: center top 0px;
    -webkit-transform-origin: center top 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    border-top: 1px #ededed solid;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
ul.mega-menu.megamenu_product ul {
    display: block !important;
    position: inherit;
    background: transparent;
    padding-left: 15px;
    font-size: 15px;
    text-transform: initial;
}
ul.mega-menu.megamenu_product ul li a {
    text-transform: initial;
}

.megamenu-item {
    width: 48%;
}
.flex-megamenu {
    display: flex;
    flex-wrap: wrap;
}
ul.mega-menu.megamenu_product a {
    color: #333;
    line-height: 30px;
    padding: 0px;
}
.product_li li:hover .megaproduct-li {
    display: block;
}
.megaproduct-li {
    position: absolute;
    /*
    width: calc(100% + 250px);
	*/
    width: 300px;
    left: 100%;
    top: 0px;
    list-style-type: none;
    background: #fff;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 10px 2px #9d9d9d;
    display: none;
    height: 100%;
}
.nav li:hover ul {
    display: block;
}
.image-megaproduct {
    max-height: 300px;
    text-align: right;
}
.image-megaproduct img {
    height: 100%;
    object-fit: cover;
    margin: auto;
    max-height: 300px;
}
ul.mega-menu.megamenu_product a:hover {
    color: var(--subcolor);
}

.product_li li:hover {
    background-color: var(--subcolor);
    color: #fff;
}
.flex-slidehome {
    width: calc(100% - 25%);
    float: right;
}

.header-right {
    width: calc(100% - 60px);
}
.cart a {
    position: relative;
}
.cartnumber {
    position: absolute;
    top: -20px;
    right: -5px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: var(--subcolor);
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.cart a i {
    font-size: 25px;
}
.cart {
    display: block;
    text-align: right;
    float: right;
    color: var(--maincolor);
}
.logo {
    margin: auto;
    width: 100%;
    padding: 5px 0px;
    display: flex;
    align-items: center;
}
.logo-title {
    padding-left: 15px;
    color: var(--maincolor);
}
.logo-title .slogan {
    font-family: var(--fontB);
    font-size: 20px;
    color: var(--subcolor);
}
.logo img {
    display: block;
    max-height: 100px;
}

.logo-mobile {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.menu-title {
    color: var(--maincolor);
    display: flex;
    font-family: var(--fontmain);
    line-height: 50px;
    align-items: center;
    margin-left: 80px;
    padding: 8px 0px;
}
.headmenu {
    padding: 15px;
    background-color: #13131321;
    text-transform: uppercase;
    text-align: left;
    padding-left: 80px;
}

.lang {
    color: #fff;
    margin-right: 10px;
}
.lang img {
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
    border-radius: 20px;
    margin-right: 5px;
    object-fit: cover;

    border: 1px solid #fff;
}
.mobile-bar {
    background-color: #fff;
    width: 100%;
    padding: 3px;
}

.mobile-bar {
    background-color: #fff;
    width: 100%;
    padding: 3px;
}

.lang-flag {
    float: right;
    /* margin-top: 2px; */
    border: none;
    margin-left: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}
.burger {
    width: 60px;
}
.burger div {
    width: 40px;
    height: 3px;
    margin-bottom: 10px;
    background: var(--maincolor);
}
.burger div:nth-last-child(1) {
    margin-bottom: 0px;
}
.crumb {
    background: #f1f2f2;

    padding: 5px 0px;
    font-size: 12px;
}

.crumb-gray .crumb {
    background-color: #f5f5f5;
}

.crumb a {
    font-size: 14px;
    line-height: 24px;
    color: var(--maincolor);

    text-align: center;
}

.crumb a:first-child {
    padding-left: 0;
}

.crumb a:last-of-type {
    color: var(--maincolor);
    padding-left: 10px;
}

/*  */

.menuleft {
    padding: 0px;
    margin: 0px;
    color: #58595b;
    background: #e5f1ee;
    border: solid 1px #eee;
}
.menuleft .title {
    background: var(--subcolor);
    color: #fff;
    padding: 10px 15px;
    font-size: 17px;
    font-family: var(--fontmain);
}
.menuleft .fa {
    font-size: 10px;
    float: right;
}

.menuleft ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menuleft li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #eee;
}

.menuleft li:last-child {
    border-bottom: none;
}

.menuleft li a:hover {
    color: var(--subcolor);
}

.menuleft li a {
    color: #0a0a0a;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 15px;
    font-family: var(--fontmain);
}

.menuleft > .actived {
    background: #eee;
}

.menuleft > .actived > a {
    color: #0a0a0a;
    font-family: var(--fontmain);
}

.menuleft .actived ul {
    background: #eee;
    display: block;
}

.menuleft .actived .actived a {
    color: #244294;
}

.menuleft li ul {
    margin: 0px;
    padding: 0px;
    padding-left: 35px;
    background: #eee;
    display: none;
}

.menuleft li ul li {
    padding-left: 0px;
    list-style-type: square;
}

.menuleft li ul li a {
    border-bottom: none;
    padding: 8px 0px;
    font-size: 14px;
    color: #0a0a0a;
}

.menuleft-icon {
    padding-right: 8px;
}

#button-btt {
    position: fixed;
    right: 15px;
    bottom: 20px;
    color: #0059bd;
    background: #ccc;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 10;
    text-align: center;
}

#button-btt a {
    color: #fff;
}

.view-detail {
    display: block;
    color: #fff;
    background: #244294;
    padding: 10px 30px;
    box-shadow: 0px 0px 3px #999;
    float: left;
}

.menutab {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-bottom: 8px;
}

.menutab-item {
    text-align: center;
    background-color: transparent;
    color: #fff;

    border: 2px solid transparent;
    position: relative;
}

.menutab-item.actived a,
.menutab-item:hover a {
    color: var(--maincolor);
}
.menutab-item:nth-child(1) {
    padding-left: 0px;
}
.menutab-item a {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;

    transition: all 0.5s ease-in;
    padding: 15px 15px;
    position: relative;
}
.menutab-item a:before {
    content: "";
    width: 2px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 15px;
    right: 0px;
}
.menutab-item:last-child a::before {
    display: none;
}
.tab-item:last-child {
    border-right: none;
}

.tab-bar {
    /* background: #e1e1e1; */
    position: relative;
    display: flex;
    align-items: center;
}

.tab-bar-wrapper {
    padding-right: 40px;
}

.tab-title {
    margin: 0px;

    font-size: 16px;
    color: #484848;
    text-transform: uppercase;
    padding: 10px 0 26px;
    display: block;
    float: left;
}

.tab-title:nth-child(2) {
    padding: 10px 40px 26px;
}

.tab-active {
    position: relative;
    color: #ffa200;
}

.tab-active::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #ffa200;
    border: solid 1px #ffa200;
    left: 0;
}

.tab-bar::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: var(--subcolor);
    border: solid 1px var(--subcolor);
}
#tabs-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
}
#tabs-nav li {
    list-style: none;
    text-align: center;
    color: var(--subcolor);
    margin: 5px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #fff;
}
#tabs-nav li.active a {
    color: var(--subcolor);
    font-family: var(--fontmain);
}

/*Modal*/
.blocker {
    z-index: 111 !important;
}
.modal {
    max-width: 100% !important;
    padding: 0px !important;
    border-radius: 20px !important;
}
.modal a.close-modal,
.modal-close {
    opacity: 0;
    display: none;
}
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
}
.modal-box {
    display: none;
    position: fixed;
    z-index: 140409;
    width: 60%;
    height: auto;

    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    /* max-width: 1100px; */
    background: #fff;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5px;
    border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

.modal-box .modal-body {
    padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1px;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
    padding: 8px;
}
.line-form input {
    width: 100%;
    /* height: 45px; */
    padding: 10px;
    outline: none;
    margin-bottom: 20px;
}
input.btn-send {
    padding: 10px 35px;
    background: var(--subcolor);
    outline: none;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: var(--fontB);
}
a.close {
    line-height: 2;
    font-size: 34px;
    position: absolute;
    top: -15px;
    right: 5px;
    text-decoration: none;
    color: #bbb;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.msgbox {
    color: #ccc;
}
.img-shine {
    position: relative;
    overflow: hidden;
    display: block;
}

.img-shine:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0) 100%
    );
}

/* Hover state - trigger effect */
.img-shine:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}
.error {
    border: solid 1px red !important;
}

.btn {
    padding: 8px 15px;
    color: #222;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

/* Active state */
.img-shine:active:after {
    opacity: 0;
}

.menu-mobile {
    display: block;
    float: right;
    color: #000;
    font-size: 30px;
    margin-left: auto;
}

.menu-mobile-item {
    display: block;
    float: left;
    margin-top: 5px;
    color: #fff;
    margin-left: 10px;
}

#simplePagerNav {
    display: flex;
    justify-content: center;
}

.pagination {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.page {
    display: none;
}
.pagination-item {
    text-decoration: none;
    color: #0a0a0a;
    font-size: 18px;

    display: inline-block;
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    border: 2px solid #b3b3b3;
}

.pagination-item__clicked {
    text-decoration: none;
    color: #fff;
    font-size: 18px;

    display: inline-block;
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--maincolor);
    margin: 0 5px;
    border: 2px solid #b3b3b3;
}

.pagination-item-icon {
    font-size: 20px;

    color: #176078;
}

.ullist {
    height: 450px;
    overflow-y: scroll;
}

.ullist li h3 {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    color: #244294;
    font-size: 16px;
}

.ullist li p {
    margin: 0px;
    padding: 5px 0px;
}

.ullist li {
    border-bottom: dashed 1px #ddd;
}

.ullist li .fa {
    display: block;
    float: left;
    width: 18px;
    margin-top: 2px;
}

#loadMoreProduct {
    display: block;
    background: #ddd;
    color: #244294;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    width: 220px;
}

.form-title {
    font-family: var(--fontmain);
    font-size: 24px;
    font-weight: normal;

    text-align: center;
    width: 100%;
}

.sendmail__btn {
    background: var(--maincolor);
    text-align: center;
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    height: 50px;
}

::placeholder {
    color: #333;
    opacity: 1;
    font-family: var(--fontmain);
    /* Firefox */
}
textarea:-moz-placeholder, /* Firefox 18- */
textarea::-moz-placeholder, /* Firefox 19+ */
textarea:-ms-input-placeholder, /* IE 10+ */
textarea::-webkit-input-placeholder, /* Webkit based */
textarea::placeholder {
    /* Modern browsers */
    color: #333;
    opacity: 1;
    font-family: var(--fontmain);
}

.view-more {
    font-weight: normal;
    display: inline-block;
    color: #fff;
    font-size: 14px;

    margin-top: 25px;
    background-color: #1d509b;
    padding: 10px 20px;
}
.line {
    border-bottom: 1px solid #037c94;
}

.line-w {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.line-w span {
    display: inline-block;
    margin-right: 5px;
    background: var(--subcolor);
    background-repeat: no-repeat;
    background-size: 90% 90%;
    width: 100px;
    height: 3px;
    margin-top: 10px;
}

.line-w span:last-child {
    margin-right: 0;
}

.Tocct {
    border: 1px solidvar(--maincolor);
    margin-top: 30px;
    border-radius: 25px;
    max-width: 100%;
    padding: 25px;
    position: relative;
}
.longPageTOC {
    font-size: 20px;
    background: #fff;

    text-transform: uppercase;
}
.TOCShowHide.hideTOC {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #00b8ce;
}
.longPageNavigationDiv {
    width: 100%;
}

.longPageNavigationDiv a {
    color: #0a0a0a;
}

.longPageNavigationDiv ul {
    padding-left: 10px;
}

.longPageNavigationDiv ul li {
    list-style: none;
    padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
    padding-left: 20px;
}

.form-group {
    padding: 10px 0px;
    border-bottom: dotted 1px #ccc;
}
.btndangnhap {
    background-color: var(--maincolor);
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 18px;
}

/* home */
.slidehome {
    position: relative;
}
.slidehome-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    color: #fff;
}
.slidehome-title {
    font-size: 80px;
    font-family: var(--fontEB);
    color: var(--maincolor);
}
.slidehome-title span {
    color: #fff;
}
.slidehome-intro {
    font-size: 24px;
    text-transform: uppercase;
}
.search-form {
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 5px 9px #0000002e;
}
.search-mobile-bar {
    float: right;
    width: 200px;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
}

.search-mobile-bar .kw {
    width: 100%;
    height: 30px;
    border: solid 1px #eee;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #0a0a0a;
    border-radius: 25px;
    background: #fff;
}

.submit-search-mobile {
    float: right;
    color: var(--maincolor);
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 25px;
}
.header-mobile {
    background: #fff;
    border-bottom: solid 2px #2c9fcb;
}

.cart-mobile {
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
    float: right;
}

.cart-mobile span {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 11px;
    background: #244294;
    color: #fff;
    display: block;
    padding: 1px 4px;
    border-radius: 50%;
}

.kw-mobile {
    width: 94%;
    height: 30px;
    border: none;
    border-radius: 20px;

    margin-bottom: 0px;
    color: #0a0a0a;
    padding-left: 5px;
}

.mobile-footer-bar {
    position: fixed;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    background: #fff;
    box-shadow: 0px -1px 3px #244294;
    z-index: 9999;
}

.search-form input::placeholder {
    color: #909090;
    font-family: var(--fontmain);
    font-size: 18px;
    height: 50px;
}
.search-form input {
    border: none;
    outline: none;

    margin-bottom: 0px;
    padding-left: 35px !important;

    font-family: var(--fontmain);
}
.search-form .search-icon--input {
    color: #909090;
}
.search-form select {
    outline: none;
    width: 100%;
    font-family: var(--fontmain);

    height: 50px;
    border-radius: 5px;
    border: 1px solid #a0a0a0;
    font-size: 20px;
}
input:focus-visible,
select:focus-visible {
    border: 1px solid #a0a0a0;
}
.btn-search {
    background: var(--maincolor);
    color: #fff;
    width: 100%;
    padding: 12px;
    max-width: 200px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
}

.homecat-title {
    font-size: 30px;
    height: 45px;
    color: var(--subcolor);
    font-family: var(--fontB);
    position: relative;
    text-transform: uppercase;
}

.homecat-intro {
    margin: auto;
    text-align: center;
    max-width: 800px;
}
.pagecat-title {
    text-align: left;
    color: #282828;
    font-family: var(--fontmain);

    position: relative;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 1.3;
}

.homecat-title a,
.pagecat-title a {
    color: currentColor;
}

.menu-footer {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
}

.menu-footer a {
    font-size: 13px;
    color: #fff;
    margin-right: 20px;
    text-decoration: none;
}

.footer {
    background-color: #2d2d2d;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 14px;
    padding: 0px 50px;
}
.footer-block {
    line-height: 35px;
}
.footer-block p {
    display: flex;
    margin-bottom: 10px;
}
.footer-block b,
.footer-block strong {
    width: 80px;
    color: var(--subcolor);
}
.footer-block p i {
    color: var(--maincolor);
    font-size: 18px;
    width: 27px;
}
.footer-block p span {
    width: calc(100% - 25px);
}
.text-center {
    margin: auto;
    text-align: center;
}

.footer-title .i {
    float: right;
    margin-top: 3px;
    font-size: 14px;
    display: none;
    transition: 0.5s;
    color: #fff;
}

.footer-block {
    padding-left: 0px;
    margin-top: 10px;
}

.footer-block .info {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    /* margin-bottom: 10px; */
    line-height: 2;
}
.footer-block .info i {
    margin-right: 10px;
}
.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footermain {
    border-bottom: 1px solid var(--maincolor);
}
.footer-social li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    line-height: 40px;
    margin: 0px 5px;
    background: #fff;
}
.footer-social li a {
    color: #333;
}
.footer-social span {
    padding-right: 10px;
}
.menufooter {
    list-style: none;
    padding-left: 15px;
}
.menufooter li {
    line-height: 30px;
}
.menuboxfooter {
    padding: 0px;
    list-style-type: none;
    font-size: 20px;
}
.menuboxfooter li {
    margin-bottom: 5px;
}
.menuboxfooter a {
    color: #fff;
    transition: all 0.5s ease-in;
}
.footer-title {
    font-size: 17px;
    color: #fff;
    font-family: var(--fontmain);
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-copyright {
    font-size: 14px;
    text-align: center;

    color: #fff;
    padding: 10px 0px;
}
.star-rate {
    background: url(/images/star-rate.png) left top no-repeat;
    height: 16px;
    width: 100%;
    background-size: auto;
}
.rate1 {
    background-position-y: -19px;
}
.rate2 {
    background-position-y: -37px;
}
.rate3 {
    background-position-y: -55px;
}
.rate4 {
    background-position-y: -73px;
}
.rate5 {
    background-position-y: -90px;
}
.img-poster {
    position: relative;
}
.img-poster img {
    display: block;
}
.poster-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 20px;
    bottom: 0px;
    transform: translate(0px, -20%);
    z-index: 2;
    color: #fff;
    font-family: var(--fontB);
}
.catname {
    text-transform: uppercase;
    text-align: left;
    font-size: 40px;
}
.catname span {
    color: var(--maincolor);
}
.poster-content .catname {
    text-align: center;
}
.frm-contact input,
textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #9c9c9c;
    font-family: var(--fontmain);
    margin-bottom: 10px;
    border-radius: 5px;
}
.btn-contact {
    background: var(--subcolor);
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    font-family: var(--fontB);
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid var(--subcolor);
}
.line-title {
}
.featured-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.featured-item-img {
    width: 40%;
}
.featured-item-content {
    width: 60%;
    overflow: hidden;
    padding-left: 10px;
    line-height: 1.4;
}
.featured-item-name {
}
.featured-item-img img {
    border-radius: 5px;
}
.slide-btn-next {
    position: absolute;
    right: -15px;
    top: 50%;
    width: 45px;
    height: 45px;
    transform: translate(0px, -50%);
    line-height: 45px;
    background-color: var(--subcolor);
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    color: #fff;
}
.slide-btn-prev {
    position: absolute;
    left: -15px;
    top: 50%;
    color: #fff;
    width: 45px;
    height: 45px;
    transform: translate(0px, -50%);
    line-height: 45px;
    background-color: var(--subcolor);
    border-radius: 50%;
    text-align: center;
    z-index: 2;
}
/* home */
.inhome-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #9d9d9d;
    box-shadow: 0px 0px 5px #d9d9d9;
    padding: 10px;
    transition: all 0.5s ease;
    border-radius: 5px;
}
.inhome-item img {
    width: 80px;
}
.inhome-item:hover {
    box-shadow: 0px 0px 7px 2px #303030;
}
.inhome-item .inhomebox {
    width: calc(100% - 80px);
    padding-left: 10px;
}
.inhome-name {
    text-transform: uppercase;
    font-family: var(--fontB);
    color: #f00;
}
.catproduct-wrapper {
    position: relative;
}
.catproduct-item {
    position: relative;
    text-align: center;
}
.catproduct-item:hover .catproduct-image {
    box-shadow: 0px 0px 5px 2px #9d9d9d;
}
.catproduct-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 5px;
    margin: 0px;
    transition: all 0.5s ease;
    border: 1px solid red;
    display: inline-block;
}
.catproduct-image img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catproduct-item-name {
    font-size: 15px;
}
.catproduct-wrapper {
    background-color: #ffdda9;
}
.price {
    font-family: var(--fontB);
}
.pro-detail-intro .price span {
    font-size: 24px;
}
.price span {
    color: red;
    font-size: 14px;
}
.productitem-box {
    padding: 10px;
}
.product-item {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin-bottom: 30px;
}

.product-image img {
    border-radius: 5px 5px 0px 0px;
}
.product-name {
    font-size: 15px;
    font-family: var(--fontB);
    min-height: 48px;
}
.sanphambig {
    position: relative;
}
.sanphambig-box {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--subcolor);
    transform: translate(-50%, -50%);
    width: 80%;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}
.sanphambig-image img {
    border-radius: 3px;
}
.sanphambig-name {
    font-family: var(--fontB);
    font-size: 20px;
}
.btn-xemthem a {
    padding: 7px 15px;
    border-radius: 20px;
    color: #fff;
    transition: all 0.5s ease;
    border: 1px solid var(--subcolor);
    background-color: var(--subcolor);
}
.btn-xemthem a:hover {
    background-color: #fff;
    color: var(--subcolor);
}
.homecat-product a {
    padding: 10px 85px 10px 30px;
    color: #fff;
    position: relative;
    height: 47px;
    line-height: 47px;
    background-image: url(/images/bg-cattitle.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100% 50px;
}
.homecat-product {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #fa9832;
}
/*.homecat-product a::before
{	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 47px 47px 47px 0px;
	border-color: transparent transparent var(--subcolor) transparent;

}
.homecat-product a::after{
  
  content: "";
   border-top: 0px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 45px solid var(--subcolor);
  width: 40px;
  height: 45px;
  right: -45px;
  position: absolute;
  transform: rotate(-90deg); 
}*/
.huongdandathang-ico {
    width: 80px;
    height: 80px;
    background-color: var(--subcolor);
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    margin: auto;
    font-size: 40px;
    color: #fff;
    border: 1px solid var(--subcolor);
    transition: all 0.5s ease;
}
.huongdandathang-item:hover .huongdandathang-ico {
    background: #fff;
    color: var(--maincolor);
}
.huongdandathang-item:hover .huondan-name {
    color: var(--maincolor);
}
.huondan-name {
    margin-top: 10px;
    text-align: center;
    color: var(--subcolor);
    font-family: var(--fontB);
    font-size: 18px;
}
.huongdandathang {
    position: relative;
}
.huongdandathang::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--subcolor);
    position: absolute;
    top: 40px;
    left: 0px;
}
.huongdandathang-item {
    position: relative;
}
.huongdandathang-item::before {
    content: "\f054";
    position: absolute;
    top: 31px;
    font-family: "Font Awesome 6 Pro";
    right: 0px;
    transform: translate(33%, 0px);
    color: var(--subcolor);
}

.homenews-wrapper {
    background-color: #f8f8f8;
}
.homenews-name {
    margin: 5px 0;
    font-family: var(--fontB);
    color: var(--textcolor);
    font-size: 16px;
}
.news-item {
    margin-bottom: 30px;
}
.right-hotline {
    background-color: #ffc000;
}
.social-fixed div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-fixed div a {
    color: #333;
}
.right-messenger {
    background-color: #0053d4;
}
.right-zalo {
    background-color: #00bcdf;
}
.social-fixed {
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: none;
}
.social-fixed span {
    right: 0px;
    position: absolute;
    padding: 6px 25px;
    background: var(--subcolor);
    color: #fff;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.5s ease;
	min-width:150px;
	z-index:99999;
}
.social-fixed div:hover span {
    opacity: 1;
    right: 45px;
}
.newsrecent-item {
    margin-bottom: 10px !important;
}
.newsrecen-box {
    padding-left: 10px;
}
.newsrecent-name {
    font-family: var(--fontB);
}
.title-left {
    padding: 10px 15px;
    text-align: center;
    font-family: var(--fontB);
    color: #fff;
    background-color: var(--subcolor);
    text-transform: uppercase;
}
.pro-detail-intro p {
    margin-bottom: 10px;
}
.bg-title {
    margin-top: -15px;
}
.tab-content ul {
    padding-left: 30px;
}

.tuvannhanh {
    padding: 30px 10px;
    text-align: center;
    background: var(--maincolor);
    color: #fff;
}
.tuvannhanh-title {
    text-transform: uppercase;
    font-size: 20px;
    font-family: var(--fontB);
    padding-bottom: 10px;
}
.tuvannhanh-hotline {
    display: flex;
    justify-content: space-between;
}
.tuvannhanh-hotline a {
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;

    margin-bottom: 10px;
}
.tuvannhanh-fanpage a {
    padding: 10px 20px;
    background: #fff;
    color: var(--maincolor);
    font-size: 14px;

    border-radius: 5px;
}
.titlevideo-left {
    text-transform: uppercase;
    font-family: var(--fontB);
}
.titlevideo-right {
    font-family: var(--fontB);
}
.swiper-thumbs {
    width: 100%;

    min-height: 100%;
}

.swiper-thumbs img {
    padding: 5px;
    border: 1px solid #9d9d9d;
    height: 100px;
}
.btn-hotline,
.btn-muahang {
    padding: 7px 0px;
    text-align: center;
    background: #a21010;
    border: 1px solid #a21010;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    justify-content: center;
}


.btn-zalo a {
    padding: 10px 20px;
    background: var(--subcolor);
    font-family: var(--fontB);
    color: #fff;
    border-radius: 5px;
}
.btn-zalo img {
    width: 20px;
    margin-right: 7px;
}

.btn-zalo span {
    padding: 10px 5px;
    border-radius: 8px;
    /* background: #18c2e2; */
    margin-left: 2px;
    color: #fff;
    background: var(--subcolor);
}
.btn-zalo2 span,
.btn-zalo2 a {
    background: #a21010;
}
.btn-hotline span,
.btn-muahang span {
    font-size: 12px;
}
.btn-hotline i,
.btn-muahang i {
    padding-right: 7px;
}
.btn-muahang {
    background: var(--subcolor);
    border: 1px solid var(--subcolor);
}

.btn-muahang:hover,
.btn-hotline:hover {
    color: #333;
    background: #fff;
}
.boxuudai-detail,
.box-hotlinemuahang {
    padding: 30px 15px;
    font-size: 16px;

    background: #f3f3f3;
    margin: 0px 0px 0px 10px;
}
.boxuudai-detail ul {
    padding: 10px 0px 15px;
    list-style-type: none;
    line-height: 1.4;
    font-size: 16px;
}
.boxuudai-detail ul li {
    position: relative;

    margin-bottom: 10px;
}
.boxuudai-detail ul li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    padding-right: 5px;
    color: var(--subcolor);
}
.boxuudai-detail h5 {
    font-size: 16px;
}
.soluong {
    text-align: right;
    font-style: italic;
}

.swiperthumb .swiper-slide {
    height: auto !important;
}
.pro-video {
    max-height: 434px;
}

.price-color {
    border: solid 1px #a21010;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 3px 8px;
    border-radius: 2px;
    cursor: pointer;
}

.choose-price {
    background: #a21010;
    color: #fff;
}
.social-footer {
    background: #f1f2f2;
}

.slide-btn-next.slide-pro-next {
    right: 5px;
}

.slide-btn-prev.slide-pro-prev {
    left: 5px;
}
.chinhsach-img {
    width: 40px;
    font-size: 25px;
    color: var(--subcolor);
}
.chinhsach-item {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.chinhsach-box {
    width: calc(100% - 40px);
}
.chinhsach-title {
    font-family: var(--fontB);
    padding-bottom: 5px;
}
.fixed-left {
    position: sticky;
    top: 50px;
    height: 100%;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tocContent {
    line-height: 1.8;
}

.tocContent h2 {
    margin: 5px 0px;
    margin-top: 15px;
	font-size: 20px;
}

.tocContent h3 {
    margin: 5px 0px;
    margin-top: 10px;
	font-size: 16px;
}

.tocWrap {
    border-radius: 2px;
    border: solid 1px #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
.chinhsach-item {
    padding: 0px 0px 0px 10px;
}

.title-news_ct, .product-name-detail{
	font-size:24px;
}

.ma{
	font-family: var(--fontB);
	color:#666;
}

.ma b{
	color:#333;
}