/*
Theme Name: seoviet
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*--------------------------------------------------------------
## Css Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar-track{;background-color:#F5F5F5;border-radius:0}
::-webkit-scrollbar{width:8px;background-color:#F5F5F5}
::-webkit-scrollbar-thumb{background-color:#807d7d;border-radius:0;}

/*************** DEFAULT ***************/
html, body {
    font-size: 15px;
    color: #333;
    line-height: 1.4;
}
span {display: inline-block;}
p {margin-bottom: 10px;}
th, td {line-height: 1.4;}

.container {position: relative;}

/*************** HEADER ***************/
/*#top-bar .container:after {
    content: '';
    height: 1px;
    background:#ebebeb;
    position: absolute;
    bottom:0;
    width: calc(100% - 30px);
    left: 15px;
}*/
#wide-nav .mobile-nav .search-form {padding-top: 0;}
#masthead .header-search-form {
    margin-left: auto !important;
}
#masthead .searchform, #wide-nav .searchform {
    padding: 2px;
    background: white;
    border-radius: 3px;
    margin-right: 30px;
}
#wide-nav .searchform {width: 100%;}
#wide-nav .searchform .search-field {border: none;box-shadow: unset;}
#masthead .searchform .search-field {
    border: none;
    min-width: 300px;
    box-shadow: unset;
}
#masthead .searchform .button {
    background: #f7931e;
    border-radius: 3px;
}
.html_topbar_right a {
    display: block;
    background: url(assets/images/support-phone.png) no-repeat scroll -16px top transparent;
    height: 50px;
}
.html_topbar_right a span {
    color: #fff200;
    display: block;
    text-align: right;
    padding: 0 0 0 130px;
    text-shadow: 1px 0 1px #0066c9, -1px 0 1px #0066c9, 0 1px 1px #0066c9, 0 -2px 1px #0066c9, 1px 2px 1px #0066c9, -2px -2px 1px #0066c9, 2px 0px 1px #0066c9;
    transform: skew(0deg, 0deg) scale(1, 1);
    -webkit-transform: skew(0deg, 0deg) scale(1, 1.2);
    -moz-transform: skew(0deg, 0deg) scale(1, 1.2);
    -o-transform: skew(0deg, 0deg) scale(1, 1.2);
    -ms-transform: skew(0deg, 0deg) scale(1, 1.2);
    letter-spacing: 1px;
    font-size: 22px;
}
a.hotline-mb {padding-left: 10px !important;padding-right: 10px !important;}
a.hotline-mb svg {
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: #fff;
    cursor: pointer;
}
.mobile-nav a[data-open="#main-menu"] i {
    display: block;
    font-weight: 500;
    width: 41px;
    height: 2px;
    margin-top: 22px;
    padding: 0;
    background: 0 0;
    border-radius: 0;
    position: relative;
}
.mobile-nav a[data-open="#main-menu"] i:before {
    position: absolute;
    content: "";
    left: 0;
    top: -13px;
    width: 75%;
    padding: 0;
    background: 0 0;
    border-top: 2px solid #fff;
    border-radius: 0;
}
.mobile-nav a[data-open="#main-menu"] i:after {
    position: absolute;
    content: "";
    float: left;
    width: 100%;
    height: 16px;
    left: 0;
    top: -20px;
    padding: 0;
    background: 0 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}
.mobile-nav a[data-open="#main-menu"] {padding-top: 15px}
.mobile-nav a[data-open="#main-menu"],.mobile-nav a[data-open="#main-menu"] .menu-title {display: block !important;margin-left: 0;font-size: 14px;color: white;}
#wide-nav .flex-col {width: 100%;}
#wide-nav .searchform-wrapper .flex-col {width: auto;}
#wide-nav .header-bottom-nav:not(.mobile-nav) {background-color: white;width: 100%;border-radius: 10px 10px 0 0;box-shadow: 0px 0px 5px inset #878787;}
#wide-nav .header-bottom-nav > li {
    margin: 0;
}
#wide-nav .header-bottom-nav > li > a {
    display: flex;
    text-align: center;
    padding: 8px 15px 3px;
    height: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-weight: normal;
    position: relative;
    font-size: 13px;
    color: #333;
}
#wide-nav .header-bottom-nav > li:hover > a, #wide-nav .header-bottom-nav > li.active > a, #wide-nav .header-bottom-nav > li.current-menu-item > a {color: #f7931e;}
#wide-nav .header-bottom-nav > li > a:after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 26px;
    background: #dfdfdf;
    right: -1px;
    top: calc(50% - 13px);
}
#wide-nav .header-bottom-nav > li:last-child > a:after {
    display: none;
}
#wide-nav .header-bottom-nav > li > a > img {display:block;max-height: 20px;margin: 0 0 3px;width: auto;}

/*************** HOME ***************/
.section-banner-news .col-news .section-title-container {
    background: #29aae2;
    margin: 0;
}
.section-banner-news .col-news .section-title-container .section-title {
    margin: 0;
    border: none;
}
.section-banner-news .col-news .section-title-container span {
    border: none;
    padding: 0 10px;
    font-size: 16px;
    color: white;
    display: inline-block;
    margin: 0;
    line-height: 34px;
    background: #1b75bc;
    position: relative;
}
.section-banner-news .col-news .section-title-container span:after {
    content:'';
    position: absolute;
    border-left: 10px solid #1b75bc;
    border-bottom: 34px solid transparent;
    left: 100%;
    top: 0;
}
.section-banner-news .col-news .post-item {
    background: #f1f1f1;
}
.section-banner-news .col-news .post-item .col-inner {
    padding: 10px;
    border: 1px solid #dddddd;
    border-top: none;
}
.section-banner-news .col-news .box-text {
    padding: 0 0 0 10px;
}
.section-banner-news .col-news .box-text .post-title {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}
.section-banner-news .col-news .box-text .is-divider {display:none;}
.home-section .block-header {
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #29aae2;
    margin-bottom: 15px;
}
.home-section .block-header > div {}
.home-section .block-header a {
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    color: #333;
    font-size: 14px;
    position: relative;
}
.home-section .block-header > .menu-item:not(:last-child,.title-menu) a:after {
    content: '';
    width: 1px;
    height: 16px;
    background: #afafaf;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
}
.home-section .block-header .title-menu a {
    background: #29aae2;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
}

/*************** PRODUCT  ***************/
.product-small .grid-tools {z-index:100;left: 0;}
.product-small .grid-tools a {background: #f7931e;}
.product-excerpt {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000b8;
    color: white;
    padding: 15px;
    z-index: 10;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    opacity: 0;
    visibility: hidden;
    font-size: 13px;
}
.product-excerpt .title {
    font-size: 16px;
}
.product-excerpt ul {
    margin: 0;
    font-size: 13px;
}
.product-excerpt ul li {
    margin-bottom:5px;
}
.product-small:hover .product-excerpt {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.onsale {
    position: absolute;
    right: 5px;
    margin: 0;
    left: initial;
    border-radius: 3px;
    width: 35px;
    padding: 0;
    height: 20px !important;
    background: #f7931e;
    font-size: 12px;
    display: block;
    line-height: 20px;
    border: none;
    top: 5px;
    z-index: 9;
    text-align: center;
    color: white;
    font-weight: 600;
}
.single-product .onsale {
    right: initial;
    left: 10px;
    top: 10px;
    font-weight: bold;
    font-size: 14px;
}
#breadcrumbs {
    background: #efefef;
    padding: 8px 0;
}
#breadcrumbs p {margin:0;}
.breadcrumbs, #breadcrumbs span {
    font-size: 13px;
    text-transform: initial !important;
    font-weight: normal;
    color: #333;
    opacity: 1;
}
#breadcrumbs a {
    text-transform: initial;
    font-size: 13px;
    color: #333;
}
.product-small .product-title {
    margin-bottom: 10px;
}
.product-small .product-title a {
    font-size: 14px;
    font-weight: 500;
}
.product-small .price bdi {
    font-size: 16px;
    color: red;
}
.product-small .price del span.amount {opacity: .9;text-decoration: line-through;}
.product-small .price del bdi {
    font-size: 14px;
    color: #333;
}
.product-main {padding: 20px 0;}
.product-info {padding-top: 0;padding-bottom: 0;}
h1.product-title {color: #3a5795;font-size: 24px;margin: 0;}
.product_info_grid {
    display: grid;
    grid-template-columns: 50% 50%;
}
.product_info_grid ul, .product_info_grid form {margin-bottom:0;}
.product_info_grid ul li {margin-bottom: 5px;font-size: 14px;}
.product_info_grid .grid-item {
    padding: 20px;
    border-bottom: 2px solid #ebebeb;
    position: relative;
}
.product_info_grid .grid-item:nth-of-type(1), .product_info_grid .grid-item:nth-of-type(3) {padding-left: 0;}
.product_info_grid .grid-item:nth-of-type(3), .product_info_grid .grid-item:nth-of-type(4) {padding-bottom: 0;border-bottom:0;}
.product_info_grid .grid-item:nth-of-type(2), .product_info_grid .grid-item:nth-of-type(4) {padding-right: 0;}
.product_info_grid .grid-item:nth-of-type(1):after, .product_info_grid .grid-item:nth-of-type(3):after {
    content: '';
    width: 2px;
    height: 80%;
    position: absolute;
    right: -1px;
    background: #ebebeb;
    top: 10%
}
.product_info_grid .quantity {display: none;}
.product_info_grid del, .product_info_grid ins {display: block;}
.product_info_grid del .amount {
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through;
    margin-bottom: 5px;
}
.product_info_grid ins span {
    font-weight: 900;
    font-size: 32px;
}
.product_info_grid .single_add_to_cart_button.button {
    display: block;
    margin: 4px 0;
    background: url(assets/images/btn-orders.png) no-repeat scroll left top transparent !important;
    height: 37px;
    width: 148px;
    color: transparent;
    margin: 0 0 5px;
    border: none;
}
.product_info_grid .price {margin:0 0 5px;}
.pd-note {margin-bottom: 0;}
.related {
    border: 1px solid #ebebeb;
    overflow: hidden;
    padding: 3px;
}
.related .row {margin: 0 !important;}
.related .product-section-title {
    background: #29aae2;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
}
.similar .product-section-title {border-bottom: 2px solid #29aae2;margin-bottom: 20px;}
.similar .product-section-title span {
    background: #29aae2;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-weight: normal;
}
.product-footer .product_content {
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}
.product-footer .product_sidebar {
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}
.product-tabs .nav {
    border-bottom: 2px solid #29aae2;
}
.product-tabs .nav li {
    margin: 0 2px 0 0;
}
.product-tabs .nav li a {
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    font-weight: normal;
    font-size: 16px;
    background: #ebebeb;
    border-radius: 5px 5px 0 0;
    border: 1px solid #0000000d;
    border-bottom: none;
    color: #333;
}
.product-tabs .nav li.active a, .product-tabs .nav li:hover a {
    background: #29aae2;
    color: white;
    border-color: #29aae2;
}
.product-tabs .nav li.active a:before, .product-tabs .nav li:hover a:before {display:none;}
.menu-cellphones li span, .menu-cellphones li a {color: red;font-size: 15px;}
#shop-sidebar .widget {margin-bottom: 10px;}
#shop-sidebar .widget .main-widget {
    border: 1px solid #d7d8da;
    padding: 5px;
    background-color: #f1f1f2;
}
#shop-sidebar .widget-title {
    background-color: #29aae2;
    color: #ffffff;
    display: block;
    height: 40px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    line-height: 42px;
    font-size: 15px;
    font-weight: 500;
}
#shop-sidebar .list-term {}
#shop-sidebar .list-term li {
    margin: 0;
    padding: 0 5px;
}
#shop-sidebar .list-term li a {
    display: block;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
}
#shop-sidebar .list-term li a:hover, #shop-sidebar .list-term li a.active {color: #27aae1}
#shop-sidebar .list-term li:last-child a {border:none;}
#shop-sidebar .list-term li a svg {
    width: 9px;
    height: 9px;
    margin-right: 3px;
}
#shop-sidebar .list-term .checkbox {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 1px solid #29aae2;
    border-radius: 3px;
    margin-right: 3px;
    vertical-align: -1px;
    position: relative;
}
#shop-sidebar .list-term a .checkbox:after {
    content: '';
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    width: 6px;
    height: 8px;
    position: absolute;
    transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    -moz-transform: rotate(45deg) scale(0);
    left: 3px;
    top: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
#shop-sidebar .list-term a:hover .checkbox:after,
#shop-sidebar .list-term a.active .checkbox:after {
    opacity: 1;
    visibility: visible;
    transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
}
.woocommerce-result-count {
    font-size: 14px;
}
.woocommerce-ordering {
    font-size: 13px;
    margin: 0;
    height: auto;
}
.woocommerce-ordering select {
    margin: 0;
}
.shop-page-title {
    margin-bottom: 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ebebeb;
}
h1.product-cat-name {
    margin: 0;
    font-weight: 500;
}
.page-numbers.nav-pagination {
}
.page-numbers.nav-pagination > li {
    margin: 0 !important;
}
.page-numbers.nav-pagination > li > * {
    display: block;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #428bca;
    line-height: 1.42857;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    width: 32px;
    height: 32px;
    margin-left: -1px;
}
.page-numbers.nav-pagination > li > .current {
    background-color: #29aae2;
    border-color: #29aae2;
    color: #fff;
    cursor: default;
}
.product-small.box {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.related .product-small:nth-of-type(2n) .box {border-right: none;}
.product-small .box-text, .product-small .box-image {
    padding: 15px;
}
.product-tabs .nav::-webkit-scrollbar-track{;background-color:black;border-radius:0}
.product-tabs .nav::-webkit-scrollbar{height:3px;background-color:#F5F5F5}
.product-tabs .nav::-webkit-scrollbar-thumb{background-color:#29aae2;border-radius:0;}
.product-small.col {padding: 0;}
.tax-product_cat .products.row, .list-product.row {margin: 0;border-top: 1px solid #ebebeb;border-left: 1px solid #ebebeb;margin-bottom: 15px;}
.product-small .col-inner, .product-small .col-inner .product-small {height: 100%;}

/*************** FOOTER  ***************/
.footer-partner .section-bg.bg-loaded {
    background-repeat: repeat-x !important;
    background-size: auto 100% !important;
}
#footer .box-information {
    border: 2px solid #e7e8e9;
    background-color: #f1f1f2;
    border-radius: 5px;
    padding: 20px 20px 0;
}
#footer .section-title-container {
    margin: 0;
}
#footer .section-title {
    border: none;
}
#footer .section-title-main {
    font-size: 15px;
    border: none;
    margin: 0;
    padding: 0;
    color: #3a5795;
}
#footer .ux-menu-link__link {
    min-height: unset;
    padding: 0 0 10px;
}
#footer .ux-menu-link__link span {padding-left:5px;}
.absolute-footer {padding: 10px 0 7px;}
.mobile-sidebar .menu-item a {
    padding-left: 50px !important;
    color: black;
    font-size: 14px;
    text-transform: inherit;
    font-weight: normal;
}
.mobile-sidebar .ux-sidebar-menu-icon {
    max-height: 20px;
    max-width: 30px;
    position: absolute;
    left: 15px;
}
.mobile-nav .html_nav_position_text_top {
    padding: 10px 0;
    font-size: 14px !important;
}

@media screen and (max-width: 850px) {
    .header-main li.html.html_top_right_text {display: block !important}
}
@media only screen and (max-width: 768px) {
    .col, .gallery-item, .columns {padding-bottom: 15px;}
    .home-section .block-header > div:not(.title-menu) {display: none;}
    .product-footer .product_content, .product-footer .product_sidebar {max-width: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;}
    .product-tabs .nav {overflow-y: hidden;scroll-behavior: smooth;display: block;white-space: nowrap;border: none;}
    .product-tabs .nav li {margin-right: 0;}
    .product-excerpt {display: none;}
}
@media only screen and (max-width: 550px) {
    .section-banner-news .col-news .post-item:last-child {display: none;}
    .section-banner-news .col-news .post-item:nth-of-type(2n) .col-inner {border-left: none;}
    .section-banner-news .col-news .post-item .col-inner {height: 100%;}
    .section-banner-news .col-news .box-text {padding:  10px 0 0;}
    .product_info_grid {grid-template-columns: 100%;}
    .product_info_grid .grid-item:nth-of-type(1), .product_info_grid .grid-item:nth-of-type(3) {border-right: none;padding-right: 0;}
    .product_info_grid .grid-item:nth-of-type(1):after, .product_info_grid .grid-item:nth-of-type(3):after {display: none;}
    .product_info_grid .grid-item:nth-of-type(2), .product_info_grid .grid-item:nth-of-type(4) {padding-left: 0;}
}