/*
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.   ***************/

#button-contact-vr {
    position: fixed;
    bottom: 100px;
    z-index: 999;
    right: 0;
  }
  
  /*phone*/
  #button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
  }
  
  #button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
  }
  
  .phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: #cf203170;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
  }
  
  .phone-vr-img-circle {
    background-color: #CF2031;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
  }
  
  .phone-vr-img-circle a {
    display: block;
    line-height: 37px;
  }
  
  .phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
  }
  
  @-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  }
  
  @-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }
  
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
  
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
  }
  
  @keyframes zoom {
    0% {
        transform: scale(.9)
    }
  
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
  
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
  }
  
  .phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
  }
  
  .phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
  }
  
  #zalo-vr .phone-vr-img-circle {
    background-color: #1F5E9D;
  }
  
  #zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1f5e9da3;
    background-color: #1f5e9d7a;
  }
body {
    font-family: Arial, sans-serif;
    line-height: 1.4;
}

.page-breadcrumbs {
    padding: 5px 0;
    margin-bottom: 10px;
    background-color: #ededed;
}


.page-breadcrumbs * {
    margin-bottom: 0;
    font-size: 14px;
}


.block-title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px 

}

.section-title b{
    visibility: hidden;
}

.section-title span{
    font-size: 28px;
}


.site-breadcrumb {
	background-color: #ecf0f9;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
	padding: 3px 0;
	font-size: 14px;
}

.site-breadcrumb p {
	margin: 0;
	font-size: 14px;
}

.site-breadcrumb a {
	color: #1177b7;
	font-size: 14px;
}

.site-breadcrumb .last {
	color: #7d7d7d
}

.site-breadcrumb .separator {
	display: inline-block;
	margin: 0 8px;
	position: relative;
	visibility: hidden;
	width: 8px
}

.site-breadcrumb .separator:after {
	content: "\f105";
	font-family: "fl-icons";
	font-weight: 300;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: visible
}

form.searchform input{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 38px;
    background-color: transparent !important;
}
form.searchform button{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 38px;
}


.product-small.col .col-inner {
    border-radius: 5px;
    border: 1px solid #e5e5ee;
    box-shadow: 0px 0px 5px #e5e5ee;
}

.box.product-small .box-text {
    padding: 5px;
}

.box.product-small img {
    border-radius: 5px;
}

#main #content img{
    border-radius: 3px;
}

.header-vertical-menu__opener{
    border-radius: 30px !important;
    height: 35px !important;
}

.header-bottom-nav.mobile-nav li a{
    font-size: 12px;
}

.header-bottom-nav.mobile-nav{
    justify-content: flex-start;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
}

.header-bottom-nav.mobile-nav li{
	flex: none;
	
}

.header-bottom-nav.mobile-nav li a{
	 background: #ff6900;
	border-radius: 20px;
	padding: 8px 10px;
}

.box-category .header-title{
    color: #ff6900;
    text-transform: uppercase;
}

.price-wrap .price {
    font-size: 18px;
    color: red;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.product-promotion {
    padding: 5px;
    border-radius: 3px;
    border: 1px dashed green;
    text-align: left;
    background: #ecffec;
    font-size: 13px;
}

.product-promotion ul {
    margin: 0;
    padding: 0;
    padding-left: 5px;
    list-style: none;
}

.product-promotion ul li {
    line-height: 1.1;
    margin: 0;
    margin-bottom: 3px;
    
}


.price-wrap-single {
    margin-bottom: 20px;

}

.price-wrap-single p {
    margin-bottom: 5px;
}

.price-wrap-single .price {
    color: red;
    font-size: 30px;
}

.product-single-promotion {
    border: 1px solid #b7d7b1;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
}

.promotion-title {
    background: #d4ffd4;
    padding: 10px;
    font-weight: 700;
}

.promotion-title:before {
    content: "\e604";
    font-family: fl-icons;
    color: red;
    font-weight: 300;
    margin-right: 10px;
    font-size: 18px;
}

.promotion-body {
    background: #fbfffb;
    padding: 10px;
    font-size: 14px;
}


.promotion-body ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.promotion-body ul li {
    padding: 0;
    margin: 5px 0;
}

.promotion-body ul li:before {
    content: "\e006";
    font-family: fl-icons;
    color: green;
    margin-right: 5px;
}

.contact-group{
    border: 1px solid red;
    border-radius: 5px;
    background: #f1f1f1;
    margin-bottom: 20px;
}

.contact-group-title{
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 10px 20px;
}

.contact-group .tab-panels{
    background: #FFF;
    padding: 20px;
}

.contact-group .nav li a{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 7px 10px;
    font-weight: 700;
    font-size: 15px;
}

.contact-group .nav li.active a{
    background: #FFF;
    
}

.contact-item {
    position: relative;
    padding: 5px 5px 5px 50px;
}

.contact-item:hover {
    background: #e5e5e5;
    border-radius: 5px;

}

.contact-item img {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 5px;
}

.contact-item span {
    display: block;
}

.contact-item .contact-name {
    font-size: 14px;
}

.contact-item .contact-value {
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
    color: red;
	
}

.featured-cates-slide{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	align-items: stretch;
	
}
.featured-cates-slide .cate-item{
	width: 20%;
    justify-content: center;
	
}

.featured-cates-slide .cate-item a{
	display: block;
	text-align: center;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin-left: -1px;
	margin-top: -1px;
	height: 100%;

}
.featured-cates-slide .cate-item a.active,
.featured-cates-slide .cate-item a:hover{
	color: #FFF;
	background: var(--primary-color);
}


.woocommerce-tabs ul li a{
    font-size: 18px
}

footer#footer h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

footer#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: lowercase;
}



footer#footer ul li {
    margin-left: 0;
    font-size: 14px
}

footer#footer ul li::first-line,
footer#footer ul li a::first-line {
    text-transform: capitalize;
}

footer#footer ul li a {
    display: block;
    padding: 5px;
}

.slider .flickity-page-dots {
    bottom: -25px;
}

.slide-style-1 .gallery-col {
    border: 1px solid #e0e0e0;
    margin-left: -1px;
    min-height: 100%;
}

.slide-style-1 .flickity-slider .img {
    border: 1px solid #e0e0e0;
    margin-left: -1px;
    min-height: 100%;
}
.slide-style-1 .flickity-slider .img:first-child {
    margin-left: 0
}


.wpcf7-form-control-wrap textarea{
    min-height: 50px;
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"]
{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    box-shadow: none;
    
}
.wpcf7-form-control.wpcf7-submit{
    margin: 0;
    padding: 7px 25px;
}
.wpcf7-spinner{
    display: none;
}




.mobile-bottom-navs{
	display: flex;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	flex-wrap: nowrap;
	background-color: #FFF;
	z-index: 999;
}
.mobile-bottom-navs .mobile-bottom-nav-item{
	flex-grow: 1;
	text-align: center;
	padding: 5px;
	font-size: 12px;
}
.mobile-bottom-navs .mobile-bottom-nav-item-icon{
	max-width: 30px;
	display: block;
	margin: 0 auto;
}
.mobile-bottom-navs .mobile-bottom-nav-item-icon span{
	font-size: 12px;
}

.entry-content table th{
    background-color: #f7f7f7;
}

.entry-content table tr th,
.entry-content table th td,
.entry-content table tr td,
.entry-content table{
    border-collapse: collapse;
    border: 1px solid #aaa;
    padding: 7px;    
}

.table-responsive{
    overflow-x: auto;
}


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .price-wrap .price{
        font-size: 16px;
    }
    .nav-tabs+.tab-panels{
        padding: 15px;
    }
	.featured-cates-slide .cate-item{
		width: 50%;

	
	}
    .category-page-row{
        padding-top: 5px;
    }

}
#wide-nav{
  background: linear-gradient(96.2deg, #ef3935 -24.92%, #f16534 99.99%);
}
.title-dm{
}
.title-dm span{
   font-size: 32px;
   font-weight: bold;
   background: linear-gradient(
    90deg,
    #ef3935,
    #f16534
  );
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.sec-footer{
  background: linear-gradient(96.2deg, #ef3935 -24.92%, #f16534 99.99%);
}
footer#footer .ux-menu .ux-menu-link__link{
	text-transform:capitalize;
}

footer#footer ul li:before,
footer#footer .ux-menu .ux-menu-link__link:before {
    font-family: "fl-icons";
    margin-right: 5px;
		content:"\e005";
    font-size: 16px;
    color: #ffe009;
	 width: 20px;
	 display: inline-block;
}

#product-sidebar .widget.block_widget{
	border: 1px solid var(--primary-color);
	padding: 15px;
		border-radius: 10px;
	margin-top: 20px;
}	
.bl-super-contact{
    position: fixed;
    z-index: 2;
    right : 10px;
    bottom: 10%;
}

.bl-super-contact-icon{
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.bl-super-contact-icon.hide{
    opacity: 0;
}

.bl-super-contact-icon-wrap{
    position: relative;
    width: 48px;
    height: 48px;
    
}

.bl-super-contact-icon-button{
    padding: 7px;
    border-radius: 50%;
}
.bl-super-contact-icon-button a{
    position: relative;
    z-index: 1;
    display: block;
}


.bl-super-contact-close{
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #dc3545;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 5px;

}
.bl-super-contact-close:hover{
    cursor: pointer;
}
.bl-super-contact-close.close{
    background-color: #333;
    
}

.bl-super-contact-close .close-icon{
    
}


.bl-super-contact-icon-wrap.is-buble .bl-contact-text{
    background-color: #FFF;
    width: 200px;
    border-radius: 10px;
    padding: 10px;
    display: block;
    color: #000;
    bottom: calc( 100% + 20px );
    top: auto;
    right: 0;
    min-height: 50px;
    display: flex;
    justify-content: center;

}




.bl-super-contact-icon-wrap.is-buble .bl-contact-text::before{
    border-bottom: 8px solid #FFF;
    right: 10px;
    top: auto;
    bottom: -8px;
    transform: rotate(180deg);

}


.bl-contact-text{
    
    position: absolute;
    right: calc( 100% + 5px);
    top: 50%;
    background-color: #c10404;
    color: #FFF;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: -10px;
    display: none;
    max-width: 200px;
    box-shadow: 1px 1px 15px -5px #a7a7a7;
   

}
.bl-contact-text::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #c10404;
    position: absolute;
    right: -6px;
    transform: rotate(90deg);
    top: 5px;
}



.bl-super-contact.left .bl-contact-text{
    left: 45px;
    right: auto;
}
.bl-super-contact.left .bl-contact-text::before{
    left: -9px;
    right: auto;
    transform: rotate(-90deg);
}
.bl-super-contact.left .bl-super-contact-icon-wrap.is-buble .bl-contact-text{
    left: 0;
    right: auto;
}



.bl-super-contact.left .bl-super-contact-icon-wrap.is-buble .bl-contact-text::before{
    left: 11px;
    right: auto;
    transform: rotate(180deg);
}

.show-text-display.bl-contact-text{
    display: block;
}

.bl-contact-text .bl-contact-text-display{
    text-wrap: nowrap;
}


.bl-super-contact-icon-wrap.is-buble .bl-contact-text .bl-contact-text-display{
    text-wrap: wrap;
}


.bl-contact-text.hidden{
    display: none;
    visibility: hidden;
}

.bl-super-contact-icon:hover .bl-contact-text{
    display: flex;
}


.bl-super-contact-close.close .open-icon{
    display: none;
}


.bl-super-contact .typing-indicator {
    display: flex;
    align-items: center;
}

.bl-super-contact .dot {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #d1d1d1;
    border-radius: 50%;
    opacity: 0.5;
    animation: blink 1.4s infinite both;
}

.bl-super-contact .dot:nth-child(1) {
    animation-delay: 0s;
}
.bl-super-contact .dot:nth-child(2) {
    animation-delay: 0.2s;
}
.bl-super-contact  .dot:nth-child(3) {
    animation-delay: 0.4s;
}

.bl-contact-text .close-text {
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 0;
    margin: 0;
    border: 0 none;
    line-height: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: #787878;
    border-radius: 50%;
    text-align: center;
    background-color: #407BFF;
    color: #FFFFFF;
    line-height: 30px;
}

@keyframes blink {
    0%, 80%, 100% {
        opacity: 0.5;
    }
    40% {
        opacity: 1;
    }
}


.ring{
    border-radius: 50%;
    background-color: #FFF;

    position: relative;
    animation: ring 1s linear infinite;
    border-radius: 50%;
}
@keyframes ring {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}



.pulse {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.pulse::before {
    content: "";
    position: absolute;
    border: 1px solid #ef3935;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    animation: pulse 1s linear infinite
}

.pulse::after {
    content: "";
    position: absolute;
    border: 1px solid ORANGE;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s
}



@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.1);
        opacity: 0
    }
}
.site-breadcrumb >.container>span{
      gap: 10px;
    display: flex;
}
.postPage {
    padding: 30px 0;
}
.pagePostHeading {
    margin-bottom: 20px;
}
.pagePostHeading h1 {
    background: transparent;
    display: block;
    width: auto;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 1.8em;
    text-transform: uppercase;
    margin: 0;
    color: #0072bb;
    text-align: center;
    background: linear-gradient(90deg, #ef3935, #f16534);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.boxPostGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
}
.pPageItem {
    gap: 20px;
    overflow: hidden;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    display: flex;
    padding: .75rem;
    border-radius: .5rem;
    background: white;
    /* align-items: center; */
}
.pPageItemThumb {
    position: relative;
    max-width: 310px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0.5em;
    height: 190px;
    width: 290px;
}
.pPageItemThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pPageItemContent {
}
.pPageItemTitle {
}
.pPageItemTitle a {
    font-weight: bold;
    color: black;
    font-size: 18px;
    text-transform: uppercase;
}
.pPageItemDescription {
    margin-top: 8px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    color: black;
    margin-bottom: 10px;
}
#secondary .widget {
    border-radius: 5px;
    overflow: hidden;
}

    #secondary .widget .widget-title {
        background: linear-gradient(96.2deg, #ef3935 -24.92%, #f16534 99.99%);
        color: white;
        display: block;
        padding: 15px 30px;
    }

       #secondary .widget .widget-title span {
        }

   #secondary .widget .is-divider {
        display: none;
    }

  #secondary  .widget.widget_categories ul {
        width: 100%;
        border: 1px solid #f2f2f2;
        padding: 10px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background: white;
    }

       #secondary .widget.widget_categories ul li {
            border: none !important;
        }

            #secondary .widget.widget_categories ul li a {
                border-bottom: 1px dashed #cecaca !important;
                display: block;
                line-height: 18px;
                padding: 10px 24px 10px 5px;
                position: relative;
                margin-bottom: 0;
                color: black;
            }

           #secondary .widget.widget_categories ul li:last-child a {
                border: none;
            }

           #secondary .widget ul.widget_categories li:last-child a {
                border: none !important;
            }
#secondary {
    position: sticky;
    top: 120px;
}
.pagePostDetails {
    padding: 30px 0;
}
.relate-post {
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    font-size: 1.5em;
    /* color: #0072bb; */
    text-transform: uppercase;
    background: linear-gradient(90deg, #ef3935, #f16534);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.signRelateGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}
.postTwo {
    background-color: white;
    padding: .75rem;
    border-radius: .5rem;
    margin-bottom: 33px;
    display: flex;
    gap: .75rem;
    align-items: center;
}
.postRelate {
    flex-wrap: wrap;
    background: white;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    margin-bottom: 0px !important;
}
.postRelate .postTwoThumb {
    width: 100%;
    height: 160px;
}
.postTwoThumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    transition-duration: .3s;
}
.postTwoTitle a {
    font-size: 1em;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
    height: 49px;
    margin-bottom: 5px;
}
.postTwoDescription {
    font-size: 0.90em;
    color: black;
    /* line-height: normal; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 42px;
}
.page-title-inner .is-small{
  display:none;
}
.contact-group .tabbed-content{
      width: 100%;
}
.signPostBoxContent ul{
  margin-left:25px;
}
.product-main {
    padding-bottom: 0;
}
@media(max-width:549px){
  .pPageItem{
    display:block;
  }
  .pPageItemThumb{
        max-width: 100%;
        width: 100%;
    margin-bottom: 20px;
  }
  .signRelateGrid{
        grid-template-columns: repeat(2, 1fr);
  }
}
   /* text-align: center; */
      background: #fff;
    }

    #fullpage>section.san-pham>div.fp-overflow {
      overflow: scroll;
    }

    canvas {
      /*border: 2px solid black;*/
      background: url('https://greenvalley.vn/frontend/web/images1/tmb-011.png') no-repeat center center;
      background-size: contain;
    }

    canvas#landMap {
      width: 100%;
      height: auto;
      max-width: 100%;
      display: block;
      margin: 0 auto;
      background-size: contain;
    }

    canvas#landMap {
      box-sizing: border-box;
      overflow: hidden;
    }

    .san-pham .section-title {
      position: absolute;
      top: 50px;
      left: 50%;
      transform: translateX(-50%);
      color: #45603B;
    }

    @media screen and (max-width: 768px) {

      canvas#landMap {
        margin-bottom: 25px;
        margin-top: -65px;
      }


      .san-pham .section-title {
        position: relative;
        top: unset;
      }
    }