* {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        min-width: 1024px;
    }
}
.topbar {
    background: #f4f5f7;
    color: #111;
    font-size: 14px;
    z-index: 1;
}
.topbar .topbar-left {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}
.topbar .topbar-right ul {
    margin: 0;
}
.topbar .topbar-right ul li {
    list-style-type: none;
    display: inline-block;
}
.topbar .topbar-right ul li a {
    text-transform: uppercase;
    padding: 0 5px;
    font-weight: 500;
}
.topbar .topbar-right ul li:after {
    content: "";
    border: 0.5px solid #c3c3c3;
    margin-left: 5px;
}
.topbar .wrap-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}
#navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.account {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.account-link {
    margin-left: 5px;
}
.account-link a {
    display: block;
    font-size: 13px;
}
.form-search {
    background: #f4f5f7;
    border-radius: 30px;
    width: 50%;
    position: relative;
}
#datafetch {
    position: absolute;
    left: 0;
    top: 43px;
    width: 100%;
    background: #fff;
    z-index: 3;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
#datafetch ul li .s-image {
    width: 15%;
    margin-right: 7px;
}
#datafetch ul li a {
    font-size: 13px;
    display: block;
    width: 80%;
}
#datafetch ul li a .amount {
    font-size: 13px;
    display: block;
    text-align: right;
}
#datafetch ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #e1e1e1;
}
#datafetch ul {
    margin: 0;
    list-style-type: none;
}
#searchform {
    display: flex;
    justify-content: space-between;
    padding: 4px 15px;
    align-items: center;
}
.wrap-hihi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hihihi {
    border-bottom: solid 1px #c0cdd7;
    border-top: solid 1px #c0cdd7;
    padding: 0;
    margin-bottom: 15px;
}
.hihihi a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.header-cart {
    border-radius: 3px;
    border: 1px solid #003a67;
    padding: 5px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-cart span {
    margin: 0 3px;
    font-weight: 600;
    font-size: 13px;
}
.cart-count {
    padding: 0 7px;
    border-radius: 3px;
    background: #d8a96c;
    color: #fff;
    font-weight: 600;
}
#slider2 {
    border-bottom: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
}
#slider2 .owl-item img {
    display: none;
}
#slider2 .current .item {
    font-weight: 600;
}
#slider2 .owl-item .item {
    display: table;
    width: 100%;
    vertical-align: middle;
    position: relative;
    background: #fff;
    color: #666;
    text-align: center;
    cursor: pointer;
    height: 42px;
    font-size: 12px;
    padding: 0 1%;
}
#slider2 .owl-item:after {
    content: "";
    float: right;
    height: 30px;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    top: 13px;
    right: 0;
}
#slider1 .owl-item .widgettitle {
    display: none;
}
#slider2 .owl-item .widgettitle {
    font-size: 13px;
    line-height: 1.3em;
    vertical-align: middle;
    display: table-cell;
    padding: 0 5px;
}
#slider1 {
    position: relative;
}
#slider1 .owl-nav {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}
#slider1 .owl-theme .owl-next,
#slider1 .owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.home-slider {
    height: 440px;
    overflow: hidden;
}
.home-right-banner {
    height: 133px;
    overflow: hidden;
    margin-bottom: 10px;
}
.home-right-banner img {
    width: 100%;
    height: auto;
}
.home-right-news {
    height: 297px;
    overflow: hidden;
    background: #fff;
    padding-top: 15px;
}
.home-news-link {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.home-news-link h3 {
    font-size: 16px;
}
.home-news-link a {
    color: #d8b17a;
    font-size: 13px;
}
.lasted-news {
    list-style-type: none;
}
.lasted-news li img {
    width: 100px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}
.lasted-news li {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}
.lasted-news li:last-child {
    border-bottom: none;
}
.lasted-news a {
    width: 225px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.lasted-news li a .the-title {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    font-size: 13px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.lasted-news li a .the-date {
    display: block;
    font-size: 13px;
    color: #828282;
}
.camket {
    margin: 15px 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.camket .inline {
    float: left;
    width: 25%;
    padding: 10px;
    background: #fff;
    height: 96px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inline img {
    width: 18%;
    height: auto;
}
.camket .bg {
    background: #d6aa6d;
}
.inline span {
    padding-left: 10px;
    width: 82%;
    font-size: 14px;
    color: #111;
}
.bg span {
    padding-left: 10px;
    width: 82%;
    font-size: 14px;
    color: #fff;
}
.per90 {
    background: url(../images/90.png);
    background-repeat: no-repeat;
    height: 297px;
    width: 297px;
    float: right;
}
.per90 .per90text {
    font-size: 88px;
    font-weight: 600;
    text-align: center;
    color: #d6aa6d;
    margin-top: 40%;
}
.per90 h4 {
    text-align: center;
    color: #d6aa6d;
}
.vande {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-top: 15px;
}
.vd-ct {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 15px;
}
.vd-text {
    display: block;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.2em;
}
.nguyennhan {
    background: rgba(255, 255, 255, 0.8);
    padding: 72px 0;
    margin-top: 76px;
}
.nn-ct {
    float: left;
    width: 25%;
    text-align: center;
}
.nn-ct img {
    width: 60px;
    margin-bottom: 30px;
}
.nn-ct span {
    display: block;
}
.vdnn {
    background: url(https://blueseanice.com/dst/themes/bluesea/assets/images/bgvd.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0 0;
}
.scroll-content {
    background-image: url(../images/bgscroll.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    position: relative;
    margin: 0 0 50px 0;
    line-height: 200px;
}
#home-slider .wp-caption-text {
    display: none;
}
#home-slider .wp-caption {
    width: 100% !important;
}
.scroll-title {
    color: #faa457;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.scroll-btn {
    bottom: -30px;
    background: #003a62;
    color: #faa457;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    display: table;
    border: 0.5px solid #fff;
}
.scroll-btn .fa {
    font-size: 32px;
    display: table-cell;
    vertical-align: middle;
}
.number-content {
    text-align: center;
}
.number-content img {
    width: 100%;
}
.number-content h4 {
    font-size: 18px;
    color: #003a62;
    margin: 15px 0;
}
.sub-title {
    color: #bdbdbd;
    display: block;
}
.nav-tabs .nav-item {
    color: #111;
    padding: 5px 7px;
    margin-bottom: 10px;
}
.nav-tabs .nav-item .nav-link {
    border-radius: 0;
    border: none;
    transition: all 0.5s;
}
.nav-tabs .nav-item .active {
    background: #d6aa6d;
    color: #fff;
}
.nav-tabs {
    border-bottom: 1px solid #d6aa6d;
    text-align: center;
}
.promo-product {
    background: #fff;
    padding: 48px 0;
}
.product-item {
    padding: 5px;
    text-align: center;
    float: left;
    width: 25%;
}
.product-slider::after {
    content: "";
    clear: both;
    display: table;
}
.product-item img {
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.product-img {
    overflow: hidden;
    display: block;
    width: 250px;
    height: 270px;
    margin-bottom: 15px;
    margin: 0 auto;
    position: relative;
}
.product-slider .sub-title {
    display: block;
    font-size: 13px;
    color: #6a6a6a;
    margin-bottom: 10px;
}
.p-title {
    font-weight: 600;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.entry-summary .amount {
    font-size: 30px;
    margin-bottom: 0;
}
.entry-summary .price {
    margin-bottom: 0;
}
.amount {
    color: #d5a86d;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer {
    background: #4267b2;
    color: #fff;
    padding: 50px 0 0 0;
}
.footer-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.social a .fa {
    background: #fff;
    color: #003a62;
    border-radius: 50%;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 47px;
    vertical-align: middle;
}
.footer a {
    display: block;
    padding: 5px 0;
    font-size: 16px;
}
.footer .inline a {
    padding-right: 10px;
    display: inline-block;
}
.social {
    margin-top: 21px;
}
.mcol {
    margin-top: 23px;
}
.footer-logo {
    margin-bottom: 15px;
}
.bottom-bar {
    background: #2450a9;
    color: #d6aa6d;
    font-size: 13px;
    padding: 5px;
}
.cam-nhan-item {
    position: relative;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.cam-nhan-item img {
    max-width: 30% !important;
    display: inline-block !important;
}
.cam-nhan-item .wp-caption {
    width: 100% !important;
}
.cam-nhan-item .wp-caption-text {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    padding-left: 2%;
    position: relative;
    font-style: italic;
    text-align: justify;
    margin-top: 27px;
}
.cam-nhan-item .pname {
    position: absolute;
    left: 33%;
    text-transform: uppercase;
    font-weight: 600;
    top: 33px;
}
.feellinglove {
    position: relative;
}
.owl-dots {
    text-align: center;
    margin: 60px 0 0 0;
}
.owl-dot {
    width: 18px;
    height: 7px;
    background: #ccc !important;
    margin: 5px;
    border: none;
    outline: 0;
}
.owl-dot.active {
    background: #d6aa6d !important;
    outline: 0;
}
.dt-logo img {
    width: 50%;
}
.doitac {
    margin-bottom: 30px;
}
.hotnews {
    margin: 15px 0;
    display: flex;
    align-items: center;
}
.hotnews .tieudiem {
    background: #003a62;
    color: #fff;
    display: inline-block;
    width: 100px;
    padding: 3px 6px;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}
.hotnews .textwidget {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}
.hotnews .textwidget p a {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    display: block;
    font-size: 16px;
    color: #454545;
}
.hotnews .textwidget p {
    padding-left: 15px;
    margin: 0;
}
.topcat {
    background: #003a62;
    padding: 10px 5px;
    list-style-type: none;
}
.topcat li {
    display: inline;
}
.topcat li a {
    color: #fff;
    padding-right: 15px;
}
.toptin-item {
    height: 215px;
    overflow: hidden;
    position: relative;
}
.toptin-item img {
    height: 100%;
}
.toptin {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin: 15px 0;
}
.toptin-item-1 {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    height: 440px;
}
.toptin-item-2 {
    grid-column: 3 / span 2;
}
.toptin-item-3 {
    grid-column: 3;
}
.toptin-item-4 {
    grid-column: 4;
}
.toptin-item .post-meta {
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    display: block;
}
.single-meta {
    padding-bottom: 15px;
    border-bottom: dashed 1px #d6aa6d;
    margin-bottom: 15px;
}
.single-meta span {
    color: #c7c7c7;
}
.toptin-item .post-meta span {
    font-size: 13px;
}
.toptin-item-3 .toptin-title,
.toptin-item-4 .toptin-title {
    font-size: 16px;
}
.toptin .toptin-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}
.toptin-title {
    font-weight: 600;
    margin: 0;
    padding: 5px 0;
}
a.page-numbers {
    padding: 3px 9px;
    background: #dadada;
    font-size: 13px;
    margin-right: 3px;
}
span.page-numbers.current {
    background: #d6aa6d;
    padding: 3px 9px;
    color: #fff;
    margin-right: 3px;
}
.noibattitle {
    background: #d6aa6d;
    padding: 7px 12px;
    margin-bottom: 3px;
    font-weight: 600;
}
.cat-name {
    background: #1f4b68;
    padding: 5px 7px;
    text-transform: uppercase;
    color: #fff;
}
.morecat {
    cursor: pointer;
    height: 100%;
    display: inline-block;
    position: relative;
}
.morecat:hover .sub-cat {
    display: block;
}
.morecat::after {
    content: "\f107";
    font-family: fontawesome;
    padding-left: 3px;
}
.cat-list a {
    padding-left: 10px;
}
.sub-cat {
    display: none;
    position: absolute;
    background: #003a62;
    right: 0;
    padding: 5px 15px;
    width: 300px;
    border-radius: 3px;
}
.sub-cat a {
    color: #fff;
    display: block;
}
.danhmuctin {
    padding: 15px 0 2px 0;
    border-bottom: solid 1px #111;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.danhmuctin a {
    padding-right: 5px;
}
.post-views {
    display: inline-block;
    margin-left: 5px;
}
.listtin .listtin-item .post-image {
    width: 35%;
    max-height: 150px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.listtin .listtin-item .post-image img {
    width: 100%;
    height: auto;
}
.listtin .listtin-item {
    font-size: 0;
    padding: 15px 0;
}
.listtin .listtin-item p {
    margin: 0;
}
.listtin .listtin-item .post-meta {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    padding-left: 15px;
}
.listtin-item .post-meta span {
    font-size: 13px;
    color: #717171;
}
.listtin-item .post-meta b {
    color: #333;
}
.listtin-title {
    color: #111;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}
.baochi .listtin-title {
    font-size: 14px;
    font-weight: 500;
}
.pagination {
    margin: 15px 0;
}
.img-responsive {
    width: 100%;
    max-width: 100%;
}
.products {
    list-style-type: none;
}
.products li {
    width: 25%;
    float: left;
    height: 370px;
    display: block;
    margin: 15px 0;
    position: relative;
}
.products li .onsale {
    position: absolute;
    right: 15px;
    top: 0;
    color: #fff;
    background: #003a62;
    padding: 5px 7px;
    border-radius: 4px;
}
.price del .amount {
    font-size: 14px;
    color: #777;
}
.price ins {
    text-decoration: none;
}
.products li {
    text-align: center;
    transition: border 1s;
    padding: 5px 0;
}
.products li a img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.products::after {
    display: table;
    clear: both;
    content: "";
}
.woocommerce-loop-product__title {
    font-size: 1em;
    margin: 10px 0;
    font-weight: 600;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    padding: 0px 5px;
      display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.filter-div {
    border-bottom: 1px solid #d6aa6d;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-div .woocommerce-ordering .active {
    font-weight: 600;
}
.filter-div .woocommerce-product-search {
    display: flex;
    justify-content: space-between;
    border: solid 0.5px #c7c7c7;
    border-radius: 4px;
    height: 36px;
}
.woocommerce-product-search .search-field {
    text-align: center;
    border: none;
    outline: 0;
    padding: 0 5px;
    height: 36px;
    background: 0 0;
    font-size: 14px;
    width: 95%;
}
.woocommerce-product-search #searchsubmit {
    width: 32px;
    height: 36px;
    border: none;
    outline: 0;
    background: url(../images/search.png) no-repeat;
    background-position: 4px 5px;
}
.woocommerce-ordering button {
    background: 0 0;
    border: none;
    outline: 0;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    text-align: right;
    display: block;
    text-transform: capitalize;
    padding: 5px;
}
.woocommerce-ordering {
    white-space: nowrap;
    padding: 15px;
    text-align: center;
}
.archive-slider {
    position: relative;
    margin: 10px 0 15px 0;
}
.archive-slider .owl-nav,
.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
}
.archive-slider .owl-next .fa,
.archive-slider .owl-prev .fa {
    font-size: 36px;
    color: #fff;
    background: rgba(122, 122, 122, 0.8);
    padding: 10px;
    border-radius: 4px;
}
.home-slider .owl-next .fa,
.home-slider .owl-prev .fa {
    font-size: 36px;
    color: #fff;
    background: rgba(122, 122, 122, 0.8);
    padding: 10px;
    border-radius: 4px;
}
.products li:hover {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.pc-active-filter__list-item {
    display: inline-block;
    background: #003a62;
    border-radius: 4px;
    padding: 5px;
}
.pc-active-filter__item-text-el {
    color: #fff;
}
.pc-active-filter__item-delete {
    line-height: 14px;
    border: none;
    height: 100%;
    color: #fff;
}
.pc-active-filter {
    border: 1px solid #c7c7c7;
    margin: 0;
    padding: 15px;
}
.woocommerce-pagination {
    display: none;
}
.wp-block-quote {
    border-left: 4px solid #000;
    margin: 20px 0;
    padding-left: 1em;
}
.post-content ul {
    padding-left: 1.3em;
    margin-left: 1.3em;
}
.post-content img {
    display: block;
    margin: 0 auto;
}
.price-title {
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    font-size: 1rem;
}
.price-filter {
    text-align: left;
    white-space: nowrap;
    padding: 15px;
}
.price-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-items label {
    font-size: 13px;
    position: relative;
    display: block;
}
.filter--style-premmerce {
    white-space: nowrap;
    border: none;
}
.filter--style-premmerce .filter__item {
    border: none;
}
.price-items label::before {
    content: "";
    font-size: 13px;
    background: #fff;
    border: 1px solid #6d6d6d;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    width: 16px !important;
    height: 16px !important;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    margin-right: 4px;
}
.check-price {
    display: none;
}
.check-active .checkmark {
    opacity: 1;
}
.checkmark {
    background: #6d6d6d;
    -webkit-transition: 0.05s ease-in-out;
    -o-transition: 0.05s ease-in-out;
    transition: 0.05s ease-in-out;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 3px;
    opacity: 0;
}
.hauto {
    height: auto !important;
}
.check-price:checked + .checkmark {
    opacity: 1;
}
.news-post .item img {
    height: 150px;
}
.product-description {
    height: 500px;
    overflow: hidden;
    line-height: 1.8em;
    font-size: 15px;
}
.product-description ul {
    list-style-type: inherit;
    padding-left: 2.5em;
}
.product-description span {
    font-size: 16px;
}
.product-description a {
    color: #297ddb;
    text-decoration: underline;
}
.product-description iframe {
    width: 100%;
    height: 500px;
}
.product-description img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.xemthem {
    margin: 30px auto;
    border-radius: 3px;
    color: #fc8009;
    border: 1px solid #fc8009;
    padding: 7px 10px;
    width: 100px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
}
.hdsd {
    font-size: 14px;
}
.product-single-image {
    position: relative;
}
.product-single-image img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.xemboanh {
    background: #00355d;
    color: #fff;
    padding: 7px 12px;
    text-align: center;
    width: 200px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.product-single-image:hover .xemboanh {
    opacity: 1;
}
#lg {
    display: none;
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 15px;
    width: 5.3em;
    font-family: star;
    float: left;
    font-weight: 400;
    margin-right: 5px;
}
.star-rating::before {
    content: "\73\73\73\73\73";
    opacity: 0.4;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span:before {
    content: "\73\73\73\73\73";
    top: 0;
    position: absolute;
    left: 0;
    color: #d6aa6d;
}
p.stars {
    display: block;
    margin: 0;
    font-size: 15px;
}
p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
    outline: 0;
}
p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\73";
    text-indent: 0;
    opacity: 0.4;
}
p.stars a:hover ~ a:before {
    content: "\73";
    opacity: 0.4;
}
p.stars:hover a:before {
    content: "\73";
    opacity: 1;
    color: #d6aa6d;
}
p.stars.selected a.active:before {
    content: "\73";
    opacity: 1;
    color: #d6aa6d;
}
p.stars.selected a.active ~ a:before {
    content: "\73";
    opacity: 0.4;
}
p.stars.selected a:not(.active):before {
    content: "\73";
    opacity: 1;
    color: #d6aa6d;
}
.total-ratings {
    display: inline;
}
.star-rating-container {
    display: block;
    top: -12px;
    position: relative;
}
.histogram {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.product-review-histogram {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    min-width: 50%;
}
.rating-count {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
}
.open-comment {
    width: 25%;
    text-align: center;
}
#submit,
.open-comment a {
    padding: 7px 12px;
    background: #d6aa6d;
    color: #fff;
    border: none;
    outline: 0;
}
.histogram-row {
    display: block;
    width: 100%;
    margin: 6px 0;
}
.histogram-row:after {
    content: "";
    display: table;
    clear: both;
}
.histogram-col-1,
.histogram-col-2,
.histogram-col-3 {
    float: left;
    width: 20%;
    text-align: left;
    font-size: 13px;
}
.histogram-col-1 {
    text-align: right;
}
.histogram-col-2 {
    width: 60%;
    padding: 3px 5%;
}
.histogram-meter-bar {
    height: 8px;
    border-radius: 3px;
    width: 100%;
    background: #e1e1e1;
}
.histogram-bar-temperature {
    height: 100%;
    background: #d6aa6d;
}
#commentform {
    background: #f7f7f7;
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
#comment {
    padding: 15px;
    width: 100%;
    border-radius: 4px;
}
#comments ol,
#comments ul {
    list-style-type: none;
}
#comments .comment_container {
    position: relative;
}
#comments .comment_container .avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
}
#comments .comment_container .comment-text {
    margin: 0 0 0 50px;
}
#comments .comment_container .comment-text .meta {
    margin-bottom: 0;
    color: #777;
}
#comments .comment_container {
    clear: left;
}
#comments .comment_container .comment-text .star-rating {
    float: right;
}
#comments ol.commentlist .children li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: #f8f8f8;
    border: 1px solid #e4e1e3;
}
#comments ol.commentlist .children li img.avatar {
    float: left;
    position: absolute;
    top: 15px;
    left: 15px;
}
#comments ol.commentlist .children li .comment-text {
    padding-top: 15px;
    padding: 15px 15px 15px 15px;
}
#comments .children li:after,
#comments .children li:before {
    bottom: 100%;
    left: 20px;
    border: 1px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#comments .children li:after {
    border-color: rgba(248, 248, 248, 0);
    border-bottom-color: #f8f8f8;
    border-width: 10px;
    margin-left: -10px;
}
#comments .children li:before {
    border-color: rgba(228, 225, 227, 0);
    border-bottom-color: #e4e1e3;
    border-width: 11px;
    margin-left: -11px;
}
.form-row {
    display: block;
}
.input-text {
    padding: 7px 10px;
    border-radius: 4px;
    outline: 0;
    border: 1px solid #e1e1e1;
}
#order_review_heading,
.cart_totals h2,
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3 {
    color: #00355d;
}
#place_order,
.checkout-button {
    background: #ed6663 !important;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
    float: none;
    width: 100%;
}
.woocommerce-product-gallery__trigger {
    visibility: hidden;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    padding: 50px;
    overflow: scroll;
    background: #eeaeca;
    background: radial-gradient(circle, #eeaeca 0, #94bbe9 100%);
}
.nf-form-fields-required {
    text-align: center;
}
@media (max-width: 1024px) {
    .products li {
        width: 33.333333%;
    }
}
@media (max-width: 920px) {
    .products li {
        width: 50%;
    }
}
.fillersp-blusea-mobile {
    list-style-type: none;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.collapsible {
    background-color: #fff;
    font-weight: 500;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    border: none;
}
.active,
.collapsible:hover {
    background-color: #fff;
}
.collapsible:after {
    content: "\f107";
    color: #000;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    font-family: fontawesome;
}
.collapsible.active:after {
    content: "\f106";
    font-family: fontawesome;
}
.content {
    display: none;
    overflow: visible;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}
.content .rowfeature {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    position: absolute;
    left: 0;
    z-index: 999;
    padding: 5px 10px;
    white-space: nowrap;
    background: #fff;
}
.content .rowfeature .filter__title {
    font-size: 13px;
}
.content .rowfeature .filter__inner {
    font-size: 12px;
}
.content .rowfeature .property {
    float: left;
    overflow: hidden;
    width: 50%;
    padding: 5px 0;
}
#pa_loai-san-pham a {
    margin-bottom: 10px;
    padding: 5px;
}
#pa_loai-san-pham::-webkit-scrollbar {
    display: none;
}
.notf {
    transform: none !important;
    top: 100% !important;
}
.dropdown-menu {
    min-width: auto !important;
}
.fillersp-blusea-mobile {
    list-style-type: none;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.collapsible {
    background-color: #fff;
    font-weight: 500;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #297ddb;
    border: none;
}
.active,
.collapsible:hover {
    background-color: #fff;
}
.collapsible:after {
    content: "\f107";
    color: #000;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    font-family: fontawesome;
    color: #297ddb;
}
.collapsible.active:after {
    content: "\f106";
    font-family: fontawesome;
    color: #297ddb;
}
#pa_loai-san-pham,
#product_cat {
    padding-bottom: 5px;
    display: block;
    margin: 5px 0;
    white-space: nowrap;
    overflow-x: scroll;
}
#pa_loai-san-pham {
    border-bottom: 1px solid #e1e1e1;
}
#product_cat a {
    margin-right: 5px;
    display: inline-block;
    background-color: #67b2d0;
    background-image: linear-gradient(90deg, #6ca4e6 0, #67b2d0 51%, #63bcc0 75%);
    padding: 7px 12px;
    color: #fff;
    border-radius: 20px;
    min-width: 200px;
    text-align: center;
    text-transform: uppercase;
}
#pa_loai-san-pham a {
    margin-bottom: 10px;
    color: #297ddb;
}
#pa_loai-san-pham a img {
    width: 26px;
    height: auto;
    margin-right: 3px;
}
.nf-field-element textarea,
.ninja-forms-field {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    outline: 0;
    padding: 15px 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.nf-form-title h3 {
    font-size: 24px !important;
    margin: 10px 0;
    text-align: center;
}
.field-wrap input[type="button"] {
    background: #03f;
    color: #fff;
}
.closeform {
    position: absolute;
    top: 60px;
    right: 15px;
}
.nf-form-fields-required {
    text-align: left !important;
}
.nf-form-cont {
    width: 50%;
    margin: 0 auto;
}
.btn-btng {
    cursor: pointer;
}
.active-filter ul li {
    display: inline-block;
    list-style-type: none;
}
.active-filter ul li a,
.active-filter ul li a .amount {
    background: #4267b2;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 3px;
    margin-right: 3px;
    color: #fff;
    position: relative;
}
.active-filter ul li a::after {
    content: "x";
    position: absolute;
    right: 3px;
    top: 3px;
}
.active-filter {
    margin-top: 15px;
}
.viewall-pd {
    margin-bottom: 15px;
}
.viewall-pd a {
    background: #297ddb;
    color: #fff;
    border-radius: 15px;
    padding: 7px 12px;
}
button.owl-next,
button.owl-prev {
    outline: 0 !important;
}
.step .owl-next .fa,
.step .owl-prev .fa {
    font-size: 36px;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3);
    padding: 10px;
    border-radius: 4px;
}
.step .fa:hover {
    color: #03c;
    background: rgba(255, 255, 255, 0.8);
}
.step .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 7px;
    outline: 0;
}
.feedback .slider-title,
.step .slider-title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 15px;
    color: #111 !important;
}
.woocommerce-product-attributes {
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    width: 100%;
    margin-bottom: 30px;
}
.woocommerce-product-attributes-item__label {
    vertical-align: middle;
    display: table-cell;
    background: #f1f1f1;
    padding: 10px 10px;
    white-space: nowrap;
}
.woocommerce-product-attributes-item__value {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
}
.woocommerce-product-attributes-item {
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}
.bl-title {
    font-size: 22px;
    color: #4267b2;
    margin: 15px 0;
    background: url(https://blueseanice.com/dst/themes/bluesea/assets/images/bg-title.png) no-repeat;
    height: 26px;
    padding-left: 40px;
}
.caution-lt,
.shortdesc {
    background: #f5f5f5;
    padding: 10px;
}
.btn-dklt {
    padding: 15px;
    background: #d4aa6f;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
    font-size: 22px;
    cursor: pointer;
}
.btn-call {
    padding: 15px;
    background: #2d56bb;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 22px;
    cursor: pointer;
    margin-bottom: 15px;
}
.btn-call:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}
.post-content .wp-block-table td,
.post-content .wp-block-table tr {
    border: 1px solid #000;
    padding: 5px 10px;
    margin: 0 auto;
    text-align: justify;
}
.post-content a {
    color: #007bff;
    text-decoration: underline;
}
.woocommerce-MyAccount-navigation ul {
    display: flex;
    border: 1px solid #777;
    justify-content: flex-start;
}
.woocommerce-MyAccount-navigation-link {
    display: block;
    padding: 7px 12px;
}
.woocommerce-MyAccount-navigation-link:hover {
    background: #4267b2;
    color: #fff;
}
.woocommerce-MyAccount-navigation ul .is-active {
    background: #4267b2;
    color: #fff;
}
.woocommerce-Addresses .col-1,
.woocommerce-Addresses .col-2 {
    max-width: 50%;
    padding: 0;
}
.woocommerce .edit {
    text-indent: -999px;
    display: inline-block;
    position: relative;
}
.woocommerce .edit::after {
    content: "\f044";
    font-family: fontawesome;
    color: #007bff;
    text-indent: 0;
    position: absolute;
    right: -16px;
}
.has-sub {
    position: relative;
}
.has-sub .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 999;
    min-width: 300px;
    list-style-type: none;
    padding-left: 0;
    padding-top: 13px;
}
.has-sub:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.has-sub .sub-menu li {
    background: #fff;
    padding: 7px 12px;
    color: #003a67;
    border-bottom: solid 0.5px #003a67;
    transition: all 0.5s;
}
.sub-menu li:hover {
    background: #003a67;
    color: #fff;
}
.has-sub label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
}
.zalo-chat-widget {
    bottom: 80px !important;
    right: 20px !important;
}
.post_tags a {
    display: inline;
}
.post_tags {
    border-top: 1px dashed #fff;
    padding-top: 10px;
}
.two-phone {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.two-phone a {
    display: block;
    background: #4267b2;
    color: #fff;
    padding: 12px;
    width: 48%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
#congbomp {
    display: none;
}
#openCB {
    cursor: pointer;
}
#openCB span {
    color: #03c;
    text-decoration: underline;
}
.lazyloaded {
    opacity: 1 !important;
}
.pswp__top-bar {
    z-index: 0;
}
.checkout-button {
    color: #fff;
}
.lt-time {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #4267b2;
    font-weight: 600;
    padding: 5px;
}
.lmp_products_loading,
.lmp_load_more_button {
    margin-bottom: 15px;
}
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 0.3s;
}
#product_cat::-webkit-scrollbar {
    background-color: #67b2d0;
    background-image: linear-gradient(90deg, #6ca4e6 0, #67b2d0 51%, #63bcc0 75%);
    height: 4px;
}
li.product span.price {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.payment_box .excerpt .list-image li {
    width: calc(96% / 5);
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    height: 80px;
    display: block;
    /* background-color: #fff; */
    text-align: center;
    line-height: 80px;
}
.products li{
    height: 430px;
}

.amount {
    font-size: 18px;
}
.lt-time{
    border-radius: 4px;
}
.mtt{
    position: absolute;
    bottom: 30px;
    background: rgba(36, 80, 169, 0.7);
    padding: 5px 7px;
    transform: translateX(-50%);
    left: 50%;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
}
.form-submit #submit {
    background: #192965;
    padding: 10px 50px;
    border-radius: 5px;
}
.the-date .post-views.entry-meta > span.post-views-icon.dashicons {
    display: none;
}
.related-thumb{
    height: 200px;
    overflow: hidden;
}
.related-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  iframe {
   display: block;
   margin: 0 auto;
}
 ul > li.has-sub > ul{
    position: absolute;
    right: -100%;
    top: 0;
    visibility: hidden;
}
ul > li.has-sub:hover > .sub-menu{
    visibility: visible;
}