/*
Theme Name: 123Web.vn
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
#header-contact li a {
    text-transform: none;
    font-size: 13px;
}
.nav-dropdown {
	padding: 0;
}
.nav-dropdown>li>a {
    border-bottom: 1px solid #ececec;
    color: #4c4c4c;
}
/*************** HOME.   ***************/
.gioi-thieu-section .icon-box {
    border: 1px solid #23a952;
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.keu-goi-hanh-dong-section .row-icon .col {
    padding: 0 2.8px 0;
}
.keu-goi-hanh-dong-section h3 {
    margin-bottom: 3px;
    padding-top: 13px;
}
.keu-goi-hanh-dong-section .cot8 p {
    margin-bottom: 12px;
}
.keu-goi-hanh-dong-section .row-icon .icon-box-img {
    margin: 0 auto 4px;
}
.tieu-chi-section .icon-box {
    margin-top: -65px;
}
.tieu-chi-section .icon-box .icon-box-img {
    margin: 0 auto 5px !important;
}
.tieu-chi-section .icon-box-img img {
    padding-top: 0;
    border: 3px solid white;
    border-radius: 99%;
}
.tieu-chi-section .cot1 {
    padding: 0 15.8px 0px;
}
.tieu-chi-section .cot1 .col-inner {
    box-shadow: 2px 2px 20px #0000000d;
    background: white;
    padding: 0 0 20px;
}
.dac-diem-section {
    margin-top: -50px;
}
.dac-diem-section .col, .dac-diem-section {
    padding-bottom: 0 !important;
}
/*************** CONTACT PAGE.   ***************/
.one_half {
    position: relative;
    margin-right: 2%;
    float: left;
	width: 49%;
}
.last_column {
    margin-right: 0 !important;
    clear: right;
}
.wpcf7 .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}
.wpcf7-submit {
    border: none !important;
    border-bottom: 5px solid #18873f !important;
    margin: 0 !important;
    display: inline-block !important;
}
/*************** SINGLE PAGE.   ***************/
.blog-archive .post-sidebar {
    padding-left: 0;
}
#secondary .widget .widget-title {
    display: block;
    background: #27a449;
    color: #ffffff !important;
    padding: 10px;
}
.post-sidebar span.widget-title {
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0;
    color: #61a63c;
}
#secondary .widget .is-divider {
    display: none;
}
#secondary .widget.widget_categories ul, #secondary .widget.flatsome_recent_posts ul, #secondary .widget .product_list_widget, #secondary .product-categories {
    border: 1px solid #e3e3e3;
    background: #ffffff;
}
.post-sidebar .widget ul {
    border-radius: 4px;
    margin: 0;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
#secondary .widget.widget_categories ul > li, #secondary .widget.flatsome_recent_posts ul > li {
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.recent-blog-posts {
    padding: 10px 0;
}
.flatsome_recent_posts .recent-blog-posts-li .flex-col.mr-half {
    width: 70px;
}
.flatsome_recent_posts .recent-blog-posts-li .flex-col.mr-half .badge {
    width: 70px;
    height: 70px;
}
.flatsome_recent_posts .recent-blog-posts-li .flex-col.mr-half .badge .badge-inner {
    border-radius: 99px;
}
.recent-blog-posts-li a {
    font-size: 15px;
    color: #1d1d1d;
}
.recent-blog-posts a {
    display: block;
    line-height: 1.2;
    margin-bottom: 6px;
}
/*************** COMMON.   ***************/
.box-image:hover::before,
.post-item:hover .box-image::before,
.img:hover > .img-inner::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.box-image::before, .img > .img-inner::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.section-title {
    margin-bottom: 5px;
}
.section-title b {
    background: #ffffff00;
}
.section-title-container {
    margin-bottom: 0;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background: var(--primary-color);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #f5f5f5;
}
#footer ul.menu>li {
	list-style: square;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}