body {
   background: url(/templates/vppham01/assets/media/background/bg_all.png);
}
header, footer {
    background: white;
}

.slogan-text {
	font-size: 3rem;
	font-family: 'Alex Brush';
	margin: 0;
	font-weight: 600;
	color: var(--color-main);
}



.categories {
    background: white;
}

.align-row-center > .container > .row > div, .align-row-center>.row>div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.bg-main {
    background: var(--color-main);
}

.text-black {
    color: var(--black);
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 80px;
}

.pb-80 {
    padding-bottom: 70px;
}

.header-top>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-top .entire-action-header {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 2px solid var(--color-black);
}

.header-top .entire-action-header>a {
    color: var(--color-black);
    display: flex;
    align-items: center;
}

.menu-section .menu-link {
    color: #000;
}

.flags {
	display: inline-block;
	width: 2.3rem;
	height: 1.7rem;
	margin-right: 0.3rem;
	margin-bottom: 0.3rem;
	object-fit: cover;
}

.topbar-section ul.topbar-dropdown{
    text-align: left;
}

.topbar-section ul.topbar-dropdown.show {
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.entire-action-header>a>i, .mail-header>i {
    font-size: 24px;
    display: inline-block;
}

.section-member {
    display: flex;
    align-items: center;
}

.mail-header {
    display: flex;
    align-items: center;
}

.entire-action-header a.btn-mini-cart {
    padding: 0;
    display: flex;
    align-items: center;
}

.entire-action-header a.btn-mini-cart i {
    width: 45px;
    height: 45px;
    display: flex;
    background: var(--color-main);
    color: var(--white);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.entire-action-header a.btn-mini-cart span.text-cart>span {
    display: block;
    line-height: 1.3;
}

.entire-action-header a.btn-mini-cart span.text-cart>span.title {
    font-weight: 500;
    text-transform: uppercase;
}

.hotline-top>span {
    display: block;
}

.hotline-top>span.header-top {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.hotline-top>span.header-top>a {
    margin-left: 5px;
    color: #ff492b;
    font-weight: 700;
}

.hotline-top>span.header-bottom {
    font-size: 11px;
}

.hotline-top>span.header-bottom>span {
    font-weight: 700;
    margin-left: 5px;
}

.hotline-top>span.header-bottom>span:first-child {
    margin-right: 5px;
}

.header-mid>.container>.row>div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hotline-top {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid var(--color-black);
}

.setting-menu {
    border-top: 3px solid var(--color-main);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
}

.swiper-slider-main .item-slide {
    position: relative;
    padding-top: 31%;
}

.item-banner {
    margin-bottom: 15px;
}

.section-search .input-group input.form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-color: #ddd;
}

.section-search .input-group .input-group-append button.btn.btn-submit {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.banner-right .item-banner:last-child {
    margin-bottom: 0;
}

.product-item .inner-content {
    padding: 5px;
}

.title-tab {
    border: 1px solid var(--color-main);
    border-radius: 5px;
}

.title-tab .title-tab-section {
    padding: 0 15px;
    background: var(--color-main);
    font-size: 1.6rem;
    color: var(--white);
    height: 40px;
    display: flex;
    align-items: center;
}

.article-item .inner-content {
    padding: 10px;
}

.section-y-kien .item-y-kien {
    background: var(--light);
    padding: 15px 50px;
}

.section-y-kien .item-y-kien .img-before {
    position: absolute;
    left: 1rem;
    top: 20px;
}

.section-y-kien .item-y-kien .img-after {
    position: absolute;
    right: 1rem;
    bottom: 20px;
}

.section-y-kien .item-y-kien .title {
    text-align: right;
    color: #ff0000;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

.section-y-kien .item-y-kien .description {
    font-size: 16px;
}

.img-brand img {
    object-fit: contain;
}

.img-brand {
    padding-top: 40%;
}

.section-box-policy {
    background: #fafbfd;
    border-top: 3px solid var(--color-main);
}

.item-policy {
    padding: 1rem;
}

.item-policy .img img {
    height: 33px;
}

.item-policy .text-policy .policy--tile {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.item-policy .img {
    margin-right: .5rem;
}

.section-policy>.row {
    margin-right: 0;
    margin-left: 0;
}

.section-policy>.row>div {
    padding-right: 0;
    padding-left: 0;
}

.section-policy>.row>div:last-child .item-policy {
    border-right: 1px solid #ddd;
}

.section-policy .item-policy {
    border-left: 1px solid #ddd;
}

.footer-form {
    display: flex;
    align-items: center;
}

.footer-form .icon {
    margin-right: 10px;
}

.footer-form .icon img {
    height: 60px;
}

.footer-form .item-form {
    flex: 1 1;
}

.footer-form .item-form form {
    display: flex;
    flex: 1 1;
}

.footer-form .item-form form .form-group:first-child {
    flex-basis: calc(100% - 100px);
}

.footer-form .item-form form .form-group:last-child {
    flex: 100px;
}

.footer-form .item-form form .form-group>span {
    display: block;
    background: #d42333;
    border-color: #d42333;
}

.footer-form .item-form .title-form-contact {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 13px;
}

.title-footer {
    margin-bottom: 10px;
    color: #616161;
    border-bottom: 1px solid #e3e3e3;
    font-size: 12px;
    padding-bottom: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-footer>ul {
    padding-left: 0;
}

.menu-footer>ul>li {
    list-style: none;
}

.menu-footer>ul>li>a {
    color: var(--color-black);
    display: inline-block;
    margin-bottom: 5px;
}

.footer-fanpage iframe {
    width: 100%;
    height: 165px;
}

.bottom-scoll-right {
    position: fixed;
    top: 27.5%;
    z-index: 1000;
    right: 0;
}

.bottom-scoll-right>ul {
    padding-left: 0;
}

.bottom-scoll-right>ul>li {
    list-style: none;
}

.bottom-scoll-right>ul>li>a {
    position: relative;
    font-size: 9px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 40px;
    display: block;
}

.bottom-scoll-right>ul>li>a>i {
    font-size: 20px;
    color: var(--white);
    display: block;
    margin-bottom: 5px;
}

.bottom-scoll-right>ul>li {
    display: block;
    background-color: var(--color-highlight);
    margin-bottom: 1px;
    padding: 5px;
    position: relative;
}

.bottom-scoll-right>ul>li.back-to-top>a>i {
    margin-bottom: 0;
    margin-top: 5px;
    color: #fff;
}

.bottom-scoll-right>ul>li.back-to-top>a {
    padding-bottom: 0;
}

.bottom-scoll-right>ul>li.back-to-top {
    background-color: var(--color-main);
}

.menu-vertical--content > li > a >span.name {
    display: block;
}

.menu-vertical--content > li > a >span.name>i {
    font-size: 14px;
    margin-right: 5px;
}

.menu-vertical--content > li > a {
    border-bottom: 1px solid #ddd;
}

.menu-vertical--content > li:last-child > a {
    border-bottom: 0;
}

.section-list-product .product-item {
    background: var(--light);
}

.content-contact-phone {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .15s cubic-bezier(.445,.05,.55,.95);
    -o-transition: all .15s cubic-bezier(.445,.05,.55,.95);
    transition: all .15s cubic-bezier(.445,.05,.55,.95);
    -webkit-transition: all .15s cubic-bezier(.68,0,.265,1);
    -o-transition: all .15s cubic-bezier(.68,0,.265,1);
    transition: all .15s cubic-bezier(.68,0,.265,1);
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.bottom-scoll-right>ul>li:hover {
}

.bottom-scoll-right>ul>li:hover .content-contact-phone {
    visibility: visible;
    opacity: 1;
}

.content-contact-phone .content {
    padding: 30px 18px;
    background-color: #610005;
    margin-right: 14px;
    border-radius: 10px;
    position: relative;
}

.content-contact-phone .content:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #610005;
    content: "";
    display: block;
}

.content-contact-phone .contact-detail {
    color: var(--white);
    padding-right: 30px;
    white-space: nowrap;
}

.content-contact-phone .contact-detail .text {
    color: hsla(0,0%,100%,.65);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}

.content-contact-phone .contact-detail .contact-phone a {
    font-size: 20px;
    color: var(--white);
}

.content-contact-phone .contact-detail:first-child {
    margin-bottom: 15px;
}

.content-detail-product {
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin-bottom: 10px;
}

.title-contact-detail-product {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 500;
    padding-bottom: 5px;
}

.content-detail-product .entry-detail-product>i {
    margin-right: 10px;
}

.content-detail-product .entry-detail-product {
    margin-bottom: 15px;
    font-size: 16px;
}

.content-detail-product .entry-detail-product:last-child {
    margin-bottom: 0;
}

.content-detail-product .entry-detail-product>a {
    color: var(--color-black);
}

.content-product-detail {
    border: 1px solid #ddd;
    padding: 10px;
}

.is-mobile .logo-section img {
    height: 8rem;
}

@media (min-width: 1200px) {
    .menu-section>ul {
        display: flex;
        align-items: center;
        justify-content: start;
    }

    header .row, .slider-banner .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    header .row>div, .slider-banner .row>div {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    body.home .menu-vertical--content {
        display: block !important;
    }

    .section-list-product>.row>div, .section-row-col-05>.row>div {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .header-mid>.container>.row>div:nth-child(3) {
        flex: 0 0 400px;
        max-width: 400px;
    }

    .header-mid>.container>.row>div:nth-child(2) {
        flex-basis: calc(75% - 400px);
        max-width: calc(75% - 400px);
    }    
}

@media (max-width: 1200px) {
    
    .is-mobile .slogan-text{
        font-size: 2.5vw;
    }
    .entire-action-header a.btn-mini-cart i {
        margin-right: 0;
    }

    .title-section {
        font-size: 1.6rem;
    }

    .price-amount {
        font-size: 1.4rem;
    }

    .price-amount.old-price {
        font-size: 11px;
        margin-left: 1rem;
    }

    .title-tab {
        align-items: flex-start !important;
    }

    .title-tab .title-tab-section {
        margin-bottom: 5px !important;
    }

    .block-tab.nav .nav-item .nav-link {
        font-size: 1.3rem;
        padding: 0 1rem;
    }

    .product-title {
        height: 43px;
    }

    .bottom-scoll-right {
        top: inherit;
        bottom: 50px;
        right: 0;
    }

    .bottom-scoll-right>ul>li {
        padding: 2px;
    }

    .bottom-scoll-right>ul>li>a {
        font-size: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .bottom-scoll-right>ul>li>a>i {
        font-size: 14px;
    }

    .footer-mid>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .menu-section > ul > li > a.active {
        color: var(--color-main);
    }
}

@media (max-width: 767px) {
    
    .fixed-contact {
        left: 0 !important;
        bottom: 50px !important;
    }
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }

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

    .title-tab .block-tab.nav>li {
        margin-bottom: 5px;
    }

    .entire-action-header>a>i, .mail-header>i {
        font-size: 16px;
    }

    .footer-mid>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-y-kien .item-y-kien .description {
        font-size: 14px;
    }

    .section-y-kien .item-y-kien {
        padding: 15px 30px;
    }

    .section-y-kien .item-y-kien .img-after img, .section-y-kien .item-y-kien .img-before img {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 576px) {
    .is-mobile .slogan-text{
        font-size: 4.5vw;
        text-align: center;
    }
}

.swiper-category--tile {
    font-size: 1.6rem;
    font-weight: bold;
    color: black;
}

.categories .title-danhmucleft {
    background: #61c18e;
    padding: 1rem;
}

.categories .menu-danhmucleft {
    padding: 0 1rem 1rem 1rem;
    border: 1px solid #61c18e;
}


.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: flex;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 35px;
    max-width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.button-contact i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.fixed-contact {
    position: fixed;
    left: 10px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999 !important;
}

.hotline-bar {
    position: absolute;
    background: #ff1414ea;
    height: 40px;
    width: 218px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
    border-radius: 50px !important;
    left: 30px;
    bottom: 26px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 38px;
}
/*CSS by quyettq*/
.setting-menu .menu-vertical .dropdown,
.setting-menu .menu-vertical .dropdown ul {
    background: var(--white);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

img {
-webkit-touch-callout: none; /* Safari */
-webkit-user-select: none;
user-select: none;
}

body {
-webkit-user-select: none;
-webkit-touch-callout: none;
user-select: none;
}