/*!
 * style.css
 * Version - 1.0
 * Website: cms.bicweb.vn
 * Author: ChienDV
 * Copyright (c) 2019 Bicweb.Vn
 */
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800');
body, html {
    color: #444;
    font-family: 'Muli', sans-serif;
    margin: 0;
    padding: 0;
}

    body * {
        outline: 0;
    }

a {
    color: #2a2a2a;
    text-decoration: none;
}

.monkey-group-banner a {
    display: block;
}

.fa-angle-up:before {
    content: "\f106";
    font-family: awesome;
}

.monkey-figure-tt-list a {
    display: block;
    width: 100%;
    height: 100%;
}

.monkey-figure-danhmuc a.monkey-text, .monkey-figure-menu-sp-gr a.monkey-text, .monkey-figure-sp-list-gr a, .monkey-figure-yk a, .monkey-figure-ytu a {
    width: 100%;
    height: 100%;
    display: block;
}

a:active, a:focus, a:hover {
    text-decoration: none;
    color: #0000cb;
    outline: 0;
    -webkit-transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
}

.img-editor:last-child {
    max-width: 100%;
}
.img-partner {
    max-width: 150px !important;
}
.RadAjax.RadAjax_Default {
    background-color: rgba(0,0,0,.5) !important;
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}

.monkey-grid {
    display: grid;
}

.monkey-relative {
    position: relative;
}

.monkey-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

iframe {
    max-width: 100%;
}

.monkey-h1, .monkey-h2, .monkey-h3, .monkey-h4 {
    margin: 0;
    line-height: 1.2;
    font-size: unset;
}

.monkey-figure {
    margin: 0;
}

.monkey-group {
    margin-bottom: 50px;
}

.monkey-li, .monkey-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.monkey-fixed-social {
    position: fixed;
    right: 0;
    top: 170px;
    display: grid;
    grid-gap: 5px;
}

.monkey-click-close-boloc, .monkey-fillter-mobile {
    display: none;
}

.img-hotline {
    display: none;
}

#callme {
    position: fixed;
    left: 15px;
    bottom: 35px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 990;
}

    #callme #callmeMain {
        border-radius: 50% !important;
        background-clip: padding-box;
        background-color: #7bac35;
        width: 50px;
        height: 50px;
        animation: zcwmini2 1s 0s ease-out infinite;
    }

        #callme #callmeMain::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-image: url(../images/hotline-header.png);
            background-repeat: no-repeat;
            background-color: #fda50f;
            background-position: center center;
            animation: zcwphone2 1s linear infinite;
            border-radius: 100%;
            background-size: 100% 100%;
        }

@keyframes zcwphone {
    0%,100%,50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
}

@keyframes zcwphone2 {
    0%,100%,50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
}

img {
    pointer-events: none !important;
}

.monkey-main-group-banner-yt a {
    display: block;
}

.monkey-grid-item-header-top a {
    display: block;
}
.monkey-grid-item-header-top img {
    max-width: 200px;
    max-height: 60px;
}
.monkey-grid-item-hd-t-4 a {
    display: grid;
    grid-gap: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0.6;
    font-family: arial;
}

i.fa.fa-cart-plus {
    font-size: 24px;
    color: #ffcb05;
}

.monkey-grid-item-hd-t-4 a:hover {
    opacity: 1;
}

.monkey-grid-item-hd-t-3 a:hover .mpnkey-phone-thuong {
    display: none;
}

.monkey-grid-item-hd-t-3 a:hover .monkey-phone-hv {
    display: block !important;
}

.monkey-grid-item-hd-t-4 a:hover .monkey-cart-thuong {
    display: none;
}

.monkey-grid-item-hd-t-4 a:hover .monkey-cart-hv {
    display: block !important;
}

.monkey-grid-item-header-top {
    grid-template-columns: auto 400px auto auto;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

.monkey-grid-header {
    align-items: center;
}

.monkey-group-header {
    background: #1d1818;
    margin: 0;
}

.monkey-content-khuyenmaitc {
    background: #f7f8f9;
    text-align: center;
    margin: 20px 0;
    padding: 10px 0;
    border: 1px dashed #e9821b;
    border-radius: 30px;
}

    .monkey-content-khuyenmaitc p {
        margin: 0;
    }

.box-search .input-text {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
}

#search {
    position: relative;
}

.monkey-quang-cao-search {
    color: rgba(255,255,255,0.4);
    font-size: 12px;
    margin-top: 5px;
}

input#btnSearch {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon-search.png) no-repeat center;
    border: none;
}

.monkey-grid-item-header-bot {
    /*padding: 15px 0;*/
    background: #e9821b;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/*.monkey-grid-item-hd-t-4 img {
    width: 92px;
    height: 23px;
}*/

.monkey-main-menu .RadMenu {
    width: 100%;
    padding: 0 25px;
}

.monkey-main-menu ul.rmRootGroup.rmHorizontal {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.monkey-main-menu .RadMenu .rmHorizontal .rmText, .monkey-main-menu .RadMenu .rmLink {
    padding: 0 !important;
    font-family: 'Muli', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.monkey-main-menu .RadMenu .rmHorizontal .rmSlide .rmText, .monkey-main-menu .RadMenu .rmSlide .rmLink {
    color: #a8a8a8;
}

    monkey-main-menu .RadMenu .rmHorizontal .rmSlide .rmText:hover, .monkey-main-menu .RadMenu .rmSlide .rmLink:hover .rmText {
        color: #fff;
    }


.RadMenu .rmHorizontal > .rmItem a {
    padding: 15px !important;
}

.monkey-main-menu .RadMenu .rmFirst > a.rmLink.rmRootLink {
    background: url(../images/icon-home.png) no-repeat center;
    width: 25px;
    text-indent: -999px;
}

.monkey-main-menu .RadMenu .rmVertical .rmItem {
    background: #333;
}

.RadMenu .rmHorizontal > .rmItem:hover {
    background: #ffcb05;
}

.RadMenu .rmHorizontal > .rmItem.rmFirst:hover {
    background: none;
}

.RadMenu .rmHorizontal > .rmItem a.expanded {
    background: #ff7600;
}

.RadMenu .rmSlide .rmGroup .rmLink {
    padding: 5px !important;
    border-bottom: 1px solid #e5e5e5;
}

.monkey-main-menu .RadMenu .rmSlide {
    min-width: 250px;
}

.RadMenu .rmRootGroup .rmItem .rmGroup {
    width: 100%;
    padding: 0;
}

.monkey-figure-kieukhung a {
    display: block;
    width: 100%;
    height: 100%;
}

.monkey-grid-banner-mb {
    display: none;
}

.monkey-group-banner-sp-mb {
    display: none;
}
/*.monkey-grid-item-bn-0 {
    grid-column-start: 1;
    grid-column-end: 3;
}*/

/*.monkey-grid-item-bn-3 {
    grid-column-start: 2;
    grid-column-end: 4;
}*/

.monkey-grid-banner {
    grid-template-columns: 100%;
    grid-gap: 20px;
}

.monkey-banner-items .owl-dots {
    position: absolute;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.monkey-banner-items .owl-dot {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 5px;
    background: #fff;
}

    .monkey-banner-items .owl-dot.active {
        background: #ffbc05;
        border-color: #ffbc05;
    }

.monkey-grid-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.monkey-group-banner {
    margin: 20px 0 35px 0;
}

.monkey-grid-chatluong {
    grid-template-columns: auto auto auto auto;
    align-items: center;
    padding: 25px 0;
    justify-content: space-around;
    text-align: center;
}

.monkey-content-cl-tt {
    font-size: 14px;
}

.monkey-tt-spa {
    margin: 10px 0;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Arial;
}

.monkey-content-cl-tt span.monkey-span {
    font-weight: 700;
    font-family: Arial;
}

.owl-nav.disabled {
    display: none;
}

.monkey-grid-gioithieu {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.monkey-figure-gt img {
    width: 100%;
}

.monkey-play-video {
    width: 70px;
    height: 70px;
    background: url(../images/icon-video.png) no-repeat center;
    cursor: pointer;
}

.monkey-h2-gt {
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    margin-bottom: 30px;
}

.monkey-desc-gt {
    margin-bottom: 25px;
    font-size: 15px;
}

.monkey-more-menu-gt {
    text-align: left !important;
}

    .monkey-more-menu-gt a {
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'Muli', sans-serif;
        color: #fda50f;
    }

        .monkey-more-menu-gt a::after {
            content: "\f178";
            font-family: awesome;
        }

.monkey-group-gioithieu {
    margin-bottom: 50px;
}

.monkey-title-menu .monkey-h2 {
    font-size: 30px;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
    color: #000;
}

    /*.monkey-title-menu .monkey-h2-ykien:hover {
    background: #ffcb05;
}*/

    /*.monkey-title-menu .monkey-h2:hover {
        background: #ffcb05;
    }*/

    .monkey-title-menu .monkey-h2 a {
        font-weight: bold;
        color: #000 !important;
    }

.monkey-group-ytuong .monkey-title-menu .monkey-h2-ytuong {
    font-size: 30px;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    border: none;
    color: #000;
    font-weight: bold;
    width: 100%;
}

/*.monkey-group-ytuong .monkey-title-menu .monkey-h2-ytuong:hover {
        background: #ffcb05;
    }*/

.monkey-grid-danhmuc {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.monkey-figure-danhmuc {
    height: 200px;
    background: rgba(0,0,0,.8);
    overflow: hidden;
}

    .monkey-figure-danhmuc img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .monkey-figure-danhmuc:hover img {
        transform: scale(1.5);
        transition: .5s;
        opacity: .2;
    }

    .monkey-figure-danhmuc:hover .monkey-title-danhmuc {
        animation-delay: 0s;
        animation-name: slideInUp;
        animation-duration: 1s;
        top: 40%;
        left: auto;
        bottom: unset;
        text-align: center;
    }

.monkey-more-menu {
    text-align: center;
    margin-top: 35px;
}

    .monkey-more-menu input:hover {
        background: #ff7600 url(../images/icon-more.png) no-repeat center left 56%;
    }

    .monkey-more-menu input {
        cursor: pointer;
        font-size: 26px;
        font-family: 'Muli', sans-serif;
        text-transform: uppercase;
        border: none;
        background: #ffcb05 url(../images/icon-more.png) no-repeat center left 56%;
        padding-top: 3px;
        color: #000;
        font-weight: bold;
        padding-bottom: 3px;
        width: 100%;
    }

.monkey-section-sp-group-bot .monkey-more-menu input {
    background: #ffcb05 url(../images/icon-more.png) no-repeat center left 58%;
}

    .monkey-section-sp-group-bot .monkey-more-menu input:hover {
        background: #ff7600 url(../images/icon-more.png) no-repeat center left 58%;
    }

.monkey-group-danhmuc {
    margin-bottom: 50px;
}

.monkey-title-danhmuc {
    top: unset;
    left: 0;
    bottom: 0;
    transform: none;
    padding: 10px 15px;
    background: #e9821bbd;
    width: 100%;
}

    .monkey-title-danhmuc a {
        color: #fff;
        font-size: 15px;
        font-family: 'Muli', sans-serif;
        text-align: center;
        text-transform: uppercase;
    }

.monkey-grid-ykien {
    grid-template-columns: 320px 320px 320px;
    justify-content: center;
    grid-gap: 20px;
}

.monkey-figure-yk img {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    max-width: 100%;
    height: 250px;
    background-size: contain;
}
.monkey-figure-yk a {
    margin: 0 auto;
    text-align: center;
}

.monkey-grid-ykien {
    grid-template-columns: 320px 320px 320px;
    justify-content: center;
    grid-gap: 20px;
}

.monkey-group-ykien {
    margin-bottom: 50px;
}

.monkey-figure-yk .monkey-group-desc {
    top: unset;
    bottom: 0;
    left: 0;
    transform: none;
    padding: 15px;
    display: none;
}

.monkey-figure-yk {
    background: #f7f7f7;
    overflow: hidden;
}

    .monkey-figure-yk:hover img {
        opacity: .1;
        transform: scale(1.5);
        transition: .8s;
    }

    .monkey-figure-yk:hover .monkey-group-desc {
        display: block;
        animation-delay: 0s;
        animation-name: slideInDown;
        animation-duration: 1.5s;
    }

.monkey-h2-yk {
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    color: #e9821b;
    text-transform: uppercase;

}

.monkey-desc-yk {
    font-size: 13px;
    font-family: 'Muli', sans-serif;
    margin-top: 10px;
}

.monkey-grid-ytuong {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.monkey-grid-item-ytuong:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.monkey-figure-225 {
    height: 225px;
}

.monkey-figure-ytu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.monkey-grid-item-ytuong:first-child .monkey-figure-ytu {
    height: 470px;
}

.monkey-figure-ytu .monkey-group-desc {
    top: unset;
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, transparent, #000) repeat scroll 0 0;
}

.monkey-title-ytu a {
    color: #fff;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
    font-size: 20px;
}

.monkey-desc-ytu {
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    color: #f1f0f0;
    margin-top: 20px;
}

.monkey-figure-225 .monkey-desc-ytu {
    display: none;
}

.monkey-figure-ytu {
    background: rgba(0,0,0,.8);
}

.monkey-group-dangky {
    padding: 15px 0;
    padding-bottom: 30px;
    background: url(../images/bg-dangky.png.jpeg) no-repeat center;
}

.monkey-main-group-dangky {
    padding: 0 120px;
}

.monkey-text-dangky {
    color: #fff;
    font-size: 24px;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.monkey-grid-dangky {
    width: 370px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 25px;
}

.monkey-form-group-hoten-dk {
    grid-column-start: 1;
    grid-column-end: 3;
}

.monkey-form-group.x-content {
    grid-column-start: 1;
    grid-column-end: 3;
}

.monkey-grid-dangky .monkey-form-group input {
    width: 100%;
    height: 30px;
    border: 1px solid #b7b7b7;
    background: 0 0;
    color: #e1e1e1;
    padding-left: 15px;
}

    .monkey-grid-dangky .monkey-form-group input::placeholder {
        color: #e1e1e1;
        font-size: 13px;
        font-family: 'Muli', sans-serif;
        opacity: 1;
    }

    .monkey-grid-dangky .monkey-form-group input:-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 13px;
        font-family: 'Muli', sans-serif;
    }

    .monkey-grid-dangky .monkey-form-group input::-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 13px;
        font-family: 'Muli', sans-serif;
    }

.monkey-grid-dangky .monkey-form-group textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #b7b7b7;
    background: 0 0;
    color: #e1e1e1;
    padding-left: 15px;
    resize: none;
    border-radius: unset;
}

    .monkey-grid-dangky .monkey-form-group textarea::placeholder {
        color: #e1e1e1;
        font-size: 13px;
        font-family: 'Muli', sans-serif;
        opacity: 1;
    }

    .monkey-grid-dangky .monkey-form-group textarea:-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 13px;
        font-family: 'Muli', sans-serif;
    }

    .monkey-grid-dangky .monkey-form-group textarea::-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 13px;
        font-family: 'Muli', sans-serif;
    }

a#ctl00_DangKyTuVan_ibtSend {
    padding: 5px 25px;
    background: #fda50f;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    border: none;
    border-radius: unset;
}

.monkey-group-slide-logo {
    padding: 10px 0;
    box-shadow: 0 -5px 5px -5px #e5e5e5;
}

.monkey-slide-items {
    padding-left: 70px;
    padding: 0 50px;
}

.monkey-group-slide-logo .owl-prev {
    width: 30px;
    height: 30px;
    background: url(../images/icon-prev.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
}

.monkey-group-slide-logo .owl-next {
    width: 30px;
    height: 30px;
    background: url(../images/icon-next.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.monkey-group-title-banner-sp {
    text-align: center;
    color: #f5f5f5;
}

.monkey-h2-bn-sp a {
    font-size: 26px;
    color: #fff;
}

.monkey-date-bn-sp {
    color: #f5f5f5;
    margin: 15px 0;
}

.monkey-more-banner-sp a::after {
    content: "\f178";
    font-family: awesome;
    margin-left: 10px;
}

.monkey-more-banner-sp a {
    padding: 7px 15px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

    .monkey-more-banner-sp a::before {
        background: #fff;
        bottom: 0;
        color: #fff;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleX(0);
        transform-origin: 0 50% 0;
        transition-duration: .5s;
        transition-property: transform;
        transition-timing-function: ease-out;
        z-index: -1;
    }

    .monkey-more-banner-sp a:hover {
        -webkit-text-fill-color: #222;
        background: 0 0;
    }

        .monkey-more-banner-sp a:hover::before {
            transform: scaleY(1);
            transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
            -webkit-text-fill-color: #fff !important;
        }

.monkey-quangcao-hotline-goingay {
    background: #F95850;
    color: #fff;
    padding: 15px 0 20px 0;
    margin-bottom: 20px;
}

.monkey-title-bankhoan {
    font-family: 'Muli', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.monkey-cacluachon {
    display: grid;
    justify-content: space-around;
    grid-template-columns: auto auto auto;
}

.monkey-luachonbk a {
    display: grid;
    grid-template-columns: 175px 60px;
    align-items: center;
    background: #ffcb05;
    border-radius: 40px;
    padding: 4px 5px;
    border: 2px solid #fffcee;
    box-shadow: 2px 3px 10px;
}

    .monkey-luachonbk a:hover {
        color: #000;
    }

.monkey-span-1 {
    font-family: 'Muli', sans-serif;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

    .monkey-span-1 div {
        line-height: 1;
    }

.monkey-span-2 img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.monkey-span-2 {
    width: 60px;
    height: 60px;
    text-align: center;
    align-self: center;
    line-height: 60px;
    background: #fff;
    border-radius: 50%;
}

.monkey-des-menu-sp-gr {
    text-align: center;
    font-size: 15px;
    margin-bottom: 45px;
}

.monkey-figure-menu-sp-gr {
    height: 290px;
    overflow: hidden;
    background: rgba(0,0,0,.8);
}

    .monkey-figure-menu-sp-gr img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .monkey-figure-menu-sp-gr:hover img {
        transform: scale(1.5);
        transition: .5s;
        opacity: .2;
    }

    .monkey-figure-menu-sp-gr:hover .monkey-title-menu-sp-gr {
        animation-delay: 0s;
        animation-name: slideInUp;
        animation-duration: 1s;
        top: 39%;
        left: auto;
        bottom: unset;
        text-align: center;
    }

.monkey-grid-gr-menu-sp-gr {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2px;
}

.monkey-title-menu-sp-gr {
    top: unset;
    left: 0;
    bottom: 0;
    transform: none;
    padding: 15px;
    width: 100%;
    background: rgba(0,0,0,.3);
}

    .monkey-title-menu-sp-gr .monkey-h4-danhmuc a {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
    }

        .monkey-title-menu-sp-gr .monkey-h4-danhmuc a::after {
            content: "\f178";
            font-family: awesome;
            margin-left: 5px;
        }

.monkey-figure-tt-nb {
    height: 170px;
}

    .monkey-figure-tt-nb img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.monkey-grid-tt-nb {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.monkey-title-tt-nb {
    margin-top: 15px;
}

.monkey-h2-tt-nb {
    font-size: 15px;
}

.monkey-grid-gr-sp-gr {
    grid-template-columns: 300px 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 30px;
}

.monkey-fillter-mobile-items {
    background: #000;
    text-align: center;
}

.monkey-item-fl-mb {
    color: #fff;
    font-size: 20px;
    font-family: 'Muli', sans-serif;
    padding: 10px 15px;
    display: inline-block;
    position: relative;
}

.monkey-item-fl-mb-bgs {
    padding: 10px 20px;
    background: url(../images/bg1.png) no-repeat left;
}

.monkey-item-fl-mb-sr {
    padding: 10px 20px 10px 30px;
    background: url(../images/bg2.png) no-repeat left;
}

.monkey-item-fl-mb:hover, .monkey-item-fl-mb:active, .monkey-item-fl-mb:focus {
    color: #fff;
    /*background: #ff7600;*/
}

.monkey-item-fl-mb::after {
    content: "\f0d7";
    font-family: awesome;
    position: absolute;
    bottom: 0;
    font-size: 11px;
    left: 50%;
    transform: translateX(-50%);
}

.monkey-item-fl-mb-actived::after {
    color: #000;
    font-size: 12px;
}

.monkey-fillter-mobile-items .monkey-span::after {
    display: none;
}

.monkey-item-fl-mb-actived {
    color: #fff;
    background: #ff7600;
}

.monkey-grou-fillter-mb {
    border-bottom: 2px solid #ff7600;
    margin: 5px 0;
}

    .monkey-grou-fillter-mb.fixed {
        margin: 0;
    }

.monkey-span-icon-fillter {
    color: #ff7600 !important;
}

.monkey-icon-sort {
    transform: rotate(90deg);
}

.monkey-box-silderbar {
    width: calc(100% - 1px);
    float: left;
}

.monkey-h-100-w-1 {
    width: 1px;
    height: 100%;
    float: right;
}

.monkey-grid-item-gr-sp-gr-r {
    grid-column-start: 2;
    grid-column-end: 5;
}

.monkey-group-sp-group {
    margin-bottom: 25px;
}

.monkey-sap-xep .monkey-span {
    font-size: 15px;
}

.monkey-sap-xep select {
    padding: 3px 5px;
    border: 1px solid #e5e5e5;
    color: #656565;
    font-size: 14px;
}

.monkey-sap-xep {
    width: 100%;
    margin-bottom: 15px;
}

.monkey-grid-list-sp-gr {
    column-count: 3;
    column-gap: 30px;
    display: block;
}

.monkey-grid-item-list-sp-gr {
    text-align: center;
}

.monkey-grid-item-gr-sp-gr-r .monkey-grid-item-list-sp-gr {
    width: 30%;
    margin-bottom: 30px;
    display: inline-block;
}

.monkey-grid-sp-lq .monkey-grid-item-list-sp-gr {
    width: 25%;
    margin-bottom: 20px;
    /*display: inline-block;*/
}

.giamoi {
    color: #fda50f;
    font-size: 17px;
}

.monkey-h3-sp-list-gr {
    font-size: 16px;
    margin: 5px 0;
    color: #333;
}

.monkey-more-title-it-list-gr {
    margin-bottom: 5px;
    font-size: 15px;
    display: none;
}

span.chitu {
    font-size: 15px;
    margin-right: 5px;
}

span.giacu {
    text-decoration: line-through;
    margin-right: 10px;
}

.monkey-figure-sp-list-gr {
    padding: 10px;
}

/*.mokey-items-search-rs {
    column-count: 4;
    column-gap: 20px;
}*/

.mokey-items-search-rs .monkey-grid-item-list-sp-gr {
    width: 25%;
    margin-bottom: 30px;
    padding: 0 15px;
    /*display: inline-block;*/
}

.caption_search {
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.monkey-figure-sp-list-gr:hover {
    border: 1px solid #111;
}

/*.monkey-figure-sp-list-gr:hover .monkey-cart {
        display: block;
    }*/

.monkey-cart {
    top: 20px;
    left: 20px;
    transform: none;
    display: none;
}

    .monkey-cart a {
        padding: 5px 10px;
        display: inline-block;
        background: #fff;
        width: auto;
    }

        .monkey-cart a:hover {
            background: #fda50f;
            color: #fff;
        }

        .monkey-cart a:last-child::before {
            content: "";
            width: 90px;
            height: 30px;
            position: absolute;
            top: -35px;
            left: 15px;
            background: url(../images/tuvan.png) no-repeat left;
            display: none;
        }

        .monkey-cart a:last-child:hover::before {
            display: block;
        }

        .monkey-cart a:first-child::before {
            content: "";
            width: 90px;
            height: 30px;
            position: absolute;
            top: -35px;
            left: -30px;
            background: url(../images/muahang.png) no-repeat left;
            display: none;
        }

        .monkey-cart a:first-child:hover::before {
            display: block;
        }

.monkey-sale {
    top: 5px;
    left: unset;
    right: 5px;
    transform: none;
    padding: 0 2px;
    border: 1px solid #fda50f;
    background: #fda50f;
    color: #fff;
    font-size: 13px;
}

.monkey-recommend {
    width: 25px;
    height: 25px;
    top: 10px;
    left: 13px;
    z-index: 1;
}

    .monkey-recommend img {
        width: 100%;
    }

.monkey-gif {
    width: 35px;
    height: 35px;
    top: unset;
    left: unset;
    bottom: 5px;
    right: 0px;
    transform: none;
}

    .monkey-gif img {
        width: 100%;
    }

.monkey-title-boloc {
    text-transform: uppercase;
    font-size: 21px;
    background: #dcdddf;
    padding: 5px 10px;
    font-family: 'Muli', sans-serif;
    color: #000;
}

.monkey-grid-item-gr-sp-gr-l {
    background: #f2f2f3;
}

.monkey-group-item-boloc {
    padding: 10px;
    background: #f2f2f3;
}

#price-End, #price-Start {
    font-size: 18px;
    color: #000;
    font-family: 'Muli', sans-serif;
}

.monkey-khoang-gia .label.fw {
    margin-top: -5px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.monkey-khoang-gia {
    margin-bottom: 10px;
}

/*.monkey-ul-c2, .monkey-ul-c3 {
    display: none;
}*/
.monkey-ul-c3 {
    display: none;
}

.monkey-ul-c2 {
    /*padding-left: 20px;*/
}

.monkey-li-item-boloc-2 .monkey-ul-c2 {
    display: none;
}

.monkey-ul-c3 {
    /*padding-left: 20px;*/
}

.monkey-li-c1 {
    font-size: 19px;
    margin-bottom: 5px;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
}

.monkey-li-c2, .monkey-li-c3 {
    font-size: 15px;
    font-family: 'Muli', sans-serif;
    text-transform: capitalize;
}

.monkey-li-item-boloc-2 .monkey-ul-c3 .monkey-li-c3 {
    padding: 5px 0 10px 15px;
}

.monkey-ul-items-boloc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 5px;
    margin-top: 15px;
}

.monkey-li-item-boloc-2 .monkey-ul-items-boloc-grid {
    grid-template-columns: 1fr;
}

.monkey-li-item-boloc-anh .monkey-ul-items-boloc-grid {
    grid-template-columns: auto auto auto;
    align-items: end;
    grid-column-gap: 5px;
}

.monkey-li-item-boloc-1.monkey-li-item-boloc-anh .monkey-ul-items-boloc-grid {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 270px;
    align-items: start;
}

.monkey-li-item-boloc-7.monkey-li-item-boloc-anh .monkey-ul-items-boloc-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    grid-column-gap: 5px;
}

.monkey-li-item-boloc-1 img {
    width: 100%;
    object-fit: cover;
}

.monkey-li-item-boloc-7.monkey-li-item-boloc-anh .icon-checkbox {
    display: inline-block;
    padding: 3px;
}

.monkey-li-item-boloc-7.monkey-li-item-boloc-anh .monkey-ul-items-boloc-grid .monkey-span-bl {
    display: none;
}

.monkey-img-mausac {
    width: 30px;
    height: 30px;
    border-radius: 3px;
}

.monkey-click-c1 {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #e5e5e5;
    padding: 5px 0;
}

    .monkey-click-c1:active, .monkey-click-c1:focus {
        color: #000 !important;
    }

.monkey-li-c2:last-child, .monkey-li-c3:last-child {
    border: none;
}

.monkey-click-c2.monkey-no-child {
    display: none;
}

.monkey-click-c1 i, .monkey-click-c2 i {
    margin-right: 10px;
    color: #919192;
}

.monkey-li-item-boloc a:hover {
    color: #ff7600;
}

    .monkey-li-item-boloc a:hover i {
        color: #ff7600;
    }

.monkey-span-bl.monkey-have-child {
    display: none;
}

.monkey-li-item-boloc .icon-checkbox {
    width: 15px;
    height: 15px;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    transform: translateY(2px);
}

.monkey-li-item-boloc-anh .icon-checkbox {
    width: auto;
    height: auto;
    display: block;
    border: none;
    transform: none;
}

.monkey-li-item-boloc-anh .monkey-li-c2 .monkey-span-bl {
    /*font-family: avenirD;*/
    color: #6d6d6e;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}

.isColor {
    display: inline-block;
    width: 15px;
    height: 15px;
}

    .isColor img {
        width: 100%;
        height: 100%;
        margin-top: -3px;
    }

.icon-checkbox.monkey-checked::before {
    content: "\f00c";
    font-family: awesome;
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 12px;
}

.monkey-li-item-boloc .icon-checkbox.monkey-checked {
    background: #ff7600;
    border: 1px solid #ff7600;
    color: #fff;
}

.monkey-li-item-boloc-anh .icon-checkbox.monkey-checked {
    background: none;
    border: none;
}

    .monkey-li-item-boloc-anh .icon-checkbox.monkey-checked ~ .monkey-span-bl {
        color: #000;
    }

    .monkey-li-item-boloc-anh .icon-checkbox.monkey-checked img {
        border: 2px solid #ff7600;
        border-radius: 3px;
    }

    .monkey-li-item-boloc-anh .icon-checkbox.monkey-checked::before {
        display: none;
    }

.monkey-li-item-boloc-7 .icon-checkbox.monkey-checked {
    position: relative;
    background: #ff7600;
    border-radius: 5px;
}

    .monkey-li-item-boloc-7 .icon-checkbox.monkey-checked::before {
        content: "\f00c";
        font-family: awesome;
        position: absolute;
        top: 3px;
        left: 8px;
        font-size: 20px;
        display: inline-block;
        text-shadow: 1px 2px 6px #000;
    }

    .monkey-li-item-boloc-7 .icon-checkbox.monkey-checked img {
        border: none;
        border-radius: 3px;
    }

.clearvaluemin {
    left: 0 !important;
}

.clearvaluemax {
    left: 100% !important;
}

.clearvalue .slider-selection {
    left: 0 !important;
    width: 100% !important;
}

.monkey-clear-boloc {
    margin-top: 20px;
}

    .monkey-clear-boloc a {
        display: block;
        width: 100%;
        text-align: center;
        border: 1px solid #e5e5e5;
        text-transform: uppercase;
        font-size: 17px;
        color: #fff;
        background: #000;
        padding: 10px;
    }

        .monkey-clear-boloc a:hover {
            background: #ffcb05;
        }

        .monkey-clear-boloc a::before {
            content: "\f00d";
            font-family: awesome;
            margin-right: 10px;
        }

#scroll {
    max-height: calc(100vh - 250px);
}

.monkey-grid-item-sp-detail-top {
    grid-template-columns: 570px 570px;
    grid-gap: 30px;
}

    .monkey-grid-item-sp-detail-top img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.monkey-figure-sp-detail-larg {
    /*padding: 30px;
    border: 1px solid #111;*/
    margin-bottom: 10px;
    height: 570px;
}

.icon-zoom.monkey-abs {
    top: unset;
    bottom: 25px;
    right: 25px;
    left: unset;
    transform: none;
}

#monkey-gallery-thumbs .owl-stage-outer {
    width: calc(100% - 100px);
    overflow: hidden;
    margin: auto;
}

    #monkey-gallery-thumbs .owl-stage-outer .owl-item {
        width: 110px !important;
        height: 110px !important;
    }

.monkey-figure-sp-detail-small {
    /*padding: 5px;
    border: 1px solid;*/
    cursor: pointer;
    height: 110px;
}

.monkey-swiper-button-next, .monkey-swiper-button-prev {
    position: absolute;
    top: 50%;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .monkey-swiper-button-next i, .monkey-swiper-button-prev i {
        text-shadow: 2px 2px 8px #000;
    }

.monkey-swiper-button-next {
    right: 10px;
    left: auto;
    font-size: 26px;
    color: #fff;
}

.monkey-swiper-button-prev {
    left: 10px;
    right: auto;
    font-size: 26px;
    color: #fff;
}

.monkey-video-anh-lungtung-danhmuc {
    margin-top: 30px;
}

.monkey-items-videos .owl-prev {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 10px;
    font-size: 26px;
    transform: translateY(-50%);
    cursor: pointer;
}

.monkey-items-videos .owl-next {
    position: absolute;
    color: #fff;
    top: 50%;
    right: 10px;
    font-size: 26px;
    transform: translateY(-50%);
    cursor: pointer;
}

    .monkey-items-videos .owl-prev i, .monkey-items-videos .owl-next i {
        text-shadow: 2px 2px 8px #000;
    }

.monkey-icon-video-yt {
    width: 40px;
    height: 30px;
    background: url(../images/icon-yt.png);
    cursor: pointer;
}

.fancybox-slide a.fancybox-close-small {
    display: block !important;
    padding: 5px;
    border: 1px solid #e5e5e5;
    top: 15px;
    right: 15px;
}

    .fancybox-slide a.fancybox-close-small::before {
        content: "x";
        color: #fff;
        font-size: 20px;
    }

    .fancybox-slide a.fancybox-close-small:hover {
        background: #fda50f;
    }

.monkey-des-sp-detail tr td:first-child {
    white-space: nowrap;
}

.fancybox-board {
    width: auto;
    height: calc( 100vh - 50px);
}

#monkey-gallery-thumbs .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
}

#monkey-gallery-thumbs .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    right: 0;
}

.monkey-h2-sp-detail {
    font-size: 26px;
    font-family: 'Muli', sans-serif;
    color: #000;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    position: relative;
}

    .monkey-h2-sp-detail::before {
        content: "\f111";
        font-family: awesome;
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

.monkey-des.monkey-des-sp-detail {
    font-size: 14px;
    display: none;
}

/*.monkey-group-text-km {
    margin-top: 20px;
}*/

.monkey-text-khuyenmai-duoivideo {
    padding-top: 20px;
}

.monkey-group-gia-sp-detail .giamoi {
    font-size: 40px;
    color: #000;
    line-height: 1;
}

.monkey-group-gia-sp-detail {
    font-family: 'Muli', sans-serif;
}

.monkey-grid.fw.gia {
    grid-template-columns: max-content auto;
    grid-gap: 15px;
    align-items: center;
    margin: 15px 0 0 0;
}

.monkey-grid-item-giacumoi .giacu {
    font-size: 20px;
    text-decoration: line-through;
    color: #000;
    line-height: 1;
}

.monkey-grid-item-giacumoi {
    text-align: right;
}

.monkey-grid-item-donvigia {
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
}

.monkey-grid-maukhung-tranhgia {
    grid-template-columns: max-content auto;
    grid-gap: 20px;
    align-items: end;
}

.monkey-kt-sp-detail {
    margin: 0px 0 10px 0;
}

.monkey-main-group-sp-detail .monkey-label {
    display: block;
    background: #000;
    text-transform: uppercase;
    padding: 3px 10px 1px 15px;
    font-family: 'Muli', sans-serif;
    font-size: 26px;
    color: #fff;
}

.monkey-group-dat-tranh-new {
    padding: 5px 15px 15px 15px;
    background: #f2f2f3;
}

.monkey-buoc-dat-tranh {
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    margin: 10px 0;
    color: #535353;
    font-size: 20px;
}

    .monkey-buoc-dat-tranh::before {
        content: "\f0da";
        font-family: awesome;
        font-size: 18px;
        color: #919192;
    }

.monkey-ten-loaitranh .monkey-span {
    /*font-family: avenirB;*/
    color: #6d6d6e;
}

.monkey-kt-sp-detail select {
    width: 100%;
    padding: 5px;
    border: 1px solid #f9f9f9;
    font-size: 15px;
    font-family: avenirR;
    background: #f9f9f9;
    border-radius: 3px;
}

.monkey-figure-kieukhung {
    width: 100px;
    height: 100px;
    margin-right: 8px;
}

.monkey-group-gia-chon {
    margin-top: 20px;
}

.monkey-ten-kieukhung {
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
}

.monkey-figure-item-loaitranh {
    width: 80px;
    height: 80px;
}

.monkey-item-loaitranh {
    width: 80px;
}

a.monkey-select-loaitranh {
    display: block;
    height: 100%;
    width: 100%;
}

.monkey-group-loaitranh {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    grid-gap: 10px;
}

.monkey-figure-kieukhung.monkey-checked-k {
    border: 3px solid #f47521;
    border-radius: 5px;
}

.monkey-figure-item-loaitranh.monkey-checked-k-loaitranh {
    border: 3px solid #f47521;
    border-radius: 5px;
}

    .monkey-figure-item-loaitranh.monkey-checked-k-loaitranh ~ .monkey-ten-loaitranh .monkey-span {
        color: #000;
    }

.monkey-group-buoc-dat {
    border-bottom: 1px dashed #919192;
    padding-bottom: 10px;
}

    .monkey-group-buoc-dat.monkey-group-maukhung-tranh {
        border: none;
    }

.monkey-group-kieukhung {
    display: flex;
    flex-wrap: wrap;
}

.monkey-group-dathang-sp-detail {
    margin-top: 10px;
}

.monkey-dattranh-theo-yc {
    margin-top: 20px;
}

.monkey-grid-form-tranhdantuong {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.monkey-hoten-tranhdt {
    grid-column: 1/3;
}

.monkey-a-dathang-tranhdt {
    grid-column: 1/3;
}

.monkey-grid-item-form input {
    height: 40px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 10px !important;
    font-size: 14px !important;
}

.monkey-group-dathang-sp-detail a {
    width: 195px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background: #ffcb05;
    color: #fff;
    display: inline-block;
    padding: 7px 5px 5px 5px;
    border-radius: 5px;
    font-family: avenirM;
}

#ctl00_cphMain_ctl00_lbtDatHang {
    width: 100%;
    border: none;
    border-radius: unset;
}

.monkey-group-dathang-sp-detail a:hover {
    background: #ff7600;
}

.monkey-grid-group-kichthuoc-cr {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 20px;
}

.monkey-group-dienkt-tranh {
    /*display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 20px;
    align-items: end;*/
    border: none;
}

/*.monkey-nut-dathang-tuychon input {
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background: #ff7600;
    color: #fff;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-family: avenirM;
}

    .monkey-nut-dathang-tuychon input:hover {
        background: #ffcb05;
    }*/
.monkey-nut-dathang-tuychon-mobile {
    display: none;
}

.monkey-a-guiyeucau-ktt:hover {
    background: #ff7600;
    color: #fff;
}

.monkey-a-guiyeucau-ktt:focus, .monkey-a-guiyeucau-ktt:active {
    color: #fff;
}

.monkey-group-buoc-dat .error {
    border-bottom: 1px solid red;
}

.monkey-nut-dathang-tuychon {
    text-align: right;
    margin-top: 5px;
}

.monkey-group-kichthuoc-tranh {
    border: none;
}

.monkey-a-guiyeucau-ktt {
    width: 195px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background: #ffcb05;
    color: #fff;
    display: inline-block;
    padding: 7px 5px 5px 5px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    /*font-family: avenirM;*/
}

.monkey-group-content-dattranhyeucau {
    padding: 5px 15px 15px 15px;
    background: #f2f2f3;
}

.monkey-group-buoc-dat.monkey-group-dientt-lienhe {
    border: none;
}

.monkey-group-input-kichthuoc {
    padding: 0px 10px 5px;
    background: #f9f9f9;
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 5px;
    align-items: end;
    border-radius: 5px;
}

    .monkey-group-input-kichthuoc input {
        width: 100%;
        border: none;
        background: #f9f9f9;
        border-bottom: 1px dashed #c6c6c6;
        padding: 0;
        line-height: 1.2;
    }

.monkey-group-input-dientt-lh {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 20px;
    font-family: avenirR;
}

.monk-title.monkey-title-dattranhyeucau {
    display: block;
    background: #000;
    text-transform: uppercase;
    padding: 3px 10px 1px 15px;
    font-family: 'Muli', sans-serif;
    font-size: 26px;
    color: #fff;
}

.monkey-options-lh input {
    background: #f9f9f9;
    border: none;
    border-bottom: 1px dashed #c6c6c6;
    padding: 0;
    line-height: 1.2;
}

.monkey-options-lh {
    background: #f9f9f9;
    padding: 0px 10px 5px;
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 5px;
    align-items: end;
    border-radius: 5px;
}

.monkey-text-lh {
    line-height: 1;
}
/*.monkey-group-dathang-sp-detail .monkey-cart-sp-detail {
    margin-right: 20px;
}*/

/*.monkey-group-dathang-sp-detail .monkey-cart-sp-detail::before {
        content: "\f218";
        font-family: awesome;
        margin-right: 20px;
    }*/

.monkey-lienhe-tuvan::before {
    content: "\f086";
    font-family: awesome;
    margin-right: 15px;
}

.monkey-grid-group-content-sp-detail {
    grid-gap: 30px;
}

.monkey-group-tab-sp-detail a {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    display: inline-block;
    padding: 10px 10px 5px 10px;
    margin: 0 10px;
}

    .monkey-group-tab-sp-detail a:hover {
        background: #000;
        color: #fff;
    }

.monkey-group-tab-sp-detail .monkey-active {
    background: #000;
    color: #fff;
    border-bottom: none !important;
}

.monkey-group-tab-sp-detail {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 25px;
    background: #f2f2f3;
    text-align: center;
}

.monkey-group-content-sp-detail {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
}

.monkey-mota-danhmuc-chitiet {
    margin-bottom: 20px;
}

#ctl00_cphMain_ctl00_UpdateProgress2 img {
    width: auto !important;
}

/*.monkey-grid-sp-lq {
    column-count: 4;
    column-gap: 20px;
}*/

.monkey-group-title-menu {
    text-align: center;
    padding: 25px 0;
}

    .monkey-group-title-menu .monkey-h1 {
        text-transform: uppercase;
        font-size: 40px;
        margin-bottom: 10px;
        font-family: 'Muli', sans-serif;
        color: #000;
    }

.monkey-navigation ol {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center;
    font-size: 14px;
    margin: 0;
}

.monkey-grid-item-detail-tt-l {
    grid-column-start: 1;
    grid-column-end: 4;
}

.monkey-grid-detail-tt {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.monkey-grid-item-detail-tt-l {
    grid-column-start: 1;
    grid-column-end: 4;
}

.monkey-content-detail-tt {
    text-align: justify;
    font-size: 15px;
}

    .monkey-content-detail-tt a {
        color: #0000cb;
 display:inline-block;
    }

.monkey-group-content-sp-detail a {
    color: #0000cb;
}

.monkey-h2-title-detail-tt {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: Arial;
}

.DivbtLike {
    display: flex;
    margin-bottom: 15px;
}

.btfbs {
    margin-right: 15px;
}

.monkey-share-linkind, .monkey-share-pin {
    margin-left: 15px;
}

    .monkey-share-pin a {
        background: #CB2027;
        color: #fff;
        padding: 2px 5px;
        font-size: 11px;
        /* transform: translateY(4px); */
        display: inline-block;
    }

i.fa.fa-pinterest-p {
    font-size: 11px;
    margin-right: 5px;
}

.monkey-h2-tinlq {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.monkey-grid-tinlq {
    grid-gap: 25px;
}

.monkey-title-tinlq {
    font-size: 15px;
}

.monkey-grid-item-tinlq {
    grid-gap: 10px;
}

.monkey-group-menu-child-tt {
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}

    .monkey-group-menu-child-tt a {
        font-size: 18px;
        text-transform: uppercase;
        display: inline-block;
        margin-right: 15px;
    }

.monkey-brides-tt-list {
    font-size: 15px;
    text-align: center;
    margin-bottom: 25px;
}

.monkey-grid-tt-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.monkey-figure-tt-list {
    height: 225px;
    background: rgba(0,0,0,.8);
}

    .monkey-figure-tt-list img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        opacity: .7;
    }

.monkey-grid-item-tt-list-first .monkey-figure-tt-list {
    height: 470px;
}

.monkey-grid-item-tt-list-first {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.monkey-group-desc-tt-list {
    margin-top: 15px;
}

.monkey-grid-item-tt-list-first .monkey-group-desc-tt-list, .monkey-grid-item-tt-list:nth-child(2) .monkey-group-desc-tt-list, .monkey-grid-item-tt-list:nth-child(3) .monkey-group-desc-tt-list {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    color: #fff;
    padding: 15px;
    font-size: 15px;
}

.monkey-title-tt-list a {
    font-size: 20px;
}

.monkey-grid-item-tt-list:nth-child(2) .monkey-title-tt-list a, .monkey-grid-item-tt-list:nth-child(3) .monkey-title-tt-list a {
    color: #fff;
}

.monkey-grid-item-tt-list:nth-child(1) .monkey-title-tt-list a {
    margin-bottom: 20px;
    color: #fff;
    display: block;
}

a.monkey-play-video.monkey-play-video-list {
    width: 100%;
    height: 100%;
    background: 0 0;
}

div#map {
    height: 470px;
    margin-bottom: 50px;
}

.monkey-grid-contact {
    width: 770px;
    margin: auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

    .monkey-grid-contact .monkey-form-group-hoten-dk {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .monkey-grid-contact .monkey-form-group input {
        height: 30px;
        width: 100%;
        border: none;
        border-bottom: 1px solid;
        font-size: 13px;
        font-style: italic;
    }

    .monkey-grid-contact .monkey-form-group span {
        font-size: 15px;
    }

    .monkey-grid-contact .monkey-form-group textarea {
        height: 100px;
        resize: none;
        width: 100%;
        border: none;
        border-bottom: 1px solid;
        border-radius: unset;
        padding: 0;
        font-style: italic;
        font-size: 13px;
        padding-top: 5px;
    }

    .monkey-grid-contact .monkey-form-group-hoten-dk span::before {
        content: "\f007";
        font-family: awesome;
        margin-right: 5px;
    }

    .monkey-grid-contact .monkey-form-group-phone-dk span::before {
        content: "\f098";
        font-family: awesome;
        margin-right: 5px;
    }

    .monkey-grid-contact .monkey-form-group-email-dk span::before {
        content: "\f0e0";
        font-family: awesome;
        margin-right: 5px;
    }

    .monkey-grid-contact .monkey-form-group-diachi-dk span::before {
        content: "\f041";
        font-family: awesome;
        margin-right: 5px;
    }

    .monkey-grid-contact .x-content span::before {
        content: "\f14b";
        font-family: awesome;
        margin-right: 5px;
    }

.monkey-content-contact .btn-text {
    text-align: center;
    margin: 35px 0;
}

a#ctl00_cphMain_ctl00_ibtSend {
    font-size: 18px;
    text-transform: uppercase;
    padding: 7px 35px 5px 35px;
    background: #fda50f;
    border: none;
    border-radius: unset;
}

    a#ctl00_cphMain_ctl00_ibtSend::before {
        content: "\f1d9";
        font-family: awesome;
        margin-right: 15px;
    }

.gm-style .place-card-large {
    display: none !important;
}

.monkey-diachi-coso {
    position: absolute;
    top: 60px;
    left: 50px;
    padding: 15px 40px;
    background: #fff;
    box-shadow: 0 0 10px;
}

.monkey-item-diachi a {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-right: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.monkey-item-diachi {
    margin-bottom: 15px;
}

    .monkey-item-diachi a {
        font-size: 16px;
        text-transform: uppercase;
        padding-bottom: 5px;
        margin-right: 10px;
        border-bottom: 1px solid #e5e5e5;
        display: inline-block;
    }

a.monkey-diachi-1 {
    margin: 0;
}

.monkey-active {
    border-bottom: 1px solid #222 !important;
    font-weight: 700;
}

.monkey-diachi-contact {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 14px;
}

.monkey-diachi-contact-3 {
    margin: 0;
}

.monkey-diachi-contact-1::before {
    content: "\f041";
    font-family: awesome;
    position: absolute;
    left: 0;
}

.monkey-diachi-contact-2::before {
    content: "\f098";
    font-family: awesome;
    position: absolute;
    left: 0;
}

.monkey-diachi-contact-3::before {
    content: "\f0e0";
    font-family: awesome;
    position: absolute;
    left: 0;
}

.monkey-group-contact {
    margin-bottom: 50px;
}

.monkey-group-footer {
    padding-top: 45px;
    background: #333;
    padding-bottom: 25px;
}

.monkey-grid-ft-t {
    grid-template-columns: 495px auto auto;
    justify-items: center;
    color: #fff;
}

.monkey-li-menu-ft .monkey-text {
    color: #999;
}

.monkey-h2-f-ft {
    font-size: 17px;
    font-family: 'Muli', sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.monkey-group-content-ft-t {
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    color: #999;
}

.monkey-span-diachi {
    font-weight: 700;
}

.monkey-p-ft {
    margin-bottom: 25px !important;
    font-size: 13px;
}

.monkey-diachi {
    position: relative;
    margin-bottom: 15px;
}

.monkey-main-grop-footer {
    display: grid;
    align-items: center;
    grid-gap: 45px;
}

.monkey-grid-ft-b {
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
}

.monkey-footer-bot {
    background: #fff;
    padding: 10px 0;
    font-size: 13px;
    display: none;
}

.monkey-grid-item-ft-b:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

.monkey-phone-ft-b::before {
    content: "\f098";
    font-family: awesome;
}

.monkey-mail-ft-b::before {
    content: "\f0e0";
    font-family: awesome;
}

.monkey-social-ft {
    margin-top: 30px;
}

.monkey-li-menu-ft {
    margin-bottom: 15px;
}

.monkey-social-ft a {
    margin-right: 10px;
}

.monkey-video-popup.active {
    visibility: visible;
}

.monkey-video-popup {
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
    background: rgba(0,0,0,.8);
    visibility: hidden;
}

.monkey-video-content {
    max-width: 750px;
    width: 50%;
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid rgba(255,255,255,.5);
    border-radius: 5px;
}

.monkey-video-closed {
    position: absolute;
    background: rgba(0,0,0,.8);
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    border: 1px solid rgba(0,0,0,.8);
    padding-top: 1px;
}

.monkey-video-popup iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.monkey-p {
    margin: 0;
}

.navigate li {
    margin-right: 5px;
}

.navigate a {
    color: #959595;
}

    .navigate a:hover {
        color: #000;
    }

.monkey-group-fixed-social {
    position: fixed;
    bottom: 40px;
    left: 30px;
    display: grid;
    grid-gap: 15px;
    z-index: 10;
}

.monkey-span-yeucau {
    color: #ffcb05;
    font-size: 16px;
    transform: translateY(5px);
    display: inline-block;
    display: none;
    text-shadow: 3px 7px 5px #000;
}

#back-to-top {
    height: 40px;
    width: 40px;
    background: #ffbc05;
    border: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 999;
    color: #fff;
    border-radius: 50%;
}

    #back-to-top span {
        color: #fff;
        display: block;
        font-size: 25px;
        line-height: 36px;
        position: relative;
        animation: vibrate 2s linear 0s infinite;
        -moz-animation: vibrate 2s linear 0s infinite;
        -webkit-animation: vibrate 2s linear 0s infinite;
        -o-animation: vibrate 2s linear 0s infinite;
    }

    #back-to-top:hover {
        background: #fda50f;
    }

@keyframes vibrate {
    0% {
        top: 0;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes vibrate {
    0% {
        top: 0;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes vibrate {
    0% {
        top: 0;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes vibrate {
    0% {
        top: 0;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0;
    }
}

.play-now {
    position: fixed;
    right: 15px;
    top: 235px;
    border-radius: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    display: none;
}

    .play-now .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #ffcb05;
        color: #fff;
        z-index: 1;
        font-size: 18px;
        padding-left: 0;
        display: block;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform-origin: center;
        transform-origin: center center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 5px 10px 0 rgba(255,203,5,.1);
        -moz-box-shadow: 0 5px 10px 0 rgba(255,203,5,.1);
        -ms-box-shadow: 0 5px 10px 0 rgba(255,203,5,.1);
        -o-box-shadow: 0 5px 10px 0 rgba(255,203,5,.1);
        box-shadow: 0 5px 10px 0 rgba(255,203,5,.1);
    }

    .play-now .ripple, .play-now .ripple:after, .play-now .ripple:before {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 45px;
        width: 45px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform-origin: center;
        transform-origin: center center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(255,203,5,.5);
        -moz-box-shadow: 0 0 0 0 rgba(255,203,5,.5);
        -ms-box-shadow: 0 0 0 0 rgba(255,203,5,.5);
        -o-box-shadow: 0 0 0 0 rgba(255,203,5,.5);
        box-shadow: 0 0 0 0 rgba(255,203,5,.5);
        -webkit-animation: ripple 1s infinite;
        -moz-animation: ripple 3s infinite;
        -ms-animation: ripple 3s infinite;
        -o-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }

        .play-now .ripple:before {
            -webkit-animation-delay: .9s;
            -moz-animation-delay: .9s;
            -ms-animation-delay: .9s;
            -o-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
        }

        .play-now .ripple:after {
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            -ms-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
            content: "";
            position: absolute;
        }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255,255,255,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255,255,255,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
}

@font-face {
    font-family: 'Muli', sans-serif;
    font-display: auto;
    src: url(fonts/AvertaDemo-Regular.otf);
}

@font-face {
    font-family: awesome;
    font-display: auto;
    src: url(fonts/fontawesome-webfont.ttf);
}

@font-face {
    font-family: 'Muli', sans-serif;
    font-display: auto;
    src: url(fonts/NBNCommercb.otf);
}

@font-face {
    font-family: avenirR;
    font-display: auto;
    src: url(fonts/AvenirNextLTPro-Regular.otf);
}

@font-face {
    font-family: avenirB;
    font-display: auto;
    src: url(fonts/AVENIRLTSTD-BLACKOBLIQUE_0.otf);
}

@font-face {
    font-family: avenirM;
    font-display: auto;
    src: url(fonts/AVENIRLTSTD-BOOK_0.otf);
}

@font-face {
    font-family: avenirD;
    font-display: auto;
    src: url(fonts/AVENIRLTSTD-HEAVYOBLIQUE_0.otf);
}
