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

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-main .nav-left{
        justify-content: center;
}
.div-hotline > .col-inner{
   box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    padding: 10px 10px; 
}
.product-small .product-title a{
    min-height: 38px;
    overflow: hidden;
    font-weight: bold;
}
.woocommerce-ordering, .woocommerce-ordering select {
    display: inline-block;
    
    color: #2a2a2a;
    border-radius: 25px;
}
#footer .widget_nav_menu{
    padding-left: 0px;
    padding-right: 0px;
}
span.amount{
    color: red;
}
td:first-child, th:first-child {
    padding-left: 15px;
}
td, th{
    padding: 15px;
}
.div-menu{
        box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    padding: 0px 10px;
}
.section-title-container{
    margin-bottom: 0px;
}
.section-title-normal {
    border-bottom: 2px solid #ececec;
    color: #fff;
    background: linear-gradient(180deg, rgba(2, 67, 121, 1) 0%, rgba(4, 103, 155, 1) 100%);
    padding: 7px 15px 5px 15px;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0;
}
.single-page{
    padding-top: 0px;
}
.div-no-padding{
    padding-bottom: 0px;
}
#billing_address_1_field{
    width: 100%;
}
.page-header-wrapper h1{
    font-size: 40px !important;
    text-align: center;
}
.page-header-wrapper .entry-title {
    font-size: 30px;
}
/*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;
}
.buy_now_button{
      width: 200px !important;
    max-width: 200px;  
}
.product-main{
    padding-bottom: 20px;
}
.single-date{
        border-bottom: 1px dashed #ededed;
}
.div-hotline .icon-box-text h3{
    margin-bottom: 0px;
}
.div-hotline .icon-box-text p{
    font-size: 14px;

}
.div-hotline .icon-box{
        border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    align-content: center;
        margin-bottom: 20px;
}
.div-hotline .icon-box-text 
/*Kết thúc màu sắc*/

ul li.bullet-arrow, ul li.bullet-checkmark, ul li.bullet-cross, ul li.bullet-star {
    border-bottom: unset;
}

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 only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}