.inBody {
    padding-top: 70px;
    padding-bottom: 25px;
}

.not__index {}

.not__index .header {
    position: static;
}

/* Breadcrumb */
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.bresadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.breadCrumbs {
    background-color: #eee;
}

.breadCrumbs .breadCrumbs-box .breadcrumb {
    padding: 9px 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadCrumbs .breadCrumbs-box .breadcrumb-item a {
    color: var(--color-black);
}

.breadCrumbs .breadCrumbs-box .breadcrumb-item.active a {
    color: var(--color-gray);
}

/* Like Share */
.social-plugin {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-left: 10px;
}

/*==========================*/
#block-inStatic {}

.inStatic {}

.inStatic__container {}

.inStatic__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.inStatic__main {
    width: 50%;
}

.inStatic__main figure {
    margin-bottom: 20px;
}

.inStatic__main figure img {}

.inStatic__criteria {
    width: 45%;
}

/*criteria*/

.inStatic__des {
    line-height: 28px;
}

.criteria__content {
    margin-top: 20px;
}

.criteria {}

.criteria__container {}

.criteria__title {}

.criteria__title h3 {}

.criteria__title p {}

.criteria__box {}

.criteria__col {
    width: 50%;
    margin: 50px 0;
    padding: 0 10px;
}

.criteria__item {}

.criteria__img {}

.criteria__text {}

.criteria__text h3 {
    font-family: 'mainbold';
    font-size: 22px;
    text-transform: uppercase;
    line-height: initial;
}

.criteria__text article {
    font-family: 'mainbold';
    font-size: 80px;
    line-height: initial;
    margin-bottom: 10px;
}

.criteria__text span {}

.criteria__text p {}

/*end criteria*/
/*==========================*/
/* news */
.inNews__time {
    margin-bottom: 5px;
}

.inService__title {
    width: 50%;
    margin-bottom: 60px;
}

.inService__title svg {}

.inService__title svg text {
    size: 60px;
    font-size: 160px;
    fill: #282832;
    font-family: 'mainbold';
}

.inService__col:nth-child(even) {
    position: relative;
    top: -160px;
}

.inService__container {
    margin-top: 40px;
}

.inService__item {
    position: relative;
}

.inService__img {
    position: relative;
}

.inService__text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    outline: 1px solid #fff;
    outline-offset: -20px;
    background: rgb(0 0 0 / 60%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: calc(90/570*100%);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.inService__text h3 {
    font-family: 'mainbold';
    font-size: 48px;
    line-height: initial;
    margin-bottom: 10px;
}

.inService__text article {
    font-family: 'main';
    font-size: 18px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 27px;
}

.inService__text a {
    background: #ee870e;
    font-size: 18px;
    color: #fff;
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin-top: 40px;
    font-family: 'main';
}

.inService__item:hover .inService__text {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

/*inNews*/
#block-inNews {}

.inNews {}

.inNews__container {}

.inNews__title {
    margin: 40px 0;
}

.inNews__title h3 {}

.inNews__title p {}

.inNews__box {}

.inNews__col {}

.inNews__item {}

.inNews__img {
    margin-bottom: 10px;
}

.inNews__img a {}

.inNews__img a img {}

.inNews__text {}

.inNews__text h3 {
    margin-bottom: 10px;
}

.inNews__text h3 a {
    font-family: 'mainbold';
    font-size: 18px;
}

.inNews__text article {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 65px;
}

.inNews__text span {}

.inNews__text p {}

.inNews__btn {}

.inNews__btn button {}

.inNews__btn button a {}

.inNews__btn button:hover a {}

/*end inNews*/
/*===============================*/

/*inProject*/
#block-inProject {}

.inProject {}

.inProject__container {
    margin-top: 40px;
}

.inProject__title {
    text-align: center;
    margin-bottom: 40px;
}

.inProject__title h2 {
    font-family: 'mainbold';
    font-size: 40px;
    text-transform: uppercase;
}

.inProject__title p {}

.inProject__box {}

.inProject__col {}

.inProject__item {
    filter: grayscale(1);
}

.inProject__img {
    position: relative;
}

.inProject__img a {}

.inProject__img a img {}

.inProject__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.inProject__text h3 {
    font-family: 'mainbold';
    font-size: 18px;
    margin-bottom: 5px;
}

.inProject__item:hover {
    filter: grayscale(0);
}

.inProject__item:hover .inProject__text {
    visibility: visible;
    opacity: 1;
}

.inProject__text h3 a {}

.inProject__text article {}

.inProject__text span {}

.inProject__text p {}

.inProject__btn {}

.inProject__btn button {}

.inProject__btn button a {}

.inProject__btn button:hover a {}

/*end inProject*/
/*===============================*/
/* end news */
/*==========================*/
/*album*/
.container-inAlbum {
    overflow: hidden;
}

.inAlbum__box {
    justify-content: left;
    margin: 0 -15px;
    margin-top: 20px;
}

.inAlbum__box figure {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inAlbum__box .newsPicture__text article {
    display: none;
}

.inAlbum__fotorama {
    max-width: 700px;
    margin: 0 auto;
}

.inAlbum__col {
    width: calc(100% / 4);
    padding: 0 10px;
    margin-bottom: 20px;
}

.inAlbum__item {
    position: relative;
    overflow: hidden;
}

.inAlbum__img a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.inAlbum__text {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #00000080;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    color: #fff;
}

.inAlbum__item:hover .inAlbum__text {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.inAlbum__text h3 {
    font-family: mainbold;
    font-size: 16px;
    text-transform: uppercase;
}

.inAlbum__text p {
    font-family: main;
    font-size: 13px;
}

.inGallery-box {
    justify-content: flex-start;
}

.inGallery-col {}

.inGallery-item {
    box-shadow: 0 0 3px #c5c5c5;
}

.inGallery-img {
    position: relative;
}

.inGallery-text,
.inGallery-img a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.inGallery-text {
    top: initial;
    z-index: 1;
    background: hsl(0deg 0% 0% / 50%);
    text-align: center;
    color: #fff;
    font-family: 'mainbold';
    text-transform: uppercase;
    line-height: initial;
    padding: 10px;
}

/*-----------------------*/
/*===============================*/
/*News Picture*/
.newsPicture__col {}

.newsPicture__item {
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    box-shadow: 0 0 10px 1px #a9a9a9;
    padding: 10px;
}

.newsPicture__item:hover {
    background: #788892;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.newsPicture__img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 10px;
}

.newsPicture__text {
    flex-direction: row-reverse;
    padding: 0 10px;
    width: 100%;
}

.newsPicture__text h3 {
    margin-bottom: 5px;
}

.newsPicture__text h3 a {
    font-family: main;
    font-size: 15px;
    color: #292929;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
}

.newsPicture__text article {
    min-height: 45px;
}

.newsPicture__item:hover .newsPicture__text h3 a,
.newsPicture__item:hover .newsPicture__text article {
    color: #fff;
}

/* end Picture */
/*===============================*/
/*news flipper*/
.flipper__item {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
    height: 100%;
    padding-top: calc(320/280*100%);
}

.flipper__front {
    background-color: #f7a801;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88);
}

.flipper__front .inner {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    color: #fff;
    font-size: 25px;
    background: linear-gradient(to top, #000 0%, rgb(0 0 0 / 30%) 30%, #0000 50%);
    padding: calc(20/285*100%);
}

.flipper__front .inner h3 {
    text-transform: capitalize;
    line-height: initial;
    font-family: mainbold;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flipper__back {
    background-color: #1b242b;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: calc(20/285*100%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88);
}

.flipper__back .inner {
    -webkit-transform: translateZ(125px);
    transform: translateZ(125px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    color: #fff;
}

.flipper__back h3 {
    font-size: 25px;
    font-family: mainbold;
    margin-bottom: 10px;
    line-height: initial;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flipper__back p {
    font-size: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flipper__back a.xt {
    color: #fff;
    font-size: 14px;
}

.flipper__back a.xt i {
    transition: 0.4s;
}

.flipper__back a.xt:hover i {
    padding-left: 15px;
}

.flipper__front,
.flipper__back {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-width: 100%;
    z-index: 2;
}

.flipper__back::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(27, 36, 43, 0.85);
    text-align: left;
    color: #fff;
}

.flipper__item:hover .flipper__front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.flipper__item:hover .flipper__front .inner {
    -webkit-transform: translateZ(125px);
    transform: translateZ(125px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flipper__item:hover .flipper__back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.flipper__item:hover .flipper__back .inner {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

/*end flipper*/
/*============================*/
/*sanpham*/
.container-inProduct {
    overflow: hidden;
}

.inProduct-box {
    justify-content: flex-start;
    margin: 0 -10px;
}

.inProduct-col {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.inProduct-gal .resCol-5,
.inProduct-swiper .swiper-slide {
    padding: 0 2.5px;
}

.inProduct-gal .flexbox,
.inProduct-swiper .swiper-wrapper {
    margin: 0 -2.5px;
}

.pagination-home {
    width: 100%;
    text-align: center;
}

/*detail*/
.inSanpham-img {
    width: calc(35% - 10px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.inSanpham-text {
    width: calc(45% - 10px);
}

.inSanpham-big {
    padding: 5px;
    border: 1px solid #ebebeb;
    text-align: center;
}

.inSanpham-gallery {
    margin-top: 10px;
    padding: 5px;
    background-color: #ececec;
}

#slick-gallery {}

.gallery-item {
    padding: 0px 2.5px;
}

.gallery-item a {
    padding: 3px;
}

.inSanpham-text ul li {
    padding: 10px 0px;
    font-family: main;
}

.inSanpham-text ul li b {
    color: black;
}

.inSanpham-text ul li label {
    font-family: main;
    font-size: 14px;
}

.inSp-ten h1 {
    color: #1b85c5;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.inSp-share {
    display: flex;
}

.inSp-masp {
    font-family: main;
    color: #000;
    font-size: 14px;
}

.inSp-gia {
    font-family: main;
    color: red;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

.inSp-gia b {
    font-size: 15px;
}

.inSanpham-info {
    width: 100%;
    margin: 30px 0
}

.content-product {
    margin-bottom: 15px;
}

.content-product .title-content h2 {
    display: inline-block;
    text-align: center;
    width: 250px;
    max-width: 100%;
    padding: 10px 0;
    margin: 0;
    font-family: main;
    color: white;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.content-product .title-content h2 {
    background-color: #1595c8;
}

.content-product .content {
    padding: 10px;
    border: 1px solid #dddddd;
}

.inSanpham-lienquan {
    width: 100%;
    overflow: hidden;
}

.inSanpham-lienquan .inSanpham-title {
    background: none;
    border: none;
    margin-bottom: 10px;
}

.inSanpham-lienquan .inSanpham-title h2 {
    text-transform: capitalize;
    padding: 10px;
}

.inSanpham-lienquan .inProduct-box {
    margin: 0 -10px;
}

.inSanpham-lienquan .inProduct-col {
    padding: 0 10px;
    margin-bottom: 20px;
}

/* Style the tab */
.inSanpham-title {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    justify-content: flex-start;
}

/* Style the buttons inside the tab */
.inSanpham-title button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 19px;
    color: #000;
    font-family: mainbold;
}

.inSanpham-title h2 {
    display: inline-block
}

.inSanpham-lienquan .inSanpham-title h2,
.inSanpham-title button.active,
.inSanpham-title button:hover {
    background-color: #1595c8;
    color: #fff;
}

.inSanpham-info-content {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.inSanpham-info-content iframe {
    width: 100% !important;
}

.inSanpham-title span {
    font-family: mainbold;
    font-size: 17px;
    color: #fff;
    background: #1595c8;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
}

.inSp-soluong {
    align-items: center;
    justify-content: flex-start;
}

.inSp-gia .price-new {
    font-size: 25px;
}

/*end sanpham*/
/*brand*/
.inBrand-box {
    justify-content: flex-start;
}

.inBrand-col {
    width: calc(100% / 6);
    padding: 0 10px;
    margin-bottom: 20px;
}

.inBrand-item {
    background: #fff;
    padding: 5px;
}

.inBrand-text {
    padding: 5px;
    text-align: center;
}

.inBrand-text h3 {
    font-family: mainbold;
    font-size: 14px;
}

.inNotice {
    font-family: main;
    font-size: 16px;
    color: #000;
}

.inNotice span {
    font-family: mainbold;
    font-size: 20px;
    text-transform: capitalize;
    color: red;
}

/*end brand*/
/*inAside*/
.inSanpham-aside {
    width: 20%;
}

.inAside-title h2 {
    font-family: mainbold;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 17px;
}

.inAside-box {
    background: #f7f7f7;
}

.inAside-list {
    padding: 0px 10px;
    max-height: 600px;
    overflow-y: auto;
}

.inAside-list>li {
    border-bottom: 1px solid #fff;
    align-items: center;
}

.inAside-list>li>a {
    padding: 12px 10px;
    width: calc(100% - 20px);
}

.inAside-list>li>i {
    cursor: pointer;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.inAside-list>li>i:hover {
    background: #2a1770;
    color: #fff;
}

.inAside-list li {
    background: url('../images/bg-inAside-list.png')no-repeat center left;
}

.inAside-list li a {
    font-family: RobotoRegular;
    font-size: 15px;
    color: #333333;
}

.inAside-list li a:hover {
    color: red;
}

.inAside-cat {
    padding: 0 20px;
    width: 100%;
}

.inAside-cat-hide {
    display: none;
}

.inAside-cat li a {
    padding: 10px 10px;
    display: block;
}

.active-inAside {
    transform: rotate(180deg);
    background: #2a1770;
    color: #fff;
}

/*end inAside*/
.pagination {
    margin: 0px 0px;
    padding: 2px 14px;
    position: relative;
}

.pagination>li {
    float: left;
    text-decoration: none;
    margin: 0px 2.5px;
    background-color: white;
}

.pagination>li:hover,
.pagination>li.active {
    border-color: #1b85c5;
    background: #1b85c5;
}

.pagination>li:hover a,
.pagination>li.active a {
    color: white;
}

.pagination>li>a {
    display: block;
    text-align: center;
    line-height: 100%;
    padding: 0px 9.5px;
    line-height: 30px;
    font-family: "main";
    color: #333333;
    font-size: 12px;
}

.current {
    background: #1b85c5;
    color: #fff !important;
}

/*video*/
.container-inVideo {
    overflow: hidden;
}

.inVideo-box {
    justify-content: flex-start;
}

.inVideo-col {}

.inVideo-item {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px 1px #a9a9a9;
    color: #000;
}

.inVideo-img {
    position: relative;
}

.inVideo-img img {
    margin-bottom: 10px;
}

.inVideo-img figcaption {
    min-height: 40px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inVideo-img figcaption h3 {
    font-family: 'mainbold';
    font-size: 16px;
    color: inherit;
}

.inVideo-img a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.inVideo-item:hover {
    background: gray;
    color: #fff;
}

.pagein-title-white {
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.pagein-title-white span {
    padding: 15px 10px 25px 10px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-family: main;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
}

/*contact*/

.inContact__box {
    max-width: 800px;
    margin: 0 auto;
}

.inContact__info,
.inContact__form {
    width: calc(50% - 20px);
}

.inContact__col {
    width: 100%;
}

.inContact__col .inContact__item {
    width: calc(50% - 10px/2);
}

.inContact__item input,
.inContact__item textarea {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: none;
    font-family: main;
    color: #333333;
    font-size: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: .8;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.inContact__item input:focus,
.inContact__item textarea:focus {
    opacity: 1;
}

.inContact__item input::-webkit-input-placeholder,
.inContact__item textarea::-webkit-input-placeholder {
    font-family: "main";
    color: #464646;
    font-size: 15px;
    font-weight: normal;
}

.inContact__item input::-moz-placeholder,
.inContact__item textarea::-moz-placeholder {
    font-family: "main";
    color: #464646;
    font-size: 15px;
    font-weight: normal;
}

.inContact__item input::-ms-input-placeholder,
.inContact__item textarea::-ms-input-placeholder {
    font-family: "main";
    color: #464646;
    font-size: 15px;
    font-weight: normal;
}

.inContact__item input::-moz-placeholder,
.inContact__item textarea::-moz-placeholder {
    font-family: "main";
    color: #464646;
    font-size: 15px;
    font-weight: normal;
}

.inContact__item input:focus,
.inContact__item textarea:focus {
    outline: none;
    border-color: #1b85c5;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.inContact__item textarea {
    width: 100%;
    height: 100px;
    line-height: 30px;
    resize: none;
}

.inContact__map {
    position: relative;
    height: 300px;
    margin-top: 20px;
}

.inContact__map iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}

/*end contact*/
#twitter-widget-0 {
    margin-left: 5px;
}

.block-share {
    justify-content: flex-start;
}

/*Detail */
.inProduct__head {
    margin-bottom: 50px;
}

.inProduct__photo {
    position: relative;
    width: 40%;
    text-align: center;
    background: white;
}

.inProduct__photo .MagicZoom {
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
}

.inProduct__photo .slick-slide {
    padding: 0 5px;
}

.inProduct__info {
    width: 58%;
}

.inProduct__gal {
    position: relative;
    margin-top: 10px;
    width: 100%;
}

.inProduct__slide {
    display: block !important;
    border: 1px solid #eee;
    padding: 2.5px;
    border-radius: 3px;
    cursor: pointer;
}

.inProduct__slide.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}

.inProduct__slide img {
    box-shadow: none !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

h2.inProduct__name {
    text-transform: capitalize;
    font-size: 24px;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 15px;
    font-family: 'mainbold';
}

.inProduct__desc {
    margin-bottom: 1rem;
}

.inProduct__detail {
    list-style: none;
    padding: 0px;
}

.inProduct__detail li {
    margin-bottom: 0.5rem;
}

.inProduct__detail li label {
    font-family: 'mainbold';
    margin-right: 5px;
}

.inProduct__detail li p {
    display: inline-block;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-red);
}

.price-old-pro-detail {
    font-weight: 500;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
}

/*tag*/
.inProduct__tags {
    width: 100%;
    margin: 1rem 0px 2rem 0px;
}

.inProduct__tags a {
    float: left;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px 7px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: var(--color-red);
    border-radius: 3px;
}

.inProduct__tags a i {
    font-size: 10px;
    float: left;
    margin: 5px 5px 0px 0px;
}

/*body*/
.inProduct__body {}

.inProduct__body__title {
    padding: 0px;
    list-style: none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    justify-content: flex-start;
}

.inProduct__body__title li {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #eee;
    padding: 10px 20px;
    font-family: 'mainbold';
    font-size: 15px;
}

.inProduct__body__title li.active {
    background: #333;
    color: #fafafa;
}

.inProduct__body__title li:last-child {
    margin-right: 0px;
}

.inProduct__content {
    display: none;
}

.inProduct__body__content.active {
    display: block;
}

/* Toc */
.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " "
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

/* BÃ i viáº¿t */
.news {
    width: 49%;
    float: left;
    margin-bottom: 25px;
    display: block;
}

.news:nth-child(2n) {
    float: right;
}

.news:nth-child(2n+1) {
    clear: both;
}

.pic-news {
    float: left;
    margin-right: 4%;
    width: 36%;
}

.pic-news img {
    width: 100%;
}

.info-news {
    float: left;
    width: 60%;
}

.name-news {
    color: #333;
    font-size: 16px;
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}

.name-news:hover {
    color: var(--color-red);
}

.time-news {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
}

.desc-news {
    color: #333333;
    margin-top: 5px;
    line-height: 22px;
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.othernews b {
    margin-bottom: 10px;
}

.list-news-other {
    padding-left: 17px;
    list-style: square;
}

.list-news-other li {
    margin-bottom: 2px;
}

.list-news-other li a {
    text-transform: none;
}

.list-news-other li a:hover {
    color: var(--color-red);
}

/*page*/
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*pushTop*/
#block__pushTop {}

.pushTop__container {}

.pushTop__title {}

.pushTop__title h3 {}

.pushTop__title p {}

.pushTop__box {}

.pushTop__col {}

.pushTop__item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.pushTop__item:hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.pushTop__item:hover .pushTop__text {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.pushTop__img {}

.pushTop__img {
    box-shadow: inset 8px -5px black;
}

.pushTop__img img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    max-width: 100%;
    display: block;
    position: relative;
}

.pushTop__text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #0f4334;
    color: #ffcc01;
    height: 100px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}


.pushTop__text h3 {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.pushTop__text h3 a {
    font-family: 'mainbold';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.pushTop__text p {}

.pushTop__text article {
    display: -webkit-box;
    width: 70%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'main';
    color: #fff;
    font-size: 13px;
}


.pushTop__text>a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #ffcc01;
    color: #000;
    font-family: 'main';
    font-size: 13px;
}

.pushTop__text>a:hover {
    background: var(--background-hover);
    color: #fff;
}

/*end pushTop*/
/*===============================*/