/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
a {
    color: #ed1c24;
}
.header-top {
    background-color: #4c4c4c !important;
}
.header-inner .icon-box-img img {
    padding-top: 12px;
}
.header-inner .icon-box-text {
    padding-left: 5px !important;
}
#masthead .icon-box {
	flex-flow: nowrap !important;
}
.product-small.box {
    box-shadow: 2px 2px 10px #0000001c;
    border-radius: 5px;
	overflow: hidden;
}
.product-small.box .product-title {
    height: 40px;
    overflow: hidden;
    text-align: center;
}
.product-small.box .product-title a {
    color: black !important;
    font-weight: 500;
    font-size: 15.5px;
}
.product-small .box-image::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);
}
.product-small.box:hover {
    border: 1px solid red;
    overflow: hidden;
}
.product-small .box-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@keyframes shine {
	100% {
    	left: 125%;
	}
}
#wide-nav {
    background-color: #125c9e;
    height: 50px;
	z-index: 9999;
}
#wide-nav a:not(#mega-menu-wrap a) {
	font-style: 16px !important;
	font-weight: 400;
	color: #fff;
}
#mega-menu-wrap {
    background: #c3001b !important;
    height: 100%;
}
#wide-nav>.flex-row>.flex-left,
#wide-nav .nav-left {
    height: 100%;
}
#mega-menu-title {
    padding: 15px 0 10px 15px;
}
.home #mega_menu {
	display: block;
}
#mega_menu li a {
    padding: 10px 15px;
    font-weight: 500;
    background-image: url(http://localhost/pccc/wp-content/uploads/2024/05/dot.jpg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
    padding-left: 29px;
	color: #000;
}
.searchform-wrapper .search_categories {
    font-size: 13.5px;
    height: 40px;
    border: 1px solid #ed1c24;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 1px solid #eaeaea;
}
.searchform-wrapper input[type=search] {
    height: 40px;
    border: 1px solid #ed1c24;
    font-size: 13.5px;
}
.searchform-wrapper .searchform .button.icon {
    height: 40px;
    width: 65px;
    border: 3px solid #ed1c24;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #ed1c24;
}
.tieu-chi-section .col {
	padding-bottom: 0 !important;
}
.tieu-chi-section .icon-box {
    background: white;
    border-radius: 10px;
    border: 1px solid #e8e8ea;
    padding: 10px;
}
.tieu-chi-section .icon-box h3 {
    margin-bottom: 5px;
    color: #125c9e;
    font-size: 18px;
}
.slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow {
    fill: #ed1c24;
}
.flickity-prev-next-button svg {
    background: #ed1c24;
    border-radius: 99%;
    color: white;
}
.danhmuc .col:not(.dichvu .col) {
	padding-bottom: 0 !important;
}
.danhmuc .box-text {
	background-color: #125c9ed1;
	color: #fff;
	position: absolute;
	bottom: -10px;
}
.danhmuc .row>.col>.col-inner {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.section-title-normal {
    background: #125c9e;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	overflow: hidden;
}
.section-title-normal span {
    margin-right: 15px;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: white !important;
    padding: 10px;
    background: #125c9e;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.col12-product-list {
	position: relative;
}
.col12-product-list .btn-more {
	position: absolute;
    top: 5px;
    right: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
    text-transform: capitalize;
    font-weight: 400;
}
.cam-nhan-khach-hang .icon-box {
    background: white;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 3px 4px 10px #00000038;
}
.cam-nhan-khach-hang .icon-box .icon-box-img img {
    padding-top: 0;
    border-radius: 99%;
    border: 2px solid #f6d165;
}
.section-title-container {
    margin-bottom: 0;
}
.cam-ket p {
	margin-bottom: 0;
}
.cam-ket p:first-child {
	color: #ed1c24;
	font-size: 17px;
}
.form-lien-he {
    background: #125c9ec2;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    display: inline-block;
    clear: both;
}
.form-lien-he .cot1 {
    width: 25%;
    float: left;
    color: white;
    font-size: 14px;
    display: inline-block;
}
.form-lien-he .cot1 h3 {
	color: #fff;
	font-size: 17px;
}
.form-lien-he .cot2 {
    padding-top: 14px;
    display: inline-block;
    width: 15%;
    float: left;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
}
.form-lien-he .cot3 {
    padding-top: 17px;
    padding-left: 10px;
    width: 30%;
    float: left;
    display: inline-block;
}
.form-lien-he .cot4 {
    padding-top: 17px;
    width: 15%;
    float: left;
    display: inline-block;
    padding-left: 10px;
}
.form-lien-he .cot5 {
    padding-top: 17px;
    width: 15%;
    float: left;
    padding-left: 10px;
}
.form-lien-he input[type='submit'] {
    background-color: #ed1c24;
    text-transform: none;
    font-weight: normal;
    border-radius: 4px;
}
.blog-single .article-inner .entry-title {
    font-weight: 400;
    font-size: 24px;
}
.row-2-col .col {
	padding-bottom: 0;
}
.is-divider {
	display: none;
}
.row-2-col img {
    border-radius: 6px;
}
.float-contact {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
}
.chat-zalo {
    background: #8eb22b;
    border-radius: 20px;
    padding: 0px 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}
.chat-zalo a, .chat-face a, .hotline a {
    font-size: 15px;
    color: white;
    font-weight: normal;
    text-transform: none;
    line-height: 0;
}
.chat-face {
    background: #125c9e;
    border-radius: 20px;
    padding: 0px 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}
.float-contact .hotline {
    background: #d11a59 !important;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}
.absolute-footer {
	background: #262626;
}
a.back-to-top {
    border: 0;
    background-color: #373737 !important;
    color: #fff !important;
}
#footer .col {
	padding-bottom: 0 !important;
}
#footer li {
	border-bottom: 1px solid #6d6d6d5e;
}
.doi-tac .col-inner {
	text-align: center;
}
.doi-tac img {
	max-height: 53px;
	width: auto;
}
.cam-ket {
    margin-bottom: 5px;
    margin-top: 25px;
    background: white;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ececec;
    font-size: 15px;
}
.tin-tuc,
.tin-tuc .col {
	padding-bottom: 0 !important;
}
.tin-tuc .post-item .box-image {
    border-radius: 6px;
}
.section-special .box-text {
	background: #fff;
}
.product-box .box-text {
	background: #fff;
}
.hotline-row span {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
@media (min-width: 768px) {
	#masthead .icon-box {
		margin-top: 22px;
	}
	.dichvu img {
		height: 226px;
	}
	.danhmuc .box-image img {
		height: 233px;
	}
	.tieu-chi-section .icon-box {
		height: 132px;
	}
}
@media (max-width: 767px) {
	.cot1, .cot2, .cot3, .cot4, .cot5 {
		width: 100% !important;
	}
	.float-contact {
		display: none;
	}
    .bottom-contact {
        display: block;
        position: fixed;
        bottom: 0;
        background: white;
        width: 100%;
        z-index: 99;
        box-shadow: 2px 1px 9px #0000008a;
        border-top: 1px solid #eaeaea;
    }
	.bottom-contact ul li {
        width: 25%;
        margin-bottom: 0;
        float: left;
        list-style: none;
        text-align: center;
        font-size: 13.5px;
    }
	.bottom-contact ul li img {
        width: 35px;
        margin-top: 3px;
        margin-bottom: 0px;
    }
	.bottom-contact ul li span {
        color: black;
    }
}