/*set color body*/
body{
    background-color: #f8f9fd;
    font-family: Arial, "Times New Roman", "Bitstream Charter", Times, "Open Sans", serif;
}
/*css button form gravity*/
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    border: none;
    padding: 10px 19px;
    border-radius: 6px;
    background-color: #2a449c;
    color: #fff;
}
.gform_wrapper div.validation_error
{
    display: none;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    padding-top: 2px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required{
    border: none;
}
.mm-menu {
    background: #2a449c;
    border-color: rgba(0,0,0,.1);
    color: #fff;
}
.mm-listview>li:not(.mm-divider):after,
.mm-navbar{
    border-bottom-color: #f5f5f51c;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
    color: #fff;
}
@media (min-width: 1366px) {
    .container {
        width: 1300px;
    }
}
@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }
}
@media (min-width: 1680px) {
    .container {
        width: 1600px;
    }
}
@media (min-width: 1720px) {
    .container {
        width: 1680px;
    }
}
@media (min-width: 1920px) {
    .container {
        width: 1890px;
    }
}
@media (min-width: 1200px){
    .container {
        width: calc(100% - 30px) !important;
    }
}

/*css danh mục*/
.list-category.scroll-to-fixed-fixed {
    position: fixed !important;
}
.list-category.scroll-to-fixed-fixed {
    margin-top: 140px !important;
}
.list-category>ul.cat-menu ul a.current{
        color: #168412 !important;
    font-weight: 500;
}
.list-category li {
    position: relative;
}

.list-category ul li ul {
    display: none;
}

.list-category .btn-opensub {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 49px;
    line-height: 44px;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 22px;
}
.list-category button.btn-opensub.is-active i:before,
.list-category li.li-active button.btn-opensub i:before {
    content: "\f107";
}

.list-category .btn-opensub span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-category .btn-opensub.is-active span {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.list-category .btn-opensub.is-active span:before {
    content: "";
}

.list-category {
    margin-top: 74px;
}


.list-category>ul.cat-menu>li>a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    padding: 14px 42px;
    display: block;
    border-bottom: 1px solid #ddd;
    background: -moz-linear-gradient(90deg, #097903 0%, #4caf50 100%);
    background: -webkit-linear-gradient(90deg, #097903 0%, #4caf50 100%);
    background: -ms-linear-gradient(90deg, #097903 0%, #4caf50 100%);
    margin-bottom: 6px;
}
.list-category>ul.cat-menu>li.li-active>a {
    background: #b10000;
    background: -moz-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
    background: -webkit-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
    background: -ms-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
}
.list-category>ul.cat-menu>li.li-active ul{
    display: block;
}
.list-category>ul.cat-menu ul a{
    position: relative;
    color: #474747;
    font-size: 18px;
    line-height: 22px;
    padding: 14px 42px;
    display: block;
    background-color: #f7f7f7;
    margin-bottom: 6px;
    border-bottom: 1px solid #0b7b05;
    padding-left: 70px;
}
.list-category>ul.cat-menu>li>a:hover{
    background: #b10000;
    background: -moz-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
    background: -webkit-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
    background: -ms-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
}
