/*
Theme Name: Flatsome Child
Description: NamKiem developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.15.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 999999;
}
  .hotline-phone-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
  }
  .hotline-phone-ring-circle {
	width: 90px;
    height: 90px;
    top: 11px;
    left: 11px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #1991a5;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
	
  }
  .hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #1991a5;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .hotline-phone-ring-img-circle {
	background-color: #1991a5;
	width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  }
  .hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px;
}
  .hotline-bar {
	position: absolute;
	background: rgba(230, 8, 8, 0.75);
	height: 40px;
	width: 180px;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: 9;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50px !important;
	/* width: 175px !important; */
	left: 33px;
	bottom: 37px;
  }
  .hotline-bar > a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-indent: 50px;
	display: block;
	letter-spacing: 1px;
	line-height: 40px;
	font-family: Arial;
  }
  .hotline-bar > a:hover,
  .hotline-bar > a:active {
	color: #fff;
  }
  @-webkit-keyframes phonering-alo-circle-anim {
	0% {
	  -webkit-transform: rotate(0) scale(0.5) skew(1deg);
	  -webkit-opacity: 0.1;
	}
	30% {
	  -webkit-transform: rotate(0) scale(0.7) skew(1deg);
	  -webkit-opacity: 0.5;
	}
	100% {
	  -webkit-transform: rotate(0) scale(1) skew(1deg);
	  -webkit-opacity: 0.1;
	}
  }
  @-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
	  -webkit-transform: rotate(0) scale(0.7) skew(1deg);
	  opacity: 0.6;
	}
	50% {
	  -webkit-transform: rotate(0) scale(1) skew(1deg);
	  opacity: 0.6;
	}
	100% {
	  -webkit-transform: rotate(0) scale(0.7) skew(1deg);
	  opacity: 0.6;
	}
  }
  @-webkit-keyframes phonering-alo-circle-img-anim {
	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);
	}
  }


  .desktop-fixed {
    position: fixed;
    left: 0;
    width: auto;
    z-index: 150;
    top: 25%;
    padding: 10px 0;
}
@media only all and (max-width: 767px){
    .desktop-fixed {
		display: none;
	}
}
.desktop-fixed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.desktop-fixed ul li {
    margin-bottom: 5px;
}

.desktop-fixed ul li a {
	border: none;
    padding: 3px 25px 3px 10px;
    display: flex;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    font-weight: 700;
    max-width: 200px;
    max-height: 100px;
    text-decoration: none;
    align-items: center;
    background: linear-gradient(45deg, #1991a5, #3bdbf6);
}

.desktop-fixed ul li a i {
    margin: 3px 0px;
    display: block;
    font-size: 20px;
    padding: 0px 5px;
}
.footer-section .row {
	background: #fff;
    padding: 15px 0;
    border-radius: 3px;
}
@keyframes xoayanh {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(-360deg);
	}
}
.product-main {
    background: #f5f5f5;
}
.product-section {
	border-top: none;
}
.product-section .panel.entry-content {
    padding: 15px;
    margin-top: -15px;
    background: #f5f5f5f5;
}
.product-section h5.uppercase.mt {
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    background: #1991a5;
    color: #fff;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    font-family: 'trendyhair' !important;
    letter-spacing: 3px;
}
.page-title.shop-page-title.product-page-title {
    background: #1991a5;
}
.shop-page-title.category-page-title.page-title {
    background: #1991a5;
    padding: 10px 0;
}
.page-title-inner.flex-row.medium-flex-wrap.container {
    padding-top: 0;
}
.breadcrumbs a:hover {
    color: #000;
}
.breadcrumbs {
	color: #fff;
}
.breadcrumbs a {
    color: #fff;
    font-weight: 600;
}
.add-to-cart-button {
    display: none;
}

header.archive-page-header {
    background: url(/wp-content/uploads/2022/10/bg-4.jpg);
    height: 300px;
    margin-top: -30px;
    background-position: center;
	margin-bottom: 30px;
}
h1.page-title.is-large.uppercase {
    color: #fff;
    font-size: 40px;
    letter-spacing: 5px;
    padding-top: 10%;
}

header.archive-page-header:before {
    content: '';
    position: absolute;
    background: rgb(26 145 165 / 60%);
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}
#logo img {
    max-height: 135px !important;
}

.igi_menu_top ul {
    margin: 0;
    padding: 10px 0;
}
.igi_menu_top ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
.igi_menu_top ul li.active a {
    color: #1991a5!important;
}
.igi_menu_top ul li a {
    font-weight: 800;
    position: relative;
	color: #999;
	font-size: 16px;
}
.igi_menu_top ul li:hover a {
    color: #1991a5!important;
    transition: .4s;
}
.igi_menu_top ul li a:after {
    opacity: 0;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -13px;
    background-image: -moz-linear-gradient(0deg,#1991a5 0%,#d0f8ff 100%);
    background-image: -webkit-linear-gradient(0deg,#1991a5 0%,#d0f8ff 100%);
    background-image: -ms-linear-gradient(0deg,#1991a5 0%,#d0f8ff 100%);
}
.igi_menu_top ul li.active a:after {
    opacity: 1;
}
.igi_menu_top ul li:hover a:after {
    opacity: 1;
    transition: .4s;
}
.igi_menu_top ul li.active a:after {
    opacity: 1;
    transition: .4s;
}
.igi_menu_top {
    margin-left: 150px;
}
.igi_menu_top:before {
    content: '';
    position: absolute;
    background: #acacac;
    width: 990px;
    height: 1px;
    top: 34px;
}
.header-main button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    margin-left: -10px;
    border-radius: 2px;
    padding: 2px 5px;
}
.nav-dropdown>li>a {
	color: #222
}
.nav-dropdown>li.nav-dropdown-col{
	display:block
}
.nav-dropdown{
	border:1px solid #ddd; padding:0
}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{ 
	font-weight:normal !important; text-transform:none !important;font-size:14px !important; font-weight:600 !important; 
}
/* .nav-dropdown .nav-dropdown-col>ul li:hover{ 
	background:#db0000 
} */
.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a{
	color:#1991a5;
	padding-left: 15px;
}
/* .nav-dropdown-default>li:hover{ 
	background: #32a457 !important
} */
.nav-dropdown-default>li>a{
	border-bottom:0 !important
}
.nav-dropdown-has-arrow li.has-dropdown:before{
	border-width: 10px;margin-left: -10px;
}
.nav-dropdown .nav-dropdown-col ul{ 
	margin-top: -38px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	display:none;
	position: absolute;
	left: 100%;
	z-index: 9;
	background: white;
	min-width: 240px;
}
.nav-dropdown>li.nav-dropdown-col{ 
	width:100%;
	border-right:0
}
.nav-dropdown .nav-dropdown-col>ul li a{
	padding:10px;  text-transform: none;color:black
}
.header-nav li.nav-dropdown-col:hover>ul{ 
	display:block !important
}

.header-nav li.nav-dropdown-col .nav-dropdown-default li:hover >ul{ 
	display:block !important
}
.bottom-footer a {
    font-size: 15px;
}
.bottom-footer p {
    font-size: 15px;
}










.header-main .nav > li > a:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    transform: skew(-20deg);
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    opacity: 0;
    z-index: -1;
    background: #1991a5;
    border-radius: 2px;
}
.logo-left .logo {
	margin-top: -90px;
	margin-right: 0;
}

.stuck #logo img {
	margin-top: 30px;
}
.header-top {
    z-index: 1;
}
.box-home-contact .icon-top {
    display: inline-block;
    margin-left: 15px;
}
.box-home-contact .icon-top img {
    vertical-align: middle;
}
.box-home-contact .icon-top a {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}
.box-home-contact .icon-top a:hover {
    color: #1991a5;
}
.header-button .button {
    padding: 3px;
    border-radius: 2px;
}
.item-white a {
    color: #1991a5;
    background: #fff;
    padding: 5px 10px;
    border-radius: 2px;
}
.item-white a:hover {
	color: #1991a5;
}
.item-blue a {
    color: #fff;
    background: #1991a5;
    padding: 5px 10px;
    border-radius: 2px;
}
.item-blue a:hover {
	color: #fff;
}



.header-main .nav > li.active > a:before, .header-main .nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
}
.header-main .nav > li > a {
    padding: 10px;
    transition: .5s all;
}

.sec-collection .banner .text-box {
    z-index: 2;
}
.sec-collection .banner-bg:before {
    position: absolute;
    padding: 150px 0;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    border: 6px solid #1991a5;
    z-index: 1;
    content: '';
}
.row-whyus .icon-box-img .icon {
	background: #1991a5;
    border-radius: 50%;
    padding: 10px 12px;
    width: 60px;
    height: 60px;
    display: block;
    line-height: 1;
    animation: xoayanh 10s infinite linear;
}
.row-grid .banner:hover .text-box {
    opacity: 1;
}
.row-grid .text-box {
    opacity: 0;
    transition: all .3s;
}
.flickity-page-dots .dot {
	border:3px solid #1991a5;
}
.ft-tag span.widget-title {
    font-weight: 600;
    color: #Fff;
    font-size: 1.6em;
}
.widget-area {
    background: #fff;
    padding: 10px 10px;
}
.section-title-main, .title-ct h2 {
    font-family: 'trendyhair' !important;
    letter-spacing: 2px;
    font-size: 50px;
    font-weight: 600;
}
.section-title span {
    text-transform: capitalize;
}
.product-short-description p {
    margin-bottom: 5px;
	font-size: 14px;
}

.product-short-description {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}




@font-face{font-family:"trendyhair";
	src:url("/wp-content/themes/rocketweb-vn/font/PlayfairDisplay.ttf") format("truetype");
	
	}
@font-face{font-family:"trendyhair-bold";
	src:url("/wp-content/themes/rocketweb-vn/font/PlayfairDisplay-ExtraBoldItalic.ttf") format("truetype");
	}
@font-face{font-family:"utm_avo";
	src:url("/wp-content/themes/rocketweb-vn/font/UTM Avo.ttf") format("truetype");
		}
	body,p,a,h1,h2,h3,h4,h5,h6 {
		font-family: utm_avo !important;
	}	
/* @font-face {
	font-family:'SFUFuturaBold';
	src: url('http://localhost/mypham3//wp-content/themes/my-pham/font/SFUFuturaBold.eot');
	src: url('http://localhost/mypham3//wp-content/themes/my-pham/font/SFUFuturaBold.eot?#iefix') format('embedded-opentype'),
		url('http://localhost/mypham3//wp-content/themes/my-pham/font/SFUFuturaBold.woff2') format('woff2'),
		url('http://localhost/mypham3//wp-content/themes/my-pham/font/SFUFuturaBold.woff') format('woff'),
		url('http://localhost/mypham3//wp-content/themes/my-pham/font/SFUFuturaBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6{font-family:"SFUFuturaBold", sans-serif} */
.section-title b{background-color: transparent;}
.dau-trang-section .col{padding-bottom:0}
.san-pham-section .tabbed-content ul li.active a{    background-color: #1991a5 !important; color:white !important}
.product-small.box{box-shadow: 1px 2px 4px #0000001c;}
.product-small.box .box-image {

    background: #f1f1f1;
}
.product-small.box .box-image .image-cover{    border-radius: 10px;
	box-shadow: 2px 2px 10px #0000001a;}
.san-pham-section .tabbed-content ul li a{border: 1px solid #d4d4d4;
	padding: 2px 25px;
	font-family: "roboto", sans-serif; font-weight:normal; color:gray}
.san-pham-section .tabbed-content ul li{margin:0 5px}
.header-main .nav > li > a {
	line-height: 16px;
	letter-spacing: 0;
	font-size: 16px;
	font-weight:600}
#header-contact li a, .nav-small.nav>li.html{text-transform: none;
	font-size: 14px;
	letter-spacing: 0;}
.dau-trang-section .icon-box:hover{box-shadow: 2px 2px 20px #00000017;
	border: 1px solid #e2e2e2; background:white}
.dau-trang-section .icon-box{    background: #efefef;
	padding-top: 30px;
	border-radius: 10px;border:1px solid #e2e2e2}.section-title-center span:after {
		content: "";
		display: table;
		clear: both;
		background: url(/wp-content/uploads/2019/10/line.png);
		width: 100%;
		height: 20px;
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: bottom;
		padding-top: 0;
}
.dau-trang-section .box .box-image{border-bottom-left-radius:10px; border-bottom-right-radius:10px}
.dau-trang-section .box .box-text{padding:0}
.dau-trang-section .box h3{ font-size: 20px;
	font-family: "roboto", sans-serif;
	font-weight: normal;}
.product-small.box .product-title {
		font-weight: 600;
		font-size: 14px;
		color: #4a4a4a;
		height: 41px;
		overflow: hidden;
}
.product-small.box .price span.amount, .product-small.box .price ins span{    color: #009688;
	font-size: 16px;
	font-family: "roboto", sans-serif;
	font-weight: normal;}
.badge-container{margin:10px}
.badge-container .badge-inner{border-radius:99%; font-size: 14px;
	font-weight: normal;}

.list-post .post-item .box-text{padding:10px; background:white}
.list-post .post-item .post-title{   margin-bottom: 10px;
	text-transform: none;
	font-weight: 500;
	font-family: "roboto", sans-serif;
	font-size: 18px;
	color: black;}body{font-family:"roboto", sans-serif; font-weight:normal}
.tin-tuc-section .col{padding-bottom:0}

.nut-xem-them{font-family: "roboto", sans-serif;font-size:15px; font-weight:normal}
.doi-tac-section .col, .bottom-footer .col{padding-bottom:0}
.nav-dropdown{border:none;}
.nhan-xet-section .cot1{background:url(/wp-content/uploads/2019/10/45.jpg) no-repeat; background-position:center}.footer-section .col{padding-bottom:0}
a.back-to-top{background:#1991a5 !important; border:none !important; color:white !important}
.nhan-xet-section .icon-box .icon-box-img img{border-radius:99%; padding-top:0; border:3px solid white}
.nhan-xet-section .col, .bao-chi-section .col{padding-bottom:0}
.product-small.box .price del span, .product-small.box .price{font-size:14px !important; color:gray !important}footer-secondary {
	padding: 0;
}.footer-secondary {
	padding: 0;
}.footer-section .col{padding-bottom:0}
.archive .product-small.box .box-image{padding-top: 100%;}
.archive .product-small.box .box-text{padding:10px}
.single-product .product-info {
	border-right: none;
	padding-bottom: 0;
}.single-product #product-sidebar {
	padding-left: 0;
	padding-bottom: 0;
}.hotline-tu-van {
	background: #fffdf8;
	padding: 10px;
	font-size: 15px;
	color: #464646;
	border: 1px dashed orange;
}span.widget-title {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	display: block;
	margin-bottom: 10px;
	color: black;
/* }.widget ul {
	border: 1px solid #ececec; */
}.single-product .textwidget ul li {
	font-size: 15px;
	border-bottom: 1px solid #ececec;
	padding: 5px 10px;
	background: white;
	margin-bottom: 0;
}
.single-product .price del span, .single-product .price{color:gray !important; font-size:15px !important}
form{margin-bottom:0}
.cart{margin-top:15px}
a.devvn_buy_now_style:hover, a.devvn_buy_now_style:focus, a.devvn_buy_now_style, .devvn-popup-title, .popup-customer-info-group .devvn-order-btn{background:#464646}

.single-product .price span.amount, .single-product .price ins span{color:red; font-size:22px; font-weight:normal}
.devvn-popup-inner{ font-family: "SFUFutura", sans-serif;}
.single-product .product-info .product-title {    font-family: "SFUFutura", sans-serif;
	font-size: 24px;
}h1.entry-title.mb {
	margin-bottom: 20px;
	font-size: 20px;
	letter-spacing: 0;
}.product_meta>span {

	font-size: 15px;
	color: gray;
}.widget .is-divider{display:none}
.related .product-small .box-text{padding:15px}#reply-title{font-family: "SFUFutura", sans-serif;
	text-transform: uppercase;
	font-weight: normal;}
.related h3{margin: 0;
	letter-spacing: 0;
	padding-bottom: 21px;}
.woocommerce-tabs ul li a{    font-family: "SFUFutura", sans-serif; font-size:19px; font-weight:normal;
	border-top: 1px solid #ececec;}
.box-blog-post .is-divider{display:none}
.blog-archive {background:#f5f5f5}
.blog-archive .post-item .box-text{padding:10px; background:white}
.blog-archive .post-item .box-text .post-title{font-family: "roboto", sans-serif;
	text-transform: none;
	font-weight: 500; font-size:18px;
	margin-bottom: 10px;}

.blog-single .entry-meta{  text-transform: none;
	font-size: 13px;
	letter-spacing: 0;
	color: gray;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 10px;
	background: #f9f9f9;}.entry-content {
		padding-top: 0;
		padding-bottom: 0;
}
.blog-single .large-3{padding-left:0}.recent-blog-posts {
	padding: 8px 10px;
}.xem-them .tieu-de-xem-them {
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	font-size: 19px;
	color: black;
}.xem-them ul li {
	margin-bottom: 3px;
}.xem-them ul li a {
	font-weight: 500;
	font-size: 15px;
	color: #c30000;
}
.xem-them ul li a:hover{text-decoration:underline}
.blog-single .blog-share{text-align:left}
.recent-blog-posts a {font-weight:500;
	font-size: 15px;
}.recent-blog-posts:hover{background:#efefef}.recent-blog-posts a:hover{color:black}
.blog-single .entry-title{text-transform: none;
	font-family: "roboto", sans-serif;
	font-size: 24px;
	font-weight: 500;}
/* .footer-section{border-top: 1px solid #f3f3f3;    box-shadow: -2px -2px 10px #0000000a;} */
.danh-muc {
	margin-bottom: 15px;
}.danh-muc span.title, .the-tim-kiem span.title {
	background: #c5bf89;
	padding: 4px 10px;
	color: white;
	margin-right: 5px;
}.danh-muc a, .the-tim-kiem a {
	margin-bottom: 10px;
	padding: 4px 10px;
	background: #dedede;
	color: #464646;
}.danh-muc a:hover, .the-tim-kiem a:hover {
	background: #1991a5;
	color: white;
}.bai-viet-lien-quan {
	margin-top: 15px;
}.bai-viet-lien-quan h3 {font-size: 19px;
	color: black;
	font-family: "roboto", sans-serif;
	text-transform: none;
	font-weight: 500;
}.bai-viet-lien-quan ul {
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
}.bai-viet-lien-quan ul li {
	list-style: none;
	width: 25%;
	color: graytext;
	float: left;
	padding-left: 4px;
	padding-right: 5px;
}.bai-viet-lien-quan ul li .box-image img {
	height: 120px;
	border-radius: 6px;
	object-fit: cover;
	object-position: center;
}.bai-viet-lien-quan h4 {
	font-size: 15px;
	color: black;
	line-height: 19px;
	padding-top: 7px;
	height: 64px;
	overflow: hidden;
	font-weight: 500;
	font-family: "roboto", sans-serif;
}.is-divider{display:none}
.bai-viet-lien-quan h4:hover{text-decoration:underline}
.page-right-sidebar .large-3{padding-left:0}
.page-right-sidebar .large-9{border-right:none}
.page-right-sidebar .page-inner ul, .blog-single .entry-content ul{margin-left:20px}
.blog-single .entry-content h2, .page-right-sidebar .page-inner h2{font-size:21px;font-family:"roboto",sans-serif}
.blog-single .entry-content h3, .page-right-sidebar .page-inner h3{font-size:20px;font-family:"roboto",sans-serif}
.blog-single .entry-content h4, .page-right-sidebar .page-inner h4{font-size:19px;font-family:"roboto",sans-serif}
.blog-single .entry-content h5, .page-right-sidebar .page-inner h5{font-size:18px;font-family:"roboto",sans-serif}
.blog-single .entry-content h6, .page-right-sidebar .page-inner h6{font-size:17px;font-family:"roboto",sans-serif}.form-mua-hang-truc-tuyen {display: inline-block;
	width: 100%;
	clear: both;
	background: #fffbf7;
	padding: 20px;
	border-radius: 5px;
	border: 1px dashed #FF9800;
}.form-mua-hang-truc-tuyen .left {
	width: 50%;
	float: left;
	padding-right: 10px;
	display: inline-block;
}.form-mua-hang-truc-tuyen .right {
	width: 50%;
	float: right;
	display: inline-block;
	padding-left: 10px;
}.form-mua-hang-truc-tuyen .des, .form-tim-diem-ban .des {
	font-size: 15px;
	margin-bottom: 10px;
}input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea, select {
	font-size: 15px;
	border-radius: 2px;
	box-shadow: none;
}.section-title-container {
	margin-bottom: 0;
}.row-diem-ban ul li {
	margin-bottom: 3px;
}.form-tim-diem-ban {
	background: #1991a51a;
	padding: 20px;
	border: 1px dashed #1991a5;
	border-radius: 4px;
}p.form-row-first{width:100%}
.lich-su-section .cot1{right:-19px}
.lich-su-section .cot2{left:-19px}
@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.logo-left .logo {
		margin-top: 0;
	}
	#logo img {
		max-height: 70px !important;
	}
	.stuck #logo img {
		margin-top: 0px;
	}
	input.wpcf7-form-control.has-spinner.wpcf7-submit.button {
		width: 100%;
	}
	
	
	.blog-single .large-3{padding-left:15px}
	.widget img{width:100%}
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
		padding-left: 20px;
		padding-top: 12px;
		padding-bottom: 12px;
		text-transform: none;
		font-size: 16px;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li ul{padding-bottom:0}
	.off-canvas:not(.off-canvas-center) .nav-vertical li ul li a{font-size:15px; padding-top:6px; padding-bottom:6px}body{word-break:break-word}.dau-trang-section .box h3 {    font-size: 16px;
		margin-top: 19px;
	}.dau-trang-section .col{padding-bottom:20px}.san-pham-section .tabbed-content ul li a{margin-bottom:10px}
	.list-san-pham .col{padding:0 5px 10px}.nhan-xet-section .col, .bao-chi-section .col, .tin-tuc-section .col{padding-bottom:15px}.bao-chi-section .col.large-2{flex-basis:50%; max-width:50%}
	.footer-section .col, .bottom-footer .col{flex-basis:100%; max-width:100%}
	.lich-su-section .fill{background-position-x: 58.15%;}
	.blog-archive .post-item{flex-basis:50%;max-width:50%; padding:0 5px 10px}
	.blog-archive .post-item .from_the_blog_excerpt {display:none}.blog-archive .post-item .box-text .post-title{font-size:15px}.bai-viet-lien-quan ul li{width:50%}.bai-viet-lien-quan ul li .box-image img{height:100px}
	.footer-section .col .icon-box .icon-box-img{width:105px !important}
	.navigation-post a{font-size:14px}

}

