/*
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/css2?family=Mulish:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@font-face{
  font-family: "SVN-AgencyFBBold";
  src:url(font/SVN-AgencyFBBold.ttf);
}
@font-face{
  font-family: "SVN-AgencyFB";
  src:url(font/SVN-AgencyFB.ttf);
}
@font-face{
  font-family: "SVN-BaliScript";
  src:url(font/SVN-BaliScript.ttf);
}
body{
	font-family: 'Roboto', sans-serif !important;
}
h1,h2,h3,h4{
	font-family: 'Roboto', sans-serif !important;
}
.category-page-row {
    padding-top: 20px;
}
.category-page-row .shop-container{
	background-color: #fff;
}
.img{
	overflow: hidden;
}
.rt_new_pro_right {
	position: unset !important;
}

.rt_new_pro_right > .col-inner{
	position: unset !important;
}
.rt_new_pro_right .col-inner .heading{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.off-canvas .nav-vertical>li>a{
	color: #222;
}
#content{
	background: #fff;
}
.header-main .nav > li{
	margin: 0 13px;
}
.header-main .nav > li > a{
	font-size: 15px;
}
/*form_dk*/
.rt_form_dk  .small-12{
	padding-bottom: 15px;
}
.form_dk > div:nth-child(1){
	width: 50%;
	float: left;
	text-align: center;
	color: #f6f6f6;
	font-size: 14px;
}
.form_dk > div form{
	overflow: hidden;
	margin-bottom: 0;
}
.form_dk > div:nth-child(1) p{
	margin-bottom: 0 !important;
}
.form_dk > div:nth-child(1) h2{
 	font-size: 25px;
 	margin-bottom: 5px;
 	color: #f6f6f6;
 	font-weight: 400;
}
.form_dk > div:nth-child(2){
	width: 50%;
	float: right;
	position: relative;
	margin: 7px 0;
}
.form_dk > div:nth-child(2) input{
	width: 100%;
	height: 44px;
	margin:0;
}
.form_dk > div:nth-child(2) .wpcf7-submit{
	position: absolute;
	top: -10px;
	right: 0;
	width: 44px;
	height: 44px;
	text-transform: initial;
	background: #f39303;
	padding: 0;
}
.wpcf7-mail-sent-ok{
	color: #fff;
}
.footer-1 p{
	margin-bottom: 0 !important;
	line-height: 30px;
}
.footer-1 p i{
	color: #f39303;
}
.footer-1 .menu li{
	border-top: 1px solid #5c3d4a;
}
.footer-1 .menu li a{
	line-height: 40px !important;
	padding-left: 18px !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	color: #fff !important;
	font-size: 14px;
	background: url(img/li.png) 0px 13px no-repeat;
}
.footer-2 .widget-title{
	color: #636363;
	margin-bottom: 20px !important;
	display: block;
}
.footer ul.menu > li:nth-child(1){
	border:none !important;
}
.footer .custom-html-widget{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.footer p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.absolute-footer{
	display: none !important;
}
.footer-2 .is-divider{
	display: none !important;
}
.rt_icon_hd{
	overflow: hidden;
}
.rt_icon_hd1{
	margin-right: 25px;
}
.rt_icon_hd1 img{
	padding: 6px 0;
}
.rt_icon_hd2{
	margin-right: 25px;
}
.rt_icon_hd2 img{
	padding-top: 9px;
}
.rt_icon_hd3 img{
	padding: 8px 0;
}
.rt_icon_hd > img{
	float: left;
	margin-right: 7px;
}
.rt_icon_hd > div{
	float: right;
	font-size: 14px;
	line-height: 21px;
	color: #33496d;
}
#wide-nav > .flex-row > .flex-left{
	min-width: 278px !important;
	width: 100% !important;
	margin-right: 0 !important;
}
/* shortcode social */
.social-bar a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background: #314b7e;
  color: #fff;
}
.social-bar a.facebook {
  background: #314b7e;
}
.social-bar a.twitter {
  background: #339dc4;
}
.social-bar a.skype {
  background: #214bc1;
}
.social-bar a.youtube {
  background: #e52c27;
}
.social-bar a.prin {
  background: #b31217;
}
header#header .nav-dropdown {
	background:#fff;
	border-radius:8px;
	box-shadow:0 4px 12px rgba(0,0,0,0.15);
	padding:8px 0;
	min-width:220px;
	border:1px solid #eee;
	opacity:0;
	transform:translateY(10px);
	transition:all 0.3s ease;
	visibility:hidden;
}
header#header li:hover > .nav-dropdown {
	opacity:1;
	transform:translateY(0);
	visibility:visible;
}
header#header .nav-dropdown > li {list-style:none;}
header#header .nav-dropdown > li > a {
	display:block;
	padding:10px 18px;
	color:#333;
	font-size:15px;
	font-weight:500;
	text-decoration:none;
	transition:all 0.25s ease;
	border-left:3px solid transparent;
}
header#header .nav-dropdown > li > a:hover {
	color:#c0392b;
	background:#f9f9f9;
	border-left:3px solid #c0392b;
	transform:translateX(4px);
}
.header-nav .nav-dropdown {
	max-width:100vw;
	overflow-x:auto;
	left:0 !important;
	right:auto;
	transform:none !important;
}
.header-nav li.has-dropdown:hover > .nav-dropdown {
	left:0;
	right:auto;
}
.header-nav .nav-dropdown.nav-dropdown-mega {
	width:100% !important;
	left:0 !important;
	right:0 !important;
	border-radius:0;
	box-sizing:border-box;
	padding:15px 30px;
	overflow:hidden;
}
li.header-search-form form.searchform{
	width: 100%;
}
li.header-search-form form.searchform input{
	height: 40px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 48px;
}
li.html.header-button-1 {
	margin: 0;
}
a.button.primary:after,
div.button.primary:after,
h2.section-title a:after{
	content: "\f061";
    font-family: "FontAwesome";
    background: #fff;
    color: #1d4c9e;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    -webkit-animation: rotation 2s infinite linear;
    -webkit-transition: all 250ms linear;
    position: absolute;
    right: 8px;
	font-size: 18px;
}
a.button.primary:hover:after,
div.button.primary:hover:after,
h2.section-title a:hover:after{
	width: calc(100% - 16px);
    transform: unset;
    color: #c50000;
}
a.button.primary:hover,
div.button.primary:hover,
h2.section-title a:hover{
	background-image: linear-gradient(90deg, #c50000 0%, #ff2a2a 100%) !important;
}
.header-button a.button.primary {
	width: 170px;
	height: 40px;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}
.header-button a.button.primary span {
	position: relative;
	line-height: 40px;
	transition:transform .35s ease;
}
.header-button a.button.primary:after {
	content: '\f095';
	font-family: "FontAwesome";
	font-weight: 600;
	position: absolute;
	right: 6px;
	transition:transform .35s ease;
	transform: rotateY(180deg);
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.header-button a.button.primary:hover span {
	transform: translateX(32px);
}
.header-button a.button.primary:hover:after {
	transform: translateX(-128px) rotateY(0deg);
}
.header-bottom{
	margin-bottom: 1px;
}
.header-bottom .flex-center{
	display: block;
	width: 100%;
}
.searchform .button.icon{
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
}
li.header-search-form form.searchform .flex-col:nth-child(2) {
	position:absolute;
	right:0;
}
ul.header-nav.nav-right li.header-search-form form.searchform button {
	height:40px;
	width:60px;
	border-radius:25px !important;
	background:linear-gradient(243.74deg, #043f7b 11.89%, #1D4C9F 85.65%);
	border:0px;
}
.clear {
	clear: both;
}
a.button.primary,
div.button.primary,
h2.section-title a{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 8px 0px 20px;
    margin: 0;
    height: 48px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 16px !important;
    background: linear-gradient(90deg, #043F7B 0%, #2B72BB 100%);
    color: #fff;
    text-transform: none;
    border: 0;
}
.image-tools.top.right {
	z-index: 9;
}
.badge-container {
	display: none;
}
.product-title a {
    font-size: 16px;
	line-height: 1.35;
    font-weight: 600;
	color: #000;
}
.block-product-col {
	margin: 0 -10px;
	clear: both;
}
.block-product-col .col-4 {
	width: 25%;
	float: left;
	padding: 0 10px;
	margin: 10px 0;
}
.block-product-col .col-4:nth-child(4n+1) {
	clear: both;
}
.block-product-col .col-3 {
	width: 33.333333%;
	float: left;
	padding: 0 10px;
	margin: 10px 0;
}
.block-product-col .col-3:nth-child(3n+1) {
	clear: both;
}
.block-product-1 .col-inner {
	background-color: #ffffff;
	padding: 0;
	border-radius: 0px;
	border: 1px solid #ebebeb;
}
/*** loop price **/
.block-product-1{
	margin: 0 -8px;
}
.block-product-1 .col-3{
	padding: 0 8px;
	margin-bottom: 15px;
}
.block-product-1 .spd1_box_left{
	width: 460px;
	overflow: hidden;
	float: left;
	clear: none;
}
.block-product-1  .box-image{
	width: 100%;
	height: 154px;
}
.block-product-1 .box-image img{
	width: 100%;
	height: 154px;
	object-fit: cover;
}
.block-product-1 del{
	display: none !important;
}
.block-product-1 ins{
	width: 100% !important;
}
.block-product-1 .price{
	text-align: center !important;
}
.block-product-1 .box-text span.amount{
	font-size: 16px !important;
	font-weight: 600 !important;
}
.block-product-1 .spd1_box_left > div{
	width: 100% !important;
	margin-top: 0;
}
.block-product-1 .spd1_box_left .box-text{
	padding: 15px 20px 20px 20px;
}
.block-product-1 .spd1_box_left .box-text .product-title a{
	font-size: 21px;
	color: #33496d;
	line-height: 25px;
	display: block;
	height: 25px;
	overflow: hidden;
	margin-bottom: 6px;
}
.block-product-1 .spd1_box_right{
	width: calc(100% - 460px);
	float: right;
	clear: none;
}
.block-product-1 .spd1_box_right .box-text{
	padding:10px;
}
.block-product-1 .spd1_box_right .box-text .product-title a{
	display: block;
	font-size: 15px;
	color: #33496d;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-bottom: 6px;
}
.block-product-1 .spd1_box_right .box-text span.amount{
	font-size: 15px;
}
.block-product-1 .spd1_box_right > div{
	margin-top: 0;
}
.block-product-1 .spd1_box_right .box-image{
	height: 170px;
	width: 100%;
}
.block-product-1 .spd1_box_right .box-image img{
	width: 100%;
	height: 170px;
	object-fit: cover;
}
.block-product-1 .box-text {
	padding:5px 10px 20px 10px !important;
	background: url(img/star.png) 52px 55px no-repeat;
}
.block-product-1 .box-text a{
	display: block;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #333333;
	text-align: center;
}
.box-text .price-wrapper {
	margin: 0 0 6px 0;
	line-height: 22px;
	height: unset;
	overflow: hidden;
}
.box-text del{
	color: #969696;
}
.box-text del span.amount {
  	color: #333;
  	font-size: 16px;
  	font-weight: 400;
}
.box-text  span.amount {
  	color: #ee1f1f;
  	font-size: 18px;
	font-weight: 700;
}
.block-product-1 .box-text .star-rating {
	display: block;
	width: 100%;
	margin:0 0 10px 0;
	padding:0;
	font-size: 11px;
}
.star-rating:before,
.star-rating span:before{
    color: #F9AF0B !important;
}
/*** product single price **/
.product-info .price-wrapper span.amount, .product-info .price-wrapper ins .amount {
	font-size: 24px;
	color: #e24642;
}
.product-info .price-wrapper del {
	color: #969696;
	font-size: 24px;
}
.product-info .price-wrapper del .amount {
	font-size: 24px;
	color: #969696;
}
.block-product-col  a.view_product {
	position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    font-size: .8em;
    margin-bottom: 0;
    margin-top: 1em;
    background-color: #dedede;
}
.block-product-col a.wc-forward {
	position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    font-size: .8em;
    margin-bottom: 0;
    margin-top: 1em;
    background-color: #446084;
    color: #fff;
}
/***************** block product 2 ********************************/
.block-product-2 .col-inner {
	background: #ffffff;
	position: relative;
	border-radius: 4px;
}
.block-product-2 .col-inner .rt-description {
	position: absolute;
	top: 0;
	left: -245px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 10px;
	font-size: 14px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: left 1s; 
    -moz-transition: left 1s; 
}
.block-product-2 .col-inner:hover .rt-description {
	opacity: 1;
	left: 0;
}
.block-product-2 .col-inner .rt-description a {
	color: #fff;
}
.block-product-col .rt-description a.view_product {
	margin-top: 0;
	color: #000;
}
.block-product-2 .rt-description a.wc-forward {
	margin-top: 0;
	margin-right: 0;
}
.block-product-2 .box-image{
	height: 245px;
	width: 100%;
}
.block-product-2 .box-image img{
	width: 100%;
	height: 245px;
	object-fit: cover;
}
.block-product-2 .box-text{
	padding:10px 20px 20px 20px !important;
	overflow: hidden;
	text-align: center;
}
.block-product-2 .box-text .product-title a{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	display: block;
	height: 25px;
	overflow: hidden;
	margin-bottom: 5px;
}
.block-product-2 .box-text > a{
	border-radius: 4px;
	font-size: 12px;
}
.star-rating{
	font-size: 16px !important;
	margin-top: 2px !important;
    margin-bottom: 0px !important;
}
.block-product-2 .box-text span.amount{
	font-size: 16px;
}
.block-product-2-edit .block-product-2 > div{
	width: 50%;
}
.block-product-2-edit .block-product-2 .col-4:nth-child(2n+1){
	clear: both;
}
.block-product-2-edit .slider-wrapper{
	margin-top: 23px;
}
.block-product-2-edit .slider-wrapper .text-inner h2{
	font-size: 60px;
	font-family: "SVN-Unthrift";
	margin-bottom: 30px;

}
.block-product-2-edit .slider-wrapper .text-inner p{
	font-size: 15px;
	line-height: 24px;
}
/***************** block product 3 ********************************/
.block-product-3{
	padding-bottom: 40px;
	overflow: hidden;
}
.block-product-3 .col-inner {
	border: 1px solid #ebebeb;
	background: #fff;
	overflow: hidden;
}
.block-product-3 .col-inner .box-text {
	padding-bottom: .4em;
}
.block-product-3 .price-wrapper {
	padding: 0;
	display: block;
}
.block-product-3 .price-wrapper .star-rating{
	width: 100%;
}
.block-product-3 .price-wrapper .price, .block-product-3 .price-wrapper .rt_view_product {
	width: 100%;
	margin: 0 auto;
}
.block-product-3 .price-wrapper .price, .block-product-3 .price-wrapper .rt_view_product .view_product {
	margin-top: 0;
	margin-right: 0;
}
.block-product-3 .price-wrapper .price del, .block-product-3 .price-wrapper .price ins {
	display: block;
	width: 100%;
	margin: 2px 0;
}
.block-product-3 .title-wrapper {
	text-align: left;
}
.block-product-3 .title-wrapper p a{
	font-size: 18px;
	display: block;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #2c4162;
}
.block-product-3 .col-4{
	width: 50%;
}
.block-product-3 .col-4:nth-child(2n+1){
	clear: both;
}
.block-product-3 .box-image{
	width: 240px;
	height: 200px;
	float: left;
}
.block-product-3 .box-image img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.block-product-3 .box-text{
	width: calc(100% - 240px);
	float: right;
	background: #fff;
	text-align: left;
	padding: 20px 15px;
}
.block-product-3 .box-text .rt-des p{
	font-size: 14px;
	line-height: 22px;
	display: block;
	height: 66px;
	overflow: hidden;
	color: #6e6e6e;
}
/*them*/
.heading{
	text-align: center;
	background: url(img/hd.png) 0px 18px repeat-x;
}
.heading a,.heading span{
	display: inline-block;
	background:#f0f0f0;
	color: #657f93;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
	left: -1px;
	top: -1px;
	margin-bottom: -2px;
}
.grid-tools a{
	background: #f28f06 !important;
}
.block-product-col a.wc-forward{
	text-transform: none !important;
}
.box_new > div{
	padding-bottom: 0;
}
.tits h2{
	font-size: 24px;
    color: #fff;
    background: #1d4c9e;
    width: fit-content;
    margin: 0 auto 20px;
    position: relative;
    padding: 4px 4px 10px;
    text-transform: capitalize;
	height: 45px;
}
.tits h2::after,
.tits h2::before{
	content: '';
    position: absolute;
    bottom: 0px;
    width: 44px;
    height: 100%;
    right: 100%;
    pointer-events: none;
    background: url(img/bf_titlesp.png) 0% 0% / 100% 100% no-repeat;
}
.tits h2::after{
    background: url(img/at_titlesp.png) 0% 0% / 100% 100% no-repeat;
    left: 100%;
}
.cat-home__wrap > .col-inner{
	border: 5px solid #1d4c9e;
    border-radius: 20px;
    padding: 0 18px 4px;
}
.sp_call{
	border-radius: 10px;
}
.vt-call{
	background: #f3f3f3;
    padding: 16px 18px;
    border-radius: 10px;
}
.vt-call-title{
	font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #111;
}
.vt-call-actions{
	display: flex;
    gap: 16px;
}
.vt-call-btn{
	position: relative;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .25s ease, filter .25s ease;
    box-shadow: 0 8px 18px rgba(31, 87, 178, .18);
}
.vt-call-btn{
	flex: 1 1 0;
    min-width: 0;
    background: #1f57b2;
    color: #fff !important;
    border-radius: 8px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	height: 46px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    line-height: 1;
}
.vt-call-btn::before{
	content: "";
    position: absolute;
    top: -40%;
    left: -45%;
    width: 45%;
    height: 180%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
    transform: rotate(25deg);
    opacity: 0;
    pointer-events: none;
}
.vt-call-btn:hover{
	background: #184a98;
}
.vt-call-btn:hover{
	transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(31, 87, 178, .32);
    filter: brightness(1.05);
}
.vt-call-btn:hover::before{
	opacity: 1;
    animation: pvShine 0.9s ease;
}
.vt-call-btn i{
	font-size: 16px;
	transition: transform .25s ease;
}
.vt-call-btn:hover i{
	animation: pvWiggle .55s ease-in-out;
}
.vt-zalo-badge{
	width: 26px;
    height: 26px;
    border-radius: 6px;
    background: #0b6cff;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: lowercase;
}
/*
Hoang Cuong
*/
.box__colum__commitment {
	clear: both;
}
.box__colum__commitment h3 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.box__colum__commitment p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
}
.box__colum__commitment .col  {
	padding-bottom: 0;
}
ul.ul-reset>li{
  margin-left: 0 !important;
}
/*
news-widget-sidebar-widget
*/
.news-widget-sidebar-widget {
  background: #f4f4f4;
  padding: 20px;
}
.news-widget-sidebar-widget .news-item-sidebar  {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.news-widget-sidebar-widget .news-item-sidebar h4 {
    margin: 10px 0 5px 0;
}
.news-widget-sidebar-widget .news-item-sidebar h4 a {
    color: #073f77;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 22px;
}
.news-widget-sidebar-widget .news-item-sidebar .date {
  color: #9c9c9c;
  font-size: 13px;
  font-weight: 500;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner {
    overflow: hidden;
    clear: both;
    padding-top: 20px;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .news-thumb {
  float: left;
  width: 100px;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .news-thumb a {
  display: block;
  line-height: 0;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .news-thumb a img {
  width: 100%;
  height: 75px;
    object-fit: cover;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider {
  float: right;
  width: calc(100% - 110px);
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider h4 {
  margin: 0 0 3px 0;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider h4 a {
    color: #073f77;
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider .date {
  color: #9c9c9c;
  font-size: 13px;
  font-weight: 500;
}
/*
block 2
*/
.box_first_posts {
  clear: both;
  overflow: hidden;
}
.box_first_posts .news-item-posts {
  float: left;
  width: 48%;
}
.box_first_posts .news-item-posts:nth-child(2n) {
  float: right;
}
.box__second_posts {
  overflow: hidden;
  clear: both;
}
.box__second_posts .news-item-sidebar-clear {
  float: left;
  width: 48%;
}
.box__second_posts .news-item-sidebar-clear:nth-child(2n) {
  float: right;
}
.box__second_posts .news-item-sidebar-clear  .news-thumb {
  float: left;
  width: 105px;
}
.box__second_posts .news-item-sidebar-clear .box__slider {
  float: right;
  width: calc(100% - 115px);
}
.news-style-2 .box_first_posts .boxx__innner{
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.news-style-2 .box_first_posts .boxx__innner .news-thumb img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-style-2 .box_first_posts .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-style-2 .box_first_posts .boxx__innner .box__slider{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider h4{
  margin-bottom: 0;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider h4 .news-title{
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 0 2px #000;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider .date{
  color: #fff;
  font-size: 13px;
  line-height: 29px;
  text-shadow: 0 0 2px #000;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider .date i{
  padding-right: 5px;
  color: #f3c302;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear{
  padding-top: 11px;
  margin-top: 11px;
  border-top: 1px solid #e3e3e3;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .news-thumb{
  width: 105px;
  height: 70px;
  overflow:hidden;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear:nth-child(1),.news-style-2 .box__second_posts .news-item-sidebar-clear:nth-child(2){
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .news-thumb img{
  width: 100%;
  height: 70px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider h4{
  margin-bottom: 5px;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider h4 .news-title{
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  font-weight: 600;
  display: block;
  max-height: 44px;
  overflow:hidden;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider .date{
  font-size: 13px;
  color: #3a5c45;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider .date i{
  color: #3a5c45;
}
/*
block 3
*/
.news-style-3{
	margin: 0 -15px;
}
.news-style-3 .news-item-bottom{
  width: 33.33%;
  float: left;
  clear: none;
  padding: 0 15px;
}
.news-style-3 .news-item-bottom .boxx__innner{
  background: #f7f7f7;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb{
  width: 100%;
  position: relative;
  overflow:hidden;
  height: 260px;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb .time{
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border:2px solid #657f93;
	padding:8px 14px;
	text-align: center;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb .time p:nth-child(1){
	margin-bottom: 0;
	font-size: 20px;
	color: #838383;
	line-height: 22px;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb .time p:nth-child(2){
	margin-bottom: 0;
	font-size: 11px;
	color: #838383;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider{
  height: 260px;
  overflow-y: hidden;
  padding: 25px;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider h4{
  margin-bottom: 5px;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider h4 .news-title{
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 24px;
  display: block;
  max-height: 48px;
  overflow:hidden;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider .box__description p{
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #838383;
  text-align: justify;
  max-height: 110px;
  overflow: hidden;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider .views_all{
  font-size: 14px;
  text-decoration: underline;
  color: #657f93;
}
/*
block 4
*/
.news-block-widget-style-4  .news-thumb img{
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-block-widget-style-4  .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-block-widget-style-4{
  overflow:hidden;
}
.news-block-widget-style-4 .box__colum__left{
  width: 49%;
  float: left;
}
.news-block-widget-style-4 .box__colum__left .boxx__innner{
  position: relative;
  overflow-y: hidden;
}
.news-block-widget-style-4 .box__colum__left .news-thumb{
  width: 100%;
  height: 430px;
}
.news-block-widget-style-4 .box__colum__left .news-thumb img{
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.news-block-widget-style-4 .box__colum__left .box__slider{
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.57);
  padding: 15px 20px;
}
.news-block-widget-style-4 .box__colum__left .box__slider h4{
  margin-bottom: 0;
}
.news-block-widget-style-4 .box__colum__left .box__slider h4 a{
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.news-block-widget-style-4 .box__colum__right{
  width: 49%;
  float: right;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear{
  margin-bottom: 17px;
  overflow-y: hidden;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .news-thumb{
  width: 130px;
  height: 95px;
  float: left;
  overflow: hidden;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .news-thumb img{
  width: 100%;
  height: 95px;
  object-fit: cover;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider{
  width: calc(100% - 145px);
  float: right;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider h4{
  margin-bottom: 0px;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider h4 .news-title{
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  line-height: 24px;
  display: block;
  height: 24px;
  overflow:hidden;
} 
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider .box__description p{
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #8f8f8f;
  display: block;
  max-height: 44px;
  overflow:hidden;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider .views__all a{
  font-size: 14px;
  color: #37a7a9;
  font-weight: 400;
  text-decoration: underline;
}
/*
block 5
*/
.news-widget-style-5{
  overflow:hidden;
}
.news-widget-style-5 .news-item-clear{
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e9e8e8;
}
.news-widget-style-5 .news-item-clear:nth-child(1),.news-widget-style-5 .news-item-clear:nth-child(2),.news-widget-style-5 .news-item-clear:nth-child(3){
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.news-widget-style-5 .news-item-clear:nth-child(3n){
  float: right;
  margin-right: 0;
}
.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb{
  width: 120px;
  height: 80px;
  float: left;
  overflow-y: hidden;
}
.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb img{
  width: 100%;
  height: 80px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider{
  width: calc(100% - 135px);
  float: right;
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider h4{
  margin-bottom: 5px;
  margin-top: 5px;
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider h4 .news-title{
  font-size: 17px;
  color: #333333;
  line-height: 22px;
  display: block;
  height: 22px;
  overflow:hidden;
  font-weight: 700;
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider .box__description p{
  margin-bottom: 0;
  font-size: 13px;
  line-height: 22px;
  display: block;
  height: 44px;
  overflow: hidden;
}
/*
block 6
*/
.news-thumb{
  position: relative;
}
.news-block-widget-style-6{
  overflow:hidden;
}
.news-block-widget-style-6 .box__colum__left{
  width: 32%;
  float: left;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner{
  background: #f7f7f7;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-thumb{
  width: 100%;
  height: 255px;
  overflow:hidden;
  position: relative;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-thumb img{
  width: 100%;
  height: 255px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date{
  position: absolute;
  top: 0;
  left: 0;
  background:rgba(0, 0, 0, 0.36);
  color: #fff;
  text-align: center;
  padding: 10px 5px 0px 5px;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p:nth-child(1){
  font-size: 10px;
  text-transform: uppercase;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p:nth-child(2){
  font-size: 15px;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p:nth-child(3){
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p{
  margin-bottom: 0;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-text{
  background: #37a7a9;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-text a{
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height:30px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider{
  padding: 25px 20px;
  min-height: 255px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider h4{
  margin-bottom: 10px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider h4 a{
  font-size: 18px;
  line-height: 22px;
  display: block;
  max-height: 44px;
  overflow:hidden;
  color: #3c3c3c;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider .box__description p{
  font-size: 14px;
  line-height: 22px;
  display: block;
  color: #838383;
  height: 110px;
  overflow-y: hidden;
  margin-bottom: 5px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider .views_all{
  font-size: 14px;
  text-decoration: underline;
  color: #37a7a9;
}
.news-block-widget-style-6 .box__colum__right{
  width: 66%;
  float: right;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner{
  background: #f7f7f7;
  margin-bottom: 30px;
  overflow-y: hidden;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .news-thumb{
  width: 325px;
  height: 255px;
  float: left;
  overflow-y: hidden;
  position: relative;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .news-thumb img{
  width: 100%;
  height: 255px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider{
  width: calc(100% - 325px);
  float: right;
  padding: 20px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider > p{
  margin-bottom: 5px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider > p > span{
  font-size: 14px;
  color: #919191;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider > p > span a{
  color: #37a7a9;
  border-right: 1px solid #919191;
  padding-right: 5px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider h4{
  margin-bottom: 5px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider h4 a{
  font-size: 18px;
  line-height: 22px;
  display: block;
  max-height: 44px;
  overflow:hidden;
  color: #3c3c3c;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__description p{
  font-size: 14px;
  margin-bottom: 0;
  color: #838383;
  line-height: 25px;
  display: block;
  max-height: 75px;
  overflow-y: hidden;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .views_all{
  font-size: 13px;
  line-height: 25px;
  color: #37a7a9;
  text-decoration: underline;
}
/*them*/
.header-bottom #mega-menu-wrap {
	background-color: #043f7b !important;
}
.header-bottom #mega-menu-wrap .menu-item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #333333;
    position: relative;
    padding: 6px 1em;
    padding-left: 30px;
}
.header-bottom #mega-menu-wrap .menu-item a:before {
    content: "";
    background: url(img/dashicons_arrow-right-alt2.png) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 14px;
    left: 12px;
}
.home #header.header .sf-menu  {
    display: block!important;
}
#header.header .sf-menu{
	padding: 0 12px;
}
.new_row_3 > .col{
	padding-bottom: 0;
}
.rt_slider .flickity-viewport{
	background: #fff !important;
}
.rt_slider .slider-nav-light .flickity-prev-next-button svg,.rt_slider .slider-nav-light .flickity-prev-next-button .arrow{
	fill:#f39303;
}
#footer{
    color: #fff;
    background: url(img/bg_footer.png) no-repeat bottom / cover;
}
#footer .widget-title{
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}
#footer .is-divider{
	background-color:#fca91e;
}
hr{
	border:0.5px solid #5c3d4a !important;
	opacity: 1 !important;
}
.rt_form{
	position: relative;
	margin-top: 10px;
}
.rt_form input{
	width: 100%;
	height: 35px;
	border-radius: 4px;
	margin-bottom: 0;
}
.rt_form .wpcf7-submit{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 35px;
	padding: 0;
	border-radius: 0;
	margin-top: 0 !important;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #5c3d4a !important;
}
.footer-2 p{
	color: #fca91e;
	margin-bottom: 0;
}
.footer-2 ul.menu{
	float: right;
}
.footer-2 ul.menu li{
	float: left;
	border:none;
}
.footer-2 ul.menu li a{
	color: #fca91e;
	padding: 0 10px;
	border-left: 1px solid #fca91e;
}
.footer-2 ul.menu li:nth-child(1) a{
	border:none;
}
.footer-2 ul.menu li ul{
	display: none;
}
.single-product .box-text{
	background: #fff;
}
.single-product .box-text .product-title{
	text-align: center;
}
.single-product .box-text .price{
	text-align: center;
}
a.devvn_buy_now_style{
	background: #fe9960 !important;
}
.quantity+.button,.devvn-popup-title,.popup-customer-info-group .devvn-order-btn{
	background: #667b87 !important;
}
.single-product .rt_msp{
	margin-bottom: 5px;
	font-size: 14px;
	color: #404040;
}
.single-product .price2{
	margin-bottom: 5px;
}
.single-product .salep{
	font-size: 14px;
	color: #ef0c0c;
}
.single-product ins{
	font-size: 16px;
	color: #ee0d0d;
	font-weight: 400 !important;
}
.price2 ins{
	padding-right: 30px;
}
.single-product ins span{
	font-weight: 700 !important;
}
.single-product del{
	font-size: 14px;
	color: #999999;
	font-weight: 400 !important;
}
.single-product .cart{
	clear: both;
	margin-bottom: 5px;
}
.single-product .product-main{
	padding-bottom: 0;
}
.single-product .product-main .product-images{
    overflow: hidden;
}
.single-product .widget_custom_html{
	margin-bottom: 10px;
}
.product-thumbnails img, .product-gallery-slider img{
	border-radius: 5px;
}
/* #main{
	background: #f9f9f9;
} */
.product-summary .percent{
	display: contents !important;
}
.price2 > span{
	font-size: 16px;
	color: #ee0d0d;
	font-weight: 700;
}
.home .bre_rt{
	display: none;
}
.bre_rt{
	background: #f9f9f9;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bre_rt .rt-breadcrumbs{
	padding: 0 15px;
}
.bre_rt .rt-breadcrumbs a,
.bre_rt .rt-breadcrumbs span{
	color: #222;
}
.breadcrumbs span,
.breadcrumbs a,
.breadcrumbs{
	text-align: center;
    color: #fff;
}
.breadcrumbs a:hover{
	color: #fff;
}
.cs_02 .icon-box .icon-box-img .icon{
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* social */
.rt-social {
    margin: 0px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    clear: both;
}
.rt-link {
    padding: 2px 8px 4px 8px !important;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
.rt-link:hover,.rt-link:active {
    color: white;
}
.rt-twitter {
    background: #00aced;
}
.rt-twitter:hover,.rt-twitter:active {
    background: #0084b4;
}
 
.rt-facebook {
    background: #3B5997;
}
 
.rt-facebook:hover,.rt-facebook:active {
    background: #2d4372;
}
 
.rt-googleplus {
    background: #D64937;
}
.rt-googleplus:hover,.rt-googleplus:active {
    background: #b53525;
}
.rt-pinterest {
    background: #bd081c;
}
 
.rt-pinterest:hover,.rt-pinterest:active {
    background: #bd081c;
}

.post-social-wrap ul li {
    float: left;
    margin-right: 10px;
}
.post-social-wrap ul li.print {
    background: #bd081c;
    padding: 0 5px;
    border-radius: 5px;
}
.post-social-wrap ul li.print a {
    color: #fff;
}

/* Footer */
#footer a{
    color: #fff;
}
#footer a.back-to-top{
	width: 46px;
	height: 46px;
	background-color: #0079d3;
	border-color: #0079d3;
    right: 13px;
    bottom: 15px;
}
#footer a.back-to-top i{
	font-size: 32px;
}
.chan_trang_1 .widgettitle{
	display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
	color: #fff;
    text-transform: uppercase;
	margin-bottom: 10px;
}
.chan_trang_1 .row .large-3{
	padding-bottom: 0 !important;
}
.chan_trang_1 p{
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
}
.chan_trang_1 p:last-child{
	margin-bottom: 0;
}
.chan_trang_1 p svg{
	margin-right: 5px;
}
.chan_trang_1 h3{
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	margin-bottom: 10px;
}
.chan_trang_1 .menu > li{
	border: none !important;
}
.chan_trang_1 .menu > li > a{
	display: block;
    padding: 0;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    position: relative;
    margin-bottom: 10px;
    /*background: url(img/aff.png)0px 6px no-repeat;*/
    padding-left: 15px;
}
.chan_trang_1 .menu > li > a:after{
	content: "\f054";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 0px;
	left: 0;
	font-size: 14px;
	color: #fff;
}
.chan_trang_1 .menu > li > a:hover{
	color: #fff;
}
/* .chan_trang_1 .div1{
	max-width: 20%;
    flex-basis: 20%;
    shape-rendering: 4%;
}
.chan_trang_1 .div2{
	max-width: 30%;
    flex-basis: 30%;
}
.chan_trang_1 .div3{
	max-width: 22%;
    flex-basis: 22%;
}
.chan_trang_1 .div4{
	max-width: 28%;
    flex-basis: 28%;
} */
.chan_trang_1 .div4 img{
	margin-bottom: 20px;
}
.chan_trang_1 #media_image-3{
	margin-bottom: 7px;
}
.chan_trang_1 .widget_media_image .widgettitle{
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 5px;
}
.chan_trang_1 .row_copyright p{
	font-size: .9em;
	margin-bottom: 0;
}
.chan_trang_2{
	background: #231f20 !important;
	padding: 0px 0 30px 0 !important;
}
.chan_trang_2 p{
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 0;
}
.chan_trang_2 .tabbed-content .tab{
	margin: 0 3px 20px 3px;
}
.chan_trang_2 .tabbed-content .tab a{
	border: 1px solid #043f7b;
	color: #043f7b;
	font-size: 14px;
}
.chan_trang_2 .tabbed-content .active a{
	color: #fff;
}
.chan_trang_2 h4{
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	background: url(img/map.png) 0px 4px no-repeat;
	padding-left: 18px;
}
.chan_trang_2 .row .large-3{
	border-right: 1px solid #3c3a3a;
	padding-bottom: 0 !important;
	padding-left: 35px;
}
.chan_trang_2 .row .large-3:last-child{
	border-right: none;
}
.chan_trang_2 .row .large-3:nth-child(1){
	padding-left: 15px;
}
.chan_trang_2 p{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.copyright{
	padding: 15px 0 !important;
}
.copyright p{
/*	padding-top: 23px;*/
/*	border-top: 1px solid #FFFFFF;*/
	display: block;
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
	line-height: 39px;
}
.copyright .col{
	padding-bottom: 0 !important;
}
.copyright img{
	width: auto !important;
}
.dat_lich_kham{
	border: 1px solid #e5e6e5;
	border-radius: 6px;
	background: #fff;
	padding:18px 20px;
	overflow: hidden;
}
.dat_lich_kham .left{
	width: 220px;
	float: left;
}
.dat_lich_kham .left input{
	width: 100%;
	line-height: 40px;
	min-height: 40px;
	height: 40px;
	border: 1px solid #d1d7dc;
	border-radius: 4px;
	margin-bottom: 17px;
}
.dat_lich_kham .right{
	width: calc(100% - 250px);
	float: right;
}
.dat_lich_kham .right textarea{
	min-height: 97px;
	height: 97px;
	border: 1px solid #d1d7dc;
	border-radius: 4px;
	max-height: 97px;
	margin-bottom: 17px;
}
.dat_lich_kham .right .right11{
	width: 47%;
	float: left;
}
.dat_lich_kham .right .right11 input{
	width: 100%;
	line-height: 40px;
	min-height: 40px;
	height: 40px;
	border: 1px solid #d1d7dc;
	border-radius: 4px;
	margin-bottom: 17px;
}
.dat_lich_kham .right .right22{
	width: 47%;
	float: right;
}
.dat_lich_kham .right .right22 .wpcf7-submit{
	display: block;
	margin: 0 !important;
	width: 100%;
	line-height: 40px;
	min-height: 40px;
	height: 40px;
	border-radius: 4px;
	background: url(img/rr.png) right #043f7b no-repeat !important;
	border: none !important;
	text-align: left !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto', sans-serif !important;
	padding-left: 25px !important;
}
.dat_lich_kham p{
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #e70000;
	font-family: 'Roboto', sans-serif !important;
}
.bgFFF .section-title span {
	background: #fff;
}
.slogan{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 23px;
	color: #333333;
	padding: 0 10%;
}
.news-style-31{
	margin: 0 -15px;
}
.news-style-31 .news-item-bottom{
	width: 33.33%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}
.news-style-31 .news-item-bottom .boxx__innner{
	background: #ffffff;
}
.news-style-31 .news-item-bottom .boxx__innner .news-thumb{
	width: 100%;
	height: 260px;
}
.news-style-31 .news-item-bottom .boxx__innner .news-thumb img{
	width: 100%;
	height: 260px;
	object-fit: cover;
}
.news-style-31 .news-item-bottom .boxx__innner .box__slider{
	padding: 20px 0;
}
.news-style-31 .news-item-bottom .boxx__innner .box__slider .news-title{
	display: block;
	font-size: 16px;
	line-height: 23px;
	font-weight: 500;
	color: #2c2c2c;
}
.news-style-31 .news-item-bottom .boxx__innner .box__slider .news-title:hover{
	color: #1b8f5d;
}
.news-style-31 .news-item-bottom .boxx__innner .box__slider .date{
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0;
	color: #787878;
}
.news-style-31 .news-item-bottom .boxx__innner .box__slider .box__description p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
    display: block;
    height: 75px;
    overflow: hidden;
    color: #6b6b6b;
}
.news-style-31 .slick-list{
	padding: 10px 0 !important;
}
.news-style-31 .slick-prev{
	position: absolute;
	top: 40%;
	left: -5px;
	z-index: 9;
	cursor: pointer;
	color: #00592d;
}
.news-style-31 .slick-next{
	position: absolute;
	top: 40%;
	right: -5px;
	z-index: 9;
	cursor: pointer;
	color: #00592d;
}
.news-style-22 .news-item-bottom{
	width: 25%;
	float: left;
	padding: 0 20px;
	margin-bottom: 40px;
}
.news-style-22 .news-item-bottom .news-thumb{
	position: relative;
	width: 100%;
	height: 245px;
	border-radius: 50%;
	overflow: hidden;
}
.news-style-22 .news-item-bottom .news-thumb img{
	width: 100%;
	height: 245px;
	object-fit: cover;
	border-radius: 50%;
}
.news-style-22 .slick-prev{
	position: absolute;
	top: 40%;
	left: -5px;
	z-index: 9;
	cursor: pointer;
	color: #00592d;
}
.news-style-22 .slick-next{
	position: absolute;
	top: 40%;
	right: -5px;
	z-index: 9;
	cursor: pointer;
	color: #00592d;
}
.news-style-22 .news-item-bottom  .box__slider{
	position: absolute;
	bottom: 48px;
	left: 0;
	width: 100%;
	z-index: 9;
	text-align: center;
	background: rgb(0 0 0 / 47%);
	padding: 5px 0;
}
.news-style-22 .news-item-bottom  .box__slider h4{
	margin-bottom: 0;
	position: relative;
}
.news-style-22 .news-item-bottom  .box__slider h4:before{
	background: url(img/son.png) no-repeat;
	width: 37px;
	height: 37px;
	position: absolute;
	top: -25px;
    left: 15px;
	z-index: 9;
	content: "";
}
.news-style-22 .news-item-bottom  .box__slider h4 a{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
}
.news-style-41{
	margin: 0 -15px;
}
.news-style-41 .news-item-bottom{
	width: 25%;
	float: left;
	padding: 0 15px;
	margin-top: 30px;
}
.news-style-41 .news-item-bottom .boxx__innner{
	background: #fff;
	border-radius: 6px;
	padding: 25px;
}
.news-style-41 .news-item-bottom .boxx__innner .news-thumb{
	width: 100%;
    height: 212px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    top: -60px;
    margin-bottom: -45px;
}
.news-style-41 .news-item-bottom .boxx__innner .news-thumb img{
	width: 100%;
	height: 212px;
	object-fit: cover;
}
.news-style-41 .news-item-bottom .boxx__innner .box__slider{
	text-align: center;
}
.news-style-41 .news-item-bottom .boxx__innner .box__slider h4{
	margin-bottom: 0px;
}
.news-style-41 .news-item-bottom .boxx__innner .box__slider h4 .news-title{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #444444;
	height: 25px;
	overflow: hidden;
}
.news-style-41 .news-item-bottom .boxx__innner .box__slider .box__description p{
	margin-bottom: 0;
	display: block;
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	color: #6d6d6d;
}
.news-style-41 .news-item-bottom .boxx__innner .box__slider .view{
	display: inline-block;
	line-height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 19px;
	font-size: 15px;
	color: #043f7b;
	margin-top: 15px;
	font-weight: bold;
}
.news-style-41 .news-item-bottom .boxx__innner:hover .news-title{
	color: #043f7b !important;
}
.news-style-41 .news-item-bottom .boxx__innner:hover .view{
	background: #043f7b !important;
	color: #fff;
}
.col .product-small.box {
    border: 1px solid #DFDFDF;
	border-radius: 22px;
}
.product-small .box .box-image{
	width: 100%;
}
.product-small .box .box-image .image-zoom{
	overflow: hidden;
	border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}
.product-small .box .box-image .star-rating{
	display: none;
}
.product-small .box .box-image img{
	width: 100%;
	object-fit: cover;
}
.product-small .box .box-image .percent{
	position: absolute;
	top: 6px;
	right: 6px;
    border-radius: 100%;
    border-bottom-left-radius: 14px;
    background: linear-gradient(90deg, #2B72BB 0%, #043F7B 100%);
	color: #fff;
	width: 45px;
    height: 45px;
	line-height: 45px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.product-small .box .box-image .percent:before{
	content: "-";
}
/*.product-small .box .box-image .cart-icon strong,.product-small .box .box-image .cart-icon strong:after{
	border-color: yellow !important;
	color: yellow !important;
}*/
.product-small .box .box-text{
	padding: 12px;
}
.product-small .box .box-text .star-rating{
	display: none;
}
.product-small .box .box-text .woo_star {
	display: inline-block;
    width: 100%;
}
.product-small .box .box-text .woo_star .star-rating{
	float: left;
}
.product-small .box .box-text .woo_star .da_ban{
	float: right;
	color: #757575;
    font-size: 14px;
    line-height: 22px;
}
.product-small .box .box-text .price_pro{
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
}
.product-small .box .box-text .product-title a{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	text-align: center;
}
.product-small .box .box-text .product-title{
	text-align: left;
	margin: 0;
}
.product-small .box:hover .box-text .product-title a{
	color: #2B72BB;
}
.product-small .box .wc-buy-now-btn{
	display: none;
}
.product-small .box .add-to-cart-button a{
	margin-top: 4px;
}
.vt-lienhe{
	line-height: 32px;
}
.vt-lienhe a{
	font-size: 16px;
}
.row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover, .box-shadow-1, .box-shadow-1-hover:hover{
	box-shadow: unset !important;
}
.price_pro{
	overflow: hidden;
}
.price_pro > span, .price_pro ins span{
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #ef0000;
}
.price_pro del span{
	font-size: 16px;
	line-height: 32px;
}
.shop-container .col .product-small.box{
	border: none;
	border-radius: 0;
}
.shop-container .product-small .box .box-image .image-zoom{
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.shop-container .product-small .box .box-image{
	border: 1px solid #F0F0F0;
}
.shop-container .product-small .box .box-text{
	padding: 12px 0 0;
}
.dat_hang{
	overflow: hidden;
	text-align: left;
	margin-top: 10px;
}
.dat_hang a{
	display: block;
	background: #fff !important;
	padding: 9px 25px 8px;
	color: #043f7b;
	text-align: center;
	font-size: 13px;
	line-height: 20px !important;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #043f7b;
}
.dat_hang a:hover{
	/*background: #fff !important;
	color: #EF0000;
	border: 1px solid #333!important;*/
  	background-color: #043f7b !important;
	color: #fff !important;
	border-color: #043f7b;
}
.textwidget.custom-html-widget iframe{
	border-radius: 6px;
}
ul.nav-pagination li a{
	line-height: 33px;
}
.tab_project .tab{
	padding-bottom: 90px;
}
.tab_project .tab button{
	display: block;
	width: 20%;
	float: left;
	margin: 0 !important;
	border: 1px solid #e2e2e2;
	background: #fff;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #444444;
	text-align: center;
	padding: 15px;
}
.tab_project .tab button.active{
  	background: linear-gradient(90.54deg, #009087 1.99%, #043f7b 44.97%, #00A69C 95.53%) !important;
	color: #ebc387;
	position: relative;
}
.tab_project .tab button.active:after{
	position: absolute;
	content: "";
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #043f7b;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tab_project .tab button:nth-child(1){
	border-radius: 10px 0 0 10px;
}
.tab_project .tab button:last-child{
	border-radius: 0 10px 10px 0px;
}

.tab_project .box_bs{
  background: linear-gradient(90.54deg, #009087 1.99%, #043f7b 44.97%, #00A69C 95.53%) !important;
	border-radius: 10px;
	overflow: hidden;
}
.tab_project .box_bs .img{
	width: 57%;
	float: left;
}
.tab_project .box_bs .img img{
	width: 100%;
	height: 470px;
	object-fit: cover;
}
.tab_project .box_bs .img .slick-prev{
	position: absolute;
	top: 45%;
	left: 0;
	z-index: 9;
	width: 37px;
	height: 41px;
	background: #999999;
	cursor: pointer;
	color: #fff;
	line-height: 41px;
	text-align: center;
	border-radius: 0 6px 6px 0;
}
.tab_project .box_bs .img .slick-next{
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 9;
	width: 37px;
	height: 41px;
	background: #999999;
	cursor: pointer;
	color: #fff;
	line-height: 41px;
	text-align: center;
	border-radius: 6px 0 0 6px;
}
.tab_project .box_bs .cnt{
	width: 43%;
	float: right;
	padding: 50px 20px 0 20px;
}
.tab_project .box_bs .cnt h3{
	display: block;
	font-size: 27px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
}
.tab_project .box_bs .cnt h3:after{
	position: absolute;
	content: "";
	width: 40px;
	height: 3px;
	background: #ebc387;
	bottom: -5px;
	left: 0;
	z-index: 9;
}
.tab_project .box_bs .cnt .description p{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 15px;
}
.tab_project .box_bs .cnt .view{
	display: inline-block;
	border: 1px solid #e2e2e2;
	line-height: 38px;
	background: #ffffff;
	font-size: 15px;
	font-weight: bold;
	color: #043f7b;
	padding: 0 19px;
	margin-top: 5px;
}
.single-project-post .related-post{
	display: none;
}
.sidebar-inner .widget:first-child{
	padding-top: 0;
	border-top: none;
}
.sidebar-inner .widget {
	border-top: 1px solid #dcdfe6;
    padding-top: 15px;
}
.sidebar-inner .widget-title{
	font-weight: 500;
    font-size: 20px;
	margin-bottom: 0px;
	text-transform: unset;
	letter-spacing: 0;
	 color: #FFF;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #043f7b;
}
.sidebar-inner ul{
	border-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #043f7b;
}
.widget.widget_categories > ul > li > a{
	padding-top: 15px;
	padding-bottom: 15px;
}
.sidebar-inner .menu > li{
	border: none;
}
.sidebar-inner .menu > li > a img{
	display: none;
}
.sidebar-inner .menu > li > a{
	display: block;
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    padding: 5px 10px 5px 0px;
    font-weight: 400;
}
.sidebar-inner .menu > li > a:hover{
	color: #043f7b;
}
.sidebar-inner .is-divider{
	display: none;
}
.sb_update .new-list .new-list-post{
	overflow: hidden;
	margin-bottom: 30px;
}
.sb_update .new-list-post .post-image{
	width: 320px;
	height: 250px;
	float: left;
	position: relative;
	overflow: hidden;
}
.sb_update .new-list-post .post-image img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease; 
	-moz-transition: -moz-transform 0.5s ease; 
	transition: transform 0.5s ease; 
}
.sb_update .new-list-post .post-image img:hover{
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1);
}
.sb_update .new-list-post .post-image .date{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgb(0 0 0 / 50%);
	color: #fff;
	padding: 9px;
}
.sb_update .new-list-post .post-image .date p:nth-child(1){
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 0;
}
.sb_update .new-list-post .post-image .date p:nth-child(2){
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.sb_update .new-list-post .post-image .date p:nth-child(3){
	margin-bottom: 0;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 35px;
}
.sb_update .new-list-post .post-content{
	width: calc(100% - 320px);
	float: left;
	padding-left: 20px;
}
.sb_update .new-list-post .post-content .title{
	display: block;
	font-size: 20px;
	text-transform: initial;
	line-height: 26px;
	color: #333;
}
.sb_update .new-list-post .post-content .title:hover{
	color: #043f7b;
}
.sb_update .new-list-post .post-content .date{
	font-size: 14px;
	color: #999;
	margin-bottom: 5px;
}
.sb_update .new-list-post .post-content .des{
	font-size: 15px;
	line-height: 23px;
	display: block;
	max-height: 69px;
	overflow: hidden;
	margin-bottom: 10px;
}
.sb_update .new-list-post .post-content .des p{
	margin-bottom: 0;
}
.sb_update .new-list-post .post-content .view{
    color: #043f7b;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 35px;
    border-radius: 25px;
    padding: 0px 15px;
    border: 1px solid #043f7b;
    text-transform: none;
	display: inline-block;
}
.sb_update .new-list-post .post-content .view:hover{
	background-color: #043f7b;
	color: #fff;
}
.sb_update .new-list-post .post-content .view::after{
	content: "\f061";
    font-family: "FontAwesome";
    font-size: 14px;
    padding-left: 5px;
}
.product .col-inner{
	background: #FFFFFF;
}
.hd_new .title{
	display: block;
	font-size:32px;
	line-height: 40px;
	color: #333;
	position: relative;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sp_ban_chay{
	border: 1px solid #ececec;
	padding: 15px;
}
.sp_ban_chay .sp_ban_chay_list{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
	overflow: hidden;
}
.sp_ban_chay .sp_ban_chay_list:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sp_ban_chay .sp_ban_chay_list .img{
	width: 90px;
	height: 86px;
	float: left;
}
.sp_ban_chay .sp_ban_chay_list .img img{
	width: 100%;
	height: 86px;
	object-fit: cover;
}
.sp_ban_chay .sp_ban_chay_list .cnt{
	width: calc(100% - 105px);
	float: right;
}
.sp_ban_chay .sp_ban_chay_list .cnt .product-title{
	margin-bottom: 5px;
}
.sp_ban_chay .sp_ban_chay_list .cnt .product-title a{
	font-size: 15px;
	line-height: 20px;
	display: block;
	height: 40px;
	overflow: hidden;
	color: #333;
	display: block;
	font-weight: 500;
}
.sp_ban_chay .sp_ban_chay_list .cnt .product-title a:hover{
	color: #043f7b;
}
.sp_ban_chay .sp_ban_chay_list .cnt > a{
	display: block;
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
	font-style: italic;
	color: #043f7b;
}
.sp_ban_chay .sp_ban_chay_list .cnt > a i{
	position: relative;
	top: 1px;
}
.sp_ban_chay .sp_ban_chay_list .cnt .price_pro2{
	margin-bottom: 0;
}
.sp_ban_chay .sp_ban_chay_list .cnt .price_pro2 > span,.sp_ban_chay .sp_ban_chay_list .cnt .price_pro2 ins span{
	display: block;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	color: #d02929;
}
.sp_ban_chay .sp_ban_chay_list .cnt .price_pro2 del span{
	font-size: 15px;
}
.httt .large-12{
	padding-bottom: 0 !important;
}
.httt .col-inner{
	border: 1px solid #ececec;
	overflow: hidden;
	background: url(img/htt.png) bottom 12px left 10px no-repeat;
}
.httt .box{
	width: 80%;
	float: right;
	margin-right: 5%;
	padding-bottom: 10px;
}
.httt .col-inner .box:nth-child(2){
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
}
.httt .box .box-image{
	display: none;
}
.httt .img {
	margin-bottom: 0 !important;
}
.httt .box-text{
	padding: 0 !important;
}
.httt .box-text p{
	font-size: 14px;
	line-height: 26px;
	color: #333;
	margin-bottom: 0 !important;
}
.httt .box-text a{
	display: block;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #d02929;
}
.dat_lich2{
	border: 1px solid #ececec;
	padding: 11px;
	overflow: hidden;
}
.dat_lich2 .wpcf7-submit{
	margin: 0 !important;
	float: right;
	text-transform: uppercase;
}
.full-row .title h1{
	font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    word-break: break-all;
}
.full-row .term-tax{
	display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}
.full-row .term-tax .list-term-tax {
	height: 110px;
	background-color: #fff;
	border: 1px solid #dcdfe6;
	border-radius: 8px;
	display: inline-block;
}
.full-row .term-tax .list-term-tax > a{
	display: flex;
	align-items: center;
}
.full-row .term-tax .list-term-tax .img{
	height: 100px;
	width: 100px;
	margin-right: 20px;
	margin-left: 40px;
	margin-top: 5px;
}
.full-row .term-tax .list-term-tax .img img{
	height: 100%;
	width: 100%;
}
.full-row .term-tax .list-term-tax h3{
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.category-archive > .col:nth-child(1){
	padding-bottom: 25px;
}
.category-archive .large-columns-3>.col{
	max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.category-archive .shop-page-title{
	height: 40px;
    line-height: 40px;
}
.shop-page-title .woocommerce-result-count{
	font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444;
}
.shop-page-title .woocommerce-ordering{
	float: right;
}
.shop-page-title .woocommerce-ordering select ,
.shop-page-title .woocommerce-ordering{
	margin: 0;
	height: 40px;
	border-radius: 4px;
}
.shop-container .term-description{
	margin-top: 25px;
}
.page-title{
	position:relative;
	width:100%;
	min-height:300px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	text-align:center;
	overflow:hidden;
}
.page-title .page-title-inner::before{
	content: "";
    width: auto;
    height: 160px;
    position: absolute;
    border-left: 2px solid #F69709;
    top: -15px;
    left: 0;
}
.page-title-inner{
	padding-top: 0 !important;
	display: block;
	position: relative;
}
.page-title-inner .shop-page-title{
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    animation: fadeInDown 0.8s ease both;
}
.related.page-title-inner h1{
    text-align: left;
    color: #000;
    min-height: unset;
    display: block;
    font-size: 32px;
    padding-bottom: 0;
}
.page-title{
	padding-bottom: 25px;
}
.slider-nav-reveal .flickity-prev-next-button,
.slider-nav-reveal .flickity-prev-next-button:hover{
	background-color: transparent;
	box-shadow: none;
}
.gt_01 h1{
	font-size: 32px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.gt_03 p{
	display: inline-block;
}
.contact_02 .wpcf7{
	max-width: 75%;
    margin: 0 auto;
}
.dot{
	text-align: center;
}
.dot h3{
	font-size: 64px;
    margin-bottom: 0;
    color: #333333;
}
.single-product .shop-page-title{
	display: none;
}
.single-product #product-sidebar{
	padding-right: 0 !important;
}
.single-product .large-9{
	border-left: none !important;
}
.single-product .product-main{
	padding-top: 40px !important;
}
.rt_woocommerce{
	margin-bottom: 20px;
}
.rt_woocommerce_single_product_summary form{
	position: relative;
	padding-top: 30px;
}
.rt_woocommerce_single_product_summary form label.screen-reader-text{
	clip: unset;
    width: unset;
    height: unset;
	clip-path: none;
    top: 0px;
	font-weight: 700;
    font-size: 14px;
    color: #222;
}
.rt_woocommerce_single_product_summary form .quantity {
	display: flex;
    margin-right: 0;
    margin-bottom: 24px;
}
.quantity .button.minus,
.quantity .button.plus{
	width: 32px;
}
.quantity .button.minus,
.quantity .button.plus,
.quantity input[type=number]{
	max-height: 32px;
	line-height: 32px;
    min-height: 32px;
	box-shadow: none;
}
.product-short-description p{
	display: block;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
	color: #333;
}
.box_price_s p{
	color: red;
	font-weight: 700;
    font-size: 32px;
    margin-top: 16px;
    margin-bottom: 20px;
}
.box_price_s p span.price-unit{
	font-size: 16px;
    font-weight: 500;
    margin-left: 8px;
    margin-right: 10px;
}
.box_price_s p span.primary_price{
	color: #7b8799;
	font-weight: 700;
	font-size: 20px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	margin-left: 8px
}
.box_price_s .giagoc span{
	font-size: 20px;
	font-weight: bold;
	color: #ee0707;
}
.product-info{
	padding: 0 0 0 10px !important;
}
.product-info .widget{
	list-style: none;
}
.thongtin1{
	overflow: hidden;
	margin-bottom: 15px;
}
.thongtin1 p{
	font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
    background: url(img/m2.png) 0 6px no-repeat;
    padding-left: 20px;
}
.thongtin2{
	margin-bottom: 15px;
}
.thongtin2 label{
	font-weight: 700;
	font-size: 14px;
}
.thongtin2 p{
	margin-top: 6px;
	font-weight: 500;
	font-size: 14px;
	line-height: 32px;
	position: relative;
}
.thongtin2 p.transport-policy{
	margin-bottom: 0;
}
.thongtin2 p.transport-fee{
	margin-top: 0;
}
.thongtin2 p.transport-policy span{
	font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #222;
	position: absolute;
	bottom: 2px;
    margin-left: 10px;
}
.thongtin2 p.transport-fee .shipping_fee{
	position: relative;
    bottom: -2px;
    opacity: .5;
    margin-left: 7px;
}
.thongtin2 p.transport-fee span:last-child{
	position: relative;
	bottom: -2px;
}
.thongtin2 p a{
	font-size: 17px;
	font-weight: bold;
	color: #043f7b;
}
.product-info .single_add_to_cart_button{
    white-space: nowrap;
    cursor: pointer;
    color: #043f7b;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
	background-color: #fff !important;
	border: 1px solid #043f7b;
	line-height: 40px;
    border-radius: 4px;
	text-transform: unset;
}
.product-info .single_add_to_cart_button:hover{
	background-color: #043f7b !important;
	color: #fff;
}
.product-info .single_add_to_cart_button.wc-buy-now-btn{
	background-color: #043f7b !important;
	color: #fff;
	margin-left: 10px;
}
.product-footer{
	padding-top: 40px;
}
.product-footer .woocommerce-tabs .tabs{
	background: #f1f1f1;
    border-radius: 20px;
}
/* .woocommerce-tabs .nav-pills>li>a{
	border-radius: 0;
	font-size: 16px;
    color: #222;
	padding: 0 35px;
	text-transform: unset;
	background-color: #fff;
} */
.woocommerce-tabs .nav > li > a{
    color: #8b2a0c;
	line-height: 38px;
	font-size: 15px;
    transition: all .2s;
}
.woocommerce-tabs .nav > li.active > a{
	color: #fff;
}
.product-description p{
	margin-bottom: 10px;
}
.related.related-products-wrapper h3{
	font-size: 35px;
    padding-left: 15px;
    padding-right: 15px;
}
.related{
	border-top: none !important;
	padding-bottom: 30px !important;
}
.product-main .col{
	padding-bottom: 0 !important;
}
.information-content .information{
	display: flex;
}
.information-content .information img{
	width: 68px;
	height: 68px;
	border-radius: 8px;
	margin-right: 14px;
}
.infor_name p{
	margin-top: 0;
    margin-bottom: 14px;
    color: #333;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}
.information-content .button-list a{
	height: 32px;
    display: inline-block;
    padding: 5px 10px;
    background: #043f7b;
    border: 1px solid #043f7b;
    border-radius: 4px;
    color: #fff;
    line-height: 22px;
	margin-right: 15px;
}
.information-content .button-list a.chitiet{
	background-color: #fff;
	color: #043f7b;
}
/* popup begin */
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 250px;
    background:rgba(138, 138, 138, 0.58);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999999999;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
	background: #fff;
    position: relative;
    width: 90%;
    top: 20%;
    max-width: 500px;
    margin: 4em auto;
    padding: 15px;
    border-radius: 0.25em 0.25em 0.4em 0.4em;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-duration: 0.3s;
    overflow: hidden;
}

.cd-popup-container .cd-popup-close {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    display: none;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: black;
}
.cd-popup-container .cd-popup-close::before {
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  transform: rotate(-45deg);
  right: 8px;
}
.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* popup end */
.html1 a{
	font-size: 14px;
	font-weight: 500;
	color: #484848;
}
.top-bar-nav > li > a{
	font-size: 14px;
	color: #484848;
}
.top-bar-nav > li > a:hover{
	color: red;
}
#masthead .header-nav .nav-icon a{
	color: #000;
	padding: 0;
}
#masthead .header-nav .nav-icon .menu-title{
	display: none;
}
#masthead .header-nav .nav-icon a span{
	font-size: 0;
}
#masthead .header-nav .nav-icon a i{
	font-size: 40px;
}
#masthead .header-nav .nav-icon a span:before{
	content: "Danh mục sản phẩm";
	font-size: 14px;
	display: inline-block;
	list-style: 32px;
}
.mobile-sidebar .nav > li > a img{
	display: none !important;
}
.header-social-icons .social-icons i{
	color: #fff;
}
.html_topbar_right .html2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.html_topbar_right .html2 i {
	padding-right: 3px;
}
.html_topbar_right .html2 li:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}
.html2 ul li {
	margin: 0;
	list-style: none;
	display: inline-block;
	color: #fff;
}
.page-title-inner .woocommerce-breadcrumb{
	display: none;
}
.rt01 .icon-box{
	background: url(img/bg-icon.png) no-repeat;
	background-size: 100% 100%;
    padding: 20px 25px;
	align-items: center;
}
.rt01 .icon-box:hover .icon-box-img{
	transform:rotateY(360deg);
  	transition:all 0.4s linear;
}
.rt01 .icon-box .icon-box-img img{
	padding-top: 0;
	transition:all 0.4s linear;
}
.rt01 .icon-box .icon-box-text h4{
	font-size: 19px;
    margin-bottom: 0;
    color: #1d4c9e;
}
.rt01 .icon-box .icon-box-text p{
	font-size: 14px;
    font-weight: 600;
	color: #333333;
}
.slider .flickity-button.previous .flickity-button-icon,
.slider .flickity-button.next .flickity-button-icon{
    color: #FFF;
    padding: 10px 8px;
    background: #2B72BB;
    border-radius: 8px;
    border: none;
}
.section-title b{
	display: none;
}
h2.section-title{
	padding-left: 30px;
	border-color: #1d4c9e;
}
h2.section-title span{
	font-size: 24px;
    color: #fff;
    background: #1d4c9e;
    text-transform: none;
    border: 0;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}
h2.section-title span:before, h2.section-title span:after{
	content: '';
    position: absolute;
    bottom: 0px;
    right: 100%;
    background: url(img/bf_productlists.jpg) no-repeat;
    background-size: 100% 100%;
    width: 32px;
    height: 100%;
}
h2.section-title span:after{
	left: 100%;
	background: url(img/at_productlists.png) no-repeat;
}
.sec_03 h2.section-title a{
	width: 140px;
    height: 38px;
}
.sec_03 h2.section-title a:after{
	width: 28px;
    height: 28px;
    right: 6px;
}
.sec_03 h2.section-title a:hover:after{
	width: calc(140px - 12px);
}
.sec_03 h2.section-title a i.icon-angle-right{
	display: none;
}
.sec_03 .tabbed-content{
	position: relative;
}
.sec_03 .tabbed-content .nav{
    position: absolute;
    top: -82px;
    left: auto;
    right: 150px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
.sec_03 .tabbed-content .nav a{
	font-size: 15px;
    font-weight: 600;
    color: #1d4c9e;
    border: 1px solid;
    height: 38px;
    padding: 0 16px;
    align-items: center;
    border-radius: 14px;
}
.sec_03 .tabbed-content .nav li.active a, .sec_03 .tabbed-content .nav li:hover a{
	background: #1d4c9e;
    color: #fff;
}
.sec_03 .tabbed-content .tab-panels{
	padding-top: 0;
    margin-top: -15px;
}
.rt02{
	padding: 40px 0 20px 0 !important;
	background-color: #F8F8F8!important;
	padding-bottom: 0!important
}
.rt02 .product {
	padding-bottom: 10px!important;
}
.rt04{
	padding: 50px 0 30px 0 !important;
	background-color: #F8F8F8!important;
}
.rt05 .tits{
	margin-bottom: 30px;
}
.rt05 .box-image, .rt05 .box-image img, .rt05 .box-image > *{
	border-radius: 12px;
    overflow: hidden;
}
.post-item .box-text {
    padding-left: 20px;
    padding-right: 20px;
}
.entry-meta {font-size:14px;}
.entry-meta .posted-author {padding-right:10px;}
.entry-meta .posted-on,
.entry-meta .posted-share {
  padding-left:10px;
  padding-right:10px;
}
.entry-meta .posted-share a {
  font-size:11px;
  width:24px;
  min-width:24px;
  height:24px;
  min-height:24px;
  line-height:24px;
  border-width:1px;
  margin-bottom:0px;
}
.entry-meta .posted-view {padding-left:10px;}
.entry-meta .posted-author img {
  width:30px;
  height:30px;
  border-radius:50%;
}
.post-item .box.box-push:hover h5.post-title a {color:#FFF;}
.post-item .box.box-push:hover .is-divider {background:#FFF;}
.box-push h5.post-title {
  font-size:15px;
  font-weight:600;
  line-height:23px;
  letter-spacing:-0.02em;
  text-align:left;
}
.post-item .col-inner .post-meta::before {
  content:"\f133";
  font-family:"Font awesome 6 Pro";
  font-weight:300;
  font-size:12px;
  padding-right:5px;
}
.post-item .box .post-title {
  font-size:18px;
  font-weight:700;
  line-height:30px;
  letter-spacing:0em;
}
.post-item .box.box-vertical h5.post-title {font-size:20px;}
.post-item .box .is-divider {display:none;}
.phanhoi_project{
	margin: 0 -15px;
}
.phanhoi_project .phanhoi_project_list{
	width: 33.33%;
	float: left;
	padding: 0 15px;
}
.phanhoi_project .phanhoi_project_list .bg{
	background: #fff;
    text-align: center;
    padding: 25px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 32%);
    border-radius: 4px;
}
.phanhoi_project .slick-list{
	padding: 5px 0 !important;
}
.phanhoi_project .img{
	width: 97px;
	height: 97px;
	border-radius: 50%;
	display: block;
	margin: 0 auto 15px auto;
}
.phanhoi_project .img img{
	width: 100%;
	height: 97px;
	object-fit: cover;
	border-radius: 50%;
}
.phanhoi_project .cnt .title{
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 0;
	color: #444444;
}
.phanhoi_project .cnt .slogan{
	font-size: 15px;
	line-height: 24px;
	color: #717171;
	margin-bottom: 0;
}
.phanhoi_project .cnt .des{
	padding: 40px 0;
	font-size: 14px;
	line-height: 24px;
	color: #676565;
	position: relative;
}
.phanhoi_project .cnt .des:before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 10px;
	z-index: 9;
	background: url(img/y1.png) no-repeat;
	width: 26px;
	height: 20px;
}
.phanhoi_project .cnt .des:after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 10px;
	z-index: 9;
	background: url(img/y2.png) no-repeat;
	width: 26px;
	height: 20px;
}
.phanhoi_project .cnt .des p{
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
	color: #676565;
}

.flickity-slider .product > .col-inner {
	border-radius: 22px;
	display: block;
	overflow: hidden;
}
/*..section_video*/
.section_video .img {
	position: relative;
}
.section_video .video-button-wrapper {
    position: absolute;
    top: 46%;
    left: 42%;
}
.section_video .video-button-wrapper a {
	background-color: #fff;
	border-color: #fff;
}
.section_video .video-button-wrapper  .icon-play:before {
	background: transparent!important;
}
.section_video .video-button-wrapper:hover a{
	background-color: #DDDDDD;
	border-color: #DDDDDD;
}
.thong-tin {
	display: flex;
}
.thong-tin p:nth-child(1) {
	font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    color: #787878;
    padding-right: 10px;
}
/*section_danhmuc*/
.section_danhmuc .row-slider{
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.section_danhmuc .row-slider .product-category{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.section_danhmuc .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
	margin-top: 0;
}
.section_danhmuc .flickity-prev-next-button.previous{
	left: -20px;
}
.section_danhmuc .flickity-prev-next-button.next{
	right: -20px;
}
.section_danhmuc .product-category .box{
	position: relative;
}
.section_danhmuc .product-category .box::before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 155px;
    background: white;
    z-index: -1;
    border-radius: 10px;
    pointer-events: none;
}
.section_danhmuc .product-category .box-text{
    padding: 12px 12px 20px;
    display: flex;
    justify-content: center;
}
.section_danhmuc .product-category .box-text-inner{
	width: 84%;
    padding-left: 16px;
    padding-right: 16px;
}
.section_danhmuc .product-category .box-text h5.header-title{
	color: #1d4c9e;
	font-size: 20px;
	text-transform: unset;
    letter-spacing: 0;
}
.section_danhmuc .product-category .button.primary{
	margin-top: 12px;
}
.sec_02{
	padding-bottom: 30px !important;
}
.sec_02 .w70pc .img{
	margin-bottom: 10px;
}
.sec_02 .w70pc p{
	font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #333;
	margin-bottom: 0;
}
.sec_02 .img img{
	border-radius: 10px;
}
.sec_02 .box .box-text{
	padding: 8px 0 0 0;
}
.sec_02 .w30pc .col{
	padding-bottom: 18px;
}
.video-button-wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.video-button-wrapper a{
	margin: 0;
	border-width: 5px !important;
	color: #fff;
	height: 60px;
    line-height: 50px !important;
}
.icon-xh{
	position: fixed;
	bottom: 50px;
	left: 30px;
	z-index: 999;
	display: block;
}
.icon-xh li{
	width: 45px;
	height: 45px;
}
.icon-xh li a.email_button{
	display: none;
}
.icon-xh li a{
	display: block;
}
.icon-xh img{
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	width: 100%;
}
.icon-xh a{
	overflow: hidden;
}
.icon-xh a img:hover{
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.icon-xh ul{
	list-style: none;
}
.mobi_icon{
	display: grid;
    grid-template-columns: repeat(3,1fr);
	position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #043f7b;
    z-index: 999;
    box-shadow: 0 0 15px #00000026;
    padding: 10px 0;
}
.mobi_icon .icon_home{
	display: flex;
    align-items: center;
    justify-content: center;
}
.mobi_icon .icon_home > div,
.mobi_icon .icon_home a{
	display: grid;
	color: #fff;
	font-size: 13px;
}
.mobi_icon .icon_home a svg{
	margin: 0 auto;
	font-size: 20px;
}
.mobi_icon .icon_home .cart-icon{
	text-align: center;
}
.mobi_icon .icon_home .icon-shopping-cart{
	font-size: 17px;
}
.popup_category{
	position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
	width: calc(100% - 80px);
    z-index: 9999;
    background-color: #fff;
	right: -100%;
	transition: all 0.4s;
}
.popup_category::before{
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0b0b0b;
	opacity: 0.6;
	z-index: 0;
	left: -80px;
	display: none;
}
.popup_category.is-visible{
	right: 0;
	transition: all 0.4s;
}
.popup_category.is-visible::before{
	display: block;
}
.popup_category .close{
	position: absolute;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #043f7b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	z-index: 99;
}
.popup_category nav{
	padding: 15px;
	z-index: 1;
    position: relative;
    background: #fff;
    height: 100%;
}
.popup_category nav a{
	color: #222;
}
.pum-theme-default-theme{
	background-color: rgba( 0, 0, 0, 0.6 ) !important;
}
.pum .pum-container, .pum-theme-default-theme .pum-container{
	background: transparent;
	box-shadow: none;
	width: auto !important;
}
.pum-theme-default-theme .pum-close{
	line-height: 10px !important;
	border-radius: 5px !important;
	background: #043f7b !important;
}
.pv-contact-box{
	bottom: 70px;
    right: 15px;
}
.pv-contact-box{
	position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 99999;
}
.pv-item, .pv-contact-toggle{
	animation: pv-bounce 1.4s infinite;
}
.pv-contact-toggle{
	background: #0079d3 !important;
}
.pv-contact-toggle{
	color: #fff;
    padding: 12px 10px;
    border-radius: 20px;
    writing-mode: vertical-rl;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pv-call{
	background: #fedd06 !important;
}
.pv-zalo{
	background: #0091ff !important;
}
.pv-mess{
	background: #d720ff !important;
}
.pv-item{
	width: 46px;
    height: 46px;
    border-radius: 50%;
    position: relative;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .25s;
}
.pv-item::before, .pv-item::after{
	content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .55);
    transform: translate(-50%, -50%) scale(1);
    opacity: .85;
    pointer-events: none;
    animation: pv-wave 1.6s infinite;
}
.pv-item::before{
	animation-delay: .8s;
}
.pv-item img{
	width: 28px;
	height: 28px;
}
@keyframes pv-wave{
    0%{ transform: translate(-50%,-50%) scale(1); opacity:.85; }
    70%{ transform: translate(-50%,-50%) scale(1.85); opacity:0; }
    100%{ transform: translate(-50%,-50%) scale(1.85); opacity:0; }
}
@keyframes pv-bounce {
	0%,100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-4px);
	}
}
@keyframes pvWiggle {
	0%,100% {transform:rotate(0deg);}
	20% {transform:rotate(-10deg);}
	40% {transform:rotate(10deg);}
	60% {transform:rotate(-6deg);}
	80% {transform:rotate(6deg);}
}
@keyframes pvShine {
	from {left:-45%;}
	to {left:130%;}
}
/*mobile*/
@media (max-width: 1024px){
	.header-main .header-inner .header-nav-main > li.nav-icon{
		left: -270px;
	}
	.header-bottom #mega-menu-wrap .menu-item a{
		line-height: 23px;
	}
	.header-bottom .header-nav > li > a{
		font-size: 12px !important;
		padding: 0 12px !important;
	}
	.section-title span{
		font-size: 24px;
	}
	.news-style-22 .news-item-bottom .news-thumb,.news-style-22 .news-item-bottom .news-thumb img{
		height: 209px;
	}
	.news-style-41 .news-item-bottom .boxx__innner .news-thumb,.news-style-41 .news-item-bottom .boxx__innner .news-thumb img{
		height: 176px;
	}
	.html2{
		margin-right: 0 !important;
	}
	.html2 span{
		font-size: 12px;
	}
	.html2 p{
		font-size: 16px;
	}
	#masthead .header-nav .nav-icon a span:before{
		font-size: 13px;
	}
}
@media (max-width: 912px) {
	div#top-bar {
        height: 76px;
    }
	div#top-bar .flex-row{
		align-items: start;
        padding-top: 6px;
	}
	.mobile-action {
		gap:4px
	}
	.mobile-action .button-left,
	.mobile-action .button-right {
        background: #fff;
        color: var(--primary-color);
        border-radius: 25px;
        padding: 6px 20px;
        text-align: center;
        font-size: 10px;
        line-height: 1.5;
    }
	.mobile-action .button-left p,
	.mobile-action .button-right p {
        color: #d60000;
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
    }
	.header-main {
        position: relative;
        z-index: 99;
        background: #fff;
        padding: 6px;
    }
	.header-main .flex-row {
        background: var(--primary-color);
    }
	div#logo{
		width: auto;
        margin-top: -55px;
	}
	.stuck div#logo{
		margin-top: -12px;
	}
	.header-main div#logo img {
        height: auto;
        width: auto;
        max-height: 150px;
        max-width: 100px;
    }
	#button-contact-vr {
		bottom: 50px !important;
	}
	.mobile-nav > li.header-search-form {
		padding-left: 0 !important;
	}
	#wide-nav .container {
		padding: 0 !important;
	}
	.nav>li.has-icon>a>i{
		font-size: 40px;
    	color: #fff;
	}
	.full-row .term-tax{
		grid-template-columns: repeat(2,1fr);
	}
	.full-row .term-tax .list-term-tax .img{
		margin-left: 10px;
		margin-top: 4px;
		margin-right: 10px;
	}
	.full-row .term-tax .list-term-tax h3{
		font-size: 14px;
		line-height: 22px;
	}
	.category-archive .large-columns-3>.col{
		max-width: 33.33%;
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
	}
	.news-style-41 .news-item-bottom{
		width: 50%;
	}
	.news-style-41 .news-item-bottom .boxx__innner .news-thumb, .news-style-41 .news-item-bottom .boxx__innner .news-thumb img{
		height: 304px;
	}
	.chan_trang_1 .row .large-3:nth-child(1),.chan_trang_1 .row .large-3:nth-child(2),.chan_trang_1 .row .large-3:nth-child(3),
	.chan_trang_1 .row .large-3:nth-child(4){
		max-width: 50%;
    	flex-basis: 50%;
    	margin-bottom: 20px;
	}
	.single-product h1.entry-title{
		margin-top: 15px;
	}
	.sb_block_update .sb_left{
		width: 100%;
		max-width: 100%;
	}
	.sb_block_update .sb_update{
		width: 100%;
		max-width: 100%;
	}
	#top-bar .nav-center{
		justify-content: right;
	}
	.mobile-nav > li{
		padding-left: 10px !important;
	}
	.mobile-nav .menu-title {
		display: none;
	}
	.section_slider .large-9 {
	    max-width: 100%!important;
	    -ms-flex-preferred-size: 80%!important;
	    flex-basis: 100%!important;
	}
	.section_slider .large-3 {
		display: none;
	}
	.flickity-slider .product  {
		max-width: 33.33%!important;
		flex-basis: 33.33%!important;
	}
	.section_video .video-button-wrapper {
	    position: absolute;
	    top: 40%;
	    left: 38%;
	}
	.rt02 {
	     padding:20px 0 !important; 
	}
	.rt02 .large-12 {
		padding-bottom: 15px;
	}
	.rt04 {
	    padding: 20px 0 30px 0 !important;
	}
	.section_video {
		padding-bottom: 15px!important;
	}
	.news-style-31 .news-item-bottom {
	    width: 50%;
	}
	.icon-menu{
		color: #000;
	}
	.mfp-content{
		background: #fff;
	}
	.off-canvas .nav-vertical>li>a{
		color: #333;
	}
	#top-bar .nav-center{
		display: block;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.header-bottom{
		background: linear-gradient(90deg, #105442 11.38%, #0A3D38 100%) !important;
	}
	.header-search-form .search-field{
		border-radius: 0;
	}
	.header-search-form .submit-button{
		border-radius: 0;
	}
	.rt01 .icon-box{
		padding: 10px;
	}
	.rt01 .icon-box .icon-box-img{
		margin-bottom: 4px;
	}
	.rt01 .icon-box .icon-box-text h4{
		font-size: 14px;
	}
	.rt01 .icon-box .icon-box-text p{
		font-size: 10px;
	}
	.section_danhmuc .flickity-slider .col,
	.rt01 .flickity-slider .col{
		padding: 0 6px;
	}
	.section_danhmuc .row-slider{
		margin-left: -6px !important;
    	margin-right: -6px !important;
	}
	.section_danhmuc .row-slider .product-category{
		padding-left: 6px !important;
    	padding-right: 6px !important;
	}
	.section_danhmuc .product-category .box-text-inner{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.section_danhmuc .product-category .box-text{
		padding: 10px 10px 15px;
	}
	.row-slider .flickity-prev-next-button{
		width: 30px !important;
	}
	.row-slider .flickity-prev-next-button svg{
		padding: 6px !important;
	}
	.rt03 .large-12 > .col-inner .col{
		padding: 4px;
	}
	.product-small .box .box-text{
		padding: 6px;
	}
	.section_slider .w30pc,
	.section_slider .w70pc{
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.sec_02{
		padding-bottom: 0px !important;
	}
	.full-row .term-tax{
		grid-template-columns: repeat(1,1fr);
	}
	.category-page-row{
		padding-top: 0px;
	}
	.category-archive .large-columns-3>.col{
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.full-row .title h1{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.last_seen .last_seen_title{
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 28px;
	}
	.star-rating{
		font-size: 14px !important;
	}
	.product-small .box .box-text .woo_star .da_ban{
		font-size: 13px;
	}
	.section_danhmuc .product-category .box-text h5.header-title{
		font-size: 16px;
		margin: 0;
	}
	.information-content .button-list a{
		margin-bottom: 10px;
	}
	#masthead .cart-item{
		margin-right: 0;
	}
	#logo img{
		max-height: 50px !important;
	}
	.rt_woocommerce{
		display: none;
	}
	.dat_lich_kham .left{
		width: 100%;
	}
	.dat_lich_kham .right{
		width: 100%;
	}
	.dat_lich_kham .right .right11{
		width: 100%;
	}
	.dat_lich_kham .right .right22{
		width: 100%;
	}
	.contact_02 .wpcf7{
		max-width: 100%;
	}
	.section-title span{
    font-size: 22px;
    padding: 0;
    color: #105241;
		
	}
	.slogan{
		padding: 0;
	}
	.news-style-31 .slick-prev{
		left: 0;
	}
	.news-style-31 .slick-next{
		right: 0;
	}
	.news-style-22 .news-item-bottom .news-thumb{
		width: 300px;
		margin: 0 auto;
		height: 300px;
	}
	.news-style-22 .news-item-bottom .news-thumb img{
		height: 300px;
	}
	.news-style-41 .news-item-bottom{
		width: 100%;
		margin-bottom: 30px !important;
	}
	.news-style-41 .news-item-bottom .boxx__innner .news-thumb, .news-style-41 .news-item-bottom .boxx__innner .news-thumb img{
		width: 300px;
		height: 300px;
		margin: 0 auto;
		margin-bottom: -45px !important;
	}
	.box__second_posts .news-item-sidebar-clear{
		width: 100%;
	}
	.news-style-2 .box__second_posts .news-item-sidebar-clear:nth-child(2){
		padding-top: 11px;
    margin-top: 11px;
    border-top: 1px solid #e3e3e3;
	}
	.tab_project .tab{
		overflow: hidden;
		padding-bottom: 30px;
	}
	.tab_project .tab button{
		font-size: 12px;
		padding: 5px;
	}
	.news-style-2 .box_first_posts .boxx__innner .box__slider h4 .news-title{
		font-size: 15px;
		line-height: 22px;
	}
	.news-style-2 .box_first_posts .boxx__innner .news-thumb img{
		height: 200px;
	}
	.tab_project .box_bs .img{
		width: 100%;
	}
	.tab_project .box_bs .img img{
		height: 300px;
	}
	.tab_project .box_bs .cnt{
		width: 100%;
		padding: 20px !important;
	}
	.tab_project .box_bs .cnt h3{
		font-size: 22px;
	}
	.rt_htm .left a:nth-child(2){
		display: none;
	}
	.product-small .box .box-image,.product-small .box .box-image img{
		height: 180px;
	}
	.dat_hang a{
		font-size: 12px !important;
    	padding: 10px 5px;
	}
	.dat_hang a{
		font-size: 14px;
	}
	.price_pro > span{
		display: flex;
        flex-flow: column;
	}
	.price_pro > span, .price_pro ins span{
		line-height: 1.4;
		font-size: 13px;
	}
	.box-text del span.amount,
	.box-text span.amount{
		line-height: 1.4;
        font-size: 13px;
	}
	.vt-lienhe{
		padding: 0 15%;
	}
	.vt-lienhe svg{
		min-width: 20px;
	} 
	.vt-lienhe span{
		text-align: left;
    	font-size: 13px;
	}
	a.button.primary, div.button.primary, h2.section-title a{
		font-size: 13px;
	}
	.page-title-inner .woocommerce-ordering:before{
		display: none;
	}
	.page-title-inner .woocommerce-ordering{
		position: relative;
		margin-bottom: 10px;
	}
	.product-info{
		padding: 15px !important;
	}
	.sb_update .new-list-post .post-image{
		width: 100%;
	}
	.sb_update .new-list-post .post-content{
		width: 100%;
		padding: 15px 0 !important;
	}
	.section_slider .img-inner img{
		width: 100%;
/*		height: 160px;*/
		object-fit: cover;
	}
	.sec_03 .section-title-container{
		margin-bottom: 4px;
	}
	.sec_03 .tabbed-content .nav{
		position: unset;
	}
	.sec_03 .tabbed-content .tab-panels{
		margin-top: 16px;
	}
	h2.section-title span{
		font-size: 18px;
		padding-top: 0;
    	margin-right: 0px;
	}
	.sec_03 .tabbed-content .tab-panels .col{
		padding: 0 4px 8px;
	}
	.price_pro del span{
		font-size: 14px;
	}
	.news-style-31 .news-item-bottom{
		width: 100%;
	}
	.rt04{
		padding: 30px 0 10px 0 !important;
	}
	.news-style-31 .news-item-bottom .boxx__innner .box__slider{
		padding-bottom: 0;
	}
	.chan_trang_2 .tabbed-content .tab{
		display: block;
		width: 100%;
		margin: 0 0 15px 0 !important;
	}
	.chan_trang_2 .tabbed-content .tab a{
		display: block;
		width: 100%;
		text-align: center;
	}
	.chan_trang_2 .row .large-3{
		max-width: 100%;
	    flex-basis: 100%;
	    padding: 0 15px !important;
	    margin-bottom: 15px !important;
	    border: none;
	}
	.copyright .col {
		margin-bottom: 15px !important;
	}
	.page-title-inner .shop-page-title{
		font-size: 20px;
	}
	.stuck #logo img{
		max-height: 50px !important;
	}
	.chan_trang_1 .row .large-3:nth-child(1), .chan_trang_1 .row .large-3:nth-child(2),
	.chan_trang_1 .row .large-3:nth-child(3), .chan_trang_1 .row .large-3:nth-child(4) {
	    max-width: 100%;
	    flex-basis: 100%;
	    margin-bottom: 20px;
	}
	.flickity-slider .product {
	    max-width: 50%!important;
	    flex-basis: 50%!important;
	    padding:  0 5px;
	}
	.section_video .row {
		padding-left: 10px!important;
		padding-left: 10px!important;
	}
	.section_video .large-4 {
		max-width: 50%;
		flex-basis: 505;
		padding: 0 5px 5px 0!important;
	}
	.section_video .video-button-wrapper {
	    top: 29%;
	    left: 27%;
	}
	.icon-xh{
		left: auto;
		right: 10px;
	}
}

@media screen and (min-width: 850px){
}

.woocommerce-product-rating {
	display: flex;
	font-weight: 400;
    font-size: 13px;
    color: #7b8799;
}

.blog-share .social-icons a {
    margin-bottom: 0;
    width: 45px;
    height: 18px;
    border-radius: 5px !important;
    line-height: 18px;
    min-height: 13px;
    color: #FFF;
    font-size: 10px;
}

.blog-share .social-icons a.facebook {
	background: #3a589d;
}
.blog-share .social-icons a.twitter {
	background: #2478ba;
}
.blog-share .social-icons a.email {
	background: #111;
}
.blog-share .social-icons a.pinterest {
	background: #cb2320;
}

@keyframes fadeInDown {
  from {
    opacity:0;
    transform:translateY(-20px);
  }
  to {
    opacity:1;
    transform:translateY(0);
  }
}