/*css header*/

.header-block .row-box-header .icon-box{
    position: relative;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 10px 10px 35px;
    min-width: 130px;
}
.header-block .row-box-header .icon-box .icon-box-text{
    padding-left: 5px;
}
.header-block .row-box-header .icon-box .icon-box-text h5{
    font-size: 12px;
    color: #444444;
    display: inline-block;
    position: relative;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;
}
.header-block .row-box-header .icon-box .icon-box-text p{
    display: block;
    clear: both;
    color: #d9232e;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 0;
}

/*menu*/
.header-main .nav > li > a{
    text-align: center;
    display: table-cell;
}
.nav .icon-ttuc,
.nav .icon-kmai,
.nav .icon-schua,
.nav .icon-mbook,
.nav .icon-mtbang,
.nav .icon-dongho,
.nav .icon-pkien,
.nav .icon-maycu,
.nav .icon-apple,
.nav .icon-simso {
    display: block;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-image: url(../images/icon-dd.png);
    margin: 2px auto 3px !important;
}
.nav .icon-dongho {
    margin: 3px auto 2px !important;
    width: 16px;
    height: 26px;
    background-position: 0px 0px;
}
.nav .active .icon-dongho ,
.nav a:hover .icon-dongho {
    background-position: 0px -26px;
}
.nav .icon-simso {
    margin: 0 auto 6px !important;
    width: 20px;
    height: 23px;
    background-position: -184px 0px;
}
.nav .active .icon-simso ,
.nav a:hover .icon-simso {
    background-position: -184px -26px;
}
.nav .icon-apple {
    width: 16px;
    height: 25px;
    background-position: -20px 1px;
}
.nav .active .icon-apple ,
.nav a:hover .icon-apple {
    background-position: -20px -25px;
}
.nav .icon-pkien {
    margin: 0 auto 7px !important;
    width: 22px;
    height: 22px;
    background-position: -118px 0px;
}
.nav .active .icon-pkien ,
.nav a:hover .icon-pkien {
    background-position: -118px -26px;
}
.nav .icon-mtbang {
    margin: 3px auto 5px !important;
    width: 33px;
    height: 22px;
    background-position: -39px 0px;
}
.nav .active .icon-mtbang ,
.nav a:hover .icon-mtbang {
    background-position: -39px -26px;
}
.nav .icon-mbook {
    margin: 3px auto 5px !important;
    width: 39px;
    height: 21px;
    background-position: -75px 0px;
}
.nav .active .icon-mbook ,
.nav a:hover .icon-mbook {
    background-position: -75px -26px;
}
.nav .icon-maycu {
    margin: 0 auto 4px !important;
    width: 34px;
    height: 26px;
    background-position: -145px 1px;
}
.nav .active .icon-maycu ,
.nav a:hover .icon-maycu {
    background-position: -145px -25px;
}
.nav .icon-kmai {
    margin: 0 auto 4px !important;
    width: 25px;
    height: 25px;
    background-position: -304px 0px;
}
.nav .active .icon-kmai ,
.nav a:hover .icon-kmai {
    background-position: -304px -26px;
}
.nav .icon-ttuc {
    margin: 0 auto 5px !important;
    width: 29px;
    height: 24px;
    background-position: -206px 0px;
}
.nav .active .icon-ttuc ,
.nav a:hover .icon-ttuc {
    background-position: -206px -26px;
}


@media (min-width: 850px){
    .nav-dropdown > li.menu-item-has-children > a{
        font-size: 14px;
        color: #333333;
        text-transform: uppercase;
        margin: 0 0 1em;
        font-weight: bold;
        border: 0 !important;
    }
    .nav-dropdown-default .nav-column li>a{
        border-bottom: 0 !important;
        font-size: 14px;
        padding-top: 0;
    }
    ul.nav .nav-dropdown>li.image-column{
        width: 300px;
        display: block;
    }
}
@media (max-width: 849px){
    .header .header-bottom .header-nav .nav-dropdown{
        display: none !important;
    }
    .header .header-bottom .flex-row{
        display: block;
        padding: 0;
    }
    .header .header-bottom ul.nav{
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        min-width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-flex-pack: initial;
        justify-content: initial;
        -ms-flex-flow: row wrap;
        flex-flow: initial;
        -ms-flex-align: initial;
        align-items: initial;
        white-space: nowrap;
        display: block;
    }
    .header .header-bottom ul.nav::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .header .header-bottom ul.nav::-webkit-scrollbar
    {
        height: 5px;
    }

    .header .header-bottom ul.nav::-webkit-scrollbar-thumb
    {
        background-color: #000000;
    }
    .header .header-bottom ul.nav li{
        font-size: 14px;
        height: 60px;
        text-align: center;
        padding: 0px 0;
        margin: 0 15px 0 0;
    }
    .header .header-bottom ul.nav li:first-child{
        padding-left: 15px;
    }
    .header .header-bottom ul.nav li:last-child{
        padding-right: 15px;
    }
    .header .header-bottom ul.nav li:after,
    .header .header-bottom ul.nav li:before,
    .header .header-bottom ul.nav li a i.icon-angle-down{
        display: none !important;
    }
    .header .header-bottom ul.nav li a{
        display: block;
        clear: both;
        white-space: nowrap;
        position: relative;
        padding-top: 40px;
    }
    .header .header-bottom ul.nav li a i{
        position: absolute;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        display: block;
        overflow: hidden;
    }

    .header-main .header-inner .mobile-nav li.html.custom{
        display: inline-block;
    }
    .header-main .hotline-call {
        text-align: right;
        margin: 0;
    }
    .header-main .hotline-call p {
        color: #333;
        margin: 0;
        font-size: 11px;
        line-height: 13px;
    }
    .header-main .hotline-call a {
        font-size: 1.5em;
        color: #d9232e;
        font-weight: bold;
        letter-spacing: 3px;
    }
}
/*end css header*/

/*css footer*/
.footer.footer-widgets{
    font-size: 14px;
}
.footer.footer-widgets span.widget-title{
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 22px;
    font-size: 14px;
    display: block;
}
.footer.footer-widgets .is-divider{
    display: none;
}
.footer.footer-widgets ul.menu li{
    border: 0 !important;
    margin-bottom: 5px;
}
.footer.footer-widgets ul.menu li a{
    padding: 0;
}

.copyright-footer {
    margin-top: 5px;
}
.copyright-footer p {
    font-size: 12px;
    margin: 0;
    color: rgba(255,255,255,0.5);
    line-height: 20px;
}
/*end css footer*/

/*----------CSS HOME PAGE----------------------*/
/*Tin nổi bật*/
.tin-noi-bat{
    background-color: #fff;
    margin-right: 0 !important;
    padding-top: 10px;
    margin-bottom: 13px !important;
}
.tin-noi-bat .col-tnb-title{
    position: relative;
    margin-bottom: 10px;
}
.tin-noi-bat .col-tnb-title h4 {
    padding: 0;
    margin: 0;
    color: #d9232e;
    font-size: 15px;
    text-transform: uppercase;
}
.tin-noi-bat .col-tnb-title p {
    margin-bottom: 10px;
}
.tin-noi-bat .col-tnb-title a {
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
}

.tin-noi-bat .col-tbn-content{
    padding-bottom: 0 !important;
}
.tin-noi-bat .nl-blog-list .post-item{
    width: 100%;
    -js-display: initial;
    display: block;
    -ms-flex-flow: initial;
    flex-flow: initial;
}
.tin-noi-bat .nl-blog-list .col-img{
    padding-right: 0;
    max-width: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    width: 92px;
    float: left;
}
.tin-noi-bat .nl-blog-list .col-content{
    max-width: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    width: auto;
    padding-left: 105px;
}
.tin-noi-bat .nl-blog-list .col{
    padding-bottom: 13px;
}
.tin-noi-bat .nl-blog-list .col-content .box-text{
    height: 40px;
    overflow: hidden;
    font-size: 13px;
}
.tin-noi-bat .nl-blog-list a:hover {
    opacity: .75;
    -webkit-opacity: .75;
}
.tin-noi-bat .nl-blog-list .post-title {
    line-height: 20px;
}
.tin-noi-bat .nl-blog-list a:hover .post-title {
    color: #d9232e;
}


.col-tin-tuc-moi-home .static-banner > .col{
    padding-left: 0;
}
.col-tin-tuc-moi-home .static-banner .img:not(:last-child){
    margin-bottom: 13px;
}

.head .col-inner div {
    float: right;
    overflow: hidden;
    display: none;
}
.head .col-inner div p {
    margin: 0;
}
.head .col-inner div a {
    display: inline-block;
    font-size: 14px;
    padding: 14px 15px;
    color: #288ad6;
}
.head .col-inner div a:hover {
    color: #d9232e;
}

@media screen and (min-width: 1024px){
    .head .col-inner div {
        display: inline-block;
    }
}

@media (min-width: 850px){
    .section-banner-home .col-banner-home{
        max-width: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
    .section-banner-home .col-tin-tuc-moi-home{
        max-width: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
}
/*----------END CSS HOME PAGE----------------------*/


/*css custom pgae blog*/
.blog-archive .box-text .post-title{
    font-size: 22px;
    color: #000;
    margin: 0 0 7px;
    font-weight: bold;
    line-height: 1.35;
}
.blog-archive .box-text .is-divider{
    display: none;
}
.blog-archive .box-text p {
    font-size: 15px;
    color: #444444;
    margin: 0 0 15px;
}
/*end css custom pgae blog*/


/*css custom pgae blog single*/
.blog-single .entry-header-text .entry-category a{
    text-transform: uppercase;
    color: #288ad6;
    font-size: 16px;
}
.blog-single .entry-header-text .entry-category a:hover {
    color: #d9232e;
}
.blog-single .entry-header-text .entry-divider{
    display: none;
}
/*end css custom pgae blog single*/

/*css widget*/
#product-sidebar .widget-title,
.post-sidebar .widget-title{
    display: block;
    padding-left: 15px;
    border-left: none;
    border-bottom: 1px dashed #ddd;
    position: relative;
    padding-bottom: 9px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    color: #333;
    line-height: 1.1;
}
#product-sidebar .widget-title:after,
.post-sidebar .widget-title::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 4px;
    height: 20px;
    display: block;
    background-color: #d9232e;
}
#product-sidebar .widget-title + .is-divider,
.post-sidebar .widget-title + .is-divider{
    display: none;
}

/*end css widget*/

/*css home 2*/

.section-khomaymoi .col-text{
    background: #dd3d3d7a;
    font-size: 46px;
    color: #fff;
    padding: 0;
}
.section-khomaymoi .col-text .khomaymoi{
    width: 100%;
    background: #dd3d3d;
    font-size: 29px;
    line-height: 36px;
    position: relative;
    margin-top: -142px;
}
.section-khomaymoi .col-text .khomaymoi:before{
    content: '';
    width: 70px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 32px;
}
.section-khomaymoi .col-text .khomaymoi{
    padding: 30px 15px 40px 90px;
}
.section-khomaymoi .col-text .chinhsach{
    padding: 85px 15px 85px 90px;
}

@media (max-width: 849px){
    .absolute-footer .copyright-footer .footerContent{
        text-align: left;
    }
    .absolute-footer .copyright-footer .footerBottom .footerContent p{
        margin-left: 0 !important;
    }
}

@media (max-width: 768px){
    .section-khomaymoi .col-text .khomaymoi{
        padding: 30px 15px 40px 30px;
    }
    .section-khomaymoi .col-text .chinhsach{
        padding: 50px 15px 50px 30px;
    }
    .section-khomaymoi .col-text{
        font-size: 34px;
    }
}
@media (max-width: 600px) {
    .footerBottom .footerContent{
        margin-left: 90px !important;
    }
}
@media (max-width: 480px) {
    .section-khomaymoi .col-text .khomaymoi {
        font-size: 29px;
        line-height: 36px;
        margin-top: -142px;
    }
    .section-khomaymoi .col-text {
        font-size: 28px;
    }
    
    .section-chinhsach-3col .col{
    	max-width: 33.33333%;
    	-ms-flex-preferred-size: 33.33333%;
    	flex-basis: 33.33333%;
    }
    .section-chinhsach-3col .col p{
    	font-size: 11px;
    }
    
    .section-danhmuc .col{
    	max-width: 33.33333%;
    	-ms-flex-preferred-size: 33.33333%;
    	flex-basis: 33.33333%;
    }
}

/*end css home 2*/


.product-summary .quantity{
	display: none !important;
}
.woocommerce .single_add_to_cart_button.button{
	background: #d9232e;
    width: 100%;
    border: 0;
    margin-bottom: 3px;
    border-radius: 5px;
    line-height: 2.2rem;
    font-size: 22px;
    padding: 0;
}
.woocommerce .single_add_to_cart_button.button span{
	color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    padding-bottom: 9px;
    padding-top: 10px;
    display: block;
}
.woocommerce .single_add_to_cart_button.button small{
	display: block;
	font-size: 12px;
    color: rgba(255,255,255,0.75);
    text-transform: none;
    line-height: 12px;
    padding-bottom: 10px;
}