/*
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.   ***************/
th:first-child, td:first-child {
    padding-left: 15px;
}
b,strong{
    font-weight: bold;
}
.is-divider{
    display: none;
}
h2.title-home{
    font-size: 35px;
    text-transform: uppercase;
}
.section-dich-vu ul{
        list-style: none !important;
}
.section-dich-vu .panel-label:before {
    top: 0;
    height: calc(100% + 0.25em);
    border-top-left-radius: .375em;
    background-color: #e63;
}
.section-dich-vu  .offers-tags {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
.section-dich-vu  .panel-label:after {
    top: 100%;
    height: .5em;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: #d52;
}
.section-dich-vu .panel-label:after, .section-dich-vu .panel-label:before {
    position: absolute;
    right: 100%;
    display: inline-block;
    width: calc(0.4375em + 1px);
    content: "";
}
.section-dich-vu .panel-label {
padding: 3px 11px;
    font-size: 94%;
    line-height: 13px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 1.25em;
    box-shadow: 0 2px 6px rgb(33 81 72 / 10%), 0 2px 3px rgb(33 81 72 / 10%);
    background-color: #e63;
}
.section-dich-vu table td {
    border-width: 1px !important;
    border-style: solid;
    border-color: #c4c4c4;
}
span.amount{
    color: red;
}
.div-no-padding{
    padding-bottom: 0px;
}
#billing_address_1_field{
    width: 100%;
}

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


}