/*
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.   ***************/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,70');*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');*/
@font-face {
    font-family: 'UVFCiderScript';
    src: url('fonts/UVFCiderScript.eot');
    src: url('fonts/UVFCiderScript.eot') format('embedded-opentype'),
         url('fonts/UVFCiderScript.woff2') format('woff2'),
         url('fonts/UVFCiderScript.woff') format('woff'),
         url('fonts/UVFCiderScript.ttf') format('truetype'),
         url('fonts/UVFCiderScript.svg#UVFCiderScript') format('svg');
}
@font-face {
    font-family: 'iCielPanton_Back';
    src: url('fonts/icielpanton-black.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'iCielPanton_Light';
    src: url('fonts/icielpanton-light.otf');
    font-weight: normal;
    font-style: normal;
}
.html_topbar_right a{
    display: block!important;
    text-align: center;
}
.html_topbar_right p:nth-child(1){
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}
.html_topbar_right p:nth-child(2){
    font-size: 23px;
    color: #bf1e2e;
    font-weight: bold;
}
.archive.category h1.page-title span{
	text-transform: initial!important;
}
.archive.category .post-item h5.post-title{
	font-size: 19px;
    color: #B90204;
    text-align: left;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.section-title-center .section-title-main,.archive.category h1.page-title span,.title-cus{
    color: #222;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-size: 3.25rem;
    text-transform: initial;
    line-height: 62px;
}
.section-news{
	padding-bottom: 0px!important;
}
h3.title-cus{
	color: #da1414!important;
	font-size: 60px!important;
	text-shadow: 1px 1px #f3f3f3;
	margin: 0;
}
h4.title-cus{
	margin: 0;
    color: #ff0;
    font-size: 50px!important;
    text-shadow: 1px 2px #e61313;
}
.section-title-normal span{
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgba(0,0,0,.1);
    margin-bottom: -2px;
}
.section-title-normal {
    border-bottom: 0;
}
.section-title b{
	opacity: 0;
}
.block-news .post-item .col-inner{
	background: #fff;
	padding: 10px;
}
.block-news .col-post .post-item .col-inner{
	padding: 0;
}
.block-news .col-post .post-item .col-inner .is-divider{
	display: none;
}
.block-news .col-post .post-item .col-inner .post-title{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: normal;
    font-size: 16px;
    padding-left: 15px;
}
.block-news .col-post .post-item .col-inner .post-title:hover{
	padding: 0 0 0 28px;
	color: #da1414;
}
.block-news .col-post .post-item .col-inner .post-title:after {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    font-family: fontawesome;
    content: '\f0da';
    color: #da1414;
}
.block-news .section-title-container{
	margin-bottom: 0;
}
.btn-view-all span{
	color: #fff;
	z-index: 1;
	position: relative;
}
.btn-view-all{
	margin-top: 10px;
	font-size: 14px;
    line-height: 20px;
	padding: 7px 35px;
	font-weight: normal;
	border: 0;
	-webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
}
.btn-view-all:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    background: #cf9e38;
}
.btn-view-all:before {
    background: #da1414;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
}
.btn-view-all:hover:after {
    width: 100%;
}
.block-news .box-text{
	padding: 0;
}
.block-news {
    padding: 20px 0;
    overflow: hidden;
}
.margin-auto{
	margin: auto!important;
}
#main {
    background-color: #f3f3f3;
}
footer .section-title-container{
    margin-bottom: 0;
}
.footer .widget .menu li:before {
     content: "" !important;
    font-family: "fl-icons";
    font-size: 16px;
    color: red;
    display: inline-block;
    opacity: .6;
    margin-right: 6px;
}
.footer .menu li+li{
    border-top: 0;
}
.footer .menu li a{  
    padding: 0;
    font-weight: 300;
    margin: 0 0 5px 0;
}
.footer-2 .col{
    padding-bottom: 0!important;
}
footer .section-title-normal{
    margin-bottom: 0px;
}
footer .section-title-normal span{
    border-bottom: 0;
    font-weight: 700;
    text-transform: inherit;
}
#wide-nav{
}
.info{
	font-weight: 300;
	color: #333;
}
.info .fa {
    padding-right: 10px;
}
.footer .info p{
    margin-bottom: 5px;
}
.footer .info img{
    margin-bottom: 5px;
}
.footer-2 .widget-title {
	font-size: 19px;
	font-weight: normal;
}
.footer-2 .is-divider {
    max-width: 120px;
}
#secondary span.widget-title, #product-sidebar span.widget-title, #shop-sidebar span.widget-title {
    display: block;
    color: #fff;
    background: #bf1e2e;
    padding: 13px 10px;
    font-weight: 500;
}
#product-sidebar .is-divider {
    display: none;
}
#secondary .widget_categories a,#shop-sidebar .product-categories a{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 10px;
}
#secondary .widget_categories a:hover,#shop-sidebar .product-categories a:hover{
	padding-left: 20px;
}
#secondary .widget_categories li,#shop-sidebar .product-categories li{
	position: relative;
}
#shop-sidebar .product-categories ul.children{
	border-left: 0;
}
#secondary .widget_categories a:after,#shop-sidebar .product-categories a:after {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    font-family: fontawesome;
    content: '\f0da';
    color: #da1414;
}
.post-sidebar{
	padding-left: 15px;
	padding-right: 15px;
}
#secondary aside ul,#shop-sidebar aside ul{
	padding-left: 10px;
	padding-right: 10px;
}
#secondary aside .is-divider,#shop-sidebar aside .is-divider{
	display: none;
}
#secondary aside,#shop-sidebar aside{
	background: #f2f2f2;
}
.woocommerce-result-count{
	display: none;
}

.product-small.box .box-text.text-center{
    padding-bottom: 10px;
}
.product-small.box .add_to_cart_button{
    border-radius: 13px;
}
span.amount {
    white-space: nowrap;
    color: #bf1e2e;
    font-size: 20px;
}
.product-summary span.amount{
    font-size: 20px;
}
.product-small .price-wrapper .price{
    text-align: center;
}
.price-wrapper .price del{
    color: #de1862;
}
.price-wrapper .price del .amount{
    font-size: 16px;
}
.image-fade_in_back img:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.image-fade_in_back img{
    transition: -webkit-transform 5s !important;
    transition: transform 5s !important;
    transition: transform 5s, -webkit-transform 5s !important;
}
.title-cus-1{
	font-family: iCielPanton_Light, sans-serif!important;
	font-weight: normal!important;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select2-container .select2-choice, .select2-container .select2-selection{
    box-shadow: none;
}
.result-whois {
    font-size: 20px;
    background-color: #fff;
    margin-top: 10px;
    padding: 15px;
    color: #363636;
    z-index: inherit;
}
.whoIsTenMienPartial .domain-row {
    margin-top: 15px;
    margin-bottom: 15px;
}
.domain-row {
    padding: 0 30px;
    position: relative;
}
.result-whois .whois {
    line-height: 40px;
    vertical-align: middle;
    text-align: left;
}
.domain-row .domain-button {
    float: right;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.checkdomain-button{
    margin-bottom: 0;
}
.searchform-checkdomain{
    position: relative;
}
.searchform-checkdomain .button.icon {
    margin: 0;
}
.result-whois .checkdomain-button.green {
    background-color: #9acf1c;
    color: #fff;
    text-transform: initial;
    padding: 0px 60px;
}
.result-whois .checkdomain-button.gray {
    background-color: #d1d1d1;
    color: #fff;
    text-transform: initial;
    padding: 0px 60px;
}
.title36 {
    font-size: 36px;
    text-transform: uppercase;
    margin: 25px 0;
    margin-bottom: 15px;
}
.box-search .col{
	padding-bottom: 0;
}
.box-search .col p{
	margin-bottom: 0;
}
#masthead .header-nav-main li.dang-ky a{
    background-color: #bf1e2e;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 27px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #bf1e2e;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.kho-giao-dien .section-title-container h3{
    margin-bottom: 0;
}
.kho-giao-dien .des-kho-giao-dien{
    text-align: center;
    font-size: 1.3125rem;
    padding: 0 10%;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 31px;
}
.kho-giao-dien .tabbed-content li a{
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: #eee;
    color: #666;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 8px;
    padding: 0.75rem 1.65rem;
    margin-top: 0;
    border: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    outline: 0px none;
}
.kho-giao-dien .tabbed-content li.active a{
    background-color: #f50;
    border-color: #f50;
    color: #fff;
}
.statistic-number {
    font-size: 4.15rem;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 14px;
}
.statistic-block h5 {
    margin-bottom: 5px;
    font-size: 1.1875rem;
}
.statistic-block p {
    font-style: italic;
    font-size: 0.95rem;
    color: #ccc;
    margin-bottom: 0;
    margin-top: 0;
}
h3.h3-sm {
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -0.025rem;
}
.khuyen-mai .section-title-container{
    margin-bottom: 0;
}
.page-template-page-domain .section-title-container{
    margin-bottom: 0;
}
.khuyen-mai .section-title-center{
    margin-bottom: 0;
}
.khuyen-mai .section-title-center span{
    text-transform: inherit;
    font-size: 3.25rem;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -0.025rem;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.lien-he .h2-xs{
    font-size: 3.25rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.025rem;
}
.lien-he .h2-xs span{
    font-weight: 700;
}
.lien-he .lien-he-right{
    display: inline-block;
    text-align: center;
}
.lien-he .lien-he-right p{
    margin: 0;
}
.lien-he .lien-he-right .p-lg span{
    font-weight: 700;
}
p.p-lg {
    font-size: 1.25rem;
}
.lien-he .button{
    background-color: #ff3366;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    padding: 1.025rem 2.5rem;
    border: 2px solid #ff3366;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.bang-gia .section-title-container{
    margin-bottom: 0;
}
.loader {
  	top: calc(50% - 0px);
	position: absolute;
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #3498db;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	left: calc(50% - 30px);
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.list-check-domain{
	font-size: 15px;
}
.list-check-domain .tenmien{
	font-size: 18px;
}
.list-check-domain .tinh-trang{
	width: 100px;
	text-align: center;
}
.list-check-domain .tinh-trang .fa-check-circle{
	color: #008a32;
}
.list-check-domain .tinh-trang .fa-times-circle{
	color: #f00;
}
.quy-trinh-lam-viec{
    background: url('images/bg-hot-feature.jpg');
}
.list-hot-feature{
    max-width: 1170px!important;
}
.list-hot-feature li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #fff;
    margin-left: 0!important;
    width: 12.5%;
    text-align: center;
}
.list-hot-feature li.space {
    position: relative;
    top: 35px;
}
.list-hot-feature li p {
    padding-top: 10px;
}
.product-short-description{
    border: 1px dashed #ddd;
    padding: 10px 15px;
    background: #f8f8f8;
    margin: 10px 0;
}
.product-footer .product-page-accordian{
    background: #f8f8f8;
    border: 1px dashed #ddd;
    border-top: 0px;
    overflow: auto;
}
.product-footer .product-page-accordian .accordion-inner{
    display: block;
}
.carousel-3d-slide{
    border: 0px!important;
}
.section-banner{
    background: linear-gradient(#ffc21e, #ff7102);
    min-height: 600px;
    padding-top: 30px;
}
.section-slide3d{
    margin-top: -340px;
}
.khach-hang .gallery-col{
	padding-bottom: 0px;
}
.khach-hang .gallery-col .col-inner{
	background: #fff;
	border-radius: 5px;
}
.home .section-title-center .section-title-main{
	font-size: 30px;
    color: #bf1e2e;
}
.home .section-title-center b{
	background-color: #bf1e2e;
	opacity: 1;
	height: 2px;
}
.home .section-title-center .section-title-container{
	margin-bottom: 0px;
}
#content .section-title-normal {
    border-bottom: 2px solid #bf1e2e;
    background: white;
}
#content .section-title-normal span {
    background: #bf1e2e;
    padding-bottom: 0;
    padding: 5px 15px;
    border-bottom: 0px;
    color: white;
    font-size: 15px;
}
#content .section-title-normal span:after {
    content: "";
    border-bottom: #6f4040;
    border-right: #2f0808;
    border: 17px solid #bf1e2e;
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    border-right-color: transparent;
    border-top-color: transparent;
    margin-top: -5px;
    left: auto;
}
.slider-section .cot1 .post-item {
    background: white;
    padding: 9px;
    margin-top: 10px;
    border: 1px solid #f3f3f3;
}
.slider-section .cot1 .post-item .box-text .post-title {
    font-size: 15px;
}
.slider-section .cot1 .post-item .box-text {
    padding: 0 8px;
}
.block-banner .post-item .box-blog-post .is-divider, .danh-muc .post-item .box-blog-post .is-divider, .slider-section .thong-tin-chung, .tin-tuc .post-item .thong-tin-chung, .tin-tuc .box-blog-post .is-divider, .blog-single .is-divider, .blog-single .entry-header-text .entry-meta {
    display: none;
}
.section-title-container {
    margin-bottom: 0;
}
.slider-section .cot1 .large-columns-1 {
    margin-left: 0;
    margin-right: 0;
}
.slider-section .col {
    padding-bottom: 8px;
    padding-top: 8px;
}
.header-block-block-1 .cac-tieu-chi{
	padding: 0px;
}
.cac-tieu-chi .row-ngang {
    border-radius: 3px;
}
.cac-tieu-chi .col, .danh-muc .large-12 {
    padding-bottom: 0;
}
.cac-tieu-chi .icon-box-text p{
    font-size: 14px;
    color: #05a026;
}
.cac-tieu-chi .icon-box-text h3{
    color: #05a026;
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.cac-tieu-chi .icon-box-text h3 a{
    color: #05a026;
}
.cac-tieu-chi .icon-box {
    border: 1px solid #05a026;
    border-radius: 3px;
    padding: 9px;
    background: white;
    min-width: 260px;
}
.cac-tieu-chi .icon-box .icon-box-text{
	padding-top: 7px;
}
.woocommerce-page #main{
    background: rgb(242,242,242);
}
.single-product #main{
    background: #fff;
}
.nhan-xet .icon-box-text h3{
    margin-bottom: 0px;
}
.col-tin-tuc .is-divider{
	display: none;
}
.gioi-thieu:before {
    content: "“";
    position: absolute;
    top: -4px;
    left: -50px;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 125px;
    color: rgb(244,244,244);
    z-index: 1;
}
.gioi-thieu p {
    margin-bottom: 10px;
}
.gioi-thieu {
    text-indent: 40px;
    font-style: italic;
}
.col-tin-tuc .post-item{
	padding-bottom: 5px;
}
.nhan-xet .featured-box{
	padding-bottom: 10px;
}
.col-tin-tuc,.col-nhan-xet{
	padding-bottom: 0px;
}
.hotline-footer{
	display: none;
}
.flickity-slider .box-blog-post .post-title {
    font-weight: normal;
}
div#fnav {
    display: none;
}
.mfp-content{
    vertical-align: top;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table-bao-hanh table,
.table-bao-hanh .alert{
    display: none;
}
.btn-check-bh{
    color: #fff;
}
.btn-check-bh i{
    display: none;
}
.footer-2{
    border-top: 0px;
    padding-top: 10px;
}
.my_short_description_product{
    border: 1px solid rgb(178 0 0);
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 20px 15px;
    position: relative;
}
.my_short_description_product ul{
    list-style: none;
    position: relative;
    margin-bottom: 0;
}.my_short_description_product ul li{
    position: relative;
}.my_short_description_product ul li:last-child{
    margin-bottom: 0;
}
.my_short_description_product ul li::after{
    content: '';
    position: absolute;
    top: 0;
    left: -33px;
    width: 30px;
    height: 30px;
    background: url(./images/flower-gif.gif);
    background-size: contain;
    background-repeat: no-repeat;
}
.san-pham-noi-bat{
    background: #ffeff1;
}
.footer2-menu{
    text-align: right;
    display: inline-block;
}
.footer-2 .menu-item{
    display: inline-block;
    padding: 0 10px;
}
.footer-primary{
    float: none;
}
.copyright-footer{
    text-align: center;
}
.footer-1 .custom-menu-class .menu li: before{
    content: "" !important;
    font-family: 'fl-icons';
    left: 0;
    position: absolute;
    font-size: 16px;
    color: red;
}
.hide_on_pc {
	display: none !important;
}
@media screen and (min-width: 850px){
    #block_widget-3 .col{
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    span.amount {
        font-size: 14px;
    }
	#masthead{
		background: none;
	}
	.slider-section{
		padding-top: 5px!important;
	    padding-bottom: 0px!important;
	}
	.block-banner .col {
	    padding-bottom: 0;
	    padding-top: 5px;
	}

	.row-huong-dan .col {
	    padding: 3px 3px;
	    margin-left: 7px;
	    /* width: 27%; */
	    max-width: 31.1%;
	    -ms-flex-preferred-size: 31.1%;
	    flex-basis: 31.1%;
	}
	.row-ngang .col{
		padding: 5px;
	    max-width: 48%;
	    margin-left: 1%;
	    -ms-flex-preferred-size: 48%;
	    flex-basis: 48%;
	}
	.cac-tieu-chi{
		padding: 8px!important;
	}
	.cac-tieu-chi .icon-box-text h3{
		font-size: 10px;
	}
	.cac-tieu-chi .icon-box-text p{
		font-size: 10px;
	}
    .cac-tieu-chi .icon-box .icon-box-text{
        padding-top: 2px;
    }
    .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 5px;
    }
	.row-ngang .icon-box-left .icon-box-img, .row-ngang .icon-box-right .icon-box-img{
		width: 30px!important;
	}
	.cac-tieu-chi .icon-box{
		padding: 3px;
		min-width: auto;
	}
	.kho-giao-dien{
		padding-top: 10px!important;
		padding-bottom: 10px!important;
	}
	.col-tin-tuc .from_the_blog_excerpt {
		display: none;
	}
	.col-tin-tuc .post-meta{
		display: none;
	}
	.hotline-footer {
	    display: block;
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    height: 50px;
	    z-index: 99;
	    background: rgba(0,0,0,.6);
	}
	.hotline-footer .left {
	    width: 65%;
	    float: left;
	    height: 100%;
	    color: white;
	    line-height: 43px;
	    text-align: center;
	}
	.hotline-footer .left a {
	    background: #bf1e2e;
	    line-height: 40px;
	    margin: 5px;
	    border-radius: 3px;
	}
	.hotline-footer .right {
	    width: 35%;
	    float: right;
	    height: 100%;
	    line-height: 43px;
	    text-align: center;
	}
	.hotline-footer .right a {
	    background: #3fb801;
	    line-height: 40px;
	    margin: 5px;
	    border-radius: 3px;
	}
	.hotline-footer .left img, .hotline-footer .right img {
	    width: 30px;
	    padding-right: 10px;
	}
	.hotline-footer .left img, .hotline-footer .right img {
	    width: 30px;
	    padding-right: 10px;
	}
	.hotline-footer a {
	    display: block;
	    color: white;
	}
	.section-title-container{
		padding-left: 10px;
		padding-right: 10px;
	}
    div#fnav {
        display: block;
        background-color: #0ba4d2;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }
    div#fnav>div {
        float: left;
        width: 25%;
        text-align: center;
        color: #fff;
        padding: 5px 0;
    }
    div#fnav>div>a {
        color: #fff;
        font-size: 13px;
    }
    div#fnav>div .fa {
        font-size: 16px;
    }
    .home .section-title-center .section-title-main{
        font-size: 21px;
    }
    #block_widget-5 .col .col-inner{
        text-align: center!important;
    }
	.giuseart-nav li .chat_animation{display:block !Important}
 
	.giuseart-nav li .button .phone_animation {box-shadow: none;
		position: absolute;
		top: -16px;
		left: 50%;
		transform: translate(-50%,0);
	}
	.giuseart-nav ul>li a{padding:0; margin:0 auto}
	.giuseart-nav {
		background: white;
		width: 100%; border-radius:0;
		color: #fff;
		height: 60px;
		line-height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
		padding: 5px;
		margin: 0;
		box-shadow: 0 4px 10px 0 #000;
	}
	.giuseart-nav li {
		float: left;
		width: 20%;
		list-style: none;
		height: 50px;
	}
	.phone-mobile{display:block !important}
	
	.phone-mobile {display: none;}
	.giuseart-nav {
		position: fixed;
        right: 13px;
        background: #fff;
        border-radius: 5px;
        width: 100%;
        z-index: 100;
        bottom: 0;
        padding: 0px 0;
        border: 1px solid #f2f2f2;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
	}
	.giuseart-nav ul {list-style: none;padding: 0;margin: 0;}
	.giuseart-nav ul li {list-style: none!important;}
	.giuseart-nav ul>li a {
		border:none;
		padding: 3px;
		display: block;
		border-radius: 5px;
		text-align: center;
		font-size: 10px;
		line-height: 15px;
		color: #515151;
		font-weight: 700;
		max-width: 72.19px;
		max-height: 54px;
		text-decoration: none;
	}
	.giuseart-nav ul>li a i.ticon-zalo-circle2 {
		background: url(https://hoatuoivannam.com/wp-content/uploads/2021/06/icon-zalo-moi-nhat.png) no-repeat;
		background-size: contain;
		width: 36px;
		height: 36px;
		display: block;
	}
	.giuseart-nav li .button {
		background: transparent;
	}
	.giuseart-nav ul>li a i.ticon-angle-up {
		background: url(https://hoatuoivannam.com/wp-content/uploads/2021/06/icon-angle-up-moi-nhat.png) no-repeat;
		background-size: contain;
		width: 36px;
		height: 36px;
		display: block;
	}
	.giuseart-nav ul>li a i {
		width: 33px;
		height: 33px;
		display: block;
		margin: auto;
	}
	.giuseart-nav ul li .button .btn_phone_txt {
		position: relative; top:35px;
		font-size: 10px;
		font-weight: bold;
		text-transform: none;
	}

	.giuseart-nav ul>li a i.ticon-messenger {
		background: url(https://hoatuoivannam.com/wp-content/uploads/2021/06/icon-messenger-moi-nhat.png) no-repeat;
		background-size: contain;
		width: 36px;
		height: 36px;
		display: block;
	}.giuseart-nav ul li .button .phone_animation i {
		display: inline-block;
		width: 55px;
		font-size: 26px;
	}
	.giuseart-nav ul>li a i.ticon-chat-sms {
		background: url(https://hoatuoivannam.com/wp-content/uploads/2021/06/icon-sms-moi-nhat.jpg) no-repeat;
		background-size: contain;
		width: 38px;
		height: 36px;
		display: block;
	}
	.giuseart-nav ul>li a i.icon-phone-w {
		background: url(https://hoatuoivannam.com/wp-content/uploads/2021/06/iconphone-moi-nhat.gif) no-repeat;
		background-size: contain;
		width: 55px;
		height: 55px;}
	.giuseart-nav ul li .button .btn_phone_txt {
		position: relative;
	}
	.hide_on_pc {
		display: block !important;
	}

}