@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

/***********************BigListStyle**********************/
.UIArticleListCommon .BigListStyle {
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
  	text-align: center;
}


.UIArticleListCommon .BigListStyle .head {
    
    
color: #009342;
    text-align: center;
    //padding: 30px 0;
    font-family: 'Lobster', cursive;
   	font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    display: inline-block;
 	 position: relative;
    	margin-top:20px;
    }

.UIArticleListCommon .BigListStyle .head h4 {
    font-weight: 400;
    color: #7c7c7c;
    line-height: 1.5;
    text-transform: none;
    margin: 20px auto;
    font-style: italic;
    font-family: Roboto, arial;
    width: 60%;
    letter-spacing: normal;
    font-size: 18px;
    }

.UIArticleListCommon BigListStyle .title {
    color: #ffffff;
    padding: 0 0 35px 0;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;

}




.UIArticleListCommon .BigListStyle .head:after {
    content: url(Images/u.png);
    width: 210px;
    height: 20px;
    position: absolute;
    left: calc(50% - 105px);
    bottom: 5px;
}
.UIArticleListCommon .BigListStyle .article-list {
}
.UIArticleListCommon .BigListStyle .article-list .item.first {float: left;width: 60%;}
.UIArticleListCommon .BigListStyle .article-list .item.first .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.UIArticleListCommon .BigListStyle a:hover {
    color: #faa21a!important;
}
.UIArticleListCommon .BigListStyle .article-list .item.first a.name {
    font-size: 20px;
    display:inline-block;
    padding:10px 0;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    text-transform: uppercase;
    font-weight: 500;
}
.UIArticleListCommon .BigListStyle .p-container {
    position: relative;
    overflow: hidden;
}
.UIArticleListCommon .BigListStyle .p-container:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 22%;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0,0,0,0.1);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0,0,0,0.01)), color-stop(100%, rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
    opacity: .95;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.UIArticleListCommon .BigListStyle .p-container a.img {
    position: relative;
    overflow: hidden;
}
.UIArticleListCommon .BigListStyle .p-container .info {
    position: absolute;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    padding: 8px 20px 8px 20px;
    bottom: 0;
    left: 0;
    right: 0;
}
.UIArticleListCommon .BigListStyle .item.first a.img img {
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    height: 410px!important;
    object-fit: cover;
}
.UIArticleListCommon .BigListStyle .article-list .item.first a.btn.btn-detail {
    font-size: 14px;
    display: none;
    margin: 10px 0;
    text-decoration: underline;
}
.UIArticleListCommon .BigListStyle .article-list .list {margin-left: 60%;}
.UIArticleListCommon .BigListStyle .article-list .list .item a.img{
    float:left;
    width: 100%;
}
.UIArticleListCommon .BigListStyle .article-list .list .item a.img img {
    width: 100%;
    height: 195px !important;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.UIArticleListCommon .BigListStyle .article-list .list .item  a:hover img, .BigListStyle .article-list .item.first a.img:hover img {
    transform: scale(1.1);
}
.UIArticleListCommon .BigListStyle .article-list .list .item a.name {
    font-size: 18px;
    color: #fff;
}
.UIArticleListCommon .BigListStyle .article-list .list .summary {
    font-size: 14px;
    line-height: 1.5;
    display:none;
}
.UIArticleListCommon .article-list .list .item {
    margin: 0 0 20px 20px;
}
.UIArticleListCommon .BigListStyle .article-list .list a.btn.btn-detail {
    font-size: 14px;
    display: none;
    margin: 10px 0;
    text-decoration: underline;
}
.UIArticleListCommon .BigListStyle .paging {
    font-size: 14px;
    display: inline-block;
    margin: 10px 5px 0 0;
}
.UIArticleListCommon .BigListStyle .paging span {
    font-weight:bold;
}
.UIArticleListCommon .BigListStyle .paging a {
    font-weight:normal;
}
/**********************.SliderStyle***********************/
.UIArticleListCommon .SliderStyle .title h2 {
    
    font-size: 20px;
    
    color: #faa21a;
    
    text-transform: uppercase;
    
    font-family: Roboto;
    
    font-weight: 700;
    
    display: inline-block;
    
    padding-left: 0px;
    
    position: relative;
    
    margin: 0;
}
.UIArticleListCommon .SliderStyle .title:after {
    content: '';
    height: 3px;
    width: 100px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    background: #bd1d4d;
    transform: translateX(-50%);
  	display: none;
}
.UIArticleListCommon .SliderStyle .wrap {
    margin: 5px auto 45px;
}
.UIArticleListCommon .SliderStyle .wrap .head {
    text-align: center;
    position: relative;
}
.UIArticleListCommon .SliderStyle .wrap .title {
    color: #009342;
    padding: 30px 0 0px 0;
    font-family: 'Lobster', cursive;
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto;
    z-index: 1;
    letter-spacing: 2px;
}
.UIArticleListCommon .SliderStyle .wrap .title h4{
    font-weight: 400;
    color: #7c7c7c;
    line-height: 1.5;
    text-transform: none;
    margin: 10px auto 30px;
    font-style: italic;
    font-family: Roboto, arial;
    letter-spacing: normal;
    font-size: 18px;
}
.UIArticleListCommon .SliderStyle .wrap .item {
}
.UIArticleListCommon .SliderStyle .wrap .item a.img img {
    display: block;
    height: 200px;
    object-fit: cover;
}
.UIArticleListCommon .SliderStyle .wrap .item .info {
    padding: 5px 15px;
    height: 70px;
}
.UIArticleListCommon .SliderStyle .wrap .item a.name {
    text-decoration: none;
    color: #494949;
    font-size: 1.2em;
    margin: 9px 0;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
}
.UIArticleListCommon .SliderStyle .wrap .item a.name:hover {
    color: #8b8b8b;
}
.UIArticleListCommon .SliderStyle .wrap .item .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
}
.owl-nav {
        display: none;
}
.owl-nav button:hover {
    color: #fff !important;
}
.owl-nav button {
    position: absolute;
    color: #fff9 !important;
    top: 50%;
    transition: all 0.2s ease;
    outline: none;
    z-index: 99999;
    transform: translate(0, -50%);
    display: none;
}
.owl-nav button.owl-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}
.owl-nav button.owl-next {
    right: 0;
}
.owl-nav i.fa {
    font-size: 50px;
}


/* Huong Them vao */
#body_4_ly_do {
    width: 100%;
    float: left;
    padding-bottom: 40px;
    padding-top: 40px;
    //background: #F1F1F1;

}

.tintuc {
    width: 1215px;
    margin: 0px auto;
}

.tintuc h3 {
    background: rgba(0, 0, 0, 0) url(../images/line_h.png) no-repeat scroll center bottom;
    font-size: 30px;
    font-weight: 700;
    height: 40px;
    margin-bottom: 30px;
    text-align: center;
    //text-transform: uppercase;
  	font-family: 'Lobster', cursive;

}

.mbot10_thongtin {
    margin-bottom: 0px;
    float: left;
    width: 270px;
    margin-left: 26px;
}

.col_w2801_chinhsach {
    width: 150px;
    margin: 0px auto;
}


#anh_chinhsach {
    width: 300px;
}

#img_hotro {
    height: 150px;
    width: 150px;
    transition: all 0.9s ease 0s;
}

.name2_gioi_thieu {
    color: #333333;
    font-weight: 100;
    font-size: 13px;
    line-height: 18px;
    width: 270px;
    text-align: center;
    float: left;
    margin-top: 10px;
}

.name2_hotro {
    color: #CC0101;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
}
#quangcaoduoisanpham {
    float: left;
    width: 100%;
    margin-left: 0px;
}

.body_hangsx {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}


section.giaohang {
    padding: 20px 0;
    background-color: #e8e8e8;
    width:100%;
}
.giaohang .container .row .images {
  float: left;
}
.giaohang .container .row .title {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    font-weight: bold;
    color: #623828;
    text-transform: uppercase;
}
.giaohang .container .row .title span {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    display:
    inline-block;
    color: #623828;
}
.giaohang .container .row .meta {
    font-size: 13px;
    color: #ffffff;
    font-family: "Roboto", Arial!important;
    line-height: 1.8;
}
.giaohang .meta a {
    color: #005caa;
}
.giaohang .meta a:hover {
    color: #e60000;
    text-decoration: none;
}
.giaohang .container .row .col-md-3 .top {
    display: flex;
}
.giaohang .container .row .col-md-3 em.fa:hover {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.giaohang .container .row .col-md-3 em.fa {
    font-size: 55px;
    vertical-align: middle;
    margin-right: 20px;
    color: #623828;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.giaohang .container .row .col-md-3 em.fa.fa-chevron-circle-right {
    font-size: 14px!important;
    margin: -4px 0 0 5px;
}


















