@import url('public/css/fonts.css');
@import url('public/css/normalize.css');
@import url('public/css/reset.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Pacifico');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700');
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

strong,
b {
    font-weight: 700;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

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

body {
    overflow-x: hidden;
    font-size: 14px;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #FFF;
}

select,
input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

select {
    border-radius: 0px !important;
}

.row {
    width: calc(100% + 30px);
    margin: 0px -15px;
}

.item {
    padding: 0px 15px;
}

.row1 {
    width: calc(100% + 6px);
    margin: 0px -3px;
}

.item1 {
    padding: 0px 3px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-between {
    justify-content: space-between;
}

.flex-around {
    justify-content: space-around;
}

.flex-center {
    justify-content: center;
}

.flex-start {
    justify-content: flex-start;
}

.flex-align-center {
    align-items: center;
}

.mfix {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    background: #FFF;
    width: 100%;
}

.container {
    max-width: 1220px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px;
}

.full-wrap {
    max-width: 100%;
    margin: 0 auto;
}

.header-top {
    background: #e8e8e8;
}

.top-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.top-content a {
    color: #646464;
    line-height: 30px;
    font-size: 12px;
}

.top-content a img {
    vertical-align: middle;
}

.top-info a:nth-child(1),
.top-info a:nth-child(2) {
    margin-right: 10px;
}

.banner-logo {
    display: flex;
    align-items: center;
}

.banner-logo img {
    float: left;
}

.banner-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner-search {
    width: 600px;
}

.banner-search-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #646464;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 9px 0px;
}

.banner-search-box select {
    width: 100px;
    background: #646464;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 8px;
    line-height: 30px;
    font-size: 14px;
    color: #FFF;
}

.banner-search-box input {
    width: calc(100% - 100px);
    border: none;
    background: #FFF;
    outline: none;
    line-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px;
    font-size: 14px;
    font-family: 'Roboto';
}

.banner-btn-search {
    width: 36px;
    height: 36px;
    background: #efefef;
    position: absolute;
    right: 0px;
    top: 1px;
    right: 1px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-info {
    width: 320px;
}

.banner-info ul {
    width: 100%;
    display: flex;
    margin: 13px 0px;
    justify-content: space-between;
}

.banner-info ul li {
    font-size: 14px;
}

.banner-info ul li:nth-child(1) img,
.banner-info ul li:nth-child(2) img,
.banner-info ul li:nth-child(3) img {
    float: left;
    margin-right: 6px;
    margin-top: 5px;
}

.banner-info ul li:first-child {
    width: 100px;
}

.banner-info ul li:nth-child(2) {
    width: 108px;
}

.banner-info ul li:last-child {
    width: 70px;
}

.menu-bottom {
    padding: 15px 0px;
}

.menu-index * {
    box-sizing: border-box;
}

.menu-index {
    width: 100%;
    text-align: center;
    display: flex;
}

.menu-index li {
    flex-grow: 1;
}

.menu-index li {
    text-align: center;
    border-bottom: 3px solid transparent;
}

.menu-index li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #646464;
    padding-bottom: 10px;
}

.menu-index li:hover,
.menu-index li.active {
    border-bottom: 3px solid #b11b20;
}

.title {
    width: 100%;
    text-align: center;
    position: relative;
}

.title:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0px;
    height: 1px;
    background: #646464;
    top: 25px;
}

.title h3,
.title h1,
.title h4,
.title h5 {
    display: inline-block;
    padding: 0px 20px;
    text-transform: uppercase;
    font-size: 20px;
    color: #646464;
    background: #FFF;
    position: relative;
    z-index: 1;
    line-height: 40px;
}

.title p {
    font-style: italic;
}

.title1 {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.title1:after {
    position: absolute;
    content: '';
    width: 35%;
    left: 0px;
    height: 1px;
    background: #FFF;
    top: 25px;
}

.title1:before {
    position: absolute;
    content: '';
    width: 35%;
    right: 0px;
    height: 1px;
    background: #FFF;
    top: 25px;
}

.title1 h3 {
    display: inline-block;
    padding: 0px 20px;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFF;
    position: relative;
    z-index: 1;
    line-height: 40px;
}

.title1 p {
    font-style: italic;
}

.flex-boxkg {
    width: calc(100% + 20px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.flex-boxkg img {
    max-width: 100%;
    transition: all 0.6s ease-in-out;
}

.flex-boxkg .item {
    width: calc(100% / 3);
    padding: 0px 10px;
    margin-bottom: 20px;
}

.flex-boxkg .item:hover img {
    transform: scale(1.2)
}

.flex-boxkg .item .box-i {
    display: block;
    box-shadow: 0px 0px 10px #CCC;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.flex-boxkg .item .box-i:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0);
    content: '';
    z-index: 1;
    transition: all 0.6s ease-in-out;
}

.flex-boxkg .item:hover .box-i:after {
    background: rgba(0, 0, 0, 0.8);
}

.flex-boxkg .item .box-i h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0px 10px;
    opacity: 0;
    transition: all 0.6s;
    z-index: 2;
}

.flex-boxkg .item:hover .box-i h3 {
    opacity: 1;
}

.flex-boxkg .item .box-i h3 a {
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
}


/* .flex-boxkg .flex-left{
    width: 650px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-boxkg .flex-right{
    width: 525px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.flex-boxkg.flex-even .flex-left{
    order: 1;
}
.flex-boxkg.flex-even .flex-right{
    order: -1;
}
.flex-boxkg.flex-even{
    margin-top: 25px;
}
.flex-boxkg .item:nth-child(3),.flex-boxkg .item:nth-child(4){
    margin-bottom: 0px;
} 
.flex-boxkg .item{
    margin-bottom: 25px;
    box-shadow: 3px 3px 8px #646464;
    display: flex;
    padding: 0px 0px;
}*/

.adv-top {
    width: 100%;
    text-align: center;
}

.adv-top a {
    display: block;
    margin: 0 auto;
}

.adv-top a img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.box-simple-news {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-time {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.news-time .itime span {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    position: relative;
    color: #646464
}

.news-time .itime span:after {
    width: 20px;
    height: 1px;
    position: absolute;
    content: '';
    left: calc(50% - 10px);
    bottom: 0px;
    background: #646464;
}

.news-time .itime span:last-child:after {
    display: none;
}

.news-time {
    width: 70px;
}

.news-img {
    width: 49%;
}

.news-img img {
    float: left;
    box-shadow: 3px 3px 8px #646464;
    max-width: 100%;
}

.news-desc {
    width: 41%;
}

.news-desc h3 a {
    font-size: 20px;
    text-transform: uppercase;
    color: #646464;
}

.news-desc p {
    font-size: 14px;
    line-height: 20px;
    color: #646464;
}

.box-multi-news {
    width: calc(100% + 25px);
    margin: 30px calc(-25px / 2) 0px;
}

.news-item {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px calc(25px / 2);
}

.news-item-img {
    width: 100%;
    margin-bottom: 15px;
}

.news-item-img img {
    width: 100%;
    display: block;
    box-shadow: 3px 3px 8px #646464;
}

.news-item-desc {
    text-align: center;
    margin-top: 10px;
}

.news-item-desc h4 a {
    font-size: 18px;
    text-transform: uppercase;
    color: #646464;
    margin-bottom: 5px;
}

.news-item-desc p {
    font-size: 14px;
    line-height: 20px;
    color: #646464;
}

.newsletter-top {
    background: url('public/bg-newsleter.webp') no-repeat top center;
    padding: 20px 0px;
    margin: 30px 0px 0px;
    background-size: cover;
}

.form-newsletter {
    width: 500px;
    margin: 0 auto;
}

.form-input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: #646464;
    box-shadow: 3px 3px 8px #646464;
    font-style: italic;
}

.form-input .icon {
    width: 34px;
    background: #646464;
    align-items: stretch;
    height: 100%;
}

.form-input .icon img {
    display: block;
}

.form-input .text-input {
    width: calc(100% - 34px);
    background: #dcdcdc;
    height: 31px;
    line-height: 31px;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
}

.form-input textarea.text-input {
    height: 100px;
}

.form-button {
    width: 100%;
    text-align: center;
}

.form-button button {
    display: inline-block;
    padding: 10px 30px 5px;
    background: #b11b20;
    box-shadow: 3px 3px 8px #646464;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
    border: none;
    outline: none;
}

.footer-top {
    width: 100%;
    background: #636363;
}

.box-footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1366px;
    margin: 0px auto;
    background: #636363;
}

.box-footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bocongthuong img,
.social img {
    max-width: 100%;
}

.left-footer {
    width: 50%;
    /* background: #636363 url('public/bg-footer.webp') no-repeat left center; */
    /*  -webkit-background-size: cover;
    background-size: cover; */
    padding: 10px 20px 10px 83px;
    display: flex;
}

.left-footer {
    width: 50%;
}

.flex-footer {
    width: calc(100% + 20px);
    margin: 0px -10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.item-footer {
    width: 50%;
    padding: 10px 10px;
}

.item-footer:nth-child(2) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box-dfooter {
    width: 100%;
}

.item-footer .box-dfooter h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 10px;
}

.item-footer .box-dfooter p {
    width: 100%;
    display: block;
    line-height: 22px;
    margin-bottom: 8px;
    color: #FFF;
}

.item-footer .box-dfooter p a {
    color: #FFF;
}

.item-footer .box-dfooter p img {
    float: left;
    margin-right: 5px;
}

.item-footer .box-dfooter p span {
    width: calc(100% - 25px);
    display: inline-block;
}

.right-footer {
    width: 50%;
    padding: 10px;
    display: flex;
    background: #636363;
}

.right-footer iframe {
    width: 100% !important;
    height: 255px !important;
    float: left;
}

.copy-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.copy-box p {
    font-size: 12px;
    line-height: 50px;
    color: #646464;
}

.copy-box p a {
    color: #646464;
}

.temp-news {
    width: 100%;
}

.temp-news * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-news {
    max-width: 1366px;
    margin: 0 auto;
    /* display: flex;
    justify-content: space-between; */
}

.slider-news-items {
    width: calc(100% / 3);
    position: relative;
}

.slider-news-items .img {
    max-width: 100%;
    display: block;
    display: flex;
    position: relative;
}

.slider-news-items .img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.slider-news-items .img img {
    float: left;
    max-width: 100%;
}

.slider-news-items .desc {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
}

.slider-news-items .desc p.cata a {
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.slider-news-items .desc h4.art a {
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.slider-news-items .desc p.time {
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    display: block;
}

.container-news {
    max-width: 1020px;
    padding: 0px 10px 50px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.container-news-left {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container-news-left-items {
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.container-news-left-items .img {
    width: 100%;
    display: block;
    position: relative;
}

.container-news-left-items .img img {
    float: left;
    max-width: 100%;
    width: 100%;
}

.container-news-left-items .desc {
    width: 100%;
    padding: 30px;
    border: 1px solid #DDD;
    border-top: 0px;
}

.container-news-left-items .desc h4.art a {
    font-size: 16px;
    color: #646464;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    line-height: 25px;
}

.container-news-left-items .desc p {
    font-size: 14px;
    color: #646464;
    line-height: 25px;
    display: block;
}

.container-news-left-items .time {
    position: absolute;
    width: 200px;
    height: 100px;
    top: -50px;
    left: calc(50% - 100px);
    background: #646464;
    z-index: 1;
    padding: 27px 30px;
    text-align: center;
}

.container-news-left-items .time p {
    color: #FFF;
}

.container-news-left-items .time .line {
    display: block;
    width: 100%;
    margin: 8px 0px;
    border-top: 1px solid #FFF;
}

.container-news-left-items .read {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.container-news-left-items .read img {
    vertical-align: middle;
}

.container-news-left-items .read p:nth-child(1) a {
    display: inline-block;
    padding: 8px 15px 2px;
    color: #FFF;
    text-transform: uppercase;
    background: #646464;
}

.container-news-left-items .read p:nth-child(2) img {
    box-shadow: 1px 1px 3px #999999;
}

.container-news-right {
    width: 35%;
    padding-top: 100px;
}

.container-news-right-items {
    width: 100%;
    padding: 20px 25px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}

.container-news-right-items .img {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.container-news-right-items .img img {
    float: left;
    max-width: 100%;
    width: 100%;
}

.container-news-right-items .desc {
    width: 100%;
}

.container-news-right-items .desc h4.art a {
    font-size: 16px;
    color: #646464;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    line-height: 25px;
}

.container-news-right-items .desc p {
    font-size: 14px;
    color: #646464;
    line-height: 25px;
    display: block;
}

.slider-loisong {
    width: 100%;
    height: 500px;
    position: relative;
}

.title-ls {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
}

.title-ls h1 {
    font-size: 40px;
    color: #FFF;
}

.title-ls p {
    font-size: 16px;
    color: #FFF;
    margin-top: 10px;
}

.loisong {
    width: calc(100% + 30px);
    /*  display: flex;
   flex-wrap: wrap;
   justify-content: space-between; */
    margin: 0px -15px;
}

.loisong-items {
    width: calc(100% / 3);
    position: relative;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.loisong-items .img {
    width: 100%;
    display: block;
    position: relative;
}

.loisong-items .img img {
    float: left;
    max-width: 100%;
    width: 100%;
}

.loisong-items .desc {
    width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
    border-top: 0px;
}

.loisong-items .desc h4.art a {
    font-size: 15px;
    color: #646464;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
    line-height: 22px;
}

.loisong-items .desc p {
    font-size: 14px;
    color: #646464;
    line-height: 25px;
    display: block;
}

.loisong-items .time {
    position: absolute;
    width: 140px;
    height: 70px;
    top: -35px;
    left: calc(50% - 70px);
    background: #646464;
    z-index: 1;
    padding: 10px 10px;
    text-align: center;
}

.loisong-items .time p {
    color: #FFF;
}

.loisong-items .time .line {
    display: block;
    width: 100%;
    margin: 8px 0px;
    border-top: 1px solid #FFF;
}

.loisong-items .read {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.loisong-items .read img {
    vertical-align: middle;
}

.loisong-items .read p:nth-child(1) a {
    display: inline-block;
    padding: 3px 10px 2px;
    color: #FFF;
    text-transform: uppercase;
    background: #646464;
    font-size: 13px;
}

.loisong-items .read p:nth-child(2) img {
    box-shadow: 1px 1px 3px #999999;
}

.social-news-right p {
    text-transform: uppercase;
    font-size: 15px;
    color: #646464;
    margin-bottom: 10px;
    text-align: center;
}

.social-news-right div {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.social-news-right div p {
    display: inline-block;
    width: 72px;
}

.container-news-multi-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.container-news-multi-item:last-child {
    margin-bottom: 0px;
}

.container-news-multi-item .img-m {
    width: 125px;
    display: block;
    position: relative;
}

.container-news-multi-item .img-m img {
    float: left;
    max-width: 100%;
}

.container-news-multi-item .desc-m {
    width: calc(100% - 135px);
}

.container-news-multi-item .desc-m h5 a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.container-news-multi-item .desc-m p {
    font-size: 14px;
    line-height: 18px;
    color: #646464;
    font-weight: 400;
    display: block;
}

.temp-product {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}

.left-fixed-product {
    position: fixed;
    left: 10px;
    top: 0px;
    width: 64px;
    padding: 0px 10px;
    box-shadow: 2px 2px 10px #CCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    display: none;
    z-index: 10005;
}

.left-fixed-product.show {
    display: block;
}

.left-fixed-product ul {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.left-fixed-product ul li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

.left-fixed-product ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.left-fixed-product ul li:before {
    position: absolute;
    content: '';
    width: 40px;
    left: calc(50% - 20px);
    bottom: 0px;
    height: 1px;
    background: #ccc;
}

.left-fixed-product ul li:last-child:before {
    display: none
}

.slickProduct img {
    float: left;
    max-width: 100%;
}

.content-product {
    width: 100%;
}

.content-product * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-content-product {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content-product-left {
    width: 250px;
}

.box-slider-kg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left-khonggian {
    width: 70%;
    padding: 30px 50px;
    background: #f0f0f0;
}

.left-khonggian img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.right-khonggian {
    width: 30%;
    padding: 0px 20px;
    line-height: 24px;
    text-align: justify;
}

.chon-left {
    padding: 10px 5px;
}

.chon-left p {
    padding-left: 20px;
    position: relative;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}

.chon-left p a {
    color: #646464
}

.chon-left p:before {
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    border: 1px solid #646464;
    border-radius: 50%;
}

.chon-left p:after {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    left: 3px;
    top: 9px;
    background: transparent;
    border-radius: 50%;
}

.chon-left p.active:before {
    border: 1px solid #b11b20;
}

.chon-left p.active:after {
    background: #b11b20;
}

.chon-left p.active a {
    color: #b11b20;
}

.sub-left-title {
    background: #646464;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    padding: 14px 10px 8px;
    position: relative;
}

.sub-left-title span {
    float: right;
    font-size: 38px;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0px;
    right: 0px;
    z-index: 1;
    cursor: pointer;
}

.sub-left-title.active {
    background: #b11b20;
}

.none {
    display: none;
}

.chon-check {
    padding: 10px 5px;
}

.chon-check li {
    padding-left: 18px;
    position: relative;
    line-height: 30px;
    font-size: 14px;
    position: relative;
    text-transform: capitalize;
}

.chon-check li a {
    color: #646464;
}

.chon-check li span {
    float: right;
    font-size: 25px;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0px;
    right: 0px;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chon-check li:before {
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    border: 1px solid #646464;
    border-radius: 50%;
}

.chon-check li:after {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    left: 3px;
    top: 9px;
    background: transparent;
    border-radius: 50%;
}

.chon-check li.active:before,
.chon-check li:hover:before {
    border: 1px solid #b11b20;
}

.chon-check li.active:after,
.chon-check li:hover:after {
    background: #b11b20;
}

.chon-check li.active>a,
.chon-check li:hover>a,
.chon-check li ul li.active a,
.chon-check li ul li:hover a {
    color: #b11b20;
}

.chon-check>li>a {
    font-weight: bold;
}

.chon-check li ul {
    display: none;
}

.content-product-right {
    width: calc(100% - 270px);
}

.title-product {
    width: 100%;
    position: relative;
}

.title-product:before {
    width: 100%;
    height: 1px;
    background: #646464;
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 0;
}

.title-product h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #646464;
    display: inline-block;
    background: #FFF;
    position: relative;
    line-height: 45px;
    z-index: 1;
    padding-right: 15px;
}

.desc-product-no-flex {
    width: calc(100% + 24px);
    margin: 0px -12px;
}

.desc-product-no-flex-pad {
    width: calc(100% + 12px);
    margin: 0px -6px;
}

.desc-product-flex-pad {
    width: calc(100% + 12px);
    margin: 0px -6px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.desc-product {
    width: calc(100% + 24px);
    margin: 0px -12px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.desc-product.mra {
    width: calc(100% + 10px);
    margin: 0px -5px;
}

.item-product {
    padding: 0px 12px;
    margin-bottom: 24px;
}

.product-col-8 {
    width: calc(100% / 8);
}

.product-col-7 {
    width: calc(100% / 7);
}

.product-col-6 {
    width: calc(100% / 6);
}

.product-col-5 {
    width: calc(100% / 5);
}

.product-col-4 {
    width: calc(100% / 4);
}

.product-col-3 {
    width: calc(100% / 3);
}

.item-product.pda {
    padding: 0px 5px;
    margin-bottom: 0px;
}

.item-product .img {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 10px;
    transition: all 0.6s;
}

.name-thieu {
    position: absolute;
    width: 100%;
    padding: 5px 10px 3px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
    bottom: 0px;
    left: 0px;
}

.item-product:hover .img a img {
    border: 2px solid #b11b20;
}

.item-product .img a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border: 2px solid transparent;
}

.item-product .desc {
    width: 100%;
    margin-top: 10px;
}

.item-product .desc h4 {
    height: 40px;
    overflow: hidden;
}

.item-product .desc h4 a {
    font-size: 12px;
    color: #646464;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    line-height: 20px;
}

.item-product .desc p {
    font-size: 12px;
    color: #646464;
    line-height: 25px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    text-transform: uppercase;
}

.item-product .desc p.center {
    justify-content: center;
}

.item-product .desc p span.price-old {
    text-decoration: line-through;
}

.item-product .desc p span.price {
    font-weight: 700;
}

.item-product .desc .addcart {
    width: 100%;
    margin-top: 5px;
}

.item-product .desc .addcart a {
    background: #646464;
    padding: 10px 10px 5px;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

.item-product:hover .desc .addcart a {
    background: #b11b20;
}

.catalogues-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.catalogues-box .i {
    width: calc(100% / 4 - 15px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 0px 5px #CCC;
}

.catalogues-box .i .img {
    margin-bottom: 10px;
}

.catalogues-box .i .img img {
    display: block;
    max-width: 100%;
}

.catalogues-box .i .desc a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #333;
}

.box-product {
    position: relative;
}

.status-top {
    position: absolute;
    top: 0px;
    left: 0px;
}

.hot {
    display: inline-block;
    padding: 2px 5px;
    background: #FF0000;
    color: #FFF;
    font-size: 12px;
}

.khuyenmai {
    display: inline-block;
    padding: 2px 5px;
    background: #FF7A00;
    color: #FFF;
    font-size: 12px;
}

.box-product .desc-pos {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    width: 100%;
    text-align: center;
    background: #b11b20;
    transition: all 0.6s;
    opacity: 0;
}

.box-product .desc-pos h4 a {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
}

.item-product:hover .box-product .desc-pos {
    opacity: 1;
}

.top-slider-product {
    width: 100%;
    margin-bottom: 20px;
}

.top-slider-product * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-slider-box-product {
    display: flex;
    justify-content: space-between;
}

.top-slider-left {
    width: 200px;
    background: #646464;
    display: flex;
    align-items: center;
}

.menu-slider {
    width: 100%;
    padding: 10px 0px 10px 30px;
    display: flex;
    flex-wrap: wrap;
}

.menu-slider li {
    width: 100%;
}

.menu-slider li a {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
    border-bottom: 2px solid transparent;
    padding: 8px 0px;
    position: relative;
}

.menu-slider li:hover a:after,
.menu-slider li.active a:after {
    border-bottom: 2px solid #ba131a;
    position: absolute;
    left: 0px;
    content: '';
    width: 100%;
    bottom: 6px;
}

.top-slider-right {
    width: calc(100% - 200px);
    background: #efefef;
}

.box-status-product {
    width: calc(100% + 40px);
    display: flex;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0px;
    margin: 0px -20px;
    flex-wrap: wrap;
}

.status-product-item {
    width: calc(100% / 4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
    text-align: center;
    cursor: pointer;
}

.status-product-item p img {}

.status-product-item p:nth-child(1) {}

.status-product-item p span {
    display: inline-block;
    padding-left: 20px;
    text-transform: uppercase;
    color: #646464;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    line-height: 30px;
}

.status-product-item p span:before {
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    border: 1px solid #CCC;
    border-radius: 50%;
    left: 0px;
    top: 4px;
}

.status-product-item p:hover span:before,
.status-product-item p.active span:before {
    border: 1px solid #646464;
}

.status-product-item p:hover span:after,
.status-product-item p.active span:after {
    transform: scale(1);
}

.status-product-item p span:after {
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    background: #646464;
    border-radius: 50%;
    left: 4px;
    top: 8px;
    transform: scale(0);
    transition: all 0.6s;
}

.policy-product {
    width: calc(100%)
}

.box-policy-product {
    width: calc(100% + 26px);
    display: flex;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0px 10px;
    margin: 0px -13px;
    flex-wrap: wrap;
}

.policy-product-item {
    width: calc(100% / 4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 13px;
    text-align: center;
    cursor: pointer;
}

.policy-product-item p {
    text-transform: uppercase;
    color: #646464;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    line-height: 30px;
}

.policy-b {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    box-shadow: 3px 3px 10px #CCC;
}

.policy-b img {
    max-height: 50px;
}

.cata-product {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 0px 8px #CCC;
    background: #FFF;
    margin-bottom: 20px;
}

.cata-product:last-child {
    margin-bottom: 0px;
}

.cata-product * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cata-title-product h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #646464;
    display: inline-block;
    background: #FFF;
    position: relative;
    line-height: 45px;
    z-index: 1;
}

.cata-title-product a {
    color: #D90;
    font-size: 14px;
    font-style: italic;
    float: right;
}

.cata-desc-product-top {
    width: calc(100% + 10px);
    margin: 0px -5px 5px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.cata-desc-product-top .col-4 {
    width: calc(100% / 12 * 4);
    padding: 0px 5px;
}

.img-c4 img {
    max-width: 100%;
    float: left;
}

.cata-desc-product-top .col-8 {
    width: calc(100% / 12 * 8);
    padding: 0px 5px;
}

.desc-feature-product {
    display: flex;
    justify-content: space-between;
}

.desc-feature-product-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.desc-feature-product-flex.no-flex {
    width: 100%;
}

.feature-product-item {
    width: calc(100% / 5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid transparent;
    border-right: 1px solid #ddd
}

.feature-product-item:last-child {
    border-right: 1px solid transparent;
}

.feature-product-item:hover {
    border: 1px solid #b11b20;
}

.feature-product-item .img {
    width: 110px;
}

.feature-product-item .img img {
    max-width: 110px;
    float: left;
}

.feature-product-item .desc {
    width: calc(100% - 120px);
}

.feature-product-item .desc h4 a {
    font-size: 13px;
    color: #646464;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.feature-product-item .desc p {
    font-size: 13px;
    color: #646464;
    line-height: 25px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    text-transform: uppercase;
}

ul#breadcrumb {
    padding: 10px 0px;
    list-style: none;
    background: #FFF;
}

ul#breadcrumb li {
    display: inline;
    font-size: 14px
}

ul#breadcrumb li+li:before {
    font-family: 'FontAwesome';
    padding: 8px;
    color: black;
    font-size: 13px;
    content: "\f105"
}

ul#breadcrumb li a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

ul#breadcrumb li a:hover {
    color: #01447e
}

.author h1 {
    font-family: 'OpenSansBold';
    font-size: 18px;
    margin-bottom: 15px;
}

.detail-product {
    width: 100%;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.detail-product * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-detail-product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail-product-left {
    width: 41%;
    border-right: 1px solid #DDD;
    padding: 20px;
}

.image-detail-top {
    width: 100%;
    text-align: center;
}

.image-detail-top img {
    max-width: 100%;
}

.image-detail-bottom {
    width: calc(100% + 16px);
    margin: 0px -8px;
}

.image-detail-bottom * {
    outline: none;
}

.img-gl {
    width: 100%;
    padding: 12px 8px 0px;
}

.img-gl a {
    display: block;
    float: left;
}

.img-gl img {
    max-width: 100%;
    float: left;
}

.detail-product-center {
    width: 29%;
    border-right: 1px solid #DDD;
    padding: 20px;
}

.detail-product-center h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #646464;
}

.detail-product-center p {
    padding: 5px 0px;
    color: #646464;
    line-height: 22px;
    font-size: 14px;
}

.heart-check {
    display: inline-block;
    width: 100%;
    padding: 6px 10px 3px;
    background: #646464;
    color: #FFF;
    cursor: pointer;
    text-align: center;
}

.status-check {
    display: inline-block;
    width: 100%;
    padding: 6px 10px 3px;
    background: #bd0a14;
    color: #FFF;
    cursor: pointer;
    text-align: center;
}

.heart-check.success {
    background: #07a730;
}

.price-detail .price {
    font-size: 25px;
    color: #FF0000;
    font-weight: 700;
    margin-right: 10px;
}

span.properties {
    display: inline-block;
    padding: 3px 5px 0px;
    border: 1px solid #CCC;
    margin-right: 5px;
    margin-bottom: 3px;
    font-size: 13px;
    cursor: pointer;
}

span.properties:hover,
span.properties.active {
    border: 1px solid #aa1c21;
    color: #aa1c21;
}

.contain_number_giohang {
    display: inline-block;
    float: left;
}

.minus_giohang {
    display: inline-block;
    float: left;
    width: 30px;
    height: 28px;
    border-left: none;
    line-height: 28px;
    text-align: center;
    background: #e8e8e8;
    font-size: 20px;
    color: #333;
    font-weight: 300;
}

.plus_giohang {
    display: inline-block;
    float: left;
    width: 30px;
    height: 28px;
    border-left: none;
    line-height: 28px;
    text-align: center;
    background: #e8e8e8;
    font-size: 20px;
    color: #333;
    font-weight: 300;
}

.minus_giohang:hover,
.minus_giohang:active {
    background: #b11b20;
    color: #FFF;
}

.plus_giohang:hover,
.plus_giohang:active {
    background: #b11b20;
    color: #FFF;
}

.number_giohang {
    display: inline-block;
    float: left;
    text-align: center;
    height: 28px;
    outline: none;
    line-height: 28px;
    width: 40px;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    border-radius: 0px;
    -webkit-appearance: none;
    border: 1px solid #e8e8e8;
}

.detail-button-buy {
    display: inline-block;
    padding: 9px 10px 5px;
    background: #b11b20;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
}

.product-numb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail-product-right {
    width: 30%;
    padding: 20px 0px 20px 20px;
}

.detail-product-right * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.desc-pldetail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.desc-pldetail .img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #CCC;
}

.desc-pldetail .img img {
    max-width: 100%;
    float: left;
    border-radius: 50%;
}

.desc-pldetail .desc {
    width: calc(100% - 50px);
}

.desc-pldetail .desc h4 {
    font-size: 13px;
    color: #646464;
    display: block;
    font-weight: 400;
    line-height: 20px;
}

.detail-adv a,
.detail-adv img {
    display: block;
    float: left;
    max-width: 100%;
}

.pro-product-left {
    width: 70%;
}

.tab-scroll {
    width: 100%;
    display: flex;
    padding: 0px 20px;
    justify-content: space-between;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.tab-scroll li {
    text-transform: uppercase;
    color: #646464;
    padding: 14px 0px 5px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    font-size: 13px;
}

.tab-scroll li:hover,
.tab-scroll li.active {
    border-bottom: 3px solid #b11b20;
}

.detail-scroll {
    padding: 20px 0px;
}

.detail-scroll h3 {
    font-size: 18px;
    color: #646464;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.detail-scroll h3 span {
    text-decoration: underline;
}

.content-scroll {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #646464;
}

.pro-product-right {
    width: 30%;
    padding: 20px 50px 20px 50px;
}

.pro-product-right h3 {
    font-size: 14px;
    color: #646464;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.pro-product-right>p {
    text-align: center;
    margin-bottom: 10px;
}

.pro-product-right h2 {
    font-size: 13px;
    color: #646464;
    margin-bottom: 30px;
    text-align: center;
}

.item-other {
    margin-bottom: 20px;
}

.item-other img {
    float: left;
    max-width: 100%;
    width: 100%;
}

.read-other {
    line-height: 14px;
    text-align: center;
}

.read-other img {
    vertical-align: middle;
    margin: 0px 5px;
}

.tag-other {
    margin-top: 20px;
    font-size: 12px;
}

.tag-other a {
    font-size: 12px;
    padding: 5px 5px 2px;
    color: #333;
    background: #e8e8e8;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.menu-but {
    width: 50px;
    height: 48px;
    line-height: 48px;
    display: none;
    padding-left: 40px;
    color: #FFF;
}

.menu-but a {
    color: #333;
    font-family: 'RobotoBold';
    font-size: 18px;
    text-transform: uppercase;
}

.expand-alias {
    position: absolute;
    top: 9px;
    left: 0px;
    z-index: 2;
    width: 31px;
    height: 31px;
    background: #d23;
}

.expand-alias span {
    background-color: #fafafa;
    font-size: 0;
    width: 16px;
    height: 3px;
    position: absolute;
    top: 14px;
    left: 6px;
    border-radius: 2px;
}

.expand-alias span:before {
    transform: translateY(-6px);
    width: 22px !important;
}

.expand-alias span:after {
    transform: translateY(6px);
    width: 12px !important;
}

.expand-alias span:after,
.expand-alias span:before {
    content: "";
    background-color: #fafafa;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    border-radius: 2px;
}

.hotline-mobile {
    display: block;
    color: #FFF;
    font-family: 'RobotoBold';
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #d23;
    margin-top: 10px;
    display: none;
}

.table-order {
    font-family: 'Roboto'
}

.name-sp {
    font-size: 15px;
    font-weight: 700;
}

.order-right {
    width: calc(100% - 520px);
}

.order-left {
    width: 520px;
}

.order-title {
    background: #f7f7f7;
    padding: 10px 10px;
    color: #333;
    font-family: 'Roboto';
    margin-bottom: 15px;
}

.row-order {}

.img-order {
    width: 100px;
}

.desc-order {
    width: calc(100% - 200px);
    line-height: 20px;
}

.desc-order p:nth-child(2) {
    color: #FF0000;
}

.price-order {
    width: 100px;
}

.border-bottom-order {
    border-bottom: 1px solid #dddddd;
}

.totai-row span.price-dh {
    font-size: 20px;
    color: #da0000;
}

.order-form {}

.pagination {}

.page {
    display: inline-block;
    padding: 6px 15px;
    margin-right: 4px;
    border: solid 1px #FFF;
    text-decoration: none;
    color: #717171;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto';
}

.page.gradient {
    background: #FFF;
}

.page:hover {
    background: #333;
    color: #f0f0f0;
    border: 1px solid #333;
}

.page.active {
    background: #333;
    color: #f0f0f0;
    border: 1px solid #333;
}

.box-contact-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-right {
    width: 49%;
}

.contact-right img {
    max-width: 100% !important;
    height: auto !important;
}

.contact-left {
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#map-content iframe {
    width: 100% !important;
    height: 450px !important;
    display: block;
    margin-bottom: 20px;
}

.show-register {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    box-shadow: 0px 0px 5px #777;
}

.author {
    margin-bottom: 15px;
}

.detail {
    line-height: 25px;
    font-size: 14px;
}

.detail img {
    max-width: 100% !important;
    height: auto !important
}

.form-control,
.alert {
    font-family: 'Roboto';
    font-size: 14px;
}

label.error {
    width: 100%;
    color: #b11b20;
    font-size: 13px;
    margin-top: 10px;
}

.item-acoount:nth-child(1) {
    width: 220px;
}

.nav-container {
    list-style: none;
    padding: 10px;
    background: #e5e5e5;
    height: 100%;
}

.nav-container li {
    padding: 0px 0px;
}

.nav-container li.item>a {
    color: #333;
    font-family: 'Roboto';
    font-size: 13px;
    padding: 6px 4px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.nav-container li.item>a i {
    margin-right: 10px;
    margin-left: 5px;
    font-size: 20px;
    color: #999;
}

.nav-container li.item>a.active {
    background: #FFF;
    color: #999;
}

.nav-container li.item>a:hover {
    background: #FFF;
    color: #999;
}

.nav-container li.sub>a {
    color: #888;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    line-height: 22px;
    padding-bottom: 5px;
    display: block;
}

.nav-container li.sub>a:hover {
    color: #FF9900;
}

.item-acoount:nth-child(2) {
    width: calc(100% - 240px);
}

.img-view {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto 20px;
}

.img-view img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mesage-upload {
    width: 200px;
    margin: 20px auto 0px;
    line-height: 20px;
}

.file-upload {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.file-upload__label {
    display: block;
    padding: 1em 2em;
    color: #fff;
    background: #fd7e14;
    border-radius: .4em;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 400;
    transition: background .3s;
}

.file-upload__label:hover {
    cursor: pointer;
    background: #28a745;
}

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1px;
    width: 0;
    height: 100%;
    opacity: 0;
}

.row-in .item {
    width: calc(100% / 3);
}

.box-account .left-info {
    width: calc(100% - 220px);
}

.box-account .right-info {
    width: 200px;
}

.i-3 {
    width: calc(100% / 3);
}

.banggia {
    border-collapse: collapse;
    border: 1px solid #CCC;
    width: 100%;
}

.banggia tr:nth-child(odd) {
    background: #dddddd;
}

.banggia tr:nth-child(even) {
    background: #FFF;
}

.banggia tr:nth-child(1) {
    background: #dddddd;
}

.banggia tr,
.banggia td,
.banggia th {
    border: 1px solid #CCC;
}

.banggia td,
.banggia th {
    padding: 10px;
    font-size: 13px;
}

.banggia th {
    font-size: 13px;
    text-transform: uppercase;
}

.banggia td a,
.banggia th a {
    color: #333;
}

#top {
    color: #FFF;
    font-weight: 500;
    text-align: center;
    width: 48px;
    padding: 5px 0px 10px;
    position: fixed;
    bottom: -45px;
    right: 24px;
    cursor: pointer;
    background-color: #000;
    border-radius: 10px;
    font-size: 20px;
    font-family: 'Roboto';
    transition: all 0.6s;
}

.top_ani {
    bottom: 54px !important;
}

#top:hover {
    background: #990004;
    background: -webkit-linear-gradient(top, #D60004 0%, #990004 100%);
    background: -moz-linear-gradient(top, #D60004 0%, #990004 100%);
    background: -ms-linear-gradient(top, #D60004 0%, #990004 100%);
    background: -o-linear-gradient(top, #D60004 0%, #990004 100%);
}

.popup-login-overlay {
    background-color: rgb(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    transition: all 0.6s;
}

.popup-login-overlay.show {
    opacity: 1;
    z-index: 1001;
}

.fd-dlg-login {
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    width: 350px;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fd-dlg-login * {
    box-sizing: border-box;
}

.fd-dlg-login .btn-close {
    background: url(public/x.png)no-repeat center center;
    width: 25px;
    height: 29px;
    position: absolute;
    top: -8px;
    right: -9px;
    cursor: pointer;
}

.fd-dlg-login .frame {
    font-family: 'Roboto', sans-serif;
}

.fd-dlg-login .frame .title-dlg {
    font-weight: 700;
    padding: 20px 0 0;
    font-size: 1.2em;
    text-align: center;
}

.fd-dlg-login .frame .content {
    min-width: 300px;
    padding: 10px;
}

.fd-dlg-login .btns.bottom {
    border-top: 0px solid #ddd;
    display: flex;
}

.fd-dlg-login .btns.bottom .btn {
    width: 50%;
    padding: 11px 12px 6px;
    border-top: 1px solid #ddd;
    border-right: 0px;
    border-radius: 0px;
}

.fd-dlg-login .btns.bottom .btn:nth-child(1) {
    border-right: 1px solid #ddd;
}

#custom-content {
    padding: 20px;
    background: #FFF;
}

.social-detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.social-detail span,
.social-detail a {
    margin-right: 10px;
}

.social-detail a {
    display: block;
    box-shadow: 0px 0px 2px #CCC;
}

.social-detail a img {
    float: left;
}

@media screen and (max-width:1248px) {
    .banner-search {
        width: 500px;
    }
    .cata-desc-product-top .col-4 {
        display: none;
    }
    .cata-desc-product-top .col-8 {
        width: calc(100%)
    }
}

@media screen and (max-width:1200px) {
    .flex-boxkg .flex-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .flex-boxkg .flex-left .item {
        width: 100%;
    }
    .flex-boxkg .flex-right {
        width: 100%;
    }
    .flex-boxkg .flex-right .item {
        width: calc(100% / 2 - 10px);
    }
    .flex-boxkg img {
        width: 100%;
    }
    .flex-boxkg.flex-even .flex-left {
        margin-top: 20px;
    }
}

@media screen and (max-width:1048px) {
    .content-product-right {
        width: 100%;
    }
    .content-product-left {
        display: none;
    }
    .left-fixed-product {
        display: none !important;
    }
    .button-detail {
        width: 100%;
        margin-top: 10px;
    }
    .detail-button-buy {
        width: 100%;
        display: block;
        text-align: center;
    }
    .feature-product-item {
        width: calc(100% / 2);
        border-right: 0px;
    }
}

@media screen and (max-width:992px) {
    .product-col-6 {
        width: calc(100% / 5);
    }
    .product-col-4 {
        width: calc(100% / 2);
    }
    .product-col-5 {
        width: calc(100% / 2);
    }
    .banner-logo {
        order: -1;
    }
    .banner-info {
        order: 1;
    }
    .banner-search {
        order: 2;
        width: 100%;
    }
    .banner-search-box {
        margin: 4px 0px 0px;
    }
    .menu-index {
        display: none;
    }
    .menu-bottom {
        padding: 0px 0px 0px;
    }
    .menu-but {
        display: block;
    }
    .hotline-mobile {
        display: block;
    }
    .news-desc {
        width: calc(100%);
        margin-top: 30px;
    }
    .news-img {
        width: calc(100% - 90px);
    }
    .top-slider-left {
        display: none;
    }
    .top-slider-right {
        width: 100%;
    }
    .policy-product-item {
        width: calc(100% / 2);
        margin-bottom: 20px;
    }
    .box-status-product {
        width: calc(100% + 20px);
        margin: 0px -10px;
    }
    .status-product-item {
        padding: 0px 10px;
    }
    .container-news-left {
        width: 100%;
    }
    .container-news-right {
        width: 100%;
    }
    .detail-product-left {
        width: 100%;
    }
    .detail-product-center {
        width: 50%;
    }
    .detail-product-right {
        width: 50%;
    }
    .pro-product-left {
        width: 100%;
    }
    .pro-product-right {
        width: 100%;
        padding: 20px 0px;
    }
    .product-other {
        display: flex;
        justify-content: space-between;
    }
    .item-other {
        width: calc(100% / 3 - 10px);
    }
    .order-right {
        width: 100%;
    }
    .order-left {
        width: 100%;
    }
}

@media screen and (max-width:900px) {
    .left-footer {
        width: 100%;
        padding: 10px 10px 10px 10px;
    }
    .right-footer {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .product-col-6 {
        width: calc(100% / 3);
    }
    .left-khonggian {
        width: 100%;
    }
    .right-khonggian {
        width: 100%;
        margin-top: 20px;
    }
    .flex-boxkg .item {
        width: calc(100% / 2);
    }
    .status-product-item {
        width: calc(100% / 2);
        margin: 10px 0px;
    }
    .status-product-item p span {
        font-size: 13px;
    }
    .form-newsletter {
        width: 100%;
    }
    .feature-product-item {
        width: 100%;
    }
    .policy-b {
        padding: 10px;
    }
    .policy-b p {
        font-size: 13px;
    }
}

@media screen and (max-width:600px) {
    .product-col-4 {
        width: calc(100% / 2);
    }
    .item-footer {
        width: 100%;
        justify-content: flex-start !important;
    }
    .tab-scroll {
        padding: 0px 0px;
        flex-wrap: wrap;
    }
    .tab-scroll li {
        width: calc(100% / 3);
        text-align: center;
    }
    .detail-product-left {
        width: 100%;
        padding: 20px 0px 0px;
        border-right: 0px;
    }
    .detail-product-center {
        width: 100%;
        padding: 20px 0px 0px;
        border-right: 0px;
    }
    .detail-product-right {
        width: 100%;
        padding: 20px 0px;
    }
}

@media screen and (max-width:480px) {
    .hotline {
        display: none;
    }
    .top-content {
        justify-content: flex-end;
    }
    .banner-logo {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .banner-logo img {
        float: none;
    }
    .item-other {
        width: 100%;
    }
    .policy-b p {
        font-size: 12px;
    }
}

@media screen and (max-width:320px) {
    .flex-boxkg .item {
        width: 100%;
    }
    .product-col-4 {
        width: 100%;
    }
    .product-col-5 {
        width: 100%;
    }
    .policy-product-item {
        width: calc(100%);
    }
    .status-product-item {
        width: 100%;
    }
}

.socialmediaicons {
    display: flex;
    justify-content: space-between;
}

.progress-info-division {
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: 35px;
}

.next-search-normal.medium .next-select input,
.next-search-normal.medium .search-custom input {
    height: 26px;
    line-height: 26px
}

.next-search-normal.medium .next-btn {
    height: 28px;
    line-height: 26px
}

.next-search-normal.medium .next-btn .next-icon:before {
    width: 16px;
    font-size: 16px;
    line-height: inherit;
    color: #757575
}

.next-search-normal.small {
    height: 20px
}

.next-search-normal.small .next-select,
.next-search-normal.small .search-custom {
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden
}

.next-search-normal.small .next-select input,
.next-search-normal.small .search-custom input {
    height: 18px;
    line-height: 18px
}

.next-search-normal.small .next-btn {
    border-radius: 0;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.next-search-normal.small .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-slick {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.next-slick,
.next-slick *,
.next-slick :after,
.next-slick :before {
    box-sizing: border-box
}

.next-slick-initialized .next-slick-slide {
    display: block
}

.next-slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    transform: translateZ(0)
}

.next-slick-list:focus {
    outline: none
}

.next-slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.next-slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    transform: translateZ(0)
}

.next-slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
    transition: all .3s cubic-bezier(.86, 0, .07, 1)
}

[dir=rtl] .next-slick-slide {
    float: right
}

.next-slick-slide img {
    display: block
}

.next-slick-arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    text-align: center;
    transition: .4s ease-in
}

.next-slick-arrow.inline {
    color: transparent;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.next-slick-arrow.inline:hover {
    color: #fff;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: .4
}

.next-slick-arrow.inline.disabled {
    color: transparent;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: .5
}

.next-slick-arrow.outer {
    color: #757575
}

.next-slick-arrow.outer:hover {
    color: #212121
}

.next-slick-arrow.outer.disabled {
    color: #9e9e9e
}

.next-slick-arrow.disabled {
    cursor: not-allowed
}

.next-slick-dots {
    display: block;
    position: absolute;
    z-index: 100;
    margin: 0;
    padding: 0
}

.next-slick-dots-item {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.next-slick-dots-item button {
    border: 0;
    outline: none;
    padding: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: .5
}

.next-slick-dots-item button:hover {
    background-color: #fff
}

.next-slick-dots-item.active button,
.next-slick-dots-item button:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.next-slick-dots-item.active button {
    background: #fff;
    animation: zoom .3s cubic-bezier(.86, 0, .07, 1)
}

.next-slick-dots.horizontal {
    width: 100%;
    bottom: 12px;
    left: 0;
    text-align: center
}

.next-slick-dots.horizontal .next-slick-dots-item {
    margin: 0 4px
}

.next-slick-dots.vertical {
    width: 16px;
    top: 0;
    right: 20px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.next-slick-dots.vertical .next-slick-dots-item {
    margin: 0
}

.next-slick.next-slick-horizontal.next-slick-outer {
    padding: 0 24px
}

.next-slick.next-slick-horizontal .next-slick-arrow.medium {
    width: 28px;
    height: 56px;
    line-height: 56px
}

.next-slick.next-slick-horizontal .next-slick-arrow.medium .next-icon:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit
}

.next-slick.next-slick-horizontal .next-slick-arrow.medium.inline {
    top: calc((100% - 56px) / 2)
}

.next-slick.next-slick-horizontal .next-slick-arrow.medium.inline.next-slick-prev {
    left: 0
}

.next-slick.next-slick-horizontal .next-slick-arrow.medium.inline.next-slick-next {
    right: 0
}

.next-slick.next-slick-horizontal .next-slick-arrow.medium.outer {
    top: calc((100% - 56px) / 2)
}

.next-slick.next-slick-horizontal .next-slick-arrow.medium.outer.next-slick-prev {
    left: -4px
}

.next-slick.next-slick-horizontal .next-slick-arrow.medium.outer.next-slick-next {
    right: -4px
}

.next-slick.next-slick-horizontal .next-slick-arrow.large {
    width: 48px;
    height: 96px;
    line-height: 96px
}

.next-slick.next-slick-horizontal .next-slick-arrow.large .next-icon:before {
    width: 32px;
    font-size: 32px;
    line-height: inherit
}

.next-slick.next-slick-horizontal .next-slick-arrow.large.inline {
    top: calc((100% - 96px) / 2)
}

.next-slick.next-slick-horizontal .next-slick-arrow.large.inline.next-slick-prev {
    left: 0
}

.next-slick.next-slick-horizontal .next-slick-arrow.large.inline.next-slick-next {
    right: 0
}

.next-slick.next-slick-horizontal .next-slick-arrow.large.outer {
    top: calc((100% - 96px) / 2)
}

.next-slick.next-slick-horizontal .next-slick-arrow.large.outer.next-slick-prev {
    left: -8px
}

.next-slick.next-slick-horizontal .next-slick-arrow.large.outer.next-slick-next {
    right: -8px
}

.next-slick.next-slick-vertical.next-slick-outer {
    padding: 24px 0
}

.next-slick.next-slick-vertical .next-slick-slide {
    display: block;
    height: auto
}

.next-slick.next-slick-vertical .next-slick-arrow.medium {
    width: 56px;
    height: 28px;
    line-height: 28px
}

.next-slick.next-slick-vertical .next-slick-arrow.medium .next-icon:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit
}

.next-slick.next-slick-vertical .next-slick-arrow.medium.inline {
    left: calc((100% - 56px) / 2)
}

.next-slick.next-slick-vertical .next-slick-arrow.medium.inline.next-slick-prev {
    top: 0
}

.next-slick.next-slick-vertical .next-slick-arrow.medium.inline.next-slick-next {
    bottom: 0
}

.next-slick.next-slick-vertical .next-slick-arrow.medium.outer {
    left: calc((100% - 56px) / 2)
}

.next-slick.next-slick-vertical .next-slick-arrow.medium.outer.next-slick-prev {
    top: -4px
}

.next-slick.next-slick-vertical .next-slick-arrow.medium.outer.next-slick-next {
    bottom: -4px
}

.next-slick.next-slick-vertical .next-slick-arrow.large {
    width: 96px;
    height: 48px;
    line-height: 48px
}

.next-slick.next-slick-vertical .next-slick-arrow.large .next-icon:before {
    width: 32px;
    font-size: 32px;
    line-height: inherit
}

.next-slick.next-slick-vertical .next-slick-arrow.large.inline {
    left: calc((100% - 96px) / 2)
}

.next-slick.next-slick-vertical .next-slick-arrow.large.inline.next-slick-prev {
    top: 0
}

.next-slick.next-slick-vertical .next-slick-arrow.large.inline.next-slick-next {
    bottom: 0
}

.next-slick.next-slick-vertical .next-slick-arrow.large.outer {
    left: calc((100% - 96px) / 2)
}

.next-slick.next-slick-vertical .next-slick-arrow.large.outer.next-slick-prev {
    top: -16px
}

.next-slick.next-slick-vertical .next-slick-arrow.large.outer.next-slick-next {
    bottom: -16px
}

.next-step {
    color: #212121;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif;
    font-size: 14px;
    line-height: 1.28571
}

.next-step,
.next-step *,
.next-step :after,
.next-step :before {
    box-sizing: border-box
}

.next-step {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: none
}

.next-step-item {
    -ms-flex: 1;
    flex: 1;
    position: relative;
    vertical-align: top
}

.next-step-item-node {
    transition: all .2s ease
}

.next-step-item-node.clicked {
    transform: scale3d(.8, .8, .8)
}

.next-step-horizontal {
    display: -ms-flexbox;
    display: flex
}

.next-step-horizontal>.next-step-item {
    display: inline-block;
    text-align: center
}

.next-step-vertical>.next-step-item {
    display: block;
    text-align: left
}

.next-step-arrow .next-step-item {
    height: 32px;
    line-height: 32px;
    margin-left: 16px;
    margin-right: 4px
}

.next-step-arrow .next-step-item:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    z-index: 1;
    border-left-color: transparent;
    border: 16px solid transparent
}

.next-step-arrow .next-step-item:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    z-index: 1;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid transparent
}

.next-step-arrow .next-step-item .next-step-item-container {
    min-width: 100px;
    height: 32px;
    cursor: pointer
}

.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.next-step-arrow>.next-step-item-wait {
    background: #dadada
}

.next-step-arrow>.next-step-item-wait .next-step-item-tail-overlay {
    background: #000
}

.next-step-arrow>.next-step-item-wait .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-arrow>.next-step-item-wait>.next-step-item-container>.next-step-item-title {
    color: #212121
}

.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-node {
    color: #000
}

.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-node-circle,
.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-node-dot {
    background: #dadada;
    border-color: #000
}

.next-step-arrow>.next-step-item-wait:before {
    border: 16px solid #dadada;
    border-left-color: transparent
}

.next-step-arrow>.next-step-item-wait:after {
    border-left-color: #dadada
}

.next-step-arrow>.next-step-item-process {
    background: #f57224
}

.next-step-arrow>.next-step-item-process .next-step-item-tail-overlay {
    background: #000
}

.next-step-arrow>.next-step-item-process .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-arrow>.next-step-item-process>.next-step-item-container>.next-step-item-title {
    color: #fff
}

.next-step-arrow>.next-step-item-process>.next-step-item-container .next-step-item-node {
    color: #000
}

.next-step-arrow>.next-step-item-process>.next-step-item-container .next-step-item-node-circle,
.next-step-arrow>.next-step-item-process>.next-step-item-container .next-step-item-node-dot {
    background: #f57224;
    border-color: #000
}

.next-step-arrow>.next-step-item-process:before {
    border: 16px solid #f57224;
    border-left-color: transparent
}

.next-step-arrow>.next-step-item-process:after {
    border-left-color: #f57224
}

.next-step-arrow>.next-step-item-finish {
    background: #fff8da
}

.next-step-arrow>.next-step-item-finish .next-step-item-tail-overlay {
    background: #000
}

.next-step-arrow>.next-step-item-finish .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-arrow>.next-step-item-finish>.next-step-item-container>.next-step-item-title {
    color: #757575
}

.next-step-arrow>.next-step-item-finish>.next-step-item-container .next-step-item-node {
    color: #000
}

.next-step-arrow>.next-step-item-finish>.next-step-item-container .next-step-item-node-circle,
.next-step-arrow>.next-step-item-finish>.next-step-item-container .next-step-item-node-dot {
    background: #fff8da;
    border-color: #000
}

.next-step-arrow>.next-step-item-finish:before {
    border: 16px solid #fff8da;
    border-left-color: transparent
}

.next-step-arrow>.next-step-item-finish:after {
    border-left-color: #fff8da
}

.next-step-arrow .next-step-item-disabled {
    cursor: not-allowed;
    background: #eff0f5
}

.next-step-arrow .next-step-item-disabled .next-step-item-tail-overlay {
    background: #000
}

.next-step-arrow .next-step-item-disabled .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-arrow .next-step-item-disabled>.next-step-item-container>.next-step-item-title {
    color: #9e9e9e
}

.next-step-arrow .next-step-item-disabled>.next-step-item-container .next-step-item-node {
    color: #000
}

.next-step-arrow .next-step-item-disabled>.next-step-item-container .next-step-item-node-circle,
.next-step-arrow .next-step-item-disabled>.next-step-item-container .next-step-item-node-dot {
    background: #eff0f5;
    border-color: #000
}

.next-step-arrow .next-step-item-disabled:before {
    border: 16px solid #eff0f5;
    border-left-color: transparent
}

.next-step-arrow .next-step-item-disabled:after {
    border-left-color: #eff0f5
}

.next-step-arrow .next-step-item-disabled .next-step-item-container {
    cursor: not-allowed
}

.next-step-arrow .next-step-item-read-only,
.next-step-arrow .next-step-item-read-only .next-step-item-container {
    cursor: default
}

.next-step-arrow .next-step-item-first {
    margin-left: 0
}

.next-step-arrow .next-step-item-first:before {
    border: 16px solid transparent
}

.next-step-arrow .next-step-item-last {
    margin-right: 0
}

.next-step-arrow .next-step-item-last:after {
    border: 16px solid transparent
}

.next-step-circle .next-step-item-container .next-step-item-progress {
    width: 40px;
    height: 40px
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-text {
    color: #fff;
    font-size: 12px
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-underlay {
    stroke: #dadada;
    stroke-width: 4px
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-overlay-normal {
    stroke: #fff;
    stroke-width: 4px
}

.next-step-circle .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-circle .next-step-item-node-circle {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    transition: background-color .2s ease, border-color .2s ease
}

.next-step-circle .next-step-item-node-circle .next-icon {
    animation: zoomIn .2s linear
}

.next-step-circle .next-step-item-node-circle .next-icon:before {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-step-circle>.next-step-item-wait .next-step-item-tail-overlay {
    background: #eff0f5
}

.next-step-circle>.next-step-item-wait .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-node,
.next-step-circle>.next-step-item-wait>.next-step-item-container>.next-step-item-title {
    color: #9e9e9e
}

.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-node-circle,
.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    border-color: #dadada
}

.next-step-circle>.next-step-item-process .next-step-item-tail-overlay {
    background: #eff0f5
}

.next-step-circle>.next-step-item-process .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-node,
.next-step-circle>.next-step-item-process>.next-step-item-container>.next-step-item-title {
    color: #4caf50
}

.next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-node-circle,
.next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    border-color: #4caf50
}

.next-step-circle>.next-step-item-finish .next-step-item-tail-overlay {
    background: #4caf50
}

.next-step-circle>.next-step-item-finish .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-circle>.next-step-item-finish>.next-step-item-container>.next-step-item-title {
    color: #4caf50
}

.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-node {
    color: #fff
}

.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-node-circle,
.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-node-dot {
    background: #4caf50;
    border-color: #fff
}

.next-step-circle .next-step-item-disabled .next-step-item-tail-overlay {
    background: #eff0f5
}

.next-step-circle .next-step-item-disabled .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-circle .next-step-item-disabled>.next-step-item-container .next-step-item-node,
.next-step-circle .next-step-item-disabled>.next-step-item-container>.next-step-item-title {
    color: #9e9e9e
}

.next-step-circle .next-step-item-disabled>.next-step-item-container .next-step-item-node-circle,
.next-step-circle .next-step-item-disabled>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    border-color: #dadada
}

.next-step-circle .next-step-item-disabled .next-step-item-node,
.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder {
    cursor: not-allowed
}

.next-step-circle .next-step-item-read-only .next-step-item-node,
.next-step-circle .next-step-item-read-only .next-step-item-node-placeholder {
    cursor: default
}

.next-step-circle .next-step-item-last .next-step-item-tail {
    display: none
}

.next-step-circle.next-step-horizontal>.next-step-item .next-step-item-container>.next-step-item-node {
    padding: 0;
    width: 40px;
    height: 40px
}

.next-step-circle.next-step-horizontal>.next-step-item .next-step-item-container>.next-step-item-title {
    font-size: 12px;
    line-height: 16px;
    margin-top: 12px;
    text-align: center
}

.next-step-circle.next-step-horizontal>.next-step-item .next-step-item-tail {
    position: absolute;
    width: calc(100% - 40px);
    height: auto;
    left: calc(50% + 20px);
    top: 18px
}

.next-step-circle.next-step-horizontal>.next-step-item .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 4px;
    position: relative;
    transition: all .4s ease
}

.next-step-circle.next-step-horizontal>.next-step-item .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 4px;
    transition: all .4s ease;
    width: 0
}

.next-step-circle.next-step-vertical>.next-step-item>.next-step-item-container {
    position: relative;
    min-height: 40px
}

.next-step-circle.next-step-vertical>.next-step-item>.next-step-item-container .next-step-item-node-placeholder {
    position: absolute;
    left: 0;
    top: 0
}

.next-step-circle.next-step-vertical>.next-step-item>.next-step-item-container .next-step-item-node-placeholder>.next-step-item-node {
    padding: 0;
    width: 40px;
    height: 40px
}

.next-step-circle.next-step-vertical>.next-step-item>.next-step-item-container>.next-step-item-body {
    display: inline-block;
    margin-left: 56px;
    padding-top: 8px
}

.next-step-circle.next-step-vertical>.next-step-item>.next-step-item-container>.next-step-item-body>.next-step-item-title {
    margin-top: 8px;
    text-align: left
}

.next-step-circle.next-step-vertical>.next-step-item>.next-step-item-container>.next-step-item-body>.next-step-item-content {
    margin-top: 8px;
    min-height: 8px;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    color: #757575
}

.next-step-circle.next-step-vertical>.next-step-item>.next-step-item-tail {
    position: absolute;
    width: auto;
    height: calc(100% - 40px);
    top: 40px;
    left: 19.5px
}

.next-step-circle.next-step-vertical>.next-step-item>.next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    width: 1px;
    position: relative;
    transition: all .4s ease
}

.next-step-circle.next-step-vertical>.next-step-item>.next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px
}

.next-step-circle.next-step-vertical>.next-step-item-first {
    margin-top: -8px
}

.next-step-dot {
    padding: 4px 0 0
}

.next-step-dot .next-step-item-container .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-dot .next-step-item-container .next-step-item-node .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-step-dot .next-step-item-container .next-step-item-node-dot {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    display: block;
    width: 16px;
    height: 16px;
    border: 4px solid;
    border-radius: 50%;
    transition: background-color .3s ease, border-color .3s ease
}

.next-step-dot>.next-step-item-wait .next-step-item-tail-overlay {
    background: #dadada
}

.next-step-dot>.next-step-item-wait .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-dot>.next-step-item-wait>.next-step-item-container .next-step-item-node,
.next-step-dot>.next-step-item-wait>.next-step-item-container>.next-step-item-title {
    color: transparent
}

.next-step-dot>.next-step-item-wait>.next-step-item-container .next-step-item-node-circle,
.next-step-dot>.next-step-item-wait>.next-step-item-container .next-step-item-node-dot {
    background: #dadada;
    border-color: transparent
}

.next-step-dot>.next-step-item-process .next-step-item-tail-overlay {
    background: #4caf50
}

.next-step-dot>.next-step-item-process .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-dot>.next-step-item-process>.next-step-item-container .next-step-item-node,
.next-step-dot>.next-step-item-process>.next-step-item-container>.next-step-item-title {
    color: #212121
}

.next-step-dot>.next-step-item-process>.next-step-item-container .next-step-item-node-circle,
.next-step-dot>.next-step-item-process>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    border-color: #4caf50
}

.next-step-dot>.next-step-item-finish .next-step-item-tail-overlay {
    background: #4caf50
}

.next-step-dot>.next-step-item-finish .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-dot>.next-step-item-finish>.next-step-item-container>.next-step-item-title {
    color: #4caf50;
}

.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-node {
    color: #4caf50
}

.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-node-circle,
.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-node-dot {
    background: #4caf50;
    border-color: #4caf50
}

.next-step-dot .next-step-item-disabled .next-step-item-tail-overlay {
    background: #eff0f5
}

.next-step-dot .next-step-item-disabled .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-node,
.next-step-dot .next-step-item-disabled>.next-step-item-container>.next-step-item-title {
    color: #9e9e9e
}

.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-node-circle,
.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    border-color: #9e9e9e
}

.next-step-dot .next-step-item-disabled .next-step-item-node,
.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder {
    cursor: not-allowed
}

.next-step-dot .next-step-item-read-only .next-step-item-node,
.next-step-dot .next-step-item-read-only .next-step-item-node-placeholder {
    cursor: default
}

.next-step-dot .next-step-item-last .next-step-item-tail {
    display: none
}

.next-step-dot.next-step-horizontal>.next-step-item .next-step-item-container>.next-step-item-node {
    width: 16px;
    height: 16px;
    padding: 0;
    line-height: 16px
}

.next-step-dot.next-step-horizontal>.next-step-item .next-step-item-container>.next-step-item-title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
    text-align: center
}

.next-step-dot.next-step-horizontal>.next-step-item .next-step-item-tail {
    position: absolute;
    width: calc(100% - 16px);
    height: auto;
    left: calc(50% + 8px);
    top: 6px
}

.next-step-dot.next-step-horizontal>.next-step-item .next-step-item-tail .next-step-item-tail-underlay {
    height: 4px;
    position: relative;
    transition: all .4s ease
}

.next-step-dot.next-step-horizontal>.next-step-item .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 4px
}

.next-step-dot.next-step-vertical {
    padding: 0 0 0 4px
}

.next-step-dot.next-step-vertical>.next-step-item>.next-step-item-container {
    position: relative;
    min-height: 16px
}

.next-step-dot.next-step-vertical>.next-step-item>.next-step-item-container .next-step-item-node-placeholder {
    position: absolute;
    left: 0;
    top: 0
}

.next-step-dot.next-step-vertical>.next-step-item>.next-step-item-container .next-step-item-node-placeholder>.next-step-item-node {
    width: 16px;
    height: 16px;
    padding: 0
}

.next-step-dot.next-step-vertical>.next-step-item>.next-step-item-container>.next-step-item-body {
    display: inline-block;
    margin-left: 32px;
    padding-top: 8px
}

.next-step-dot.next-step-vertical>.next-step-item>.next-step-item-container>.next-step-item-body>.next-step-item-title {
    margin-top: 0;
    text-align: left
}

.next-step-dot.next-step-vertical>.next-step-item>.next-step-item-container>.next-step-item-body>.next-step-item-content {
    margin-top: 8px;
    min-height: 8px;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    color: #757575
}

.next-step-dot.next-step-vertical>.next-step-item>.next-step-item-tail {
    position: absolute;
    width: auto;
    height: calc(100% - 16px);
    top: 16px;
    left: 7.5px
}

.next-step-dot.next-step-vertical>.next-step-item>.next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    width: 1px;
    position: relative;
    transition: all .4s ease
}

.next-step-dot.next-step-vertical>.next-step-item>.next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px
}

.next-switch {
    color: #212121;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif;
    font-size: 14px;
    line-height: 1.28571;
    outline: none;
    text-align: left;
    transition: all .3s cubic-bezier(.78, .14, .15, .86);
    overflow: hidden;
    cursor: pointer
}

.next-switch,
.next-switch *,
.next-switch :after,
.next-switch :before {
    box-sizing: border-box
}

.next-switch .next-switch-trigger {
    transition: all .4s cubic-bezier(.78, .14, .15, .86);
    -ms-transform-origin: left center;
    transform-origin: left center;
    z-index: 1
}

.next-switch-medium {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    width: 48px;
    height: 26px;
    border-radius: 20px
}

.next-switch-medium>.next-switch-trigger {
    border: 1px solid transparent;
    position: absolute;
    left: 22px;
    width: 24px;
    height: 24px;
    border-radius: 20px
}

.next-switch-medium>.next-switch-children {
    font-size: 12px;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px
}

.next-switch-small {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    width: 36px;
    height: 22px;
    border-radius: 20px
}

.next-switch-small>.next-switch-trigger {
    border: 1px solid transparent;
    position: absolute;
    left: 14px;
    width: 20px;
    height: 20px;
    border-radius: 20px
}

.next-switch-small>.next-switch-children {
    font-size: 12px;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px
}

.next-switch-on {
    background-color: #4caf50
}

.next-switch-on>.next-switch-trigger {
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    border-color: transparent
}

.next-switch-on>.next-switch-children {
    left: 8px;
    color: #fff
}

.next-switch-on:hover {
    background-color: #0da80d
}

.next-switch-on:hover>.next-switch-trigger {
    background-color: #fff
}

.next-switch-on[disabled] {
    background-color: #dadada;
    cursor: not-allowed
}

.next-switch-on[disabled]>.next-switch-trigger {
    right: 0;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .25);
    background-color: #eff0f5;
    border-color: transparent
}

.next-switch-on[disabled]>.next-switch-children {
    color: #9e9e9e
}

.next-switch-off {
    background-color: #fff;
    border-color: #9e9e9e
}

.next-switch-off:hover {
    background-color: #fafafa;
    border-color: #dadada
}

.next-switch-off>.next-switch-trigger {
    left: 0;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    border-color: transparent
}

.next-switch-off>.next-switch-trigger:hover {
    background-color: #fff
}

.next-switch-off>.next-switch-children {
    right: -6px;
    color: #9e9e9e
}

.next-switch-off[disabled] {
    background-color: #dadada;
    border: 1px solid transparent;
    cursor: not-allowed
}

.next-switch-off[disabled]>.next-switch-trigger {
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .25);
    background-color: #eff0f5;
    border-color: transparent
}

.next-switch-off[disabled]>.next-switch-children {
    color: #9e9e9e
}

.next-tabs {
    position: relative;
    overflow: hidden
}

.next-tabs,
.next-tabs *,
.next-tabs :after,
.next-tabs :before {
    box-sizing: border-box
}

.next-tabs:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both
}

.next-tabs-bar {
    outline: none;
    position: relative;
    z-index: 1
}

.next-tabs-nav-container {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    line-height: 1.5
}

.next-tabs-nav-container:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both
}

.next-tabs-nav-wrap {
    overflow: hidden
}

.next-tabs-nav-scroll {
    overflow: hidden;
    white-space: nowrap
}

.next-tabs-nav {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    transition: all .4s cubic-bezier(.23, 1, .32, 1)
}

.next-tabs-nav-appear,
.next-tabs-nav-enter {
    animation: fadeInLeft .4s cubic-bezier(.78, .14, .15, .86);
    animation-fill-mode: both
}

.next-tabs-nav-leave {
    animation: fadeOutLeft .2s cubic-bezier(.78, .14, .15, .86);
    animation-fill-mode: both
}

.next-tabs-tab {
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .4s cubic-bezier(.23, 1, .32, 1)
}

.next-tabs-tab-inner {
    position: relative;
    cursor: pointer;
    text-decoration: none
}

.next-tabs-tab:before {
    content: "";
    position: absolute;
    transition: all .4s cubic-bezier(.23, 1, .32, 1)
}

.next-tabs-tab.active {
    z-index: 1
}

.next-tabs-content {
    position: relative;
    overflow: hidden;
    min-height: 20px
}

.next-tabs-vertical>.next-tabs-bar .next-tabs-tab {
    display: block
}

.next-tabs-tabpane {
    display: none
}

.next-tabs-tabpane.active {
    display: block
}

.next-tabs-tab-down,
.next-tabs-tab-next,
.next-tabs-tab-prev {
    position: absolute;
    z-index: 10;
    top: 0;
    color: #757575;
    cursor: pointer
}

.next-tabs-tab-down:hover,
.next-tabs-tab-next:hover,
.next-tabs-tab-prev:hover {
    color: #212121
}

.next-tabs-tab-down.disabled,
.next-tabs-tab-next.disabled,
.next-tabs-tab-prev.disabled {
    pointer-events: none;
    cursor: not-allowed;
    color: #9e9e9e
}

.next-tabs-tab-next {
    right: 8px
}

.next-tabs-tab-prev {
    right: 32px
}

.next-tabs-tab-down {
    right: 8px
}

.next-tabs-medium .next-tabs-nav-container-scrolling {
    padding-right: 60px
}

.next-tabs-medium .next-tabs-nav-container {
    font-size: 14px
}

.next-tabs-medium .next-tabs-nav-container .next-tabs-tab+.next-tabs-tab:after {
    top: 12px;
    height: 18px
}

.next-tabs-medium .next-tabs-tab-inner {
    height: 44px;
    line-height: 44px;
    padding: 0 16px
}

.next-tabs-medium .next-tabs-tab-inner-content .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-tabs-medium .next-tabs-tab-down,
.next-tabs-medium .next-tabs-tab-next,
.next-tabs-medium .next-tabs-tab-prev {
    line-height: 44px
}

.next-tabs-medium .next-tabs-tab-down .next-icon:before,
.next-tabs-medium .next-tabs-tab-next .next-icon:before,
.next-tabs-medium .next-tabs-tab-prev .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-tabs-medium .next-tabs-content {
    padding: 16px
}

.next-tabs-small .next-tabs-nav-container-scrolling {
    padding-right: 56px
}

.next-tabs-small .next-tabs-nav-container {
    font-size: 12px
}

.next-tabs-small .next-tabs-nav-container .next-tabs-tab+.next-tabs-tab:after {
    top: 9px;
    height: 16px
}

.next-tabs-small .next-tabs-tab-inner {
    height: 36px;
    line-height: 36px;
    padding: 0 8px
}

.next-tabs-small .next-tabs-tab-inner-content .next-icon:before {
    width: 8px;
    font-size: 8px;
    line-height: inherit
}

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-tabs-small .next-tabs-tab-inner-content .next-icon {
        -ms-transform: scale(.5);
        transform: scale(.5);
        margin-left: -4px;
        margin-right: -4px
    }
    .next-tabs-small .next-tabs-tab-inner-content .next-icon:before {
        width: 16px;
        font-size: 16px
    }
}

.next-tabs-small .next-tabs-tab-down,
.next-tabs-small .next-tabs-tab-next,
.next-tabs-small .next-tabs-tab-prev {
    line-height: 36px
}

.next-tabs-small .next-tabs-tab-down .next-icon:before,
.next-tabs-small .next-tabs-tab-next .next-icon:before,
.next-tabs-small .next-tabs-tab-prev .next-icon:before {
    width: 8px;
    font-size: 8px;
    line-height: inherit
}

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-tabs-small .next-tabs-tab-down .next-icon,
    .next-tabs-small .next-tabs-tab-next .next-icon,
    .next-tabs-small .next-tabs-tab-prev .next-icon {
        -ms-transform: scale(.5);
        transform: scale(.5);
        margin-left: -4px;
        margin-right: -4px
    }
    .next-tabs-small .next-tabs-tab-down .next-icon:before,
    .next-tabs-small .next-tabs-tab-next .next-icon:before,
    .next-tabs-small .next-tabs-tab-prev .next-icon:before {
        width: 16px;
        font-size: 16px
    }
}

.next-tabs-small .next-tabs-content {
    padding: 12px
}

.next-tabs-strip>.next-tabs-bar {
    border-bottom: 1px solid #9e9e9e
}

.next-tabs-strip>.next-tabs-bar .next-tabs-nav-container {
    margin-bottom: -1px
}

.next-tabs-strip>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab {
    color: #757575;
    background-color: transparent
}

.next-tabs-strip>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
    cursor: pointer;
    color: #212121;
    background-color: transparent;
    border-color: 0
}

.next-tabs-strip>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before {
    background: #f57224
}

.next-tabs-strip>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
    color: #f57224;
    background-color: transparent
}

.next-tabs-strip>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
    pointer-events: none;
    cursor: default;
    color: #9e9e9e;
    background: transparent
}

.next-tabs-strip>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before {
    width: 0;
    height: 1px;
    left: 50%;
    bottom: 0
}

.next-tabs-strip>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
    width: calc(100% + 0px - 0px);
    left: 0
}

.next-tabs-strip>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab .next-icon-close {
    color: #757575;
    margin-left: 8px
}

.next-tabs-strip>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab .next-icon-close:hover {
    color: #212121
}

.next-tabs-strip>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active .next-icon-close {
    color: #f57224
}

.next-tabs-strip>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled .next-icon-close {
    color: #9e9e9e
}

.next-tabs-strip>.next-tabs-content {
    color: #212121;
    background: transparent
}

.next-tabs-wrapped>.next-tabs-bar {
    background: transparent
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab {
    color: #757575;
    background-color: #fafafa
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab:hover {
    cursor: pointer;
    color: #212121;
    background-color: #eff0f5;
    border-color: 0
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab:before {
    background: #f57224
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.active {
    color: #f57224;
    background-color: #fff
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.disabled {
    pointer-events: none;
    cursor: default;
    color: #9e9e9e;
    background: #fafafa
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab .next-icon-close {
    color: #757575;
    margin-left: 8px
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab .next-icon-close:hover {
    color: #212121
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.active .next-icon-close {
    color: #f57224
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.disabled .next-icon-close {
    color: #9e9e9e
}

.next-tabs-wrapped>.next-tabs-content {
    border: 1px solid #9e9e9e;
    color: #212121;
    background: transparent
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab {
    margin-right: 4px;
    border: 1px solid #9e9e9e;
    border-radius: 0 0 0 0
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab:hover {
    border-color: #dadada
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab.active {
    border-bottom-color: #fff
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab:before {
    width: 0;
    height: 1px;
    left: 50%;
    top: -1px
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab.active:before {
    width: calc(100% + 2px - 0px);
    left: -1px
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-content {
    top: -1px
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab {
    margin-right: 4px;
    border: 1px solid #9e9e9e;
    border-radius: 0 0 0 0
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab:hover {
    border-color: #dadada
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab.active {
    border-top-color: #fff
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab:before {
    width: 0;
    height: 1px;
    left: 50%;
    bottom: -1px
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab.active:before {
    width: calc(100% + 2px - 0px);
    left: -1px
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-content {
    top: 1px
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar {
    float: left
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab {
    float: none;
    margin-bottom: 4px;
    border: 1px solid #9e9e9e;
    border-radius: 0 0 0 0
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab:hover {
    border-color: #dadada
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab.active {
    border-right-color: #fff
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab:before {
    width: 1px;
    height: 0;
    top: 50%;
    left: -1px
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab.active:before {
    height: calc(100% + 2px - 0px);
    top: -1px
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-content {
    right: 1px
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar {
    float: right
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab {
    float: none;
    margin-bottom: 4px;
    border: 1px solid #9e9e9e;
    border-radius: 0 0 0 0
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab:hover {
    border-color: #dadada
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab.active {
    border-left-color: #fff
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab:before {
    width: 1px;
    height: 0;
    top: 50%;
    right: -1px
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab.active:before {
    height: calc(100% + 2px - 0px);
    top: -1px
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-content {
    right: -1px
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab {
    border-top: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    border-left: 1px solid #9e9e9e;
    color: #212121;
    background-color: #fff
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:first-child {
    border-radius: 2px 0 0 2px
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:last-child {
    border-radius: 0 2px 2px 0;
    border-right: 1px solid #9e9e9e
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.active {
    margin-right: -1px;
    border-color: #f57224
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:hover {
    cursor: pointer;
    color: #212121;
    background-color: #eff0f5;
    border-color: 0
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:before {
    background: transparent
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.active {
    color: #fff;
    background-color: #f57224
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.disabled {
    pointer-events: none;
    cursor: default;
    color: #9e9e9e;
    background: #fafafa
}

.next-tabs-capsule>.next-tabs-content {
    color: #212121;
    background: transparent
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab {
    color: #757575;
    background-color: transparent
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab:hover {
    cursor: pointer;
    color: #212121;
    background-color: transparent;
    border-color: 0
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab:before {
    background: transparent
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab.active {
    color: #f57224;
    background-color: transparent
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab.disabled {
    pointer-events: none;
    cursor: default;
    color: #9e9e9e;
    background: transparent
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab:after {
    content: " ";
    position: absolute;
    left: -1px;
    width: 1px;
    background-color: #9e9e9e
}

.next-tabs-text>.next-tabs-content {
    color: #212121;
    background: transparent
}

.next-table {
    color: #212121;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif;
    font-size: 14px;
    line-height: 1.28571;
    position: relative
}

.next-table,
.next-table *,
.next-table :after,
.next-table :before {
    box-sizing: border-box
}

.next-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
    background: #fff
}

.next-table table tr:first-child td {
    border-top-width: 0
}

.next-table th {
    padding: 0;
    background: #fafafa;
    color: #757575;
    text-align: left;
    font-weight: 400;
    border: 1px solid #eff0f5
}

.next-table th .next-table-cell-wrapper {
    padding: 16px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.next-table td {
    padding: 0;
    border: 1px solid #eff0f5
}

.next-table td .next-table-cell-wrapper {
    padding: 16px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-down,
.next-table td .next-table-cell-wrapper .next-icon-arrow-right,
.next-table td .next-table-cell-wrapper .next-table-tree-placeholder {
    margin-right: 3px
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-down:before,
.next-table td .next-table-cell-wrapper .next-icon-arrow-right:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-table .next-table-expanded .next-table-cell-wrapper,
.next-table .next-table-selection .next-table-cell-wrapper {
    overflow: visible
}

.next-table.no-header table tr:first-child td {
    border-top-width: 1px
}

.next-table.only-bottom-border {
    border-width: 0
}

.next-table.only-bottom-border .next-table-expanded-row td,
.next-table.only-bottom-border .next-table-expanded-row th,
.next-table.only-bottom-border td,
.next-table.only-bottom-border th {
    border-width: 0 0 1px
}

.next-table-loading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: hsla(0, 0%, 100%, .32)
}

.next-table-loading .next-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -12px;
    color: #666
}

.next-table.zebra tr:nth-child(odd) td {
    background: #fff
}

.next-table.zebra .next-table-row.hovered td,
.next-table.zebra tr:nth-child(2n) td {
    background: #fafafa
}

.next-table.zebra .next-table-row.selected td {
    background: #9e9e9e
}

.next-table-empty {
    color: #757575;
    padding: 32px 0;
    text-align: center
}

.next-table-expanded-row td {
    border-width: 0
}

.next-table-expanded-row td:first-child {
    border-left-width: 1px
}

.next-table-expanded-row td:last-child {
    border-right-width: 1px
}

.next-table-expanded-row:last-child td {
    border-bottom-width: 1px
}

.next-table-expanded-row .next-table .last td {
    border-bottom-width: 0
}

.next-table-filter-footer {
    margin: 10px 10px 0
}

.next-table-filter-footer button {
    margin-right: 5px
}

.next-table-row {
    transition: all .3s ease
}

.next-table-row.hidden {
    display: none
}

.next-table-row.hovered {
    background: #fafafa
}

.next-table-row.selected {
    background: #9e9e9e
}

.next-table-tree-placeholder {
    display: inline-block;
    width: 12px
}

.last .next-table-expanded-row td {
    border-bottom-width: 1px
}

.next-table-body,
.next-table-header {
    overflow: auto;
    font-size: 14px
}

.next-table-body {
    font-size: 14px
}

.next-table-fixed {
    border: 1px solid #eff0f5
}

.next-table-fixed .next-table-header {
    background: #fafafa
}

.next-table-fixed table tr td:first-child,
.next-table-fixed table tr th:first-child {
    border-left-width: 0
}

.next-table-fixed .next-table-header th {
    border-top-width: 0
}

.next-table-fixed .next-table-header tr th:last-child {
    border-right-width: 0
}

.next-table-fixed .next-table-body td {
    border-top-width: 0
}

.next-table-fixed .next-table-body tr:last-child td {
    border-bottom-width: 0
}

.next-table-fixed .next-table-body tr td:last-child {
    border-right-width: 0
}

.next-table-fixed.next-table-group table tr td:first-child,
.next-table-fixed.next-table-group table tr th:first-child {
    border-left-width: 1px
}

.next-table-fixed.next-table-group .next-table-header th {
    border-top-width: 1px
}

.next-table-fixed.next-table-group .next-table-header tr th:last-child {
    border-right-width: 1px
}

.next-table-fixed.next-table-group .next-table-body td {
    border-top-width: 1px
}

.next-table-fixed.next-table-group .next-table-body tr:last-child td {
    border-bottom-width: 1px
}

.next-table-fixed.next-table-group .next-table-body tr td:last-child {
    border-right-width: 1px
}

.next-table-lock .next-table-body {
    overflow-x: auto;
    overflow-y: visible
}

.next-table-group {
    border-width: 0
}

.next-table-group .next-table-body {
    margin-top: 8px
}

.next-table-group .next-table-body table {
    margin-bottom: 8px
}

.next-table-group .next-table-body table tr:first-child td {
    border-top-width: 1px
}

.next-table-group .next-table-group-header td {
    background: #dadada
}

.next-table-lock {
    position: relative
}

.next-table-header-inner {
    overflow: hidden
}

.next-table-lock-left,
.next-table-lock-right {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.next-table-lock-left table,
.next-table-lock-right table {
    width: auto
}

.next-table-lock-left .next-table-body,
.next-table-lock-right .next-table-body {
    overflow: hidden
}

.next-table-lock-right {
    right: 0;
    left: auto
}

.next-table-lock-right table tr td:first-child,
.next-table-lock-right table tr th:first-child {
    border-left-width: 1px
}

.next-table-lock-right.shadow {
    box-shadow: -2px 0 3px rgba(0, 0, 0, .12)
}

.next-table-lock-left.shadow {
    box-shadow: 2px 0 3px rgba(0, 0, 0, .12)
}

.next-table-filter {
    line-height: 1
}

.next-table-sort {
    position: relative;
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.next-table-sort .next-icon {
    position: absolute;
    left: 0;
    color: #9e9e9e
}

.next-table-sort .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-table-sort .current .next-icon {
    color: #f57224
}

.next-table-sort .next-icon-ascending {
    left: 4px
}

.next-table-filter {
    margin-left: 5px;
    cursor: pointer;
    width: 20px;
    display: inline-block
}

.next-table-filter .next-icon {
    color: #9e9e9e
}

.next-table-filter .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-table-expanded-ctrl.disabled {
    color: #9e9e9e
}

.next-table-expanded-ctrl .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

@keyframes fadeInRightForTag {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        transform: rotate(45deg) translateX(20px)
    }
    to {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        transform: rotate(45deg) translateX(0)
    }
}

.next-tag-link .next-tag-body,
.next-tag-readonly .next-tag-body,
.next-tag-selectable .next-tag-body {
    overflow: hidden;
    text-overflow: ellipsis
}

.next-tag {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 12px;
    cursor: pointer;
    max-width: 100%;
    transition: all .2s cubic-bezier(.23, 1, .32, 1)
}

.next-tag,
.next-tag *,
.next-tag :after,
.next-tag :before {
    box-sizing: border-box
}

.next-tag .next-tag-number,
.next-tag .next-tag-opt,
.next-tag>.next-tag-body,
.next-tag>.next-tag-tail {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    transition: all .2s cubic-bezier(.23, 1, .32, 1)
}

.next-tag .next-tag-opt {
    width: 28px;
    vertical-align: middle
}

.next-tag.disabled,
.next-tag[disabled] {
    cursor: not-allowed;
    pointer-events: none
}

.next-tag-medium {
    margin: 8px;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    border-width: 1px
}

.next-tag-medium>.next-tag-body {
    padding-left: 16px;
    padding-right: 16px
}

.next-tag-medium .next-tag-opt {
    height: 32px
}

.next-tag-medium .next-tag-opt .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-tag-large {
    margin: 8px;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    border-width: 1px
}

.next-tag-large>.next-tag-body {
    padding-left: 16px;
    padding-right: 16px
}

.next-tag-large .next-tag-opt {
    height: 32px
}

.next-tag-large .next-tag-opt .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-tag-small {
    margin: 4px;
    height: 24px;
    font-size: 12px;
    line-height: 22px;
    border-width: 1px
}

.next-tag-small>.next-tag-body {
    padding-left: 12px;
    padding-right: 12px
}

.next-tag-small .next-tag-opt {
    height: 24px
}

.next-tag-small .next-tag-opt .next-icon:before {
    width: 8px;
    font-size: 8px;
    line-height: inherit
}

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-tag-small .next-tag-opt .next-icon {
        -ms-transform: scale(.5);
        transform: scale(.5);
        margin-left: -4px;
        margin-right: -4px
    }
    .next-tag-small .next-tag-opt .next-icon:before {
        width: 16px;
        font-size: 16px
    }
}

.next-tag-selectable.selected:before {
    animation: fadeInRightForTag .4s cubic-bezier(.78, .14, .15, .86)
}

.next-tag-selectable.selected:after {
    animation: zoomIn .4s cubic-bezier(.78, .14, .15, .86)
}

.next-tag-selectable .next-tag-body {
    width: 100%
}

.next-tag-selectable.next-tag-small:before {
    right: -10px;
    bottom: -10px;
    width: 20px;
    height: 20px
}

.next-tag-selectable.next-tag-small:after {
    font-size: 12px;
    line-height: 12px;
    right: -2px;
    bottom: -2px
}

.next-tag-selectable.next-tag-medium:before {
    right: -12px;
    bottom: -12px;
    width: 24px;
    height: 24px
}

.next-tag-selectable.next-tag-medium:after {
    font-size: 16px;
    line-height: 16px;
    right: -3px;
    bottom: -3px
}

.next-tag-selectable.next-tag-large:before {
    right: -12px;
    bottom: -12px;
    width: 24px;
    height: 24px
}

.next-tag-selectable.next-tag-large:after {
    font-size: 16px;
    line-height: 16px;
    right: -3px;
    bottom: -3px
}

.next-tag-selectable.next-tag-level-normal {
    color: #757575;
    background-color: #fff;
    border-color: #dadada
}

.next-tag-selectable.next-tag-level-normal.hover,
.next-tag-selectable.next-tag-level-normal:hover {
    color: #212121;
    background-color: #fafafa;
    border-color: #757575
}

.next-tag-selectable.next-tag-level-normal.disabled,
.next-tag-selectable.next-tag-level-normal[disabled] {
    color: #9e9e9e;
    background-color: #fafafa;
    border-color: #9e9e9e
}

.next-tag-selectable.next-tag-level-normal.selected,
.next-tag-selectable.next-tag-level-normal.selected.hover,
.next-tag-selectable.next-tag-level-normal.selected:hover {
    color: #f57224;
    background-color: #fff;
    border-color: #f57224
}

.next-tag-selectable.next-tag-level-normal.selected:before {
    position: absolute;
    content: " ";
    -webkit-font-smoothing: antialiased;
    background: #f57224;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.next-tag-selectable.next-tag-level-normal.selected:after {
    position: absolute;
    font-family: NextIcon;
    -webkit-font-smoothing: antialiased;
    content: "\E673";
    -ms-transform: scale(.6);
    transform: scale(.6);
    color: #fff
}

.next-tag-selectable.next-tag-level-normal.selected.hover:before,
.next-tag-selectable.next-tag-level-normal.selected:hover:before {
    background: #f57224
}

.next-tag-selectable.next-tag-level-primary {
    color: #212121;
    background-color: #eff0f5;
    border-color: #eff0f5
}

.next-tag-selectable.next-tag-level-primary.hover,
.next-tag-selectable.next-tag-level-primary:hover {
    color: #1a9cb7;
    background-color: #eff0f5;
    border-color: #eff0f5
}

.next-tag-selectable.next-tag-level-primary.disabled,
.next-tag-selectable.next-tag-level-primary[disabled] {
    color: #9e9e9e;
    background-color: #fafafa;
    border-color: #fff
}

.next-tag-selectable.next-tag-level-primary.selected {
    color: #212121;
    background-color: #eff0f5;
    border-color: #eff0f5
}

.next-tag-selectable.next-tag-level-primary.selected.hover,
.next-tag-selectable.next-tag-level-primary.selected:hover {
    color: #1a9cb7;
    background-color: #eff0f5;
    border-color: #eff0f5
}

.next-tag-selectable.next-tag-level-secondary {
    color: #757575;
    background-color: #fff;
    border-color: #fff
}

.next-tag-selectable.next-tag-level-secondary.hover,
.next-tag-selectable.next-tag-level-secondary:hover {
    color: #212121;
    background-color: #fafafa;
    border-color: #757575
}

.next-tag-selectable.next-tag-level-secondary.disabled,
.next-tag-selectable.next-tag-level-secondary[disabled] {
    color: #9e9e9e;
    background-color: #fafafa;
    border-color: #9e9e9e
}

.next-tag-selectable.next-tag-level-secondary.selected,
.next-tag-selectable.next-tag-level-secondary.selected.hover,
.next-tag-selectable.next-tag-level-secondary.selected:hover {
    color: #f57224;
    background-color: #fff;
    border-color: #f57224
}

.next-tag-selectable.next-tag-level-secondary.selected:before {
    position: absolute;
    content: " ";
    -webkit-font-smoothing: antialiased;
    background: #f57224;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.next-tag-selectable.next-tag-level-secondary.selected:after {
    position: absolute;
    font-family: NextIcon;
    -webkit-font-smoothing: antialiased;
    content: "\E673";
    -ms-transform: scale(.6);
    transform: scale(.6);
    color: #fff
}

.next-tag-selectable.next-tag-level-secondary.selected.hover:before,
.next-tag-selectable.next-tag-level-secondary.selected:hover:before {
    background: #f57224
}

.next-tag-deletable .next-tag-body {
    width: calc(100% - 24px)
}

.next-tag-deletable .next-tag-opt {
    border-left: 1px solid transparent;
    width: 24px
}

.next-tag-deletable.next-tag-level-normal {
    border-color: #dadada
}

.next-tag-deletable.next-tag-level-normal .next-tag-body {
    color: #212121;
    background-color: #fff
}

.next-tag-deletable.next-tag-level-normal .next-tag-body.hover,
.next-tag-deletable.next-tag-level-normal .next-tag-body:hover {
    color: #1a9cb7;
    background-color: #fff
}

.next-tag-deletable.next-tag-level-normal .next-tag-tail,
.next-tag-deletable.next-tag-level-normal .next-tag-tail.hover,
.next-tag-deletable.next-tag-level-normal .next-tag-tail:hover {
    color: #212121;
    background: #fff
}

.next-tag-deletable.next-tag-level-normal.hover {
    border-color: #dadada
}

.next-tag-deletable.next-tag-level-normal.hover .next-tag-body {
    color: #1a9cb7;
    background-color: #fff
}

.next-tag-deletable.next-tag-level-normal.hover .next-tag-tail {
    color: #212121;
    background: #fff
}

.next-tag-deletable.next-tag-level-normal.disabled,
.next-tag-deletable.next-tag-level-normal[disabled] {
    border-color: #dadada
}

.next-tag-deletable.next-tag-level-normal.disabled .next-tag-body,
.next-tag-deletable.next-tag-level-normal.disabled .next-tag-tail,
.next-tag-deletable.next-tag-level-normal[disabled] .next-tag-body,
.next-tag-deletable.next-tag-level-normal[disabled] .next-tag-tail {
    color: #9e9e9e;
    background-color: #fafafa
}

.next-tag-deletable.next-tag-level-primary {
    border-color: #dadada
}

.next-tag-deletable.next-tag-level-primary .next-tag-body {
    color: #757575;
    background-color: #fafafa
}

.next-tag-deletable.next-tag-level-primary .next-tag-body.hover,
.next-tag-deletable.next-tag-level-primary .next-tag-body:hover {
    color: #212121;
    background-color: #fff
}

.next-tag-deletable.next-tag-level-primary .next-tag-tail {
    color: #757575;
    background: #fff
}

.next-tag-deletable.next-tag-level-primary .next-tag-tail.hover,
.next-tag-deletable.next-tag-level-primary .next-tag-tail:hover {
    color: #212121;
    background: #fafafa
}

.next-tag-deletable.next-tag-level-primary.hover {
    border-color: #dadada
}

.next-tag-deletable.next-tag-level-primary.hover .next-tag-body {
    color: #212121;
    background-color: #fff
}

.next-tag-deletable.next-tag-level-primary.hover .next-tag-tail {
    color: #212121;
    background: #fafafa
}

.next-tag-deletable.next-tag-level-primary.disabled,
.next-tag-deletable.next-tag-level-primary[disabled] {
    border-color: #dadada
}

.next-tag-deletable.next-tag-level-primary.disabled .next-tag-body,
.next-tag-deletable.next-tag-level-primary.disabled .next-tag-tail,
.next-tag-deletable.next-tag-level-primary[disabled] .next-tag-body,
.next-tag-deletable.next-tag-level-primary[disabled] .next-tag-tail {
    color: #9e9e9e;
    background-color: #fafafa
}

.next-tag-deletable.next-tag-level-secondary {
    border-color: #dadada
}

.next-tag-deletable.next-tag-level-secondary .next-tag-body {
    color: #757575;
    background-color: #fff
}

.next-tag-deletable.next-tag-level-secondary .next-tag-body.hover,
.next-tag-deletable.next-tag-level-secondary .next-tag-body:hover {
    color: #212121;
    background-color: #fafafa
}

.next-tag-deletable.next-tag-level-secondary .next-tag-tail {
    color: #757575;
    background: #fff
}

.next-tag-deletable.next-tag-level-secondary .next-tag-tail.hover,
.next-tag-deletable.next-tag-level-secondary .next-tag-tail:hover {
    color: #212121;
    background: #fafafa
}

.next-tag-deletable.next-tag-level-secondary.hover {
    border-color: #dadada
}

.next-tag-deletable.next-tag-level-secondary.hover .next-tag-body {
    color: #212121;
    background-color: #fafafa
}

.next-tag-deletable.next-tag-level-secondary.hover .next-tag-tail {
    color: #212121;
    background: #fafafa
}

.next-tag-deletable.next-tag-level-secondary.disabled,
.next-tag-deletable.next-tag-level-secondary[disabled] {
    border-color: #dadada
}

.next-tag-deletable.next-tag-level-secondary.disabled .next-tag-body,
.next-tag-deletable.next-tag-level-secondary.disabled .next-tag-tail,
.next-tag-deletable.next-tag-level-secondary[disabled] .next-tag-body,
.next-tag-deletable.next-tag-level-secondary[disabled] .next-tag-tail {
    color: #9e9e9e;
    background-color: #fafafa
}

.next-tag-interactive {
    color: #757575;
    background-color: #fff;
    border-color: #dadada
}

.next-tag-interactive.next-tag {
    overflow: visible
}

.next-tag-interactive .next-tag-number {
    color: #757575
}

.next-tag-interactive .next-tag-opt {
    color: #fff;
    background-color: #f57224
}

.next-tag-interactive.hover,
.next-tag-interactive:hover {
    color: #212121;
    background-color: #fff;
    border-color: #dadada
}

.next-tag-interactive.hover .next-tag-number,
.next-tag-interactive:hover .next-tag-number {
    color: #f57224
}

.next-tag-interactive.hover .next-tag-opt,
.next-tag-interactive:hover .next-tag-opt {
    color: #fff;
    background-color: #f57224
}

.next-tag-interactive.disabled,
.next-tag-interactive[disabled] {
    color: #9e9e9e;
    background-color: #fafafa;
    border-color: #dadada
}

.next-tag-interactive.disabled .next-tag-number,
.next-tag-interactive[disabled] .next-tag-number {
    color: #9e9e9e
}

.next-tag-interactive .next-tag-tail {
    position: relative;
    top: 0
}

.next-tag-interactive .next-tag-number {
    width: 28px;
    border-left: 1px dashed #eff0f5
}

.next-tag-interactive .next-tag-opt {
    width: 0;
    position: relative;
    top: -1px;
    right: -1px;
    border-radius: 0 12px 12px 0
}

.next-tag-interactive .next-tag-opt .clicked {
    animation: zoomIn .3s cubic-bezier(.78, .14, .15, .86)
}

.next-tag-interactive.hover .next-tag-opt,
.next-tag-interactive:hover .next-tag-opt {
    display: inline-block;
    width: 28px
}

.next-tag-link .next-tag-body {
    width: 100%
}

.next-tag-link.next-tag-level-normal {
    color: #757575;
    background-color: #fff;
    border-color: #dadada
}

.next-tag-link.next-tag-level-normal.hover,
.next-tag-link.next-tag-level-normal:hover {
    color: #212121;
    background-color: #fafafa;
    border-color: #dadada
}

.next-tag-link.next-tag-level-normal.disabled,
.next-tag-link.next-tag-level-normal[disabled] {
    color: #9e9e9e;
    background-color: #fafafa;
    border-color: #9e9e9e
}

.next-tag-link.next-tag-level-primary {
    color: #757575;
    background-color: #fafafa;
    border-color: #fff
}

.next-tag-link.next-tag-level-primary.hover,
.next-tag-link.next-tag-level-primary:hover {
    color: #212121;
    background-color: #fff;
    border-color: #fff
}

.next-tag-link.next-tag-level-primary.disabled,
.next-tag-link.next-tag-level-primary[disabled] {
    color: #9e9e9e;
    background-color: #fafafa;
    border-color: #fff
}

.next-tag-link.next-tag-level-secondary {
    color: #757575;
    background-color: #fff;
    border-color: #fff
}

.next-tag-link.next-tag-level-secondary.hover,
.next-tag-link.next-tag-level-secondary:hover {
    color: #212121;
    background-color: #fafafa;
    border-color: #d0611e
}

.next-tag-link.next-tag-level-secondary.disabled,
.next-tag-link.next-tag-level-secondary[disabled] {
    color: #9e9e9e;
    background-color: #fafafa;
    border-color: #9e9e9e
}

.next-tag-readonly {
    cursor: default;
    color: #757575;
    background-color: #fff;
    border-color: #9e9e9e
}

.next-tag-readonly .next-tag-body {
    width: 100%
}

.next-tag-readonly.disabled,
.next-tag-readonly[disabled] {
    color: #9e9e9e;
    background-color: #fafafa;
    border-color: #9e9e9e
}

.next-tag-zoom-appear,
.next-tag-zoom-enter {
    animation: fadeInLeft .4s cubic-bezier(.78, .14, .15, .86);
    animation-fill-mode: both
}

.next-tag-zoom-leave {
    animation: fadeOutLeft .2s cubic-bezier(.78, .14, .15, .86);
    animation-fill-mode: both
}

.next-timeline {
    color: #212121;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif;
    font-size: 14px;
    line-height: 1.28571
}

.next-timeline,
.next-timeline *,
.next-timeline:after,
.next-timeline :after,
.next-timeline:before,
.next-timeline :before {
    box-sizing: border-box
}

.next-timeline ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.next-timeline p {
    margin: 0
}

.next-timeline {
    margin: 0;
    padding: 0;
    list-style: none
}

.next-timeline-item {
    position: relative
}

.next-timeline-item-timeline {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.next-timeline-item-timeline .next-timeline-item-node {
    position: relative;
    width: 16px;
    height: 24px;
    padding: 4px 0;
    text-align: center;
    float: left
}

.next-timeline-item-timeline .next-timeline-item-dot {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px
}

.next-timeline-item-timeline .next-timeline-item-icon {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-timeline-item-timeline .next-timeline-item-tail {
    position: absolute;
    width: auto;
    height: calc(100% - 24px);
    top: 24px;
    left: 8px
}

.next-timeline-item-timeline .next-timeline-item-tail i {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 1px;
    position: relative;
    background: #eff0f5;
    transition: all .4s ease
}

.next-timeline-item-content {
    display: inline-block;
    margin-left: 28px
}

.next-timeline-item-content .next-timeline-item-title {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #212121
}

.next-timeline-item-content .next-timeline-item-body {
    line-height: 16px
}

.next-timeline-item-content .next-timeline-item-body,
.next-timeline-item-content .next-timeline-item-time {
    margin: 0;
    margin-top: 8px;
    text-align: left;
    font-size: 12px;
    color: #9e9e9e
}

.next-timeline-item-folder {
    margin-left: 28px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 16px
}

.next-timeline-item-folder-trigger {
    cursor: pointer;
    color: #1a9cb7
}

.next-timeline-item-folder-trigger:hover {
    color: #f57224
}

.next-timeline-item-folded {
    display: none
}

.next-timeline-item-unfolded {
    display: block
}

.next-timeline-item-done .next-timeline-item-dot {
    background: #dadada
}

.next-timeline-item-done .next-timeline-item-icon {
    background: #dadada;
    color: #fff
}

.next-timeline-item-process .next-timeline-item-dot {
    background: #dadada
}

.next-timeline-item-process .next-timeline-item-icon {
    background: #dadada;
    color: #fff
}

.next-timeline-item-success .next-timeline-item-dot {
    background: #4caf50
}

.next-timeline-item-success .next-timeline-item-icon {
    background: #4caf50;
    color: #fff
}

.next-timeline-item-error .next-timeline-item-dot {
    background: #f44336
}

.next-timeline-item-error .next-timeline-item-icon {
    background: #f44336;
    color: #fff
}

.next-timeline-item-last .next-timeline-item-tail {
    display: none
}

.next-transfer {
    color: #212121;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif;
    font-size: 14px;
    line-height: 1.28571;
    display: inline-block
}

.next-transfer,
.next-transfer *,
.next-transfer :after,
.next-transfer :before {
    box-sizing: border-box
}

.next-transfer-panel {
    display: inline-block;
    border: 1px solid #9e9e9e;
    border-radius: 0;
    vertical-align: middle;
    background-color: #fff
}

.next-transfer-panel-header {
    padding: 12px 16px;
    border-bottom: 1px solid #9e9e9e;
    background-color: #fafafa;
    color: #212121
}

.next-transfer-panel-count {
    margin-left: 8px;
    vertical-align: middle
}

.next-transfer-panel-title {
    float: right;
    margin-left: 8px
}

.next-transfer-panel-search {
    position: relative;
    padding: 0 4px;
    margin-top: 8px
}

.next-transfer-panel-search .next-input {
    width: 100%;
    border-radius: 0
}

.next-transfer-panel-search .next-input input {
    text-indent: 20px
}

.next-transfer-panel-search .next-icon-search {
    position: absolute;
    top: 50%;
    left: 13px;
    height: 16px;
    margin-top: -8px;
    color: #9e9e9e
}

.next-transfer-panel-list {
    overflow-y: auto;
    width: 180px;
    height: 160px
}

.next-transfer-panel-list-content {
    padding: 0;
    margin: 0;
    list-style: none
}

.next-transfer-panel-item {
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    background-color: #fff;
    color: #212121;
    transition: background-color .2s ease
}

.next-transfer-panel-item.item-highlight,
.next-transfer-panel-item:hover {
    background-color: #eff0f5;
    color: #212121
}

.next-transfer-panel-item.disabled,
.next-transfer-panel-item.disabled:hover {
    background-color: #fff;
    color: #9e9e9e
}

.next-transfer-panel-item.disabled .next-transfer-panel-item-label,
.next-transfer-panel-item.disabled:hover .next-transfer-panel-item-label {
    cursor: not-allowed
}

.next-transfer-panel-item-label {
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.next-transfer-panel-item-text {
    margin-left: 8px;
    vertical-align: middle
}

.next-transfer-operations {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px
}

.next-transfer-operation.next-btn {
    display: block
}

.next-transfer-operation.next-btn+.next-transfer-operation.next-btn {
    margin-top: 8px
}

.next-transfer-operation.next-btn .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-tree {
    color: #212121;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif;
    font-size: 14px;
    line-height: 1.28571
}

.next-tree,
.next-tree *,
.next-tree:after,
.next-tree :after,
.next-tree:before,
.next-tree :before {
    box-sizing: border-box
}

.next-tree {
    margin: 0;
    padding: 4px
}

.next-tree>.next-tree-node:first-child {
    margin-top: 0
}

.next-tree-node {
    padding: 0;
    margin-top: 8px;
    list-style: none;
    white-space: nowrap;
    outline: 0
}

.next-tree-node-handle {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 4px;
    padding: 0 4px;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    transition: all .3s cubic-bezier(.23, 1, .32, 1);
    font-size: 14px;
    color: #757575;
    background-color: transparent
}

.next-tree-node-handle span {
    display: inline-block
}

.next-tree-node-handle:hover {
    color: #757575;
    background-color: rgba(245, 114, 36, .1)
}

.next-tree-node-handle-selected {
    color: #757575;
    background-color: rgba(245, 114, 36, .2)
}

.next-tree-node-handle-disabled,
.next-tree-node-handle-disabled:hover {
    color: #9e9e9e;
    background-color: transparent
}

.next-tree-node-input {
    margin: 0 4px;
    padding: 1px 3px;
    border: 1px solid #dadada;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    outline: none
}

.next-tree-node-input:focus {
    border-color: #9e9e9e
}

.next-tree-node-handle[draggable=true],
.next-tree-node-handle[draggable] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-drag: element;
    -webkit-user-drag: element
}

.next-tree-node-disabled>.next-tree-node-top-half>.next-tree-switcher,
.next-tree-node-disabled>.next-tree-node-top-half>a,
.next-tree-node-disabled>.next-tree-switcher,
.next-tree-node-disabled>a {
    color: #9e9e9e;
    background: transparent;
    cursor: not-allowed
}

.next-tree-node.drag-over>.next-tree-node-top-half>a,
.next-tree-node.drag-over>a {
    background-color: #f57224;
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: .8
}

.next-tree-node.drag-over-gap-top>.next-tree-node-top-half>a,
.next-tree-node.drag-over-gap-top>a {
    border-top: 2px solid #f57224
}

.next-tree-node.drag-over-gap-bottom>.next-tree-node-top-half>a,
.next-tree-node.drag-over-gap-bottom>a {
    border-bottom: 2px solid #f57224
}

.next-tree-node.filter-node>a {
    color: #f44336!important;
    font-weight: 700!important
}

.next-tree-node ul {
    margin: 0;
    padding: 0
}

.next-tree-node li {
    margin-left: 24px;
    padding: 0
}

.next-tree-node-top-half {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.next-tree-node-top-half .next-tree-node-handle {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.next-tree-with-line .next-tree-node li:not(:last-child) {
    margin-left: 7.5px;
    border-left: 1px solid #eff0f5;
    padding-left: 15.5px
}

.next-tree-icon {
    margin: 0;
    width: 16px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 0 none;
    cursor: pointer;
    outline: none
}

.next-tree-icon-loading:after {
    content: "\E67C";
    display: inline-block;
    font-family: NextIcon;
    font-size: 12px;
    animation: loadingCircle 2s infinite linear
}

.next-tree-switcher {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.next-tree-switcher-noline {
    width: 12px;
    height: 12px;
    line-height: 12px;
    cursor: pointer
}

.next-tree-switcher-noline .next-tree-switcher-icon {
    transition: transform .3s cubic-bezier(.23, 1, .32, 1);
    color: #9e9e9e
}

.next-tree-switcher-noline .next-tree-switcher-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-tree-switcher-noline:not(.disabled):hover .next-tree-switcher-icon {
    color: #212121
}

.next-tree-switcher-noline-close .next-tree-switcher-icon {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.next-tree-switcher-noline-close .next-tree-switcher-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-tree-switcher-line {
    width: 16px;
    height: 16px;
    line-height: 14px;
    border: 1px solid #dadada;
    border-radius: 0;
    background-color: #fff;
    cursor: pointer
}

.next-tree-switcher-line .next-tree-switcher-icon {
    margin-left: 3px;
    color: #757575
}

.next-tree-switcher-line .next-tree-switcher-icon:before {
    width: 8px;
    font-size: 8px;
    line-height: inherit
}

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-tree-switcher-line .next-tree-switcher-icon {
        -ms-transform: scale(.5);
        transform: scale(.5);
        margin-left: -1px;
        margin-right: -4px
    }
    .next-tree-switcher-line .next-tree-switcher-icon:before {
        width: 16px;
        font-size: 16px
    }
}

.next-tree-switcher-line .next-tree-switcher-icon:before {
    vertical-align: text-bottom
}

.next-tree-switcher-line:not(.disabled):hover {
    border-color: #757575;
    background-color: #fafafa
}

.next-tree-switcher-line:not(.disabled):hover .next-tree-switcher-icon {
    color: #212121
}

@media screen\0 {
    .next-tree-switcher-line {
        line-height: 16px
    }
}

.next-tree-switcher-noop-noline {
    width: 12px;
    height: 12px
}

.next-tree-switcher-noop-line {
    width: 16px;
    height: 16px
}

.next-tree-switcher-noop-line-noroot {
    height: 0;
    border-left: 1px solid #eff0f5;
    border-right: 1px solid #eff0f5;
    border-bottom: 1px solid #eff0f5
}

.next-tree-switcher-noop-line-noroot .next-tree-right-angle {
    bottom: -1px
}

.next-tree-right-angle {
    position: absolute;
    bottom: 6.5px;
    left: -17.5px;
    display: block;
    width: 16.5px;
    height: 20.5px;
    border-left: 1px solid #eff0f5;
    border-bottom: 1px solid #eff0f5
}

.next-tree-child-tree.temp-hide {
    display: none
}

.next-tree-child-tree.out-screen {
    position: absolute;
    top: 0;
    left: -9999px
}

.next-tree-child-tree.child-tree-enter {
    overflow: hidden;
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.next-tree-child-tree.child-tree-enter-active {
    transition: all .3s cubic-bezier(.23, 1, .32, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.next-tree-child-tree.child-tree-leave {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.next-tree-child-tree.child-tree-leave-active {
    transition: all .25s cubic-bezier(.23, 1, .32, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.next-tree-icon-close,
.next-tree-icon-open {
    margin-right: 2px;
    vertical-align: top
}

.next-tree-select {
    color: #212121;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif;
    font-size: 14px;
    line-height: 1.28571
}

.next-tree-select,
.next-tree-select *,
.next-tree-select :after,
.next-tree-select :before {
    box-sizing: border-box
}

.next-tree-select-dropdown {
    padding: 12px 0;
    background: #fff;
    border: 1px solid #eff0f5;
    border-radius: 0;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .25)
}

.next-tree-select-dropdown .next-select-search {
    line-height: 28px
}

.next-tree-select-dropdown .next-tree {
    padding: 0;
    margin: 0 20px
}