
/*-------------------------------------------------------------
                    Style dùng chung
--------------------------------------------------------------*/


.border-high{
    border-bottom: 2px solid #337ab7;
}
.swiper-button-next i, .swiper-button-prev i {
    color: white;
    font-size: 19px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -32px;
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -32px;
    left: auto;
}
.swiper-button-prev, .swiper-button-next {
    top: 65%;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 38px;
    background: #3c79ae;
    height: 38px;
}
.title-footer {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 20px;
    color: white;
}
.bg-header {
    background: #3C79AE;
}
.bg-doitac {
    padding: 3rem 0px;
    background-color: rgba(60, 121, 174, 1) !important;
}
.border-decor:after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 0px;
    left: 10px;
    right: 10px;
    display: block;
    border: 1px solid rgba(242,242,242,0.64);
}
.article-title {
    margin: 1.2rem 0px;
}
.article-title a {
    color: black;
    font-weight: 600;
    font-size: 20px;
}
.title-section:after {
    bottom: -15px;
    width: 45px;
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    background: #4c4297;
    left: 48%;
}

.title-section {
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
    font-size: 2.4rem;
    color: var(--color-black);
    font-weight: 500;
}
.img-fluidz{
    width: 100%;
}
/*-------------------------------------------------------------
                    END  Style dùng chung
--------------------------------------------------------------*/

/*-------------------------------------------------------------
                     HEADER
--------------------------------------------------------------*/
.bg-head-top{
    background: #3C79AE;
}

.phone_header {
    display: flex;
    align-items: center;
}
img.i-con-head {
    width: 26px;
    height: 26px;
}
.phone_header > span:nth-child(3) {
    font-weight: 500;
    font-size: 19px;
    color: white;
}
.phone_header > span:nth-child(2) {
    margin-left: 5px;
     color: white;
    font-weight: 500;
    font-size: 15px;
    margin-right: 4px;
    display: inline-block;
}
/*-------------------------------------------------------------
                    END HEADER
--------------------------------------------------------------*/

/*-------------------------------------------------------------
                    Footer 
--------------------------------------------------------------*/
.menu-footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.menu-footer > ul > li {
    display: inline-block;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.copyright-content {
    text-transform: capitalize;
    font-size: 13px;
    font-style: italic;
    padding-top: 5px;
    clear: both;
}
.menu-footer> ul > li {
    margin-left: 0;
}
a.a_footer {
    font-weight: 400;
    font-size: 13px;
    color: white !important;
}
.copy-right {
    background: #002a6b7a;
    padding: 20px 0;
    clear: both;
    overflow: hidden;
}
footer {
    background: url(http://cdn1442.cdn4s4.io.vn/media/bg-da-id.png)no-repeat;
    overflow: hidden;
    background-size: cover;
}

/*-------------------------------------------------------------
                   End Footer
--------------------------------------------------------------*/

/*-------------------------------------------------------------
                    Body home 
--------------------------------------------------------------*/
.swiper-slide--wrap {
    color: white;
}
.product-item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.title-section-custom {
    border: 2px solid #fff;
    font-size: 17px;
    line-height: 35px;
    text-transform: uppercase;
    /* border: 0px solid black; */
    border-radius: 50px;
    font-size: 2rem;
    text-align: center;
    padding: 3px 6rem 3px 6rem;
    background: #3c79ae;
    color: #fff;
    border-color: #3c79ae;
    display: inline-block;
}
.nav-home-product {
    text-align: center;
    margin: 4rem 0px;
}
.product-item{
    padding: 7px;
    border: 1px solid #d5d5d5;
    margin-top: 0 !important;
}
.news_img img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
        transition: all .5s ease-in-out;
    }

   

     .item:hover .news_img:after {
        opacity: 1;
        left: 120%;
        transition-property: left, top, opacity;
        transition-duration: 1s, 2s, .1s;
        transition-timing-function: ease;
    }

    .news_img .item:hover img {
        transform: scale(1.1,1.1)
    }
.bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.about_us {
    background: #fff;
    padding: 12px;
    box-shadow: 0 0 4px rgba(0,0,0,.11);
    overflow: hidden;
    margin-bottom: 22px;
}

/*-------------------------------------------------------------
                    End body home 
--------------------------------------------------------------*/


/*-------------------------------------------------------------
                    css child page 
--------------------------------------------------------------*/
.btn-list-blogs {
    background: #bd2135;
    padding: 0.5rem 2rem;
    color: white;
}
.article-small {
    padding-bottom: 2rem;
    border-bottom: 1px solid #d8d5d5dd;
}
.article-small > .inner-image{
    padding: 3px;
    border: 1px solid #d6d6d6;
}
.article-title-small a {
    color: black;
}
.article-title-small a:hover{
    color: #337ab7;
}
.cart-cus  span  a {
    display: block;
    height: 56px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    background: #4c92c9;
    line-height: 56px;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: 700;
}
.cart-cus span a img {
    padding-right: 15px;
}
.decor-detail-prod {
    padding: 1.5rem;
    background-color: #fccf00;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    text-align: center;
    border-radius: 5px;
}
.decor-detail-prod span {
    display: block;
}
.decor-detail-prod>span:first-child {
    margin-bottom: 5px;
    font-weight: 600;
    color: red;
}
form.form-prod > .row > div:nth-child(2) {
    padding: 0;
}
.btn-prod-custom {
    padding: 0.85rem 3rem;
}
.tit-ct {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #dadada;
}
.product-title-detail-top {
    font-size: 18px;
    font-weight: 500;
}
form.form-pro input {
    border-radius: 0;
    border: 1px solid #cfcfcf;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-pro textarea {
    width: 100%;
    height: 122px;
    border: 1px solid #cfcfcf;
}

/*-------------------------------------------------------------
                    	End css child page 
--------------------------------------------------------------*/

/*-------------------------------------------------------------
                    Reponsive mobile
--------------------------------------------------------------*/
@media(max-width: 768px){
    img.i-con-head {
    width: 26px;
    height: 26px;
}
    nav.menu-footer {
    margin-top: 1rem;
}
   
    .phone_header {
    margin-right: 10px;
    margin-top: 5px;
    display: flex;
    align-items: normal;
}
.phone_header > span:nth-child(2) {
    font-size: 15px;}
.phone_header > span:nth-child(3) {
    font-size: 15px;
}
    .title-section-custom {
    font-size: 17px;
    line-height: 28px;
}
    .nav-home-product {
    text-align: center;
    margin: 1rem 0px 1rem 0px;
}
    .title-section:after {
    left: 43%;
}
    .swiper-button-next i, .swiper-button-prev i {
    color: white;
    font-size: 15px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 15px;
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 15px;
    left: auto;
}
.swiper-button-prev, .swiper-button-next {
    top: 65%;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 38px;
    background: #3333335c;
    height: 38px;
}
}

/*-------------------------------------------------------------
                   End Reponsive mobile
--------------------------------------------------------------*/
.title-footer.name-company {
    font-size: 16px;
}