﻿.clear {
    clear: both;
}

@font-face {
    font-family: "roboto";
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: "robotoBold";
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: "OpenSanBold";
    src: url('../fonts/OpenSans-Bold.ttf');
}


@font-face {
    font-family: "UTMA";
    src: url('../fonts/UTMAlterGothic.ttf');
}

@font-face {
    font-family: "OpensBold";
    src: url('../fonts/UTMHelvetIns.ttf');
}

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

html, body {
    color: #333;
    font-family: 'Arial';
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

#back-to-top {
    height: 55px;
    width: 55px;
    background: #fff;
    border: 2px solid #00a85a;
    position: fixed;
    right: 26px;
    bottom: 155px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    z-index: 999;
    color: #00a85a;
    border-radius: 50%;
    line-height: 50px;
    top: unset !important;
}

    #back-to-top span {
        color: #00a85a;
        display: block;
        font-size: 16px;
        line-height: 50px;
        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;
    }

.mess-fb {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    top: unset !important;
}

.mess-zalo {
    position: fixed;
    bottom: 89px;
    right: 20px;
    z-index: 999;
    top: unset !important;
}

.img-hotline {
    position: fixed;
    bottom: 30px;
    z-index: 999;
    left: 30px;
    border-radius: 100%;
    top: unset !important;
}

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

#callme #callmeMain {
    border-radius: 50% !important;
    background-clip: padding-box;
    background-color: #017632bf;
    width: 70px;
    height: 70px;
    z-index: 999;
    animation: zcwmini2 1s 0s ease-out infinite;
}

@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);
    }
}

@keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px #01763252,0 0 0 0 #01763275,0 0 0 0 #017632;
    }

    10% {
        box-shadow: 0 0 8px 6px,0 0 12px 10px #017632,0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px #017632,0 0 0 30px #e5e5e5,0 0 0 30px #e5e5e5;
    }
}

@keyframes zcwmini2 {
    100% {
        box-shadow: 0 0 8px 6px #e5e5e5,0 0 0 30px #e5e5e5,0 0 0 30px #e5e5e5;
    }
}

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

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}

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

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}

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

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}

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

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}
/* #region MEAN MENU*/
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-bar {
    background: none;
    padding: 5px 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
    left: 0;
    top: 5px;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #00a85a;
    border-radius: 5px;
    color: #00a85a;
    cursor: pointer;
    display: block;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    position: absolute;
    right: 15px !important;
    margin-right: 0px;
    left: unset !important;
    text-decoration: none;
    top: 25px;
    width: 30px;
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #00a85a;
        height: 3px;
        margin-top: 5px;
    }

.mean-container .mean-nav {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 0;
    position: absolute;
    top: 80px;
    width: 100%;
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

        .mean-container .mean-nav ul li {
            background: #00a85a none repeat scroll 0 0;
            float: left;
            position: relative;
            width: 100%;
            margin: 0 !important;
        }

            .mean-container .mean-nav ul li a {
                display: block;
                float: left;
                width: 100%;
                padding: 0 5%;
                margin: 0;
                text-align: left;
                color: #fff;
                border-top: 1px solid #383838;
                border-top: 1px solid rgba(255,255,255,0.5);
                text-decoration: none;
                text-transform: uppercase;
                line-height: 42px;
            }



            .mean-container .mean-nav ul li li a {
                width: 80%;
                padding: 0 10%;
                border-top: 1px solid #f1f1f1;
                border-top: 1px solid rgba(255,255,255,0.25);
                opacity: 0.75;
                filter: alpha(opacity=75);
                text-shadow: none !important;
                visibility: visible;
            }

            .mean-container .mean-nav ul li.mean-last a {
                border-bottom: none;
                margin-bottom: 0;
            }

            .mean-container .mean-nav ul li li li a {
                width: 70%;
                padding: 0 15%;
            }

            .mean-container .mean-nav ul li li li li a {
                width: 60%;
                padding: 0 20%;
            }

            .mean-container .mean-nav ul li li li li li a {
                width: 50%;
                padding: 0 25%;
            }

            .mean-container .mean-nav ul li a:hover {
                background: #252525;
                background: rgba(255,255,255,0.1);
            }

            .mean-container .mean-nav ul li a.mean-expand {
                margin-top: 1px;
                width: 25px;
                line-height: 18px;
                padding: 12px !important;
                text-align: center;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                font-weight: 700;
                background: rgba(255,255,255,0.1);
                border: none !important;
                border-left: 1px solid rgba(255,255,255,0.4) !important;
                border-bottom: 1px solid rgba(255,255,255,0.2) !important;
            }

                .mean-container .mean-nav ul li a.mean-expand:hover {
                    background: rgba(255, 255, 255, 0.2);
                }

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}
/* #endregion MEANMENU*/

/* #region HEADER */
.header-bot {
    position: relative;
    background: #00a85a;
}

.search-header {
    width: 370px;
    height: 40px;
    position: relative;
}

    .search-header input {
        width: 100%;
        height: 100%;
        padding-left: 20px;
        border-radius: 20px;
        border: 1px solid #e5e5e5;
    }

.btn-search {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    height: 32px;
    line-height: 32px;
    border-radius: 20px;
    width: 100px;
    background: #00a85a url(../images/icon-search.png) no-repeat center left 13px;
    padding-left: 33px;
}

    .btn-search:hover {
        background: #ec3237 url(../images/icon-search.png) no-repeat center left 13px;
    }

        .btn-search:hover a {
            color: #fff;
        }

    .btn-search a {
        color: #fff;
    }

.header-top .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 12px 0;
    justify-content: space-between;
    align-items: center;
}

.group-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-hotline {
    margin-right: 25px;
}

.cart-header {
    float: right;
    position: relative;
}

.num-product {
    position: absolute;
    color: #fff;
    background: #00a85a;
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    top: -8px;
    right: -12px;
    border-radius: 100%;
}

    .num-product:hover {
        color: #fff;
        background: #ec3237;
    }

.header-toptop {
    background: #f2f2f2;
    height: 32px;
    line-height: 32px;
}

.detail-header-toptop {
    display: flex;
    justify-content: space-between;
}

.menu-header-toptop ul {
    display: flex;
    margin: 0;
}

    .menu-header-toptop ul li a {
        padding: 0 10px;
        border-right: 1px solid #a1a1a1;
        font-size: 13px;
    }

        .menu-header-toptop ul li a:hover {
            color: #0139f0;
        }

    .menu-header-toptop ul li:last-child a {
        padding-right: 0;
        border-right: none;
    }

.header-hotline-top {
    padding-left: 30px;
    background: url(../images/hotline-headertoptop.png) no-repeat center left;
}
/* #endregion HEADER*/

/* #region MENU */
.menu {
    position: relative;
}

.menu-top-content > ul {
    display: grid;
    position: relative;
    margin: 0;
    grid-template-columns: auto auto auto auto auto auto auto auto;
}

    .menu-top-content > ul > li.menu-item {
        list-style: none;
        text-decoration: none !important;
        position: relative;
        border-right: 1px solid #1ab16b;
    }

        .menu-top-content > ul > li.menu-item:first-child {
            border-left: 1px solid #1ab16b;
        }

            .menu-top-content > ul > li.menu-item:first-child a {
            }

                .menu-top-content > ul > li.menu-item:first-child a:hover {
                }

        .menu-top-content > ul > li.menu-item > .menu-link {
            cursor: pointer;
            text-align: center;
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
            position: relative;
            display: block;
            font-weight: bold;
            padding: 10px 20px;
        }

            .menu-top-content > ul > li.menu-item.active > .menu-link, .menu-top-content > ul > li.menu-item > .menu-link:hover {
                color: #333;
            }

    .menu-top-content > ul > .menu-item > .menu-mega-sub {
        display: block;
        opacity: 0;
        position: absolute;
        transform: rotateX(90deg);
        transform-origin: center top 0;
        transition: all .5s ease 0s;
        visibility: hidden;
        z-index: 100;
        background: rgba(255,255,255,0.9);
        top: 50px;
        left: 0px;
        border-top: 3px solid #00a85a;
    }

        .menu-top-content > ul > .menu-item > .menu-mega-sub::before {
            border-bottom: 10px solid #00a85a;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            content: "";
            left: 50%;
            position: absolute;
            top: -13px;
            z-index: 100;
            transform: translateX(-50%);
        }

    .menu-top-content > ul > .menu-item:hover > .menu-mega-sub {
        opacity: 1;
        transform: rotateX(0);
        visibility: visible;
    }

.menu-top-content .sub-menu {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-family: roboto;
}

    .menu-top-content .sub-menu > li {
        border-bottom: 1px dashed #e5e5e5;
        padding: 10px 0px 10px 0;
        list-style: none;
        position: relative;
        margin-bottom: 0;
        background: none;
    }

        .menu-top-content .sub-menu > li:last-child {
            border: none;
        }

        .menu-top-content .sub-menu > li a {
            color: #222222;
            white-space: nowrap;
        }

        .menu-top-content .sub-menu > li:hover > a {
            color: #ec3237;
        }

.menu-top-content > ul > .menu-item > .menu-mega-sub ul > .menu-item > .menu-mega-sub {
    display: block;
    opacity: 0;
    position: absolute;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s;
    visibility: hidden;
    z-index: 100;
    background: rgba(255,255,255,0.9);
    min-width: 210px;
    top: 0;
    left: 100%;
}

.menu-top-content > ul > .menu-item > .menu-mega-sub ul > .menu-item:hover > .menu-mega-sub {
    opacity: 1;
    transform: rotateX(0);
    visibility: visible;
}
/* #endregion MENU*/

/* #region BANNER*/
.banner .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9c9fa8;
    display: inline-block;
    margin: 0 5px;
}

.banner .owl-dots {
    position: absolute;
    bottom: 20px;
    z-index: 100;
    width: 100%;
    text-align: center;
}

.banner .owl-dot.active {
    width: 12px;
    height: 12px;
    background: #00a85a;
}

.item-bn-double img {
    width: 100%;
}
.news-list-box .VungBao{margin-bottom:30px;}

@media screen and (min-width: 768px){
  .monkey-item-tin-home figure img{height:200px;width: 100% !important;}
  .news-list-box .monkey-item-tin-home figure img{height:300px;}
}

/* #region HOME */
.tinnoibat {
    margin-top: -50px;
}

.monkey-item-tin-noi-bat {
    padding: 5px 5px 0;
    background: rgb(255,255,255,0.5);
    margin-bottom: 35px;
}

    .monkey-item-tin-noi-bat .monkey-des {
        margin-bottom: 0;
        margin-top: 10px;
        text-align: justify;
        font-family: roboto;
    }

    .monkey-item-tin-noi-bat figure {
        position: relative;
        overflow: hidden;
    }

        .monkey-item-tin-noi-bat figure figcaption {
            position: absolute;
            bottom: 0;
            background: rgb(0,168,90);
            width: 100%;
            padding: 10px;
        }

            .monkey-item-tin-noi-bat figure figcaption:hover {
                background: #ec3237;
            }

        .monkey-item-tin-noi-bat figure:hover img {
            transform: scale(1.2);
            transition: 0.8s;
        }

        .monkey-item-tin-noi-bat figure:hover figcaption {
            background: #ec3237;
        }

.monkey-items-tin-noi-bat .owl-prev, .monkey-items-tin-noi-bat .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    visibility: hidden;
}

.monkey-items-tin-noi-bat:hover .owl-prev, .monkey-items-tin-noi-bat:hover .owl-next {
    visibility: visible;
}

.monkey-items-tin-noi-bat .owl-prev {
    left: -28px;
    background: url(../images/num-prev.png) no-repeat;
}

.monkey-items-tin-noi-bat .owl-next {
    right: -28px;
    background: url(../images/num-next.png) no-repeat;
}

.monkey-item-tin-noi-bat figure figcaption h3 {
    font-size: 17px;
    font-family: robotoBold;
}

    .monkey-item-tin-noi-bat figure figcaption h3 a {
        color: #fff;
        border: none;
        padding: 0;
        text-align: center;
    }

.video-home video {
    height: 500px;
    width: 100%;
    object-fit: fill;
}
/* #endregion HOME*/

/**/
.cam-nhan-kh {
    padding-bottom: 50px;
}

.items-cam-nhan .owl-item {
    padding: 15px 20px;
    background: url(../images/bg-nhanxet.png) no-repeat;
    background-size: 100% 100%;
}

.cam-nhan-kh .owl-dots {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.cam-nhan-kh .owl-dot {
    width: 6px;
    height: 6px;
    background: #dedede;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

    .cam-nhan-kh .owl-dot.active {
        width: 10px;
        height: 10px;
        background: #00a85a;
        transform: translateY(1.5px);
    }
    .cam-nhan-kh .owl-dot:last-child{margin-right:0;}

.icon-nx {
    width: 100px;
    float: left;
}

    .icon-nx img {
        border-radius: 50%;
    }

.title-nx {
    width: calc( 100% - 100px - 15px);
    float: right;
    padding: 20px 0;
}

.ten-kh {
    font-size: 17px;
    font-family: "robotoBold";
    text-transform: uppercase;
    margin-bottom: 5px;
}

.desc-nx {
    width: 100%;
    float: left;
    margin-top: 15px;
    color: #626262;
    line-height: 22px;
}

.brands ul {
    margin: 0;
}

.brands .owl-prev, .brands .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    visibility: hidden;
}

.brands:hover .owl-prev, .brands:hover .owl-next {
    visibility: visible;
}

.brands .owl-prev {
    left: 0;
    background: url(../images/num-prev.png) no-repeat;
}

.brands .owl-next {
    right: 0;
    background: url(../images/num-next.png) no-repeat;
}
/**/

/* chien style*/
.monkey-title-menu {
    text-align: center;
    margin: 30px 0;
}

    .monkey-title-menu a {
        font-size: 42px;
        font-family: UTMA;
        text-transform: uppercase;
        color: #00a85a;
        display: inline-block;
        padding-bottom: 15px;
        background: url(../images/bg-line.png) no-repeat bottom center;
    }

.monkey-figure, .monkey-p {
    margin: 0;
}

.monkey-figure-tt-h {
    position: relative;
    overflow: hidden;
}

    .monkey-figure-tt-h:hover img {
        transform: scale(1.1);
        transition: 1s;
    }

.monkey-h3-tt-h a {
    display: block;
    font-size: 17px;
    /*text-transform: uppercase;*/
    font-family: robotoBold;
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.monkey-des-tt-home {
    padding: 10px 0;
    font-family: roboto;
    font-size: 15px;
    color: #656565;
    margin-bottom: 5px;
}

.monkey-more-tt-h a {
    font-size: 14px;
    font-family: roboto;
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #fff;
    background: #00a85a;
}

    .monkey-more-tt-h a:hover {
        background: #ec3237;
        color: #fff;
    }

.desc-sidebar.danhmuc-sidebar > ul > li:last-child {
    border: none;
}

a.icon-down {
    position: absolute;
    right: 0;
    top: 5px;
}

.icon-down::after {
    content: "\f053";
    font-family: awesome;
}

.icon-down.active::after {
    content: "\f078";
    font-family: awesome;
}

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

.monkey-grid {
    display: grid;
}

.monkey-grid-quangba {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 100px;
}

.monkey-group-quangba {
    background: url(../images/bg-gioithieu.jpg) no-repeat top center / 100% auto;
    padding: 20px 0;
    margin-top: 50px;
}

.monkey-figure-qb {
    height: 50px;
    width: 70px;
    margin: auto;
    margin-bottom: 10px;
}

.monkey-content-qb {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.so-luong.timer {
    font-size: 50px;
    border-bottom: 1px solid #48ba85;
    margin-bottom: 10px;
    line-height: 1.2;
}

.some-text {
    font-size: 15px;
}

.inner-thietke {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 60px 0;
    grid-column-gap: 30px;
}

.images-thietke figure {
    box-shadow: 0px 0px 7px 4px #e5e5e5;
}

.section.thietke {
    background: url(../images/bg-thietke.png) no-repeat left top;
}

.list-thietke ul {
    margin: -20px 0 0;
}

    .list-thietke ul li {
        padding: 20px 0 15px 50px;
        border-bottom: 1px dashed #e5e5e5;
    }

        .list-thietke ul li.item_thietke_0 {
            background: url(../images/li1.png) no-repeat left center;
        }

        .list-thietke ul li.item_thietke_1 {
            background: url(../images/li2.png) no-repeat left center;
        }

        .list-thietke ul li.item_thietke_2 {
            background: url(../images/li3.png) no-repeat left center;
        }

        .list-thietke ul li.item_thietke_3 {
            background: url(../images/li4.png) no-repeat left center;
        }

        .list-thietke ul li.item_thietke_4 {
            background: url(../images/li5.png) no-repeat left center;
        }

        .list-thietke ul li.item_thietke_5 {
            background: url(../images/li6.png) no-repeat left center;
            border: none;
        }

.title-thietke a {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

.detail-thietke {
    text-align: justify;
    margin-bottom: 40px;
}

.readmore-thietke a {
    padding: 10.5px 20px 10.5px 48px;
    border-radius: 15px;
    color: #fff;
    border: 1px solid #00a85a;
    background: #00a85a url(../images/icon-maybay.png) no-repeat left 2px center;
    border-radius: 30px;
    text-transform: uppercase;
    cursor: pointer;
}

    .readmore-thietke a:hover {
        background: #ec3237 url(../images/icon-maybay.png) no-repeat left 2px center;
        color: #fff;
        border: 1px solid #ec3237;
    }
/*end*/

/* #region footer*/
.content-footer {
    background: url(../images/bg-footer.png) no-repeat top center;
    margin-top: 15px;
}

.inner-footer-top {
    display: grid;
    grid-template-columns: 370px auto;
    grid-column-gap: 30px;
}

.image-footer {
    margin: 22px 0 20px;
    text-align: center;
}

.desc-contact-footer {
    color: #fff;
    text-align: center;
    font-family: roboto;
    padding: 0 10px;
    font-size: 14px;
}

.item-contact {
    margin-bottom: 5px;
    line-height: 1.5;
}

.social-ft {
    text-align: center;
    margin: 22px 0;
}

.right-footer {

}

.title-menu {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    font-family: robotoBold;
    margin-bottom: 25px;
}

.sub-menu li {
    margin-bottom: 12px;
    padding-left: 20px;
    background: url(../images/bg-li-footer.png) no-repeat left center;
}

    .sub-menu li a {
        color: #fff;
    }

        .sub-menu li a:hover {
            color: #ec3237;
        }

.root-menu {
    padding-left: 10px;
}

.content-footerbot {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 4;
    align-items: center;
    color: #fff;
}

.copyright {
    margin-right: 4px;
}

.content-footerbot a {
    color: #fff;
    cursor: pointer;
}
/* #endregion*/


/* #region OTHER */
a {
    text-decoration: none;
    color: #222222;
}

    a:hover {
        text-decoration: none;
        color: #00a85a;
    }

ul {
    padding: 0;
}

    ul li {
        padding: 0;
        list-style: none;
    }

* {
    outline: none;
}

.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desc-sidebar.danhmuc-sidebar > ul > li:last-child {
    border: none;
}

a.icon-down {
    position: absolute;
    right: 0;
    top: 5px;
}

.icon-down::after {
    content: "\f053";
    font-family: awesome;
}

.icon-down.active::after {
    content: "\f078";
    font-family: awesome;
}

a:focus, a:hover {
    text-decoration: none;
}

.monkey-h2, .monkey-h1, .monkey-h3, .monkey-h4 {
    margin: 0;
    line-height: 1.2;
    font-size: unset;
}
/* #endregion OTHER*//*Css Chat facebook */
.fb-show-box {
    position: fixed;
    right: 50px;
    max-width: 360px;
    width: 360px;
    border-radius: 10px;
    bottom: 80px;
    overflow: hidden;
    z-index: 99999;
    display: none;
    min-height: 210px;
    background: #fff;
    box-shadow: 5px 0 20px rgba(0,115,204,.1);
}

.fb-show-box-body {
    float: left;
    width: 100%;
}

.fb-show-box .close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    align-items: center;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    line-height: 5px;
    padding-top: 7px;
    box-sizing: border-box;
    width: 24px;
}

.fb-show-box-row1 {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 10px 10px;
    align-items: center;
    float: left;
    width: 100%;
}

.fb-row-1, .fb-row-2 {
    min-height: 50px;
}

.fb-gif {
    background: url(https://keyweb.vn/cdn/app/chatfb/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 141px;
    height: 20px;
    width: 100%;
    float: left;
    clear: both;
}

.fb-show-box-img {
    float: left;
    width: 13%;
    text-align: left;
}

    .fb-show-box-img img {
        border-radius: 50%;
        width: 35px;
    }

.fb-show-box-detail {
    float: left;
    width: 87%;
}

.fb-show-box-body {
    margin: 0;
    float: right;
    width: 100%;
    padding: 5px 0px;
    font-weight: 500;
    text-align: left;
}

    .fb-show-box-detail h6, .fb-show-box-body h6 {
        color: rgba(0, 0, 0, .50);
        font-size: 11px;
        padding: 5px 0px;
        font-weight: 500;
        text-align: center;
        margin: 0;
        margin-left: 0;
        display: block;
        margin-top: 5px;
    }

.fb-show-box-desc {
    background: #f1f0f0;
    padding: 8px 10px;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    text-align: left;
    word-wrap: break-word;
    font-weight: 400;
    float: left;
    width: 95%;
}

.fb-show-box-row2 {
    padding: 15px 20px;
    text-align: center;
    float: left;
    width: 100%;
    background: #fff;
}

.fb-show-box-row2 a {
    padding: 6px 30px;
    border-radius: 10px;
    border: 1px solid #0084ff;
    background: #0084ff;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-family: open sans;
    display: inline-block;
}

.fb-show-box-row2 a:hover {
    background: #0375e0;
}

.fb-show-box-row2 a::before {
    content: "";
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: -25px -146px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

#fb-chat-app-1 {
    cursor: pointer;
}

.fb-row-1 img, .fb-row-1 .fb-show-box-desc, .fb-row-1 .fb-gif, .fb-row-2 .fb-gif, .fb-row-2 img, .fb-row-2 .fb-show-box-desc {
    display: none;
}

.fb-show-box-row2 {
    display: none;
}


.bread-crumb{
    background:url('../images/bg_breakcrumb.jpg') top center;
    background-size:cover;
    height: 100px;
    background: #00a85a0f;
}
.bread-crumb h1,.bread-crumb h2{color: #333;text-align:center;text-transform:uppercase;margin:0;margin-top: 25px;font-size: 25px;font-weight: 600;}

.breadcrumb {
    list-style: none;
    margin-bottom: 0;
    color: #fff;
    background:none;
    border-radius:0;
    text-align:center;
    margin-top: 0;
}

.breadcrumb li a{color: #222;font-size: 14px;}
.breadcrumb>li+li:before{font-size: 14px;text-transform:uppercase;color: #333;padding: 0;padding-left: 5px;}
.breadcrumb li:last-child a{}
.breadcrumb li:last-child h1{display:inline-block;font-size: 20px;margin: 0;font-weight: 400;}
.page-common{margin:30px 0;}

.page-gioithieu .news-detail h2{font-size: 18px;font-weight:600;text-transform:uppercase;color:#333;margin-top: 0;margin-bottom: 15px;}
.page-gioithieu .divDetailContent{font-size:14px; color:#333; text-align:left; line-height:23px;}
.page-gioithieu .divDetailContent img{max-width:100%;}
.page-gioithieu .divDetailContent iframe{max-width:100%;}
.page-gioithieu .divDetailContent ul li{}
.page-gioithieu .divDetailContent h1{font-size:20px;}
.page-gioithieu .divDetailContent h2{font-size:18px;}
.page-gioithieu .divDetailContent h3{font-size:16px;}

.news-detail .mota h1, .news-detail .mota  .h1,.news-detail .mota  h2,.news-detail .mota  .h2,.news-detail .mota  h3,.news-detail .mota  .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.news-detail .title h1{
    font-size: 20px;
    text-transform:uppercase;
    color:#00a85a;
    margin-bottom: 10px;
    line-height:30px;
    font-weight: 600;
    margin-top: 0;
}
.news-detail .mota h2, .news-detail .mota h2 * {
    font-size: 14pt !important;
    color: brown !important;
    font-weight: bold !important;
}
.news-detail .mota h3, .news-detail .mota h3 * {
    font-size: 12pt !important;
    color: #1c678e !important;
    font-weight: bold !important;
}
.news-detail .mota h4, .news-detail .mota h4 * {
    font-size: 11pt !important;
    color: #1c678e !important;
    font-weight: bold !important;
}
.news-detail .mota h5, .news-detail .mota h5 * {
    font-size: 11pt !important;
    color: #1c678e !important;
    font-weight: bold !important;
}

.page-detail .title h2{
    font-size: 20px;
    text-transform:uppercase;
    color:#333;
    margin-bottom: 10px;
    line-height:30px;
    font-weight: 600;
    margin-top: 0;
}
.news-detail .mota{
    line-height: 24px;
    font-size:14px;
    color:#333;
}

.news-detail .mota ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 22px;
}
.news-detail .mota ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit;
    padding: 0 !important;
    margin-bottom: 6px !important;
}


.news-detail .mota ol{
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 22px;
}
.news-detail .mota ol li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit;
    padding: 0 !important;
    margin-bottom: 6px !important;
    font-size:14px;
}
.news-detail .mota>ol>ol>li>a{font-weight:500;}
.news-detail .mota ol li ol li{margin-bottom:2px !important;}
.news-detail .mota ol li ol li:last-child{margin-bottom:0 !important;}
.news-detail .mota ol li:last-child{margin-bottom:0 !important;}
.news-detail table{width:100% !important;}
.news-detail .mota img{ max-width:100% !important; height:auto !important;}

.social{margin: 10px 0;text-align: left;}
.social .DivbtLike{float: left;overflow: hidden;line-height: 20px;margin-top: 9px;}
.social .DivbtLike .btgg{width: 69px !important;}
.social .DivbtLike .btgg,.social .DivbtLike .btfbs,.DivbtLike .btfbl{float:right; margin-left:5px;}
.social .fb-comments.fb_iframe_widget{ margin: 10px 0;}
.social .fb-comments.fb_iframe_widget,.fb-comments.fb_iframe_widget span,.fb-comments.fb_iframe_widget span iframe {width:100% !important;float:left;display:block;}

.news-ref > h3{
    font-size: 20px;
    text-transform:uppercase;
    color:#333;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height:30px;
    font-weight: 600;
}

.page-404{margin-top:20px;}

/* #region sildeBar*/
.box-sidebar {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 20px;
}

.box-title-sidebar {
    height: 40px;
    background: #00a85a;
    line-height: 40px;
    color: #fff;
    text-align: left;
}

.box-title-sidebar a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 20px;
}

.box-title-sidebar a:hover {
}
        
.box-title-sidebar.title-danhmuc:hover a{color:#fff !important;}

.box-title-sidebar.title-danhmuc {
}

.desc-sidebar {
    padding: 0 20px;
    border: 1px solid #e5e5e5;
}

.desc-sidebar.video-sidebar video{
    width:100% !important;
    padding-bottom: 15px;
}
.desc-sidebar.video-sidebar video source{
    width:100% !important;
}

iframe {
    max-width: 100%;
    width: 100%;
}

.desc-sidebar.video-sidebar {
    padding-top: 20px;
}

.desc-sidebar.video-sidebar .item-video {
    border-bottom: 1px dashed #e5e5e5;
    padding: 15px 0 15px 45px;
    background: url(../images/play-list.png) no-repeat center left;
}

.desc-sidebar.video-sidebar .item-video.first-video figure {
    position: relative;
}

.desc-sidebar.video-sidebar .item-video:last-child {
    border-bottom: none;
}

.desc-sidebar.video-sidebar .item-video.first-video {
    border-bottom: 1px dashed #e5e5e5;
    padding: 0px;
    background: none;
}

.desc-sidebar.video-sidebar .item-video.first-video .title-firstvideo {
    padding: 10px 0;
}

.desc-sidebar.video-sidebar .item-video img {
    width: 100%;
}

.desc-sidebar > ul {
    margin: 0;
}

.desc-sidebar > ul > li {
    padding: 5px 0 5px 20px;
    position: relative;
}

.desc-sidebar > ul > li:last-child {
    border-bottom: none;
}
.desc-sidebar > ul > li a{font-size:14px;}
.desc-sidebar > ul > li a:hover {
    color: #00a85a;
}

.desc-sidebar.danhmuc-sidebar > ul > li:hover > .sub-menu-sidebar {
    left: 100%;
    transition: all 0.3s;
    visibility: visible;
}

.sub-menu-sidebar {
    display: none;
}

.monkey-havechild i {
    font-size: 14px;
    color: #00a85a;
    margin-right: 5px;
}


.sub-menu-sidebar ul li {
    border-bottom: 1px dashed #e5e5e5;
    padding: 10px 5px 10px 10px;
    list-style: none;
    position: relative;
    z-index: 9999;
}

.sub-menu-sidebar ul li:last-child {
    border: none;
}

.sub-menu-sidebar ul li:hover {
    background: #00a85a;
}

.sub-menu-sidebar ul li:hover a {
    color: #fff;
}

.monkey-title-menu-sanpham-home a:hover {
    color: #00a85a;
}

.btn-list-search select {
    border: none;
    height: 90%;
    cursor: pointer;
}

section.main-content {
    overflow: hidden;
}

.desc-sidebar.danhmuc-sidebar > ul > li {
    border-bottom: 1px dashed #e5e5e5;
    padding: 13px 0;
}
.desc-sidebar.danhmuc-sidebar > ul > li h3{line-height:0;}

.desc-sidebar.ggmap-sidebar {
    padding: 0;
}

.desc-sidebar.ggmap-sidebar img {
    width: 100%;
}

.desc-sidebar.new-sidebar .item-news {
    padding: 10px 0 10px 0;
    border-bottom: 1px dashed #e5e5e5;
    min-height: 60px;
}
.desc-sidebar.new-sidebar .item-news figure{width:60px;margin-right:10px;display: inline-block;float: left;}
.desc-sidebar.new-sidebar .item-news .title{width:calc(100% - 60px - 10px);display: inline-block;text-transform: inherit;text-align: justify;}
.desc-sidebar.new-sidebar .item-news .title a{font-size: 14px;line-height: 20px;}
.desc-sidebar.new-sidebar .item-news .title h3{line-height: 0;}
.desc-sidebar.new-sidebar .item-news a:hover {
    color: #00a85a;
}

.desc-sidebar.new-sidebar .item-news:last-child {
    border-bottom: none;
}

.play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(../images/icon-video.png) no-repeat;
}
/* #endregion sildeBar*/
.contact-form .info input[type='text'] {
    width: 100%;
    height: 33px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #cccccc;
    outline: none !important;
    box-sizing: border-box;
    padding: 0 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.contact-form .info textarea {
    width: 100%;
    height: 100px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #cccccc;
    outline: none !important;
    box-sizing: border-box;
    padding: 5px 5px;
    box-sizing:border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.contact-form .title h2{
    font-size: 22px !important;
    text-transform: uppercase;
    color: #333 !important;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 600;
}
.contact-form .info .item.diachi{
    padding-top: 5px;
    line-height: 25px;
}
.contact-map iframe{height:200px; width:100%;}
.contact-form .title-order{margin-top:20px;}
.contact-form .contact-form-box{margin-top: 15px;}
.contact-form .info input[type='text']{margin-bottom: 15px;}

.contact-form .contact-form-box .row input + label,.contact-form .contact-form-box .row textarea + label {
    color: #999;
    font-family: Arial;
    font-size: 14px;
    position: absolute;
    left: 21px;
    font-weight: 400;
    top: 7px;
}
.contact-form .contact-form-box .row textarea + label {top: 4px;}
.contact-form .contact-form-box input[required].requiredText + label:after,.contact-form .contact-form-box textarea.requiredText + label:after {
    content:'*';
    color: red;
    padding-left: 4px;
}
.contact-form .contact-form-box input[required]:invalid + label {
    display: inline-block;
}

.contact-form .contact-form-box input[required]:valid + label{
    display: none;
}
.contact-form .contact-form-box input[required]:invalid + label,.contact-form .contact-form-box textarea[required]:invalid + label {
    display: inline-block;
}

.contact-form .contact-form-box input[required]:valid + label,.contact-form .contact-form-box textarea:valid + label{
    display: none;
}

#btnSendContact{
    display: block;
    font-size: 15px;
    outline: none !important;
    cursor: pointer;
    width: 132px;
    height: 43px;
    border: none;
    color: #fff;
    margin-left: auto;
    margin-top: 15px;
    background: #00a85a;
    border-radius: 30px;
    margin-right: auto;
}
#btnSendContact:hover{background:red; cursor:pointer;}
.contact-form-box .button-box span{font-style:italic;}
.contact-form-box .button-box span.error{color:red;}

.W3NPager {
    margin: 20px 0;
}

.W3NPager:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
}

.W3NPager li {
    list-style: none;
    float: left;
}

.W3NPager li a {
    background-color: #eee;
    border: none;
    padding: 6px 12px;
    text-align: center;
    display: block;
    margin-right: 5px;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
}

.W3NPager li:last-of-type a {
    margin-right: 0;
}

.W3NPager li.active a,.W3NPager li:hover a {
    background:#0139f0;
    color: #fff;
}

.W3NPager li.hidden {
    opacity: .5;
}

.W3NPager li.hidden a {
    cursor: not-allowed;
}

.W3NPager li.hidden a:hover {
    background-color: #fff;
    color: #e9ab3f;
}
.product-page {position: relative;margin-top: 30px;}
.product-page .totalCountPage{position: absolute;right: 0;top: 5px;font-style: italic;font-size: 14px;color: #333;}

.product-sumary{
    font-size:14px;
    color:#333;
    line-height:23px;
    margin-bottom:20px;
}
.term-plist {
    margin: 0 0 40px;
}
.term-plist.list-products-cate li {
    letter-spacing: normal;
}

.term-plist.list-products-cate li {
    margin: 0 0 20px;
    list-style: none;
}
.product-item h3 a {
    color: #333;
    font-weight: 400;
    font-size: 15px;
}
.product-item h3 a:hover{color:#00a85a;}
.product-item {
    position: relative;
}
.term-plist .product-item {
    padding: 0;
    border: 1px solid #fff;
}
.product-item .product-image {
    text-align: center;
    position: relative;
}
.term-plist .product-item .product-image {
    margin: 0;
}
.product-item:hover {
    border: 1px solid #00a85a;
}
.product-item .product-image {
    padding: 0;
}
.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}
.product-item .product-image img {
    max-height: 100%;
    width: auto;
}
.product-item .product-image .product-vaction {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    opacity: 0;
}
.product-item:hover .product-image .product-vaction{
    opacity:1;
}
.product-image .product-vaction a.chitiet {
    position: absolute;
    top: calc(50% - 47px);
    left: calc(50% - 55px);
    right: 0;
    bottom: 0;
    background: #00a85a;
    width: 110px;
    height: 38px;
    border-radius: 15px;
    color: #fff;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 14px;
}
.product-image .product-vaction a.dathang {
    position: absolute;
    top: calc(50% - 0px);
    left: calc(50% - 55px);
    right: 0;
    bottom: 0;
    background: #00a85a;
    width: 110px;
    height: 38px;
    border-radius: 15px;
    color: #fff;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 14px;
}
.product-image .product-vaction a:hover
{
    background:#ec3237;
}
.product-item .information {
    padding: 10px;
    margin: 0;
}
.product-item h3 {
    margin: 0 0 8px;
    overflow: hidden;
    line-height: 20px;
}
.term-plist .product-item h3 {
    margin-bottom: 10px;
}
.product-item .product-price {
    font-weight: 500;
}
.product-item .product-price span {
    color: #e21712;
}
.product-item .product-price span {
    color: #a21010;
    font-weight: 600;
    font-size: 14px;
}
.product-item .product-price del {
    float: right;
}
.product-item .product-price del span.amount {
    color: #444;
    margin-left: 15px;
    font-size: 14px;
}
.pro-tool {
    position: absolute;
    top: 15px;
    left: 15px;
}
.percent-sale {
    color: #fff;
    font-size: 12px;
    padding: 8px;
    text-align: center;
    background: #e21712;
    border-radius: 50%;
}

@media only screen and (max-width: 480px) {
    .fb-show-box {
        width: 96%;
        right: 7px;
    }

    .fb-show-box-desc {
        font-size: 12px;
    }

    #fb-chat-app-1 {
        bottom: 15px;
    }

    .fb-show-box {
        bottom: 85px;
        width: 290px;
    }

    .fb-show-box-desc {
        font-size: 12px;
    }
    .news-list-box .VungBao{width:100% !important;}
}


.content-footer{margin:auto;background:#000;margin-top: 20px;}
.footer-top{padding:0 0 0 98px;margin:auto}
.inner-footer-top{position:relative;z-index:1;display:block}
.contact-footer{width:370px;position:absolute;z-index:10;left:0;top:0;background:#00a85a;height:100%}
.contact-footer:after{content:"";position:absolute;z-index:10;right:-30px;top:0;width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 30px solid #00743e;
}
.right-footer{position: relative;z-index: 1;padding-right: 98px;padding-top: 30px;float: right;width: calc(100% - 370px);padding-left: 30px;padding-bottom:40px;border-top: 29px solid #fff;margin-top: -1px;margin-bottom: 20px;}
.content-footerbot{padding:10px;padding-left: 510px;position:absolute;bottom:0;left:0;width:100%;background:#00743e}
.box-footer{width:25%;float:left;margin-right:5%}
.box-footer2{width:40%;float:right;margin:0}
.fb_iframe_widget{overflow:hidden}

@media screen and (min-width:1360px) and (max-width:1220px) {
    .footer-top{padding:0 0 0 20px}
}
@media screen and (min-width:1219px) and (max-width:1025px) {
    .footer-top{padding:0 0 0 0px}
    .fb_iframe_widget {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
}

#toc
{
	border: 1px solid #bba;
	background-color: #f7f8ff;
	padding: 1em;
	font-size: 13px;
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

#toc-header
{
	display: inline;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
}

#toc ol
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 0;
}

.toc3
{
	margin-left: 1em;
}

.toc4
{
	margin-left: 2em;
}
#toc ol ol{margin-left: 2em;list-style-type: decimal;margin-top: 5px;margin-bottom: 5px;}
#toc ol ol ol{margin-left: 1.5em;}

.slide-logo .item img{max-height:75px; width:auto !important;}



@media (min-width:767px) and (max-width:992px) {
    .b-clear .col-sm-1:nth-child(12n+1),
    .b-clear .col-sm-2:nth-child(6n+1),
    .b-clear .col-sm-3:nth-child(4n+1),
    .b-clear .col-sm-4:nth-child(3n+1),
    .b-clear .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/*Large Desktop*/
@media (min-width:993px) {
    .b-clear .col-md-1:nth-child(12n+1),
    .b-clear .col-md-2:nth-child(6n+1),
    .b-clear .col-md-3:nth-child(4n+1),
    .b-clear .col-md-4:nth-child(3n+1),
    .b-clear .col-md-6:nth-child(2n+1),
    .b-clear .col-lg-1:nth-child(12n+1),
    .b-clear .col-lg-2:nth-child(6n+1),
    .b-clear .col-lg-3:nth-child(4n+1),
    .b-clear .col-lg-4:nth-child(3n+1),
    .b-clear .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width:767px) {
    .b-clear .col-xs-1:nth-child(12n+1),
    .b-clear .col-xs-2:nth-child(6n+1),
    .b-clear .col-xs-3:nth-child(4n+1),
    .b-clear .col-xs-4:nth-child(3n+1),
    .b-clear .col-xs-6:nth-child(2n+1) {
        clear: left;
    }
}
