@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

/* ul {
margin: 0;
padding: 0;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.5;
}

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

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
    cursor: pointer !important;
}

p a {
    color: #E28700 !important;
}

a:hover {
    color: #E28700 !important;
}

input {
    outline: 0;
}

p {
    line-height: 26px;
    margin-bottom: 1rem;
}

body {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 14px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.wrap-breadcrumbs {
    margin-bottom: 12px;
    border-bottom: 1px solid #F5F5F5;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105" !important;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
}

.breadcrumb .breadcrumb-item {
    color: #212529 !important;
    font-weight: 400;
}

.breadcrumb {
    padding-top: 16px;
    padding-bottom: 16px;
    background: unset;
}

.header-main {
    z-index: 1000;
    width: 100%;
    background: #ffffffeb;
}

.header-main .main-nav .logo {
    margin-right: 10px;
    margin-bottom: 20px;
}

.header-main .main-nav .navbar-nav {
    margin-left: auto;
}

.header-main .main-nav .navbar-nav .nav-item:hover a.nav-link {
    color: #0270BA;
}

.header-main .main-nav .navbar-nav .nav-item>a.nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.header-main .main-nav .navbar-nav>.nav-item>a.nav-link {
    padding: 16px 0px;
}

.header-main .main-nav .btn-dropmenu i,
.header-main .main-nav .search-header i {
    color: #333;
}

.header-main .main-nav .dropdown-toggle::after {
    color: #fff;
}

.header-main .main-nav .logo {
    margin-right: 10px;
    margin-bottom: 20px;
}

.header-main .main-nav .navbar-nav>.nav-item {
    margin: 0px 30px;
}

.header-main .main-nav .navbar-nav .nav-item a.nav-link {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.header-main .main-nav .navbar-nav .nav-item {
    position: relative;
    margin-bottom: 0;
}

.main-nav .navbar-nav {
    width: 100%;
}

.main-nav .navbar-nav li {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}

.main-nav .navbar-nav>li.nav-item::after {
    content: '';
    width: 1px;
    height: 24px;
    display: block;
    position: absolute;
    right: 48px;
    background: linear-gradient(180deg, transparent, #fff, transparent);
    top: 50%;
    transform: translateY(-50%);
}

.main-nav .navbar-nav>li.nav-item:last-child::after {
    content: unset;
}

.main-nav .navbar-nav>li.nav-item>a.nav-link {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    padding-top: 14px;
    padding-bottom: 14px;
}

.main-nav .sub-menu li a {
    color: #333 !important;
}

.header-bottom .btn-dropmenu i {
    color: #fff;
}

.main-nav .sub-menu li .btn-dropmenu {
    margin-top: 0;
}

.main-nav .sub-menu li .btn-dropmenu i {
    color: #333;
}

.header-bottom span.btn-dropmenu {
    color: #084F9D;
    margin-top: 12px;
    width: 26px;
    height: 26px;
    display: none
}

.main-nav .sub-menu li span.btn-dropmenu {
    display: flex;
    margin-top: 6px;
    align-items: center;
    justify-content: center;
}

.header-main #mega-menu ul {
    list-style: none;
}

.header-main .nav-item .sub-menu li {
    position: relative;
}

.header-main .btn-dropmenu i {
    color: #333;
}

.header-main span.btn-dropmenu {
    position: absolute;
    right: 0px;
    color: #084F9D;
    top: 50%;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.header-main .navbar-nav>.nav-item>span.btn-dropmenu {
    right: -14px;
}

.header-main span.btn-dropmenu i {
    font-size: 12px;
}

.navbar-brand {
    max-width: 95px;
    width: 100%;
}

.navbar-nav>.nav-item:last-child {
    margin-right: unset !important;
}

.size12 {
    font-size: 12px;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.size20 {
    font-size: 20px;
}

.size22 {
    font-size: 22px;
}

.size24 {
    font-size: 24px;
}

.size26 {
    font-size: 26px;
}

.size28 {
    font-size: 28px;
}

.size30 {
    font-size: 30px;
}

.size32 {
    font-size: 30px;
}

.size34 {
    font-size: 34px;
}

.size36 {
    font-size: 36px;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.bg-primary {
    background: #E28700 !important;
}

.bg-secondary {
    background: #CC0000 !important;
}

.text-primary {
    color: #E28700 !important;
}

.text-secondary {
    color: #CC0000 !important;
}

.rounded-10 {
    border-radius: 10px;
}

.navbar-brand .company-name {
    font-family: "Righteous", sans-serif;
}

.header-form {
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    max-width: 420px;
    width: 100%;
}

.header-form input:focus {
    box-shadow: unset;
}

.header-form input::placeholder {
    font-size: 14px;
}

.header-main .icon-box {
    position: relative;
    border-radius: 100px;
    border: 1px solid #D3D3D3;
}

.header-main .icon-box .icon {
    color: #fff;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E28700;
    border-radius: 100px;
}

.header-main .icon-box .icon-text {
    line-height: 18px
}

.header-hotline {
    padding-top: 2px;
    padding-bottom: 2px;
}

.header-main .icon-box:before {
    content: '';
    width: 1px;
    height: 32px;
    display: block;
    position: absolute;
    background: #D3D3D3;
    left: -38px;
    top: 6px;
}

.header-bottom {
    background: linear-gradient(180deg, #FFB000, #E28700);
}

.title-best-selling {
    width: 100%;
    height: 80px;
    background: url(../images/title-image.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.best-selling-wrapper {
    border-radius: 20px;
    box-shadow: 1px 1px 8px 1px #ccc;
    overflow: hidden;
}

.image-zoom {
    overflow: hidden;
}

.image-cover {
    position: relative;
}

.image-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image {
    padding-top: 100%;
}

.image-zoom img {
    transition: all 0.3s;
}

.image-zoom img:hover {
    transform: scale(1.1);
}

.best-selling-slide {
    position: relative;
    padding: 20px;
}

.product-box .price-regular {
    color: #C4C4C4;
    text-decoration: line-through;
}

.best-selling-next,
.best-selling-prev {
    color: #fff;
    font-size: 20px;
    width: 45px;
    height: 45px;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E28700;
    border-radius: 100px;
    background-image: unset;
}

.best-selling-next {
    right: 26px;
}

.best-selling-prev {
    left: 30px;
}

.section-title {
    position: relative;
    color: #E28700;
    padding-right: 8px;
    background: #fff;
    display: inline-block;
    /* background: -webkit-linear-gradient(#e2870078, #e28700);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}

.section-title span {
    background: -webkit-linear-gradient(#e288009d, #e28700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title-container .cat-list li {
    margin-left: 40px;
}

.section-title-container {
    position: relative;
}

.section-title-container::after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 12px;
    background: linear-gradient(to right, #e2880041, #e28800b9);
    z-index: -1;
}

.row-grid-pj {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.row-grid-pj .col-pj:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
}

.col-pj:nth-child(2) .pj-box .pj-image {
    height: 470px;
}

.col-pj:not(:nth-child(2)) .pj-box .pj-image {
    height: 225px;
}

.pj-box .pj-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pj-box .icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-f5f5f5 {
    background: #f5f5f5;
}

.title::after {
    content: '';
    width: 150px;
    height: 8px;
    display: block;
    background: url(../images/icon-line.png);
    background-repeat: no-repeat;
    margin: 12px auto;
}

.first-post .post-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 5.8em;
}

.first-post .post-image {
    padding-top: 60%;
}

.post-list .post-box {
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: 1px solid #D9D9D9;
}

.post-list .post-box:last-child {
    border: unset;
}

.post-list .post-box .box-image {
    max-width: 170px;
}

.post-list .post-box .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-list .media-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3.5em;
}

.partner-btn-next,
.partner-btn-prev {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 6px 1px #ccc;
    background: #fff;
}

.partner-btn-next {
    right: -4%;
}

.partner-btn-prev {
    left: -4%;
}

.partner-wrapper {
    position: relative;
}

.image-frame {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 12px;
    background: #fff;
    box-shadow: 1px 1px 6px 1px #ccc;
}

.image-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-footer {
    background: #000;
}

.footer-menu .nav-item {
    display: flex;
    align-items: center;
}

.footer-menu .nav-item::before {
    content: "\f105";
    color: #fff;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
}

.why-choose-us .icon-box .icon {
    width: 60px;
    height: 60px;
    margin: auto;
}

.cat-title {
    background: -webkit-linear-gradient(#e288009d, #e28700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-select {
    display: flex;
    align-items: center;
    border: 1px solid #E0E0E0;
    padding: 0px 10px;
    border-radius: 6px;
    text-align: center;
}

.form-select::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.form-select select {
    width: auto;
    text-align: center;
    background: unset;
    box-shadow: unset;
    border: unset;
    padding: 0 4px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select select:focus {
    box-shadow: unset;
}

.filter-label {
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
}

.most-searched .form-checkbox label {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
}

.most-searched .form-checkbox label {
    cursor: pointer;
}

.most-searched .form-checkbox {
    display: inline-block;
}

.most-searched .form-checkbox input {
    opacity: 0;
    position: absolute;
}

.most-searched .form-checkbox input:checked~label {
    border-color: rgb(180, 0, 0);
}

.pagination .page-item .page-link {
    color: #333;
}

.pagination .page-item .page-link.active {
    color: #fff;
    background: -webkit-linear-gradient(#e288009d, #e28700);
}

.product-box .product-image::before {
    content: '';
    position: absolute;
    left: -210%;
    bottom: -100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, .6);
    width: 280%;
    height: 60%;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-box:hover .product-image::before {
    left: 100%;
    bottom: 100%;
    -webkit-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.post-bottom .post-box .box-image {
    max-width: 400px;
    width: 100%;
}

.post-bottom .post-box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 9em;
}

.meta-box .post-comment,
.meta-box .post-share {
    width: 56px;
    padding: 30px 10px;
    background: #E9E9E9;
}

.meta-box .post-share a.facebook i {
    color: #0079FB;
}

.meta-box .post-share a.twitter i {
    color: #00A4F9;
}

.share-social a.facebook {
    background: #6580CC;
}

.share-social a.twitter {
    background: #67BCF1;
}

.share-social a.tiktok {
    background: #333;
}

.share-social a.instagram {
    background: linear-gradient(45deg, #FFD521 14.64%, #FFD020 18.54%, #FEC01E 23.42%, #FCA71B 28.82%, #FA8316 34.59%, #F85510 40.67%, #F51E09 46.91%, #F30005 50%, #F20007 50.25%, #E1003B 56.83%, #D30067 63.29%, #C70088 69.49%, #BF00A0 75.38%, #BB00AF 80.81%, #B900B4 85.36%);
    stroke-width: 1px;
    stroke: #FFF;
}

.share-social a.youtube {
    background: #c33223;
}

.footer-social a,
.share-social a {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-wrapper {
    padding: 20px;
    box-shadow: 1px 1px 6px 1px #ccc;
}

.table-responsive {
    border: 1px solid #E0E0E0;
}

.cart-table tr th {
    color: #fff;
    padding: 10px;
    text-align: center;
    background: linear-gradient(180deg, #FFB000, #E28700);
    ;
    border-right: 1px solid #E0E0E0;
}

.cart-table .pr-name img {
    width: 132px;
}

.cart-table tr td {
    padding: 20px;
    text-align: center;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.cart-table {
    width: 100%;
}

.cart-table .input-qty {
    width: 40px;
    height: 2rem;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: unset;
    border-left: 0;
    border-right: 0;
    padding-top: 4px;
    background-color: #fff;
}

input.minus.is-form,
input.plus.is-form {
    width: 24px;
    height: 2rem;
    box-shadow: unset;
    background: unset;
    border: unset;
}

input.minus.is-form {
    border-right: 1.5px solid #ccc;
}

input.plus.is-form {
    border-left: 1.5px solid #ccc;
}

.cart-table .buttons_added {
    opacity: 1;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
    border: 1.5px solid #CACEDA;
}

.cart-table tr th:first-child {
    text-align: left;
    padding-left: 30px;
}

.checkbox-styled__icon::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkbox-styled__input:checked+.checkbox-styled__icon::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.68, -.75, .265, 1.75);
    transition: -webkit-transform .2s cubic-bezier(.68, -.75, .265, 1.75);
    transition: transform .2s cubic-bezier(.68, -.75, .265, 1.75);
    transition: transform .2s cubic-bezier(.68, -.75, .265, 1.75), -webkit-transform .2s cubic-bezier(.68, -.75, .265, 1.75);
}

.checkbox-styled__icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 100px;
    position: absolute;
    top: 1px;
    left: 0;
}

.select-option .checkbox-styled__icon {
    width: 30px;
    height: 30px;
    top: unset;
    bottom: 3px;
}

.select-option .checkbox-styled__input:checked+.checkbox-styled__icon {
    border-color: #f26522;
    background: #f26522;
}

.select-option .checkbox-styled__input {
    opacity: 0;
    position: absolute;
}

.select-option .filter__item {
    position: relative;
    margin-bottom: 16px;
}

.select-option .filter__item {
    position: relative;
    margin-bottom: 16px;
}

.product-order-info {
    padding: 20px;
    height: 100%;
    background: #FAFAFA;
}

.select-option .filter__label {
    font-weight: bold;
    padding-left: 42px;
    cursor: pointer;
}

.checkbox-styled__input:checked+.checkbox-styled__icon {
    border-color: #f26522;
    background-color: #f26522;
    color: #fff;
}

.product-order-info .pr-image {
    position: relative;
    max-width: 96px;
    width: 100%;
    border: 1px solid #f26522;
}

.pr-image .count {
    width: 26px;
    height: 26px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #f26522;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.product-order-info {
    padding: 20px;
    height: 100%;
    background: #FAFAFA;
}

a.bth-order:hover {
    color: #fff !important;
    background: #b71212 !important;
}

.project-box {
    box-shadow: 1px 2px 10px 3px #ccc;
}

.project-image {
    padding-top: 71%;
}

.stars::before {
    content: '\f005 \f005 \f005 \f005 \f005';
    font-family: "FontAwesome";
    font-weight: 300;
    letter-spacing: 4px;
    color: #FFA620 !important;
    font-size: 20px;
}

.stars--4::before {
    content: '\f005 \f005 \f005 \f005 \f006';
}

.stars--5::before {
    content: '\f005 \f005 \f005 \f005 \f005';
}

.count-reviews {
    color: #2F80ED;
}

.entry-header-pr {
    border-bottom: 1px solid #F5F5F5;
}

.gallery-1 {
    height: 628px;
}

.gallery-1 .swiper-slide a {
    width: 100%;
    height: 628px;
}

.gallery-1 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-next,
.gallery-prev {
    width: 40px;
    height: 40px;
    background-color: #E28700;
    display: flex;
    align-items: center;
    opacity: 0.6;
    justify-content: center;
    background-image: unset;
}

.gallery-next i,
.gallery-prev i {
    color: #fff;
}

.gallery-pagination .swiper-pagination-bullet-active {
    background: #E28700;
}

.price-wrapper .price-regular {
    color: #AAAAAA;
    text-decoration: line-through;
}

.promotional-box ul {
    list-style-type: none;
    counter-reset: item;
    padding-left: 20px;
}

.promotional-box ul li {
    counter-increment: item;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}

.promotional-box ul li::before {
    content: counter(item);
    background-color: #FFA500;
    /* Màu cam */
    color: white;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

.promotional-box {
    border-radius: 20px;
    border: 1px solid #E0E0E0;
    overflow: hidden;
}

.promotional-title {
    background: #F6F6F6;
    padding: 10px 22px;
}

.btn-buynow,
.btn-hotline {
    padding: 10px 60px;
}

.btn-buynow:hover,
.btn-hotline:hover {
    color: #fff !important;
}

.advise-form {
    border: 1px solid #eee;
    overflow: hidden;
}

.advise-form .form-title,
.btn-advise {
    background: #FFA620;
}

.btn-advise:hover {
    background: #E28700 !important;
}

.commit-box .icon {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CC0000;
    border-radius: 100px;
}

.commit-wrapper {
    overflow: hidden;
}

.commit-wrapper,
.commit-wrapper table tr td {
    border: 1px solid #E0E0E0;
}

.commit-wrapper table tr:first-child td {
    border-top: unset;
}

.commit-wrapper table tr:last-child td {
    border-bottom: unset;
}

.commit-wrapper table tr td {
    padding: 10px;
    border-left: unset;
}

.commit-wrapper table tr td:nth-child(2n) {
    border-right: unset;
}

.specifications-table tr:nth-child(odd) {
    background: #F5F5F5;
}

.specifications-table tr td {
    padding: 10px;
}

.specifications-wrapper .btn-viewmore {
    border: 1px solid #E28700;
}

.specifications-wrapper .btn-viewmore:hover {
    color: #fff !important;
}

.star-rating .averag-score {
    color: #FFA620;
}

.rating-percen-item .progress {
    height: 4px;
}

.rating-percen-item i {
    color: #FFA620;
    font-size: 10px;
}

.rating-percen-item .progress-bar {
    background: #FFA620;
}

.rating-percen-item .percen-text {
    color: #2F80ED;
}

.review-wrapper {
    grid-gap: 60px;
}

.review-star,
.review-image {
    flex: 1;
}

.review-image a {
    display: block;
    padding: 6px;
}

.review-image .image-viewmore {
    position: relative;
}

.review-image .image-viewmore::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000075;
}

.review-image .image-viewmore .text-viewmore {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.review-wrapper {
    position: relative;
}

.review-wrapper::after {
    content: '';
    width: 1px;
    height: 90%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 4px;
    transform: translate(-50%, -50%);
    background: #ccc;
}

.review-area {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #E0E0E0;
}

.icon-check-label::before {
    content: '';
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 4px;
    background: url('../images/icon-buy.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.btn-like-comment .btn-like,
.btn-like-comment .btn-comment {
    color: #2F80ED;
}

.review-item {
    width: 100%;
    margin-top: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.btn-review-wrapper .circlestar-big {
    background: url(../images/icon-start-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
}

.btn-review-wrapper .btn-review {
    color: #fff;
    background-color: #2f80ed;
}

.btn-review-wrapper .btn-review:hover {
    color: #fff !important;
    background-color: #135fc2fe !important;
}

.btn-review-wrapper .btn {
    width: 330px;
    display: inline-block;
    text-align: center;
    padding: 11px 5px;
    border-radius: 5px;
}

.btn-review-wrapper .btn-view {
    color: #2f80ed;
    border: 1px solid #2f80ed;
}

#review-popup .modal-body .select-star .star-input {
    line-height: 41px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    top: -12px;
    z-index: 1;
}

#review-popup .modal-body .select-star .star-input span::before {
    content: "\f006";
    font-family: fontawesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
}

#review-popup .modal-body .select-star .star-input span {
    width: 0;
    height: 20px;
    position: relative;
    z-index: 1;
}

#review-popup .modal-body .select-star .star-input input {
    margin-left: 0px;
}

#review-popup .modal-body .select-star .star-input input {
    width: 28px;
    height: 28px;
    position: relative;
    z-index: 2;
    opacity: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.star-input span:nth-child(2)::after {
    content: "Rất Tốt";
    display: block;
    position: absolute;
    bottom: -30px;
    min-width: 40px;
    font-size: 12px;
}

.star-input span:nth-child(4)::after {
    content: "Tốt";
    display: block;
    position: absolute;
    bottom: -30px;
    min-width: 30px;
    font-size: 12px;
}

.star-input span:nth-child(6):after {
    content: 'BT';
    display: block;
    position: absolute;
    bottom: -30px;
    min-width: 30px;
    font-size: 12px;
}

.star-input span:nth-child(8)::after {
    content: "Tệ";
    display: block;
    position: absolute;
    bottom: -30px;
    min-width: 30px;
    font-size: 12px;
}

.star-input span:nth-child(10)::after {
    content: "Rất tệ";
    display: block;
    position: absolute;
    bottom: -30px;
    min-width: 33px;
    font-size: 12px;
}

#review-popup .modal-body .select-star .star-input span::before {
    height: 0;
    cursor: pointer;
}

#review-popup .modal-body .select-star .star-input input:checked~span::before {
    content: "\f005";
    color: #ffc120;
}

#review-popup .modal-dialog {
    max-width: 690px;
}

#review-popup {
    background: #424242bd;
}

.modal-dialog {
    transform: scale(0.3) !important;
    transition: all 0.5s !important;
    transform-origin: 50% 10%;
    opacity: 0.1;
}

.modal.show .modal-dialog {
    transform: scale(1) !important;
    opacity: 1;
}

#review-popup .write-comment .custom-file .file-label input {
    display: none;
}

#review-popup .write-comment .custom-file .file-label {
    cursor: pointer;
    background-image: url(../images/icon.jpg);
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #333;
    background-position: 10px center;
    border: 1px solid #ccc;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-size: 4%;
}

#review-popup .write-comment .custom-file .file-label span {
    margin-left: 50px;
    margin-top: 9px;
    display: inline-block;
}

#review-popup .modal-body .select-star .star-input input {
    cursor: pointer;
    bottom: 15px;
}

#review-popup .media img {
    width: 80px;
}

.comment-area {
    padding: 20px;
    border: 1px solid #E0E0E0;
}

.reply-comment.admin .avatar {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFA620;
}

.reply-comment.admin {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    background: #F7F7F7;
    border: 1px solid #E0E0E0;
}

.reply-comment.admin::before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: -8px;
    left: 20px;
    transform: rotate(48deg);
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    background: #F7F7F7;
}


ul.pagination li {
    background: red;
    border: 1px solid;
    margin-left: 5px;
    padding: 2px;
    color: #fff;
}

ul.pagination li a {
    color: #fff;
}

ul.pagination li.active {
    color: #ffffff !important;
    background: #5ec3f6 !important;
}