/*!
Theme Name: WP Bootstrap 4
Theme URI: https://bootstrap-wp.com
Author: TwoPoints
Author URI:
Description: "WP Bootstrap 4" is a simple & easy to use WordPress theme. It is based on world's most popular framework for responsive websites, Twitter Bootstrap 4. "WP Bootstrap 4" is a perfect combination of Bootstrap 4 and WordPress. It is fast and light-weight with around 20 kb style.css. It is also search engine friendly. It has a built-in slider for featured posts on blog's home page. It supports all major & popular WordPress plugins like Jetpack, Contact Form 7, Elementor, Beaver Builder, SiteOrigin Page Builder etc. Check demo on https://bootstrap-wp.com
Version: 1.0.9
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: wp-bootstrap-4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) { .hentry.card .card-body { padding: 2.5rem 4rem; }
  .wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: block; } }



/*Header*/
a.header__logo__link img {
    width: 150px;
}
a.header__logo__mobile img {
    width: 80px;
    padding: 5px;
}


article.article__inner .article__content h5 a {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
}

article.article__inner .article__img img {
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.main_page, body {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.header ul,
.header li,
.main_page ul,
.main_page li,
.footer ul,
.footer li,
.footer i {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "SFUFuturaBold";
    src: url("assets/fonts/font_main/SFUFuturaBold.TTF");
}

@font-face {
    font-family: "SFUFuturaBook";
    src: url("assets/fonts/font_main/SFUFuturaBook.TTF");
}

@font-face {
    font-family: "SFUFuturaHeavy";
    src: url("assets/fonts/font_main/SFUFuturaHeavy.TTF");
}

.chu-noi {
    text-shadow: 2px 1px 0 #fff, 1px 2px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 4px 4px 4px #808080;
}

.border-1 {
    border: 1px solid #eaeaea;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "SFUFuturaBook";
    height: 100%;
    background-color: #fff;
    font-size: 1.5rem;
    min-height: 680px;
    font-weight: 400;
    color: #424242;
    -ms-text-size-adjust: 100%;
    position: relative;
}

iframe {
    max-width: 100%;
}

footer {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -o-object-fit: fill;
    object-fit: fill;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SFUFuturaHeavy";
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: 1.4rem;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    color: #000;
    -webkit-transition: .4s linear all;
    -o-transition: .4s linear all;
    transition: .4s linear all;
}

section {
    position: relative;
}

article.article__inner {
    display: block;
}

article.article__inner .article__img {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

article.article__inner .article__img img {
    display: block;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 100%;
}

article.article__inner .article__content {
    position: relative;
}

article.article__inner .article__content h5 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: initial;
}

article.article__inner .article__content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

article.article__inner .article__content div p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 1.4rem;
}

article.article__inner:hover .article__img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

article.article__inner:hover .article__content h5 a {
    color: #ac4715;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 0;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0;
    border-radius: 0;
}

.nav-tabs .nav-item {
    border: 0;
    outline: 0;
    border-radius: 0;
}

.nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
}

.overflow {
    overflow: hidden;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btns {
    display: inline-block;
    position: relative;
    background-color: #ee2829;
    border: none;
    color: #fff !important;
    text-align: center;
    padding: .7rem 1.8rem;
    font-family: "SFUFuturaBook";
    border: 1px solid #ee2829;
}

.btns_1:hover {
    border-color: #ee2829;
    color: #ee2829 !important;
    background-color: transparent;
}

.btns_1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: .3s linear all;
    -o-transition: .3s linear all;
    transition: .3s linear all;
    background-color: #fff;
}

@-webkit-keyframes rotate-in-hor {
    0% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1;
    }
}

@keyframes rotate-in-hor {
    0% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1;
    }
}

/*---- Wrapper ----*/
.wrapper {
    max-width: 1456px;
    margin: auto;
    position: relative;
}

/*HEADER TOP*/
.header_top {
    background-color: #ac4715;
    color: #fff;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.3rem;
}

.header_top a {
    font-size: 1.4rem;
}

.header_top i {
    color: #fff200;
}

.header_top__left {
    position: relative;
}

.header_top__left a {
    display: block;
    color: #fff;
}

.add_ {
    position: relative;
}

.add_ i {
    display: inline-block;
}

.phones {
    position: relative;
}

.phones i {
    display: inline-block;
    margin-right: .5rem;
}

/*HEADER*/
/*HEADER*/
.header {
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eaeaea;
    -webkit-box-shadow: 2px -8px 10px 6px #555;
    box-shadow: 2px -8px 10px 6px #555;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .logo {
    position: relative;
}

.header .logo a {
    display: block;
}

.header .logo a img {
    max-height: 95px;
}

.header .menu_main {
    position: relative;
}

.header .menu_main ul {
    position: relative;
}

.header .menu_main ul li {
    position: relative;
    margin-right: 1rem;
}

.header .menu_main ul li a {
    display: block;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    color: #ac4715;
    font-family: "SFUFuturaHeavy";
    font-size: 1.5rem;
}

.header .menu_main ul li a:hover {
    color: #fff200;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-family: "SFUFuturaHeavy";
}

/*PAGE MAIN*/
body {
	background-image: url("../wp-bootstrap-4/assets/images/home/bg-main.png");
}
.main_page {
    position: relative;
    background-image: url("../wp-bootstrap-4/assets/images/home/bg-main.png");
    padding-top: 5rem;
    margin-top: 5px;
}

.side_bar__list {
    position: relative;
    margin-bottom: 3rem;
}

.side_bar__title {
    position: relative;
    text-align: center;
    background-color: #000;
    padding: 1rem 0;
}

.side_bar__title h6 {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-family: "SFUFuturaBold";
    color: #fff;
}

.side_bar__box {
    position: relative;
}

.side_bar__box ul {
    position: relative;
    list-style: none;
    padding: 0;
}

.side_bar__box ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #ac4715;
    padding: 1rem 0;
    padding-left: 5%;
}

.side_bar__box ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: "SFUFuturaHeavy";
}

.side_bar__box ul li a i {
    display: inline-block;
    padding-right: .5rem;
}

.side_bar__box ul li:hover a {
    color: #fff200 !important;
    text-indent: .5rem;
}

.sidebar_support {
/*    position: relative;
    background-image: url(../wp-bootstrap-4/assets/images/home/bg-support.png);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 50rem;
    background-position-y: 22px;*/
    margin-bottom: 3rem;
}

/*.sidebar_support .sidebar__phone {
    position: absolute;
    right: 5%;
    bottom: 12%;
    color: #fff;
}*/
.sidebar__phone {
    top: 22rem;
    position: relative;
}

.sidebar__phone img {
    width: 35px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.sidebar_support .sidebar__phone strong {
    font-size: 2rem;
    font-family: "SFUFuturaHeavy";
    color: #fff200;
}
strong.skype_link {
    font-size: 17px !important;
}
.sidebar__phone .phone_1, .sidebar__phone .phone_2 {
    padding-left: 1rem;
}
.sidebar_support .sidebar_social {
    position: absolute;
    bottom: 12%;
    left: 6%;
}
.name_sidebar {
    font-family: "SFUFuturaHeavy";
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
}

.sidebar_support .sidebar_social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidebar_support .sidebar_social ul li {
    position: relative;
    margin-right: 1rem;
}

.sidebar_support .sidebar_social ul li a {
    display: inline-block;
}

.sidebar_support .sidebar_social ul li a img {
    height: 3rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.phone_1 {
    border-bottom: 1px dashed #fff;
    margin-bottom: .5rem;
    padding-bottom: 8px;
}

.sidebar__qc {
    position: relative;
    margin-bottom: 3rem;
}

.sidebar__qc a {
    display: block;
}

.sidebar__qc a img {
    height: 35rem;
    width: 100%;
}

.sidebar__qc:after {
    content: "";
    position: absolute;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__qc:before {
    content: "";
    position: absolute;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__qc:hover:after,
.sidebar__qc:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.sidebar__maps {
    position: relative;
}

.sidebar__maps__content {
    border: 3px solid #ac4715;
}

.sidebar__maps__content iframe {
    display: block;
    width: 100%;
    height: 300px;
}

.page__main {
    position: relative;
    margin-bottom: 2rem;
}

.product__item {
    position: relative;
    margin-bottom: 3rem;
}

.product__item article.article__inner {
    display: block;
    position: relative;
}

.product__item article.article__inner .article__img {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    border-bottom: 4px solid #fff;
    position: relative;
}

.product__item article.article__inner .article__img>img {
    height: 18rem;
}

.product__item article.article__inner .article__img span {
    display: block;
    position: absolute;
    bottom: 0;
}

.product__item article.article__inner .article__content {
    position: relative;
    text-align: center;
}

.product__item article.article__inner .article__content h5 {
    background-color: #ac4715;
    padding: .5rem 0;
}

.product__item article.article__inner .article__content h5 a {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
}

.product__item article.article__inner:hover .article__img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.product__item article.article__inner:hover .article__content h5 a {
    color: #fff200;
}

.img_shadow {
    position: absolute;
    top: 82%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*FOOTER*/
.footer {
    position: relative;
    text-align: center;
    background-color: #ac4715;
    padding-top: 2.5rem;
}

.footer ul,
.footer li,
.footer i {
    color: #fff;
}

.footer li {
    margin-bottom: 1rem;
}

.footer__inner {
    position: relative;
}

.footer__inner h6 {
    font-family: "SFUFuturaBold";
    font-size: 1.8rem;
    color: #fff200;
}

.footer__add {
    position: relative;
}

.footer__add li {
    font-family: "SFUFuturaBook";
}

.footer__add li strong {
    font-size: 2rem;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__social li {
    position: relative;
    margin-right: 1rem;
}

.footer__social li a {
    width: 4rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.8rem;
}

.footer__social li a img {
    height: 4rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer__social li a i {
    color: #fff;
}

.footer__social li a:hover {
    -webkit-animation: social 1s infinite;
    animation: social 1s infinite;
}

.footer__social li:nth-of-type(1) a {
    background-color: #2f4c7c;
}

.footer__social li:nth-of-type(3) a {
    background-color: #7b519d;
}

.footer__social li:nth-of-type(4) a {
    background-color: #00aff0;
}

@-webkit-keyframes social {
    from {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes social {
    from {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header .logo {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .header .logo {
        text-align: center;
    }

    .page__main .row>div {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .footer__add li {
        font-size: 1.2rem;
    }

    .footer__inner h6 {
        font-size: 1.9rem;
    }

    .footer__add li strong {
        font-size: 1.6rem;
    }

    .footer__social li {
        margin-right: 1rem;
    }

    .hotline_footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 1.6rem !important;
    }

    .hotline_footer strong {
        display: inline-block;
    }

    .product__item article.article__inner .article__content h5 a {
        font-size: 1.3rem;
    }
}


/*Single*/
section.breadcrumb_single {
    background-color: #d3d3d3;
}
li.ic_zalo img {
    width: 42px;
    height: 42px;
    margin-left: -4px;
    margin-right: -5px;
}
ul.list_send {
    padding: 0;
    list-style: none;
}
ul.list_send>li>span {
    font-weight: 600;
}
h3.title__single--post {
    font-size: 2.6rem;
    text-align: center;
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-family: SFUFuturaBook;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
}
.sidebar_support .sidebar_social ul {
    list-style: none;
    padding: 0;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.header {
    min-height: 60px;
}
.main_page {
    padding-top: 2rem;
}
.product__item article.article__inner .article__img>img {
    height: 15rem;
}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1024px) {
.header .logo a img {
    margin-top: 5px;
}
.header.fixed #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 70px;
    height: 70px;
}
.header.fixed .logo a img {
    max-height: 60px;
}
.header {
    min-height: 70px;
}
section.related.products>.row>.product:nth-child(4) {
    display: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:before {
    font-family: fontawesome;
    content: '\f0da';
    margin-right: 8px;
}

}


/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.product__item article.article__inner .article__img>img {
    height: 24rem;
}
article.article__inner .article__img img {
    -o-object-fit: cover;
    object-fit: cover;
}
.header {
    min-height: 60px;
}

}        


.woocommerce div.product .slick-slide{
  height: auto !important;
}