/*
Theme Name: Themes Cong Nghe
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.ux-ma-giam-gia .icon-box{
        border-radius: 0 6px 6px 0;
        box-shadow: -3px 5px 14px #00000033;
        padding: 10px;
    }
    .ux-ma-giam-gia .icon-box:before{
        content: "";
        width: 13px;
        height: 100%;
        background-image: url(https://muatheme.mauthemewp.com/wp-content/uploads/2024/09/img223.png);
        background-repeat: repeat-y;
        position: absolute;
        left: -8px;
        background-size: cover;
        top: 0;
    }
    .ux-ma-giam-gia{
        padding-bottom: 0px !important;
    }
    .ux-ma-giam-gia .icon-box .icon-box-text{
        padding-left: 10px;
    }
    .section4 .row1{
        background: white;
        border-radius: 8px;
        padding: 20px 6px 0 6px;
    }
    .ux-timer{
        margin: 0 !important;
    }
    .ux-ma-giam-gia .icon-box h4{
        font-size: 14px;
        font-weight: bold;
        color: #146267;
        margin-bottom: 0;
    }
    .ux-ma-giam-gia .icon-box p{
        margin-bottom: 0;
        font-size: 11px;
        color: #555555;
        font-weight: 500;
    }
    .ux-ma-giam-gia .icon-box button{
        margin-bottom: 0;
        font-size: 10px;
        font-weight: bold;
        text-transform: none;
        letter-spacing: 0;
        background: #d4ac57;
        border-radius: 20px;
        color: white;
        margin-top: 5px;
    }
    .ux-ma-giam-gia .icon-box .dieu-kien-ma{
        position: absolute;
        right: 5px;
        bottom: 10px;
    }
    .ux-ma-giam-gia .icon-box .dieu-kien-ma a{
        color: #007AFF;
        text-decoration: underline;
    }

/* section-title */
.section-title {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        position: relative;
        width: 100%
    }

    .section-title i {
        margin-right: .5em;
        opacity: .6
    }

    .section-title i.icon-angle-right {
        margin-left: 10px;
        margin-right: 0
    }

    .section-title span {
        text-transform: uppercase
    }

    .section-title small {
        font-size: 1em;
        font-weight: 400;
        opacity: .7;
        padding-left: 15px;
        text-transform: none
    }

    .section-title b {
        background-color: currentColor;
        display: block;
        flex: 1;
        height: 2px;
        opacity: .1
    }

    .section-title a {
        display: block;
        font-size: .8em;
        margin-left: auto;
        padding-left: 15px
    }

    .section-title-normal {
        border-bottom: 2px solid #ececec
    }

    .section-title-normal span {
        border-bottom: 2px solid rgba(0,0,0,.1);
        margin-bottom: -2px;
        margin-right: 15px;
        padding-bottom: 7.5px
    }

    .dark .section-title-normal,.dark .section-title-normal span {
        border-color: hsla(0,0%,100%,.2)
    }

    .section-title-normal b {
        display: none
    }

    .section-title-center span {
        margin: 0 15px
    }

    .section-title-bold-center span,.section-title-center span {
        text-align: center
    }

    .section-title-bold-center small,.section-title-center small {
        display: block;
        padding: 0 15px
    }

    .section-title-bold span,.section-title-bold-center span {
        border: 2px solid rgba(0,0,0,.1);
        padding: .3em .8em
    }

    .section-title-bold b:first-of-type {
        display: none
    }

  .section-title.section-title-center>b {
        background-color: #FF6633!important;
        opacity: 1!important
    }


/* icon_danh_muc */

 .icon_danh_muc .icon {
        border-radius: 99%;
        width: 80px!important;
        height: 80px!important;
        background: var(--primary-color);
        border: 1px solid var(--primary-color);
		align-items: center;
        margin: 0 auto 1em;
    }

    .icon_danh_muc svg path {
        fill: #fff!important
    }

    .icon_danh_muc .icon svg {
        margin-top: 10px;
        height: 50px;
        width: auto!important
    }

    .icon_danh_muc:hover .icon {
        background: #fff
    }

    .icon_danh_muc:hover svg path {
        fill: var(--primary-color)!important
		
    }



/* footer */
.aniborder_title {
        position: relative
    }

    .aniborder_title .heading-line {
        position: relative
    }

    .aniborder_title .short-line {
        display: inline-block;
        width: 0;
        height: 3px;
        background-color: #FF6735;
        border-radius: 10px;
        position: relative;
        margin-right: 10px;
        transition: all .4s linear;
        -webkit-transition: background ease 500ms;
        -moz-transition: background ease 500ms;
        -ms-transition: background ease 500ms;
        -o-transition: background ease 500ms;
        transition: background ease 500ms;
        -webkit-animation: move-short 2.5s infinite linear;
        animation: move-short 2.5s infinite linear
    }

    .aniborder_title .long-line {
        display: inline-block;
        width: 130px;
        height: 3px;
        background-color: #FF6735;
        border-radius: 10px;
        position: relative;
        transition: all .4s linear;
        -webkit-transition: background ease 500ms;
        -moz-transition: background ease 500ms;
        -ms-transition: background ease 500ms;
        -o-transition: background ease 500ms;
        transition: background ease 500ms;
        -webkit-animation: move 2.5s infinite linear;
        animation: move 2.5s infinite linear
    }

    .aniborder_title:hover .short-line {
        background: #009BF0
    }

    .aniborder_title:hover .long-line {
        background: #009BF0
    }

    @-webkit-keyframes move-short {
        100% {
            width: 140px;
            margin-right: 0
        }
    }

    @keyframes move-short {
        100% {
            width: 140px;
            margin-right: 0
        }
    }

    @-webkit-keyframes move {
        100% {
            width: 0
        }
    }

    @keyframes move {
        100% {
            width: 0
        }
    }

.div-no-padding{
	padding-bottom: 0px !important;
}

@font-face {

    font-family: 'utm_avo';
    src: url('fonts/UTM Avo.eot');
    src: local('â˜º'), url('fonts/UTM Avo.woff') format('woff'),
                     url('fonts/UTM Avo.ttf') format('truetype'),
                     url('fonts/UTM Avo.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTMAvoBold';
    font-style: normal;
    font-weight: normal;
    src: local('UTMAvoBold'), url('fonts/utm-avobold.woff') format('woff');
}
@-webkit-keyframes bounce{
    0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);after click
}
40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
}
.phone_DivFixed a:link {
    color: #fff;
}

.phone_DivFixed a {
    margin-left: 10px;
    text-align: center;
}
.phone_DivFixed {
    z-index: 99999;
    display: block;
    background-color: #009cf0;
    position: fixed !important;
    left: 15px;
    bottom: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 0 10px 10px 0;
}
.header-nav-main li a{
    font-size: 16px;
}
.product-section-title-related{
    margin-left: 0px !important;
}
.row-no-padding{
    margin-top: 0px !important;
}

.box-bongmo {
    z-index: 10;
    height: 50px;
    background: url(images/bg-bong-mo.png) repeat-x;
    position: relative;
    top: -50px;
    width: 100%;
}
#remoreBlock i{
    padding-right: 5px;
}
.single-product .section-noi-bat{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.single-product .section-noi-bat .section-content{
        height: 500px;
    width: 100%;
    overflow: hidden;
}
.single-product section.themvo .section-content{
        height: auto !important;
    width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
.remoreBlock a.rm {
    display: block;
    height: 40px;
    padding: 0 10px;
    z-index: 99;
    cursor: pointer;
    width: 200px;
    line-height: 40px;
    border: 1px solid #1e8cbe;
    color: #1e8cbe;
    background-color: #fff;
    -ms-border-radius: 20px;
    border-radius: 20px;
    margin: 0 auto;
}
.home .stuck .header-nav-main .circle {
    border-color: #ff7d51 !important;
}
.section-blog .box-text .button{
    color: white;
    background-color: #1e8cbe;
    border-color: #1e8cbe;
}
.banggiatenmien.single_product_tbl {
    border-collapse: collapse;
}
.banggiatenmien tr {
    border-bottom: 1px solid #ededed;
    height: 40px !important;
}
.banggiatenmien.single_product_tbl tr td {
    font-size: 14px;
    height: 90px;
    border: 1px solid #d1d1d1;
    text-align: center;
}
.banggiatenmien td img {
    width: 60px;
    vertical-align: middle;
    padding-right: 5px;
}
.banggiatenmien.single_product_tbl .nendung_img a {
    font-size: 80%;
    width: 95%;
}
.banggiatenmien.single_product_tbl .nendung_img {
    width: 94px;
    text-align: center;
  
}


/*
.row .product-small .show-on-hover .buttondemo_loop {
    width: 50% !important;
    z-index: 99 !important;
    background: rgba(255,102,51,.7);
    color: #fff;
    position: absolute;
    left: 0;
}

.row .product-small .show-on-hover>a.buttonsku_loop {
    left: 50%;
}
.row .product-small .buttondemo_loop i {
    margin-right: 5px;
}

.row .product-small .show-on-hover {
    position: absolute;
    bottom: 0;
    left: 1%;
    opacity: 1 !important;
    display: block ;
    width: 98%;
    font-size: 15px !important;
    text-transform: none !important;
    z-index: 99 !important;
}

.row .product-small .show-on-hover>a {
    font-size: 15px !important;
    padding: 0;
    width: 50% !important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    vertical-align: middle;
    z-index: 99!important;
}

.row .product-small .show-on-hover>a {
    font-size: 15px !important;
    padding: 0;
    width: 50% !important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    vertical-align: middle;
    z-index: 99!important;
}


*/

 .row .product-small .show-on-hover {
        position: absolute;
        bottom: 0;
        left: 1%;
        opacity: 1!important;
        display: block!important;
        width: 98%;
        font-size: 15px!important;
        text-transform: none!important;
        z-index: 9!important
    }

    .row .product-small .show-on-hover>a {
        font-size: 15px!important;
        padding: 0;
        width: 50%!important;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        position: absolute;
        bottom: 0;
        vertical-align: middle;
        z-index: 10!important
    }

.buttondemo_loop{
border-radius: 6px;
padding: 6px;
    border: 1px solid #B70000;
    color: #B70000;
    text-align: center;
	margin-top: 5px !important;
  
  height: 36px;
margin-right: 6px;
}
.buttonsku_loop{
border-radius: 6px;
display: inline-block;
border: 1px solid var(--primary-color);
height: 36px !important;
color: var(--primary-color);
padding-left: 6px;
padding-right: 6px;
position: relative;
top: 0px;

line-height: 30px !important;
}
.product-small .action_buttons {
     
    margin-top: 12px;
    width: 60%;
	display: inline;
}
.product-small .action_buttons a:hover{
color: #7e54b2
}
    .row .product-small .show-on-hover>a.buttonsku_loop {
        left: 50%
    }

    .row .col-inner .product-small {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: rgba(255,255,255,.9);
        border-radius: 3px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    }

    .row .col-inner .product-small .box-image {
        border-radius: 3px
    }

    .row .col-inner .product-small .box-text {
        min-height: 90px
    }

    .archive .product-small .box-text {
        min-height: 180px
    }

    .row .col-inner .product-small:hover {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 1px solid #1E8CBE
    }



.coupon-code {
    background-color: #690;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 10px;
    height: initial;
    border-radius: 4px;
}
.banggiatenmien td {

    padding: 5px 0;
    border: none;
    vertical-align: middle;
}
.banggiatenmien {
    margin: 0;
    width: 49%;
    display: inline-block;
}
dt.tm-fee-totals {
    width: 58%;
}
dd.tm-fee-totals {
    text-align: right;
    width: 40%;
}
.themebuttons {
    display: block;
    padding: 0;
    margin: 0;
}
.mybutton:hover span, .mybutton.active span {
    background-color: #00661a !important;
    border-right: 1px solid rgba(0,0,0,.3) !important;
}
.mybutton:active, .mybutton:visited, .mybutton:link, .mybutton:hover {
    color: #fff !important;
}
.mybutton span {
    position: absolute;
    left: 0;
    width: 50px;
    background-color: rgba(0,0,0,.5);
    text-align: center;
}
.mybutton.purple, .mybutton.demo {
    background: #8e44ad;
}
.mybutton span {
    position: absolute;
    left: 0;
    width: 50px;
    background-color: rgba(0,0,0,.5);
    text-align: center;
}
.mybutton {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-right: 30px;
    padding-left: 70px;
    position: relative;
    background-color: #297fb8;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 15px !important;
    text-shadow: 0px 1px 0px rgba(0,0,0,.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}
dt.tm-options-totals,dd.tm-options-totals{
    display: none;
}
p.in-stock{
    display: none;
}
.div-chi-tiet-phai .woocommerce-breadcrumb{
    display: none;
}
body, p, a, .section-title-main, h1, h2, h3, h4, h5, h6, .sidebar-menu .nav-sidebar li a {
    font-family: 'utm_avo' !important;
}
.hot_tags a, .hot_tags a:link, .hot_tags a:visited {
    color: #fff;
}
.xemngaycss a{
    color: white;
}
.xem {
    display: block;
    line-height: 15px;
}
.xemngaycss {
    padding-top: 12px;
    letter-spacing: 2px;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    z-index: 99999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle !important;
    cursor: pointer;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    font-weight: 300;
    color: rgba(255,255,255,.79);
    margin: 0 auto;
    margin-top: 100px;
    border: 1px solid #fff;
    border-radius: 30px;
}
.footer.footer-1 .widget .is-divider.small {
    background-color: #ff6735;
}
.footer img{
    margin-bottom: 0px !important;
}
.copyright-footer{
    color: white;
}
h3.myheading {
    font-weight: 700;
    font-size: 15px;
    border-left: 3px solid #33bcf2 !important;
    padding: 7px;
    background-color: #f0ede9;
    width: 100% !important;
}
.back-to-top.circle {
    border-color: #f63;
    width: 60px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    border-size: 1px;
}
.back-to-top i.icon-angle-up {
    color: #f63 !important;
    font-size: 50px;
    top: -7px;
}
.section-slide .searchform-wrapper input.search-field {
    border-color: #f63;
}
.form-flat input:not([type=submit]), .form-flat textarea, .form-flat select {
    background-color: rgba(0,0,0,.03);
    box-shadow: none;
    border-color: rgba(0,0,0,.09);
    color: currentColor !important;
    border-radius: 99px;
}
.section-slide{
    min-height: 650px;
}
.section-chat-luong .div-icon .col-inner{
        background-color: #fff;
    border-radius: 6px;
    padding: 6px;
}
.section-icon .row .col{
    padding-bottom: 0px;
}
.section-icon .box-text{
    font-size: 12px;
}
.price.final, .sku_wrapper>span, .section-title span, .price span {
    color: #f63;
}
.row .col-inner .product-small .box-text {
    min-height: 90px;
	height: 120px;
}
.category-page-row .product-small .box-text{
    min-height: 105px !important;
}
.category-page-row .row .col-inner .product-small:hover, .home .row .col-inner .product-small:hover ,.related .product-small  .product-small:hover {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #1e8cbe;
}
.row .col-inner .product-small .box-image {
    border-radius: 3px;
}
.home .row .col-inner .product-small, .category-page-row  .row .col-inner .product-small,.related .product-small  .product-small{
    border: 1px solid  transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: rgba(255,255,255,.9);
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}

/*Màu sắc button*/
.social-button, .social-icons .button.icon:not(.is-outline), .social-icons .button.icon:hover {
    background-color: currentColor !important;
    border-color: currentColor !important;
}
.button.facebook,.button.facebook:not(.is-outline), .button.facebook:hover {
color: #fff;
    background-color: #446084;
    border-color: #446084;
}
.button.twitter,.button.twitter:not(.is-outline), .button.twitter:hover {
	color: white !important;
   background : #2478ba !important;
    border-color: #2478ba;
}
.button.email,.button.email:not(.is-outline), .button.email:hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important;
}
.button.pinterest,.button.pinterest:not(.is-outline), .button.pinterest:hover {
color: #fff !important;
    background-color: #cb2320  !important;
    border-color: #cb2320  !important;
}

.button.google-plus,.button.google-plus:not(.is-outline), .button.google-plus:hover {
color: #fff !important;
    background-color: #dd4e31 !important;
    border-color: #dd4e31  !important;
}
.button.linkedin,.button.linkedin:not(.is-outline), .button.linkedin:hover {
color: #fff !important;
    background-color: #0072b7 !important;
    border-color: #0072b7     !important;
}

.single-date{
        border-bottom: 1px dashed #ededed;
}
h1.entry-title{
    font-size: 24px !important;
}
/*Kết thúc màu sắc*/



footer.entry-meta {

    border-top: none !important;
    border-bottom: 1px dashed #ececec !important;
    
}

.entry-content img{
	width: auto !important
}
.duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}
@media(max-width: 769px){
    p.themebuttons{
            padding-bottom: 9px;
    }
    .banggiatenmien {
    width: 100% !important;
}
	.div-xem-them{
		padding-bottom: 0px !important;
	}
	.box-text {
    font-size: 85%;
}
	.row .col-inner .product-small .box-text {
    min-height: 155px !important;
}
	.row .product-small .show-on-hover{
		display: none !important;
	}
	.div-tin-trai{
		padding-bottom: 0px;
	}
	.div-tin-trai .col{
		padding-bottom: 0px;
	}
	.section-blog .box-vertical .box-image{
		    margin-right: 9px;
    width: 30% !important;
    float: left;
	}
	.section-blog .box-vertical .post-title{
		text-align: justify;
	}
}

.product-small .action_buttons {
    width: 40%;
	font-size: 11px;
	
}
@media(max-width: 480px){
	.product-small .action_buttons {
    margin-top: 10px
		margin-bottom: 10px;
	width: 30%;
	font-size: 10px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}