.inBody {
    padding-top: 30px;
    padding-bottom: 25px;
}

.not-index .title-main {
    text-align: center;
}

.not-index .title-main::after {
    right: 0;
    margin: 0 auto;
}

#block-header {
    box-shadow: 0 1px 3px #9e9e9e;
}

/*breadcrumb*/
.breadcrumb {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
    background: none;
}

.breadcrumb li {
    font-family: "Arial";
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    display: inline;
    text-transform: capitalize;
}

.breadcrumb li a {
    font-family: "main";
    color: #1b85c5;
    font-size: 12px;
    font-weight: normal;
}

.breadcrumb li+li::before {
    padding: 0 5px;
    color: #333333;
    font-size: 15px;
    content: " » ";
}

/*==========================*/
/*inAbout*/
.inAbout-title {
    margin: 10px;
}

.inAbout-title h1 {
    font-family: mainbold;
    font-size: 20px;
    text-transform: uppercase;
}

.inAbout-box {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 10px;
    line-height: 28px;
    margin-bottom: 10px;
}

/*end about*/
/*=============================*/
/*album*/
.container-inAlbum {
    overflow: hidden;
}

.inAlbum-box {
    justify-content: left;
    margin: 0 -15px;
}

.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;
}

/*-----------------------*/
/* news */
.inNews-box {
    margin: 0px -10px;
    justify-content: flex-start;
}

.inNews-col {
    width: 33.33%;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.inNews-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;
}

.inNews-item:hover {
    background: #788892;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.inNews-item:hover .inNews-text h3 a {
    color: #fff;
}

.inNews-img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 10px;
}

.inNews-text {
    flex-direction: row-reverse;
}

.inNews-text h3 {
    width: 100%;
    padding: 10px 0;
}

.inNews-text h3 a {
    font-family: main;
    font-size: 15px;
    color: #292929;
    text-transform: uppercase;
    padding-left: 10px;
    display: inline-block;
    font-weight: bold;
}

.inNews-date {
    width: 75px;
    background: #ccc;
    align-items: center;
    justify-content: initial;
    /* flex-direction: column; */
    font-size: 40px;
    text-align: center;
    padding-top: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.inNews-date span {
    font-size: 10px;
    display: block;
}

#inNews-detail .inNews-noidung {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.inNews-list-noimg {
    margin: 7px 0;
}

.inNews-list-noimg a {
    font-family: main;
    font-size: 16px;
    position: relative;
    left: 0;
}

.inNews-list-noimg a:hover {
    left: 5px;
}

/* end news */
/*===============================*/
/*sanpham*/
.container-inProduct {
    overflow: hidden;
}

.inProduct-box {
    justify-content: flex-start;
    margin: 0 -10px;
}

.inProduct-col {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

/*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 {
    display: inline-block;
    margin: 0px 0px;
    padding: 2px 14px;
    position: relative;
}

.pagination>li {
    float: left;
    text-decoration: none;
    margin: 0px 2.5px;
    border: 1px solid #b7b7b7;
    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: "Arial";
    color: #333333;
    font-size: 12px;
}

.current {
    background: #1b85c5;
    color: #fff !important;
}

/*video*/

.inVideo-box {
    margin: 0 -15px;
    justify-content: left;
}

.inVideo-col {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.inVideo-item {
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 10px 1px #a9a9a9;
}

.inVideo-text {
    padding: 10px;
}

.inVideo-text h3 {
    text-align: center;
}

.inVideo-text h3 a {
    font-family: main;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

/*contact*/
#inContact {
    background: url(../images/bg-contact.jpg);
    background-attachment: fixed;
}

.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;
}

.container-contact {
    overflow: hidden;
}

.inContact-box {
    margin: 0px -10px;
}

.inContact-col {
    width: 50%;
    padding: 0 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.inContact-noidung {
    background-color: rgba(0, 0, 0, .2);
    padding: 10px;
}

.inContact-noidung-bg {
    height: 100%;
}

.inContact-noidung .box {
    background: #fff;
    display: block;
    opacity: 0.8;
    min-height: 350px;
    padding: 30px;
}

#form-lienhe {
    background-color: rgba(0, 0, 0, .2);
    padding: 10px;
}

#form-lienhe .form-group {
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.contact-group {
    position: relative;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.conact-group-noidung span,
.contact-group span {
    position: absolute;
    left: 16px;
    top: 5.5px;
    width: 35px;
    height: 35px;
    border-right: 1px solid #cccccc;
    color: #464646;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    z-index: 1;
}

.contact-group-btn,
.conact-group-noidung {
    width: 100%;
    padding: 0 15px;
    position: relative;
    text-align: center;
}

#form-lienhe input,
#form-lienhe textarea {
    width: calc((100% - 10px)/2);
    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;
}

#form-lienhe input:focus,
#form-lienhe textarea:focus {
    opacity: 1;
}

#form-lienhe input::-webkit-input-placeholder,
#form-lienhe textarea::-webkit-input-placeholder {
    font-family: "Arial";
    color: #464646;
    font-size: 15px;
    font-weight: normal;
}

#form-lienhe input::-moz-placeholder,
#form-lienhe textarea::-moz-placeholder {
    font-family: "Arial";
    color: #464646;
    font-size: 15px;
    font-weight: normal;
}

#form-lienhe input::-ms-input-placeholder,
#form-lienhe textarea::-ms-input-placeholder {
    font-family: "Arial";
    color: #464646;
    font-size: 15px;
    font-weight: normal;
}

#form-lienhe input::-moz-placeholder,
#form-lienhe textarea::-moz-placeholder {
    font-family: "Arial";
    color: #464646;
    font-size: 15px;
    font-weight: normal;
}

#form-lienhe input:focus,
#form-lienhe textarea:focus {
    outline: none;
    border-color: #1b85c5;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#form-lienhe textarea {
    width: 100%;
    height: 180px;
    line-height: 30px;
    resize: none;
}

.contact-btn {
    min-width: 150px;
    height: 50px;
    border: none;
    outline: none;
    background-color: #bf010a;
    cursor: pointer;
    font-family: main;
    color: white;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

.contact-btn:hover {
    background-color: red;
}

#contact-map {
    line-height: 0;
}

#contact-map iframe {
    width: 100% !important;
    height: 400px;
}

/*end contact*/
#twitter-widget-0 {
    margin-left: 5px;
}

.block-share {
    justify-content: flex-start;
}