.main {
    padding-top: 20px;
    padding-bottom: 100px;
    position: relative;
}

.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: "/\00a0";
}

.list-lq li a {
    display: block;
    font-family: "RobotoRegular";
    color: #333333;
    font-size: 15px;
}

.title-detail {
    text-align: center;
    display: block;
    position: relative;
}

.title-detail span {
    padding: 5px 10px 25px 10px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-family: main;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.title-detail span::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    right: 0;
    bottom: 6px;
}

.title-detail span::after {}

.title-detail i {
    position: absolute;
    margin: 0 auto;
    bottom: 0px;
    right: 0;
    left: 0;
    background: #fff;
    width: 30px;
    height: 15px;
}

.inGioithieu-title {
    text-align: left;
    display: block;
    position: absolute;
    top: -100px;
    left: 8%;
}

.inGioithieu-title span {
    padding: 6px 0;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: main;
}

.inGoithieu-img img {
    width: 100%;
}

.inNoidung {
    margin-top: 100px;
}

/*lienhe*/
#form-lienhe .form-group {
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

#form-lienhe .group-addon {
    position: relative;
}

#form-lienhe .group-addon span {
    position: absolute;
    left: 5.5px;
    top: 5.5px;
    width: 35px;
    height: 35px;
    border-right: 1px solid #cccccc;
    color: #cccccc;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    z-index: 1;
}

#form-lienhe input,
#form-lienhe textarea {
    width: 100%;
    height: 46px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border: 1px solid #cccccc;
    font-family: "Arial";
    color: #333333;
    font-size: 15px;
}

#form-lienhe input::-webkit-input-placeholder,
#form-lienhe textarea::-webkit-input-placeholder {
    font-family: "Arial";
    color: #cccccc;
    font-size: 15px;
    font-weight: normal;
}

#form-lienhe input::-moz-placeholder,
#form-lienhe textarea::-moz-placeholder {
    font-family: "Arial";
    color: #cccccc;
    font-size: 15px;
    font-weight: normal;
}

#form-lienhe input::-ms-input-placeholder,
#form-lienhe textarea::-ms-input-placeholder {
    font-family: "Arial";
    color: #cccccc;
    font-size: 15px;
    font-weight: normal;
}

#form-lienhe input::-moz-placeholder,
#form-lienhe textarea::-moz-placeholder {
    font-family: "Arial";
    color: #cccccc;
    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 {
    height: 180px;
    line-height: 30px;
}

.btns {
    min-width: 120px;
    height: 37px;
    border: none;
    outline: none;
    background-color: #1b85c5;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-family: "RobotoRegular";
    color: white;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}

.btns:hover {
    background-color: #166da1;
}

#map_contact iframe {
    width: 100%;
    height: 400px;
}

/*end lienhe*/
/*=============================*/
/* end news */
.inNews {}

.inNews-box {}

.inNews-item {
    padding: 15px 0;
    box-shadow: 0 0 0px black;
}

.inNews-img {
    width: 30%;
    border-radius: 5px;
    overflow: hidden;
}

.inNews-text {
    width: 70%;
    padding-left: 3%;
}

.inNews-text h3 {
    margin-bottom: 4px;
    line-height: 25px;
}

.img-responsive {
    margin: 0 auto
}

.inNews-text h3 a {
    font-family: main;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.inNews-text h3:hover a {
    color: red;
}

.inNews-text p {
    font-family: main;
    font-size: 15px;
    color: #000;
    line-height: 22px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.inNews-text>a {
    color: #fff;
    background: #2cb3f4;
    padding: 5px 15px;
    text-transform: uppercase;
    display: inline-block;
}

.inNews-text>a:hover {
    color: red;
    background: #ccc;
}


.inNews-first-text h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.inNews-first-text h3 a {
    font-family: main;
    font-weight: bold;
    font-size: 19px;
}

.inNews-first-text p {
    font-family: RobotoRegular;
    font-size: 14px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}

.inNews-sec-text h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.inNews-sec-text h3 a {
    font-family: main;
    font-weight: bold;
    font-size: 19px;
}

.inNews-sec-text p {
    font-family: RobotoRegular;
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* end news */
/*===============================*/
/*sanpham*/
.large_img {
    padding: 5px;
    /* border: 1px solid #ebebeb; */
    width: 80%;
    float: left;
}

.gallery {
    /* margin-top: 10px; */
    padding: 5px;
    /* background-color: #ececec; */
    width: 20%;
    float: left;
}

.slick-gallery {
    margin: 0px -4px;
}

.item-gallery {
    border: 1px solid #c89551;
    margin: 10px 0;
    text-align: center;
}

.item-gallery>div {
    padding: 3px;
}

.inGia .giacu {
    font-family: RobotoCondensedBold;
    font-size: 20px;
    color: #bebebe;
}

.inGia .giaban {
    color: #c89551;
    font-size: 25px;
}

.inSale {
    margin-left: 15px;
}

.inMota {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}

.inShare span {
    font-weight: bold;
}

.inShare i {
    position: relative;
    top: 1px;
}

.inMuahang:hover {
    background: #ffffff;
    border: 1px solid #c89551;
    color: #c89551;
}

.inMuahang {
    background: #c89551;
    border: 1px solid #c89551;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: main;
    font-weight: bold;
}

.nav-tabs {
    display: block;
    position: relative;
    background: rgba(200, 149, 81, 0.5);
    padding: 4px 0;
}

.nav-tabs li {
    background: rgba(200, 149, 81, 0.5);
    color: #fff;
    text-align: center;
    float: left;
    outline: none;
    cursor: pointer;
}

.nav-tabs .active a {
    background: #c89551;
}

.nav-tabs>li>a {

    border: none;

    border-radius: 0px;

    color: #fff;

    font-family: main;

    text-transform: uppercase;

    font-weight: bold;

    font-size: 16px;
}

.nav-tabs>li>a:hover {
    background: #C89551 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #C89551;
    border: none;
    color: #fff;
}

.tab-content {
    padding: 15px 10px;
}

.inSpnoidung {
    border: 1px solid #e6e6e6;
}

.inSpbonus .spbanchay-item {
    margin-top: 10px;
}

.inSpbonus .spbanchay-text h3 a {
    font-size: 14px;
}

.inSpsticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
    z-index: 9;
}

.inSpbonus {
    position: sticky;
    top: 0;
}

.inSpbonus .spbanchay-img {
    width: 90px;
}

.inSpbonus .spbanchay,
.inSpbonus .spphobien {
    width: 100%;
    float: none;
    padding-top: 0;
    padding-bottom: 10px;
}

.inSpbonus .title-main {
    margin: 0;
    background: #c89551;
}

.inSpbonus .title-main span {
    margin: 0px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    padding: 0;
    font-size: 20px;
}

.inSpbonus .giacu {
    font-size: 13px;
}

.inSpbonus .giaban {
    font-size: 16px;
}

.title-content {
    border-bottom: 1px solid #ccc;

}

.clear {
    clear: both;
}

.title-content h2 {}

.product_detail li {
    font-family: "RobotoRegular";
    color: #333333;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important
}

.product_detail li h1,
.product_detail li p {
    margin: 0px;
}

.product_detail li b {
    color: black;
}

.product_detail li h1 {
    font-family: main;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.product_detail li.share {
    display: flex;
}

.product_detail li.gia strong,
.product_detail li.gia a {
    font-family: "RobotoCondensedbold";
    color: red;
    font-size: 15px;
    font-weight: normal;
}

.product_detail li.gia del {
    font-family: "RobotoCondensedRegular";
    color: black;
    font-size: 15px;
    font-weight: normal;
}

.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: "Robotobold";
    color: white;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    background: #c89551;
}

.content-product .title-content.bg-red h2 {
    background-color: #c89551;
}

.content-product .title-content.bg-main h2 {
    background-color: #156798;
}

.content-product .content {
    padding: 10px;
    border: 1px solid #dddddd;
}

/*end sanpham*/
.oppp {
    font-family: main;
    color: red;
    font-size: 18px;
    font-weight: bold;
}

/*giohang*/
.title-pro .right-title {
    float: left;
    height: 15px;
}

.bg-top-cart {
    color: #fff;
    height: 35px;
    background: #d4a000;
    font-size: 14px;
}

.in-hotline-muahang {}

.in-hotline-muahang p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.in-hotline-muahang h3 {
    font-size: 13px;
}

.border_gh {
    box-shadow: 1px 0 0 0 #ccc, 0 1px 0 0 #ccc, 1px 1px 0 0 #ccc, 1px 0 0 0 #ccc inset, 0 1px 0 0 #ccc inset;
}

.ttleft {
    width: 60%;
    float: left;
}

form.frm_order {
    background: #f9f9f9;
    padding: 10px;
}

.ttright {
    width: 39%;
    float: right;
    background: #f9f9f9;
    padding: 10px;
}

cartitem {
    margin-bottom: 10px;
    position: relative;
}

.cartitem_img {
    width: 20%;
    /* display:inline-block; */
    vertical-align: top;
    position: relative;
    border: thin solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
    margin-right: 20px;
}

.cartitem_img img {
    display: block;
    width: 100%;
}

.cartitem_img span {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #d50101;
    display: block;
    color: #fff;
    line-height: 20px;
    font-size: 13px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
}

.cartitem_name {
    /* display:inline-block; */
    vertical-align: top;
    margin-left: 15px;
}

.cartitem_name b {
    display: block;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 0 7px;
}

.cartitem_price {
    /* position:absolute; */
    /* top:35px; */
    /* right:0; */
    font-size: 15px;
    color: #d50101;
    /* display: inline-block; */
    vertical-align: top;
    margin-left: 15px;
}

#tonggia {
    color: #d50101;
    font-size: 16px;
}

.button {
    background: #d4a000;
    padding: 7px 17px;
    border: none;
    width: auto;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    border-radius: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    margin: 10px 5px;
}

.thongtindathang h4 {
    font-family: main;
    text-transform: uppercase;
    font-weight: bold;
}

a.tags {
    background-color: #4267B2;
    padding: 3px 7px;
    color: white;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.tags:hover {
    background-color: #34518d;
}

.giohang-img,
.giohang-text {
    float: left;
    /* position: relative; */
    margin: 0 5px;
}

.giohang-img i {
    font-size: 23px;
    color: gray;
}

.giohang {
    /* position: absolute; */
    /* right: 25%; */
    position: relative;
}

.giohang span {
    top: 5px;
    left: 33px;
    width: 290px;
    /* position: absolute; */
    font-family: UVNBaiSauRegular;
    font-size: 16px;
    color: #000;
}

.title-pro-name {}

.title-pro-name a {
    font-family: RobotoBold;
    text-transform: uppercase;
    font-size: 24px;
}

.giohang-text {
    font-family: RobotoRegular;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
}

.giohang-text span,
.giohang-text p {
    font-family: main;
    font-weight: normal;
    font-size: 14px;
}

/*end giohang*/
.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;
}