@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(/fonts/Roboto/bold.woff);
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(/fonts/Roboto/regular.woff);
}

body.tp_background, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, span, a, p, sub, blockquote, th, td {
    font-family: 'Roboto';
    font-size: 14px !important;
}
.title-home:after, .cate-title, .btntop, .more-news-home a {
    background: #2a7cf2 !important;
}
.loadProductHot .view__more, .tp_product_new .view__more, .loadProductCategoryHome .view__more, .box-prices .pro-price,
.detail-item .pro-name a:hover, .title-news-home:hover
{
    color: #2a7cf2 !important;
}
#search-site {
    border: 1px solid #2a7cf2 !important;
}
@media (min-width: 992px) {
    .tab-menu {
        border-right: 1px solid #2a7cf2 !important;
        border-bottom: 1px solid #2a7cf2 !important;
    }
    #header-content .content-premium, #header-bt>.container>.row {
        border: 1px solid #2a7cf2;
    }
}
.right-header>ul>li>div::before {
    filter: invert(39%) sepia(43%) saturate(2830%) hue-rotate(201deg) brightness(97%) contrast(96%);
}
@media (min-width: 769px) {
    .menu > li > a {
        border-bottom: 1px solid #2a7cf2 !important;
    }
}
#gallery_02 .video-pview img{
    width: 100% !important;
    margin: 0;
    height: auto;
}

.menu-wrap *, .cate-title *, .menu > li > a, .intro-news h2 a {
    font-size: 16px !important;
}

#header {
    padding: 0 60px;
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-premium {
    display: flex;
    justify-content: space-between;
}

.banner-home-right > a {
    height: calc(50% - 7.5px);
}

.banner-home-right {
    padding-left: 0;
}

.banner-home-right > a:nth-child(2) {
    margin-top: 15px;
}

.loadNewsHome, .section-brand {
    display: none;
}

.right-header > ul > li > div::before {
    font-size: 20px;
}

.right-header > ul {
    gap: 7px;
}

#header {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}

.hd-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.hd-menu > li {
    padding: 15px 18px 15px 10px;
    position: relative;
}

.hd-menu > li > i {
    position: absolute;
    right: 0;
    top: 23px;
    font-size: 8px;
}

@media (min-width: 992px) {
    .hd-menu > li > ul {
        position: absolute;
        top: 100%;
        width: 250px;
        left: 0;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        background: #fff;
        z-index: 2;
        padding: 15px 0 20px;
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
    }
}

.hd-menu > li > ul > li {
    padding: 10px 25px;
}

.hd-menu > li > a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px !important;
}

.topinput {
    background: #ededed;
    border-radius: 10px;

}

#search-site {
    border-color: #ededed;
    border-radius: 10px;
}

.btntop {
    background: transparent !important;
}

.btntop i {
    color: #2a7cf2 !important;
}

.box-cart > div span {
    right: -10px;
    top: auto;
    bottom: 0;
    background: transparent;
    color: #000;
    line-height: 12px;
    font-size: 12px !important;
    font-weight: 600;
}

.cursor-pointer {
    cursor: pointer;
}

.wrap-image {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
}

.product-gallery__thumbs {
    box-sizing: border-box;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-bottom: 1px;
}

.product-gallery__thumb, .product-gallery__video {
    margin-bottom: 10px;
    border: 1px solid #f7f7f8;
    width: 100%;
}

.product-gallery__thumbs-container {
    width: 50px;
}

.product-image-detail {
    width: calc(100% - 60px);
}

.title-pview h1 {
    font-size: 18px !important;
    font-weight: 700;
    color: #252a2b;
    margin: 0 0 5px;
    line-height: 26px;
    text-transform: uppercase;
}

.pro_sku {
    font-size: 12px;
    color: #a3a5a7;
    margin-bottom: 15px;
}

.req a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #ccc;
    margin-right: 3px;
}

.req a {
    border: none;
    padding: 0;
    color: #000;
}

.req a:hover, .req a.active {
    background: transparent;
    color: inherit;
}

.req.size a {
    border: 1px solid #ccc;
    border-radius: 0;
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    font-size: 12px;
    color: #252a2b;
    font-weight: 500;
}

.quantity-area input.qty-btn, .quantity-area input#quantity {
    border-color: #ccc;
    width: 40px;
    height: 40px;
}

#QtyDown {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#QtyUp {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select-swatch {
    margin: 15px 0 20px;
    border-top: 1px dotted #dfe0e1;
    border-bottom: 1px dotted #dfe0e1;
}

#addToCart {
    background: #d82e4d !important;
}

#btnAddToCart {
    background: #cd6420 !important;
}

#addToCart, #btnAddToCart {
    border-radius: 0;
    height: 50px;
    margin-bottom: 5px;
}

.content-pview {
    border: none;
}

.title-tab-content {
    font-weight: 600;
    font-size: 20px !important;
    margin-bottom: 15px;
}

.tag-wrap {
    display: flex;
    gap: 10px;
}

.tag-wrap a {
    margin: 5px 0;
    background: #000;
    color: #fff;
}

.block-product-home > div {
    height: auto;
}

.detail-item {
    display: flex;
    flex-direction: column-reverse;
}

.block-footer h4 {
    color: #000;
    font-weight: 600;
}

footer.tp_footer, footer.tp_footer a {
    font-size: 14px !important;
}

.req a.active img, .req.size a.active {
    border-color: #2a7cf2 !important;
}

.req.size a.active {
    background: #2a7cf2 !important;
    color: #fff;
}

.slick-prev-custom, .slick-next-custom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    border: none;
    z-index: 3;
    font-size: 20px !important;
}

.slick-prev-custom {
    top: -25px;
}

.slick-next-custom {
    bottom: -25px;
}

.size-guide {
    height: unset !important;
}

.limit-w .size-guide {
    display: inline-block;
    width: 100%;
    text-align: left;
    height: 40px;
    vertical-align: top;
    line-height: 40px;
    font-size: 12px;
    white-space: nowrap;
}

.size-guide-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.size-guide-head h5 {
    margin-bottom: 0;
    display: block;
}

.size-guide a {
    text-decoration: underline;
}

.form_slide-custom {
    display: block;
    width: 100%;
    margin: 0 auto !important;
}

.form_slide {
    position: relative;
    margin: 10px 0;
}

#result_size {
    padding: 10px 0;
    text-align: center;
}

.form_slide .cn_cus, .form_slide .cc_cus {
    position: absolute;
    top: -8px;
    right: 0;
}

.size-guide-head a {
    color: #2a7cf2 !important;
}

input[type="range"] {
    border: solid 1px #eee;
    border-radius: 8px;
    height: 8px;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
}

#result_size > p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.form_slide p {
    margin-bottom: 0;
}

button.close {
    margin: 5px 10px;
}

.modal.modal-lg {
    left: 50%;
    transform: translateX(-50%);
}

.form_slide.form_slide-custom {
    display: none;
}

.detail-item .pro-name {
    overflow: unset;
    height: 21px;
}

.box-prices .pro-price {
    color: #2a7cf2 !important;
    margin-bottom: 10px;
}

.banner-product-lg {
    margin-bottom: 0;
}

.detail-item {
    padding-bottom: 10px;
}

.item-product-cate {
    height: auto;
}

.hightlight-cate {
    display: none;
}

@media (min-width: 992px) {
    .content-premium {
        height: 450px !important;
    }

    .hd-menu > li:hover > ul {
        opacity: 1;
        visibility: visible;
    }

    .product-img img {
        height: 296px;
    }

    .block-product-home .banner-product-home {
        height: 804px;
    }
}

@media (min-width: 1200px) {
    .content-premium .banner-pc {
        width: calc(67% - 7.5px);
    }

    .banner-home-right {
        width: calc(33% - 7.5px);
    }
}

@media (max-width: 991px) {
    .header-menu {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
        background: #fff;
        position: fixed;
        height: 100vh;
        overflow: auto;
        right: 0;
        top: 0;
        width: 320px;
        z-index: 10;
        display: block;
        transform: translateX(320px);
        transition: all .4s;
    }

    .hd-menu > li > ul {
        display: none;
        margin-top: 5px;
    }

    .hd-menu > li {
        padding: 10px 0;
    }

    .hd-menu > li > a {
        font-size: 13px !important;
    }

    .hd-menu > li > i {
        top: 15px;
    }

    .hd-menu > li > ul > li > a {
        text-transform: uppercase;
        font-size: 13px !important;
        font-weight: 600;
    }

    .hd-menu > li > ul > li:last-child {
        padding-bottom: 0;
    }

    .hd-menu > li > ul > li {
        padding: 8px 25px;
    }

    .nav-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
        text-transform: uppercase;
        font-size: 13px !important;
    }

    .nav-menu i {
        font-size: 32px !important;
    }

    .hd-menu {
        display: block;
    }

    .hd-menu > li > i {
        font-size: 10px !important;
        transform: rotate(0);
        transition: all .4s;
    }

    .hd-menu > li > i.rotate {
        transform: rotate(180deg);
    }

    .wrap-menu-bottom > ul > li {
        margin: 10px 0;
    }

    body {
        position: relative;
        transition: all .4s;
    }

    body.sidebar-move {
        right: 320px;
    }

    #header {
        padding: 0;
    }

    .content-header > .row {
        justify-content: space-between;
    }

    .btn-menu-bar {
        position: unset;
        transform: none;
        color: #000;
        font-size: 30px !important;
    }

    #search-site {
        position: fixed;
        right: 0;
        top: 0;
        width: 320px;
        height: 100vh;
        background: #fff;
        z-index: 10;
        padding: 40px 30px 100px;
        border-radius: 0;
        transform: translateX(320px);
        transition: all .4s;
    }

    .topinput {
        height: 55px;
        border-radius: 0;
    }

    .btntop {
        position: absolute;
        top: 95px;
        right: 30px;
        width: 55px;
        height: 55px;
    }

    .box-search i {
        margin-right: 7px;
        line-height: initial;
        font-size: 18px;
        filter: invert(39%) sepia(43%) saturate(2830%) hue-rotate(201deg) brightness(97%) contrast(96%);
        color: #eb1c24;
    }

    .logo-block {
        display: flex;
        justify-content: flex-end;
    }

    #header {
        min-height: 80px;
    }

    .in {
        transform: translateX(0) !important;
    }

    .product-gallery__thumbs-container, .product-image-detail {
        width: 100%;
    }

    .wrap-image {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .slick-next-custom, .slick-prev-custom {
        display: none !important;
    }

    #sliderproduct {
        margin-bottom: 0;
    }

    /*.slick-slide.product-gallery__thumb {*/
    /*    padding: 0 10px;*/
    /*    box-sizing: border-box;*/
    /*}*/
    /*.product-gallery__thumbs-container {*/
    /*    padding: 0 10px;*/
    /*}*/
    #searchFolding {
        top: 150px;
        left: 50%;
        width: calc(100% - 60px);
        transform: translateX(-50%);
    }
}
a:hover{
    color: #2a7cf2;
}
.tp_product_detail .tp_product_detail_price{
    color: #2a7cf2 !important;
}
.hotline-phone-ring-wrap{
    bottom: 225px;
    left: unset;
    right: 0;
}
.btn-mess-fixed{
    bottom: 160px;
}
.btn-youtube-fixed {
    right: 30px;
    bottom: 335px;
}
.btn-youtube-fixed img {
    width: 50px;
}

div.wrapper-home-newsletter {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #263238;
    margin: 0 0 10px;
    position: relative;
    line-height: 30px;
    text-transform: uppercase;
    text-align: left;
}
.main-footer .wrapper-home-newsletter {
    margin-top: 20px;
}
.content-newsletter {
    max-width: 525px;
    margin: auto;
}
.content-newsletter p {
    font-size: 13px;
    line-height: 16px;
    margin: 0 auto 20px;
    color: #2e2e2e !important;
}
.content-newsletter form .form-group {
    position: relative;
}
.content-newsletter input {
    width: 100%;
    font-size: 12px !important;
    color: #999999;
    padding: 0 10px;
    border-radius: 0;
    box-shadow: none;
    outline: none !important;
    transition: initial;
    height: 40px;
    line-height: 25px;
    font-weight: 300;
}
.content-newsletter button {
    background: #faaf18;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    border-radius: 0;
    border: 1px solid transparent;
    width: 80px;
    height: 40px;
}
.content-newsletter button span {
    font-size: 14px;
}

.slide_home_product {
    width: 100%;
}