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

/*************** ADD CUSTOM CSS HERE.   ***************/
.entry-category a {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin: 8px;
    color: #fff !important;
    background-color: #12346a;
    border-radius: 0 3px 3px 0;
    position: relative;
    display: inline-block;
    font-size: 11px !important;
    border: none;
}
.entry-category a:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 10px solid #b9ae6f;
    border-bottom: 16px solid transparent;
    position: absolute;
    top: 0;
    left: -10px;
    box-shadow: 2px 0 0 -1px #e56a6a;
}
.blog-archive{
	padding-top: 0 !important;
}
.archive-page-header h1{
	    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    margin: 15px 0 15px;
}
.entry-divider{
	display: none;
}
.archive-page-header span{
	    display: block;
    text-align: left;
    border-left: 3px solid #e56a6a;
    padding-left: 12px;
    font-size: 30px;
    color: #12346a;
}
.posted-on {
    margin-right: 10px;
}
.entry-meta i {
    margin-right: 3px;
}
.entry-category a:after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: 13px;
}
.tp-post-meta {
    text-transform: initial;
}
.tp-post-meta>span {
    margin-right: 7px;
}
.entry-meta i {
    margin-right: 5px;
	color: #b9ae6f;
}
.post-sidebar {
    padding: 5px 0;
}
.post-sidebar h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
}
.post-sidebar i {
    font-size: 13px;
}
.flickity-page-dots .dot.is-selected{
	    background-color: #ffffff;
}
.flickity-page-dots .dot {
	border: 3px solid #e56a6a;
}
.featured-title {
    text-shadow: unset;
}
.contact-footer i{
	font-size: 16px;
	margin-right: 7px;
}
.form-lienhe input , .form-lienhe textarea{
	    height: 56px;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    color: #fff !important;
    padding: 12px 20px;
    margin-bottom: 30px;
}
.form-lienhe input::placeholder , .form-lienhe textarea::placeholder{
	color: #fff !important;
}
.form-lienhe .wpcf7-submit{
	background-color: #fff !important;
    color: #12346a !important;
    height: auto;
    width: 50%;
}
.nav-spacing-xlarge>li {
    margin: 0 25px;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a, .nav-vertical-fly-out>li>a {
	color: #173358;
}


.slide-home .flickity-page-dots {
    position: absolute;
    bottom: 24%;
    left: 2%;
    transform: rotate(90deg);
    right: auto;
}
.img_icon .icon-1 {
    position: absolute;
    top: -80px;
    left: 0;
}
.img_icon .icon-2 {
    position: absolute;
    top: -140px;
    left: 70px;
}
.section-product-2 {
    background: url(/wp-content/uploads/2022/10/home_banner_img2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 950px;
}
.section-product-2 .section-content{
	height: 100%;
}
.section-product-2 .row{
	height: 100%;
}
.section-product-2 .col-inner {
    height: 100%;
}
.section-product-2 .message-wrapper {
    height: 100%;
    max-height: 100%;
}
.section-product-2 .message-wrapper .content_left_top {
    height: 66%;
    border-bottom: 3px solid #FFFFFF;
	    justify-content: center;
}
.section-product-2 .message-wrapper .content_left_bottom {
    height: 34%;
	    justify-content: center;
}
.section-product-2 .message-wrapper .content_center_top {
    height: 100%;
    border-left: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
}
.section-product-2 .message-item {
    position: relative;
}
.section-product-2 .message-item:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border-radius: 20px;
    border: 1px dashed white;
    opacity: 0;
    z-index: -1;
}
.section-product-2 .message-item a {
    margin: 0 30px;
    padding: 24px 40px;
    color: #e56a6a;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}
.message-item a{
	    font-size: 30px;
    line-height: 1.25em;
	font-weight: bold;
}
.section-product-2 .message-item:hover {
    background:rgb(229 106 106 / 32%);
}
.section-product-2 .message-item a h3 {
    color: #e56a6a;
}
.section-product-2 .message-wrapper .content_right_bottom {
    height: 66%;
	    justify-content: center;
}
.section-product-2 .message-wrapper .content_right_top {
    height: 34%;
    border-bottom: 3px solid #FFFFFF;
	    justify-content: center;
}
.section-product-2 .message-item{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box-shadow, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover, .box-shadow-2, .box-shadow-2-hover:hover{
	border: 1px dashed #e56a6a;
}
.in-email input {
    background-color: unset !important;
    border: none !important;
    border-bottom: solid 1px #e56a6a61!important;
    border-radius: 0 !important;
	color: #fff;
}
.in-submit input {
    font-weight: 500;
}
.form-flat input::placeholder{
	color: #e56a6a;
}
.social-icons a{
	margin: 0 15px !important;
}
.absolute-footer {
    border-top: solid 2px #FFF;
}
.social-icons i{
	color: #fff;
}
.post-title{
	min-height: 45px;
}
.product-title a{
	    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px !important;
    display: block;
    min-height: 47px;
}
span.amount {
    white-space: nowrap;
    color: #e56a6a;
    font-size: 18px;
    font-weight: bold;
}
.product_meta>span {
    font-size: 16px;
    border: none;
}
.button-variable-item{
	    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px dashed rgba(88, 89, 91, 0.3);
    border-radius: 10px !important;
    min-width: 55px !important;
    padding: 5px 20px !important;

}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
	border: 1px solid #e56a6a;
	    background-color: #e56a6a !important;
    color: #fff !important;
}
.button-variable-item:hover{
	border: 1px dashed #e56a6a;
	
}
.button-variable-item:focus{
	border: 1px dashed #e56a6a;
}
.quantity+.button {
    text-transform: initial;
}
.variations th {
    font-weight: 500;
    font-size: 16px;
}
.product-info .product-title{
	color: #12346a;
	font-size: 30px;
}
.accordion-title{
	border: none;
	font-weight: bold;
}
.variations .reset_variations{
	    color: #fff;
    background: #e56a6a;
    padding: 5px 10px;
    border-radius: 10px;
    text-transform: inherit;
    font-size: 13px;
    opacity: 1;
}
.accordion-title.active {
    background-color: unset;
}
.woocommerce-variation-price {
	border-top: none;
}
.related-products-wrapper{
	    text-align: center;
    border: unset;
    margin-top: 30px;
    background: #fff;
    padding: 20px;
}
.related-products-wrapper h3{
	display: inline-block;
    padding: 8px 56px;
    border: 1px dashed #FFFFFF;
    border-radius: 24px;
    line-height: normal;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    background: #12346a;
    width: fit-content;
    text-transform: inherit;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}

.text-center {
    text-align: center !important;
}
p{
	margin-bottom: 5px;
}
.justify{
	text-align: justify;
}
.product-small .image-tools{
	display: flex;
	    justify-content: space-evenly;
	
}
.image-tools .cart-icon {
    position: inherit;
}
.grid-tools a {
    display: block;
	width: fit-content;
}
.quick-view{
	    padding: 6px !important;
    width: 50px !important;
    border-radius: 10px;
    margin-bottom: 15px !important;
}
.woocommerce-checkout .has-border {
    border: unset;
    background: #efefef;
    border-radius: 5px;
}
.input-text {
    box-shadow: unset !important;
    height: 42px !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    background: #fff !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.transparent {
    position: inherit !important;
}
.section-product-2 {
    height: 310px !important;
}
.img_icon .icon-1 {
    position: absolute;
    top: -30px;
    right: 0;
}
.img_icon .icon-2 {
    position: absolute;
    top: -75px;
    right: 80px;
}
.related-products-wrapper h3 {
    font-size: 22px;
	}
}
.back-to-top {
    color: #12346a!important;
    bottom: 15px;
    right: 15px;
}
.back-to-top:hover{
	color: #fff !important;
}
.content-prd2{
	text-align: center;
}
.content-prd2 p{
	color: #e56a6a !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8em;
	padding: 8px 0;
}
.content-prd2 p:not(:last-child){
	    border-bottom: 1px dashed #EEEEEE;
}
@charset "utf-8";
/*Comment style*/
span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
}
.comment-author.vcard {
    width: 25px;
}
#formcmmaxweb {
	overflow: hidden;
	position:relative;
	margin-bottom: 20px;
}
#formcmmaxweb .nameuser {
	text-align: left;
}
#formcmmaxweb .avatarmw img {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #ccc;
    padding: 5px;
}
.comments-title-maxweb {
	margin: 30px 0;
	font-weight: normal;
}
.commentlist {
margin-top: 10px;
}
.comment-author.vcard {
	float: left;
	clear: both;
	z-index: 2;
	position: relative;
	text-align: center;
}
.commentlist li {
    overflow: hidden;
    clear: both;
	margin-bottom: 10px;
}
.commentlist .children {
	margin-top: 10px;
}
.commentBody em {
	color: red;
}
.commentBody {
	position: relative;
	margin-left: 35px;
	overflow: hidden;
}
.comment-meta.commentmetadata {
	position: relative;
	padding: 0;
	margin: 0 0 5px;
}
.noidungcomment {
    font-size: 16px;
    line-height: 24px;
}
.cancel-comment-reply a {
    font-size: 14px;
    text-decoration: none;
    color: #a9883f;
}
.nocomments {
	border-color: #D98D8D;
	background-color: #FFCECE;
	background-position: left -792px;
	color: #665252;
	padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
	position: absolute;
    top: 0;
    right: 0;
    color: #337ab7;
    opacity: 0.3;
    font-size: 12px;
}
.commentBody:hover .comment-meta.commentmetadata .ngaythang{
	opacity: 1;
}
.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.comment-meta.commentmetadata .fn {
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
    margin-top: 2px;
}

ol.commentlist_mw,
ol.commentlist_mw ul.children {
  list-style: none;
}
ol.commentlist_mw li{
	margin-bottom: 10px;
}
ol.commentlist_mw > ul.children{
	margin: 10px 0 15px 35px;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
}
ol.commentlist_mw > ul.children:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
div.error {
    color: red;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    margin: 3px 0 0;
}
.tools_comment a {
    color: #4a90e2;
    font-size: 14px;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px;
}
.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tools_comment a:last-child:after{
	display: none;
}
.tools_comment a:last-child{
	padding: 0;
	margin: 0;
}
.noidungcomment p {
    margin: 0 0 5px;
}
#formcmmaxweb  input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type=submit],
#formcmmaxweb li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#formcmmaxweb button, #formcmmaxweb input, #formcmmaxweb textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
	cursor: pointer;
}
.reply a.comment-reply-link {
    color: #337ab7;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.reply a.comment-reply-link:hover {
	color: #c7a611;
}
#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea{
	width: 100%;
	background: transparent;
	outline: none;
	font-size: 14px;
}
#formcmmaxweb input,
#formcmmaxweb textarea{
	border: 1px solid #d7d7d7;
	color: #2e2e2e;
	display: block;
}
#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus{
	border-color: #337ab7;
}
#formcmmaxweb p{
	margin-bottom: 10px;
	text-align: center;
}
#formcmmaxweb #commentform p{	
	overflow: hidden;
}
#formcmmaxweb .name-email p{
	width: 50%;
	float: left;
}
#formcmmaxweb .name-email p:first-child{
	padding-right: 5px;
}
#formcmmaxweb .name-email p:last-child{
	padding-left: 5px;
}
#formcmmaxweb input#submit {
    width: auto;
    font-weight: 400;
    color: #fff;
    background: #e56a6a;
    padding: 6px 20px;
    border: none;
    float: left;
    font-size: 16px;
    outline: none;
}
#formcmmaxweb input#submit:hover {
	background: #fff;
	color: #e56a6a;
	border: solid 1px #e56a6a;
}
#formcmmaxweb  ::-webkit-input-placeholder {
   color: #999999;
}

#formcmmaxweb ::-moz-placeholder { /* Firefox 18- */
   color: #999999;  
}

#formcmmaxweb ::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
}

#formcmmaxweb ::-ms-input-placeholder {  
   color: #999999;  
}
/*#comment style*/
