:root {
    --boai-primary-color: #179165;
    --boai-secondary-color: #f42828;
    --boai-yellow-color: #ffff00;
    --boai-text-color: blue;
    --boai-link-color: blue;
    --boai-gutter-x: 1.5rem;
    --boai-gutter-y: 0;
}
::selection {
    background-color: aquamarine;
    color: #ffffff;
}
body {
	color: #333333;
	font-family: 'Roboto';
	font-size: 16px;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
a {
	display: inline-block;
	text-decoration: none;
}
.elm-image a {
	display: block;
}
p {
	margin-top: 0 !important;
}
blockquote.quote {
	border-radius: 20px;
	border: 2px dashed #439569;
	background: #ffffc5;
	margin: 0 0 16px 0;
	padding: 18px 13px;
}
blockquote.quote p:last-child {
	margin: 0;
}
blockquote.quote p span, blockquote.quote p strong, blockquote.quote p b, .red-color {
	color: #ff0000;
}
blockquote.special-quote {
	background: #ffffff;
	border-left: 9px solid #069561;
	box-shadow: rgb(0, 0, 0, 24) 0px 2px 8px;
	border-radius: 15px;
	margin: 0 0 16px 0;
	padding: 15px 13px;
}
blockquote.special-quote p:last-child {
	margin-bottom: 0;
}
h2.block-heading {
	font-family: 'UTM HelvetIns', 'HelvetIns';
	font-size: 28px;
	font-weight: normal;
}
.bg-green-01 {
	background: #e3fff7;
}
.sc_boai {
    position: relative;
    margin: 1.5rem auto;
    text-align: center;
}
.tvm_p3 {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 15%;
    width: 95%;
}
.tvm_p3 .scLink {
    width: 50%;
    height: 44px;
}
.vs-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
@keyframes moveLeft {
	0%, 100% { transform: translateX(0); } /* Vị trí ban đầu và cuối cùng */
	50% { transform: translateX(-10px); } /* Di chuyển sang trái 10px */
}
@keyframes moveRight {
	0%, 100% { transform: translateX(0); } /* Vị trí ban đầu và cuối cùng */
	50% { transform: translateX(10px); } /* Di chuyển sang phải 10px */
  }
@keyframes shake {
    0% { transform: translate(0, 0) rotate(0); }
    25% { transform: translate(2px, -2px) rotate(-10deg); }
    50% { transform: translate(-2px, 2px) rotate(10deg); }
    75% { transform: translate(2px, -2px) rotate(-10deg); }
    100% { transform: translate(0, 0) rotate(0); }
}
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.textzoom {
    animation: scale 1s infinite linear;
    -webkit-animation: scale 1s infinite linear;
    -moz-animation: scale 1s infinite linear;
    display: inline-block;
}
.text-center {
	text-align: center !important;
}
.text-uppercase {
	text-transform: uppercase;
}
img {
	max-width: 100%;
	height: auto;
}
img.move-left {
	animation: moveLeft 1s infinite; /* Thực hiện animation */
}
img.move-right {
	animation: moveRight 1s infinite; /* Thực hiện animation */
  }
.container {
    max-width: 480px;
}
.popup {
	display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.bgoverlay {
    background: rgba(0, 0, 0, .502);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity .05s cubic-bezier(.4,0,.2,1);
    opacity: 1;
}
#LRfloater0 {
	display: none !important;
}
#LRMINIBar {
    right: 10px !important;
    bottom: 70px !important;
}
.popup.active {
	display: block;
}
section {
	position: relative;
}
/*
* block-diachi
*/
.bgOvl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .35);
}
.pWrp{
	width: 90%;
	max-width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#pYcc-wrp{
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
	padding-top: 16px;
}
#pYcc-btnWrp{
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}
#pYcc-btnWrp a{
	width: 130px;
	height: 35px;
	border-radius: 99px;
	margin: 0 10px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}
#pYcc-tuchoi{
	background: rgba(0, 0, 0, .502);
}
#pYcc-dongy{
	background: rgb(248 49 89 / 80%);
}
/*
* #pGs
*/
#pGs {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

#pGs_wrap {
	width: 90%;
	max-width: 405px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #dfb438;
	border: 4px solid #fff;
	border-radius: 32px;
}

.pGs-text {
	background: #fff;
	padding: 5px 0 15px 0;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.pGs-text p {
	color: red;
	margin-bottom: 10px;
}

.pGs-ctnt {
	display: inline-flex;
	flex-direction: column;
	text-align: left;
}

.pGs-ctnt label {
	padding: 3px 0;
	font-weight: bold;
}

.pGs-ctnt input:checked {
	background: #dfb438;
	border-color: #dfb438;
}

.pGs-ctnt input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 3px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 16px;
	width: 16px;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	background: #fff;
	border: 1px solid #333;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: none;
	position: relative;
	z-index: 0;
	border-radius: 0%;
	margin-right: 5px;
}

#pGs-Frm b {
	color: #e41b1b;
	font-size: 16px;
}

#pGs_frm {
	padding: 0 15px;
	margin-top: -10%;
}

#pGs_frm .pGs_gbtn {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#pGs_frm .pGs_gbtn a {
	height: 40px;
	width: 48%;
	max-width: 200px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-weight: 450;
}

#pGs_frm .pGs_gbtn a i {
	padding-right: 5px;
	font-size: 18px;
}

.pGs-Frm {
	text-align: center;
}

.pGs-Frm p {
	margin: 5px;
}

#pGs_frm .d-phone {
	display: block;
	width: 285px;
	height: 45px;
	background: #fff;
	border-radius: 25px;
	text-align: center;
	outline: none;
	margin: auto;
}

#pGs_frm .d-send {
	display: block;
	margin: 10px auto;
	background: transparent;
	border: none;
	cursor: pointer;
	/* animation: scale 1s infinite; */
}

.pGs-Frm p span {
	color: #fff;
	font-size: 13px;
}

#pGs_close {
	position: absolute;
	top: 15px;
	right: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
/*
* block-diachi
*/
ul.slick-dots {
	margin: 0;
	padding: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
ul.slick-dots li {
	display: inline-block;
	list-style: none;
    padding: 6px 3px;
}
ul.slick-dots li button {
	background: #dbfff2;
	border: medium none !important;
	border-radius: 50%;
	color: transparent;
	width: 19px;
	height: 19px;
	outline: 0;
    box-shadow: none;
}
ul.slick-dots li.slick-active button {
	background: #008362;	
}
/*
* #slider
*/
#slider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#slider .slider.slick-initialized .slick-dots {
	display: none !important
}
/*
* block-diachi
*/
.block-diachi {
	padding-top: 50px;
	padding-bottom: 38px;
}
.block-diachi p, .block-diachi address {
	background-color: #d3f6e3;
	border-radius: 22px;
	color: #333333;
	display: table;
	padding: 9px 16px;
	/* font-weight: 700; */
	font-style: normal;
	margin: 0 auto 7px;
}
.block-diachi p a, .block-diachi address a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	gap: 12px;
}
.block-diachi span.vs-icon>svg {
	fill: var(--boai-primary-color);
}
/*
* pInfo-bs
*/
.d-flex {
	display: flex !important;
}
.flex-column {
	flex-direction: column !important;
}
.align-items-center {
	align-items: center !important;
}
.justify-content-center {
	justify-content: center !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
section.s-bacsi-hot {
	background: #ffffff;
	padding-top: 44px;
	padding-bottom: 49px;
}
.pInfo-bs {
    background: #f4f4f4;
    border-radius: 18px;
}
.pInfo-bs .block-inside {
	width: 90%;
}

.pInfo-bs .pInfo-thumb {
	gap: 18px;
    padding: 11px 0;
}

.pInfo-bs .pInfo-thumb>span {
    color: #000;
    font-size: .8rem;
    border-bottom: 1px solid #D8D8D8;
    position: absolute;
    left: 1.8rem;
    top: 2.75rem;
    text-transform: uppercase;
    display: inline-block
}

.pInfo-bs .pInfo-thumb a {
	text-decoration: none;
}

.pInfo-bs .pInfo-thumb .pInfo-thumb-col-1 {
	width: 85px;
}
.pInfo-bs .pInfo-thumb .pInfo-thumb-col-1 a {
    border-radius: 50% !important;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	display: block;
	overflow: hidden;
}

.pInfo-bs .pInfo-thumb .pInfo-thumb-col-2 {
	width: calc(100% - 103px);
}
.pInfo-bs .pInfo-thumb .pInfo-thumb-col-2 a {
	display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #1b1b1b;
    margin-top: 0;
	padding-left: 15px;
    position: relative;
}

.pInfo-bs img.i1 {
    border-radius: 50%
}

.pInfo-bs .pInfo-thumb .pInfo-thumb-col-2 a:before {
    content: '';
    width: 0;
    height: 0;
    border-top: .4rem solid transparent;
    border-left: .5rem solid #DB290A;
    border-bottom: .4rem solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
}

.pInfo-bs .pInfo-thumb .pInfo-thumb-col-2 a span {
    display: block;
    color: #07835c;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700
}

.pInfo-bs .pInfo-contact {
    display: flex;
    justify-content: space-around;
    margin: 0 1rem;
    gap: 28px
}

.pInfo-bs .pInfo-contact a {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    padding: .6rem 0;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
}

.pInfo-bs .pInfo-contact a:before {
    content: '';
    width: 1.7rem;
    height: 1.75rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAjCAMAAADGxShVAAACMVBMVEVHcEz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////reHueAAAAunRSTlMA27rg8fn1AfQCG9FVBMZK5vMJXgbt3CVhPhHezQ8jvw3FCOpT/GNo38k4b483eP4du/o7DoQq5ezCEiDMQ5QwcX7B2Ss5w/D9oRSp2rEiC2e4ZUkQMafLHufk9/sukU8aSBxCl0uCH4afVHdWjIlA+MQY2CGmCt1mYOvQwJBSdj21XUe5nD/OvlFkaa8zNidQhXCeozy3sHLSAzp9FeOVslpNpPaTyptiXIDhqESSlq4ZrYNFayzp1KAUCD50AAACUElEQVQ4y22UVVebURBFTyAJCRbc3aVIsdJiFaSFFi1WKFLq7u7u7u7u3v3r+kASviTM07ln7XVn7sysK01F4907i82Wlrz5n4O/aboYvw0sy5/dn5cNtn8FPkDKRUjtvJIhKWps4sdfWLTCkzgXTVe84RziSGXQYSQuYM1x6YoTWRNpknJsdE8R5/G/5NJVQUDPzwJpuYm3Lvd0iX+KSwfGAHwaGRqXBkwLnckTEq297hpSAej9yHdJVebEBEnSDPa6U64GILP9A18kKZIRSWq3bHMTRWUAnBqFq5Kks2Wxkg5R5yKiagHYevQMiRGSpFuslDr2BwW4kEIA/+KmxgMxkU4r35ysOo64XxMNzIqVFJDh8n4xqkrc05gBEOzZ9t+slN/QHOdpTTgw02t2GX9qZdrhKmUtUFLuPd/0TEWHOnVyGODnswJfLbLOduo4gFU+SFu2WtKd2g/wj/BBuqwyLZispdQGLPJdxnuPtcTSqslxAJU+xFJbqArZIklaBxC62xt5wBPFslmS7EkAPA/wQh6SJTUPRkiqCAMYDvZb7kGELLA9knrolrQ9HGBJLkkhRiSLPkmaH5YmpeUBL5uSeG03EFFBFElSA/WSbgJx8+CZ8ZJ5tE2KuexTafWNvtz38NR4iSO7usYpD+cojmSN9RPaaiDizR6rkUuNFNDQYbDWh1NszHqZa54NSdgEGzwc+0yuG/veuYfMjV5tDAwi/fiAXdL9QMerWbBrp8/A5tQvhMUHTzabhsH6onzaTyhl7rEYs8W2LP/NO+Pf8h8SHsSAkKKnXwAAAABJRU5ErkJggg==) no-repeat center center;
    background-size: 1.7rem;
    display: inline-block;
    vertical-align: -.45rem;
    margin-right: .5rem
}

.pInfo-bs .pInfo-contact a:after {
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    z-index: -1;
    background-image: linear-gradient(to bottom,#DB290A,#BD2004,#D4290A);
    position: absolute;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -webkit-box-shadow: 0 0 1rem 0 rgba(222,222,222,.7);
    -moz-box-shadow: 0 0 1rem 0 rgba(222,222,222,.7);
    box-shadow: 0 0 1rem 0 rgba(222,222,222,.7)
}

.pInfo-bs .pInfo-contact a:nth-child(2):before {
    width: 1.55rem;
    height: 1.65rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAhCAMAAAAWAIDWAAACDVBMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+bdVOxAAAArnRSTlMAR/6FGBHlz+/sUfhAacsyHwELDzD60Fn0/MwTRTSJQXipNdToWO2Cf03W9s7IBEoVHl/hWna1bw7TpBZUnnTj7k4MChS/UldQmmL5uQIo0bi95jshbgaBJGf9OD3XprrwLvIcOo8qi5Fgya1EIyclswin4BewfuQzQjwQ2J3SHeuYd4bdvtlLNmS78+ctwX0xVsApTHU3esaxRqhrZW281S/i9Ze2c3sbx1VhlcND2M76AAAB2klEQVQ4y3XTxVZjURhE4QLiAYIEkhDc3d3dpd3d3d1od3d3l/2MPQgdknVv1/RbZ1L1H2k+dcurbMWLEuOWyDQJTkJxtJixi/kUGbm6MsILlhk8nsjEGDw3yksNXhLl2QZfGeVLDb44NtJzDB4T9b7M4EkVEexeYSxgQYQvNOlv9aowx64xK7g57OtN99m4YY43ecwHzJ7zreasnP+WL0n9Lu0G4ECy67SRa9ILVGsH2iyqfD+cHIXek7Nubqeqo915yKKUjwTqRu+H9dRNSosgcEfSEUnTaeBpZig+xH1uYrOuAQ+UKilVo5A+2PiJtE5JsvZwq0waqeDZo7sDOvjww1cy+r3BzAkKayUdg3rde6IEhp5zXV4S3zE+jV2JECe1HueMbsCIbOCwaPA88M0681lXodCqYbgQdIJt4AXYk6VdwES8qksAGtUFvj6Ap01wVFIeTL7NqCoHYJ3a4OUbgMfjsEPSdvzdOjtX9VoVw+vgT/uPzpQ4aJKU22BJUeu+3tBX0zmw/cr6M5mV4IR6STsb9lrV4XEAUK4Tr3rn76pG0h7SLqorAODIy5f03Tc24w/5Fkn5kHGpB3/6mG/zvwWmkjJbfn+xH94maf9l+5X27sykKUnSXwmOFF0r2lqnAAAAAElFTkSuQmCC) no-repeat center center;
    background-size: 1.55rem
}

.pInfo-bs .pInfo-contact a:nth-child(2):after {
    background-image: linear-gradient(to bottom,#07835c,#087B54,#07835c)
}

.pInfo-bs .info {
    padding: .8rem 0;
    color: #E12B0B;
    font-weight: 700;
    text-align: center
}
/*
* s-nguyennhan
*/
.block-nguyennhan {
    background: #dbfef4;
}
.block-nguyennhan .block-heading {
    color: #009966;
    font-family: 'UTM HelvetIns', 'HelvetIns';;
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    padding: 16px 0 26px;
}
.block-nguyennhan .elm-nguyennhan .elm-nguyennhan-title h3 {
    background: #089271;
    color: #fff;
    text-align: center;
    font-family: 'UTM HelvetIns', 'HelvetIns';;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 34px 0;
    padding: 10px 5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.block-nguyennhan .elm-nguyennhan .elm-nguyennhan-title h3 span {
    color: #ffff00;
}
.elm-nguyennhan-items {
    padding: 0 12px 18px;
}
.elm-nguyennhan-items .elm-nguyennhan-item {
	background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: rgba(0,153,102, 0.4) 0 2px 4px;
    margin-bottom: 17px;
    padding: 11px 16px;
    gap: 24px;
}
.elm-nguyennhan-items .elm-nguyennhan-item .elm-nguyennhan-image {
    width: 111px;
    flex-shrink: 0;
}
.elm-nguyennhan-items .elm-nguyennhan-item.right-image .elm-nguyennhan-image {
    order: 2;
}
.elm-nguyennhan-items .elm-nguyennhan-item .elm-nguyennhan-image img {
    width: 100%;
    height: auto;
}
.elm-nguyennhan-items .elm-nguyennhan-item .elm-nguyennhan-text h4 {
    color: #009966;
    margin: 0 0 5px 0;
    font-family: Roboto;
    font-size: 18px;
}
.elm-nguyennhan-items .elm-nguyennhan-item .elm-nguyennhan-text p {
    color: #333333;
    margin: 0;
    font-size: 16px;
    text-align: justify;
}
.block-nguyennhan-actions {
	padding-bottom: 54px;
}
.block-nguyennhan-actions  a {
    display: inline-block;
}
.block-nguyennhan-actions .elm-notes {
	background: #d1f4e7;
    border: 2px dashed #009966;
    border-radius: 20px;
    padding: 28px 23px 26px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.block-nguyennhan-actions .elm-notes p {
    text-align: justify;
    font-weight: 700;
    margin: 0;
}
.block-nguyennhan-actions .elm-notes p span {
    color: #ff0000;
}
.block-nguyennhan-actions .elm-actions {
    padding-top: 35px;
    padding-bottom: 35px;
}
.block-nguyennhan-actions .elm-abouts .elm-about {
	padding-left: 6px
}
.block-nguyennhan-actions .elm-abouts .elm-about .elm-about-inner {
    background: #ddffef;
    border-radius: 9px;
    box-shadow: rgba(0,153,102, 0.4) 0 2px 4px;
    /* overflow: hidden; */
    margin: 0 0 9px 0;
    padding: 7px 19px 8px;
    min-height: 66px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.block-nguyennhan-actions .elm-abouts .elm-about .elm-about-inner::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -6px;
	margin-top: -6px;
	background: #009966;
	background-size: 20px;
	z-index: 1;
}
.block-nguyennhan-actions .elm-abouts .elm-about:nth-child(2n) .elm-about-inner {
    background: #f3f3f3;
}
.block-nguyennhan-actions .elm-abouts .elm-about p {
    color: #333333;
    margin: 0;
}
.block-nguyennhan-actions .elm-abouts .elm-about p strong {
    color: #ff0000;
}
/*
* s-dauhieu
*/
.block-dauhieu .heading {
	color: var(--boai-primary-color);
	text-align: center;
	text-transform: uppercase;
	font-family: 'UTM HelvetIns', 'HelvetIns';
	font-size: 26px;
	font-weight: normal;
}
.s-dauhieu .block-dauhieu {
	background: url('../images/bg-gach.jpg') no-repeat top left;
	background-size: cover;
	padding-top: 5px;
	padding-bottom: 90px;
}
.ds-dauhieu .dauhieu {
	margin: 10px 0;
}
.ds-dauhieu .dauhieu:nth-child(2n+1) {
	clear: both;
}
.ds-dauhieu .dauhieu .dauhieu-inner {
	box-shadow: 0 4px 8px #bbbbbb;
}
.ds-dauhieu .dauhieu .dauhieu-inner, .ds-dauhieu .dauhieu .dauhieu-image img {
	border-radius: 17px;
	overflow: hidden;
}
.ds-dauhieu .dauhieu .dauhieu-image {
	background-color: #ffffff;
	margin-bottom: -15px;
	padding: 13px 12px 0 12px;
}
.ds-dauhieu .dauhieu .dauhieu-image img {
	/* border: 2px solid #ffffff; */
	display: inline-block;
}
.ds-dauhieu .dauhieu .dauhieu-text {
	background-color: var(--boai-primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 75px;
}
.ds-dauhieu .dauhieu .dauhieu-text h4 {
	color: #ffffff;
	text-transform: uppercase;
}
.block-dauhieu .block-footer {
	padding-top: 40px;
}
/**
*
*/
.block-lambaitest .list-options {
	background-color: #ffeab6;
	padding-top: 30px;
	padding-bottom: 15px;
}
.block-lambaitest .form-bai-test .baitest p.test-heading {
	background-color: var(--boai-primary-color);
	color: #ffffff;
	border-radius: 9px;
	text-transform: uppercase;
	padding: 14px 10px;
	font-weight: 700;
	overflow: hidden;
	width: 100%;
	margin: 0;
}
.block-lambaitest .form-bai-test .baitest label {
	clear: both;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 9px 0;
}
.block-lambaitest .form-bai-test .baitest .baitest-answers {
	padding: 14px 0 14px 29px;
}
.block-lambaitest .form-bai-test .baitest .baitest-answers.two-column {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.block-lambaitest .form-bai-test .baitest .baitest-answers.two-column label {
	width: 50%;
	float: left;
}
.block-lambaitest .form-bai-test .baitest label input {
	width: 16px;
	height: 16px;
}
.block-lambaitest .list-actions {
	background-color: #c4e5dc;
	padding-top: 26px;
	padding-bottom: 24px;
}
.block-lambaitest .list-actions .test-note {
	background-color: white;
	border: 2px dashed var(--boai-primary-color);
	border-radius: 15px;
	margin-bottom: 17px;
}
.block-lambaitest .list-actions .test-note .test-note-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 12px 37px 15px;
}
.block-lambaitest .list-actions .test-note .test-note-text p.note-1 {
	margin-bottom: 0;
}
.block-lambaitest .list-actions .test-note .test-note-text p.note-2 {
	margin-top: 0;
}
.block-lambaitest .list-actions .test-note .test-note-image {
	animation: shake 0.5s infinite;
}
.sendphone-note {
	font-weight: 600;
}
.sendphone-note a {	
	color: #ff3539;
}
input.d-phone, input.d-content {
	border-radius: 25px;
	border: 1px solid #8fddc1;
	color: #bbbbbb;
	text-align: center;
	height: 48px;
	width: 100%;
	box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2);
    outline: none;
}
input.d-phone:focus, input.d-content:focus {
    border-color: #007bff;
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 123, 255, 0.5);
}
.sendphone .btn-container {
	display: flex;
	gap: 0;
}
.sendphone .btn-container button {
    border: medium none;
    display: flex;
    color: white;
    background-size: cover;
    height: 67px;
    align-items: start;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'UTM HelvetIns', 'HelvetIns';
    font-size: 14px;
    padding: 11px 38px 0;
    gap: 20px;
}
button.btn-blue {
	background: url(../images/bg-blue-btn.png) no-repeat center center;	
}
button.btn-red {
	background: url(../images/bg-red-btn.png) no-repeat center center;	
}
/**
*
*/
.s-goikham {
	padding-top: 48px;
	padding-bottom: 20px;
}
.block-dmgoikham {
	padding: 0 30px 53px;
}
.dm-goikham {
    box-shadow: 0 4px 8px #bbbbbb;
    border-radius: 15px!important
}
.dm-goikham .block-heading {
    font-family: 'UTM HelvetIns', 'HelvetIns';
	font-weight: normal;
    text-align: center;
    font-size: 24px;
    background: #d61c37;
    color: #fff;
	margin-top: 0;
    padding: 20px 0;
    border-radius: 15px 15px 0 0;
    text-transform: uppercase
}
.dm-goikham ul {
    font-weight: 500;
    border-radius: 15px!important;
    font-size: 16px;
	margin: 0;
	padding: 0;
}
.dm-goikham ul li {
    padding: 15px 15px 15px 55px;
    text-align: justify;
    position: relative;
	list-style: none;
}
.dm-goikham ul li:nth-child(even) {
    background: #ececec
}
.dm-goikham ul li:before {
    content: '';
    width: 26px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    background: url(../images/ic-check.png) no-repeat
}
.dm-goikham ul li:last-child {
    border-radius: 0 0 15px 15px!important
}
/**
*
*/
.block-uudaidacbiet {
	padding-top: 0px;
	padding-bottom: 0px;
}
.countdown {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.time-section {
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid #afc5e1;
	border-radius: 11px;
	overflow: hidden;
	width: 51px;
	height: 51px;
}

.time-section span {
	font-family: 'UTM HelvetIns', 'HelvetIns';
	font-size: 30px;
	font-weight: normal;
	line-height: 33px;
}

.time-label {
	font-size: 1rem;
	color: #555;
}
.block-laymakham .top-laymakham {
	background-color: #d4e1f1;
	border-radius: 25px 25px 0 0;
	padding-top: 1px;
	padding-bottom: 10px;
	overflow: hidden;
}
.block-laymakham .bottom-laymakham {
	background-color: #3b79bf;
	border-radius: 0 0 25px 25px;
	overflow: hidden;
	padding: 19px 24px 13px;
}
.block-laymakham .top-laymakham h3 {
	color: #3b79bf;
	text-transform: uppercase;
	font-family: 'UTM HelvetIns', 'HelvetIns';
	font-size: 26px;
}
.block-laymakham .top-laymakham .bonus-chiphi {
	align-items: center;
	justify-content: center;
}
.block-laymakham .top-laymakham .bonus-chiphi-inner {
	display: flex;
	gap: 5px;
	padding: 0 10px;
}
.block-laymakham .top-laymakham .bonus-chiphi-inner img {
	width: 50%;
	height: auto;
}
.block-laymakham .bottom-laymakham .group-control {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 11px 0;
}
.block-laymakham .bottom-laymakham .group-control input {
	padding-left: 20px;
	text-align: left;
}
.block-laymakham .bottom-laymakham button {
	background-color: transparent;
	border: medium none;
	text-align: center;	
}
/**
* .box-bacsi
*/
.s-doingubacsi .bg-section {
	padding: 30px 0;
}
.block-doingubacsi .block-heading {
	color: #333333;
	margin-top: 0;
	font-family: 'UTM HelvetIns', 'HelvetIns';
	font-weight: normal;
}
.block-bacsi-wrap.slick-initialized ul.slick-dots li {
	padding: 32px 5px 0;
}
.block-bacsi-wrap.slick-initialized .slick_arrow {
	display: none !important;
}
.box-bacsi {
	padding-top: 120px;
}
.box-bacsi .box-bacsi-inside {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #d9efe7;
	border-radius: 27px;
	padding: 20px 25px;	
}
.box-bacsi .box-bacsi-inside>img {
	margin-top: -130px;
}
.box-bacsi-name {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 18px;
	position: relative;
}
.box-bacsi-name span {
	font-size: 22px;
	text-transform: uppercase;
	color: #008362;
	font-family: 'UTM HelvetIns', 'HelvetIns';
}
.box-bacsi-name:after {
	content: '';
	display: block;
	width: 60%;
	max-width: 145px;
	height: 1px;
	background: #77b7be;
	position: absolute;
	bottom: -10px;
}
.box-bacsi-inf {
	padding-left: 0;
	list-style: none;
}
.box-bacsi-inf li {
	padding: 3px 0 3px 15px;
	position: relative;
}
.box-bacsi-inf li:before {
	content:'';
	display: block;
	width: 7px;
	height: 14px;
	background: url(../images/icon-list.png) no-repeat;
	position: absolute;
	left: 0;
	top: 6px;
}
.box-bacsi-button a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 10px;
	background: #e04c45;
	font-family: 'UTM HelvetIns', 'HelvetIns'; 
	text-transform: uppercase;
	color: #fff;
}
.box-bacsi-button img {
	width: 45px;
	margin-right: 15px;
}
.box-bacsi-button span {
	text-align: center;
}
/**
*
*/
.s-sosanh .bg-section {
	background-color: #eeeeee;
	padding: 36px 0 45px;
}
.block-sosanh .block-heading {
	color: var(--boai-primary-color);
	font-family: 'UTM HelvetIns', 'HelvetIns';
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
}
.block-sosanh .block-heading span {
	color: var(--boai-secondary-color);
	display: block;
	font-size: 36px;
}
.block-sosanh .block-content {
	padding: 0 9px;
}
.elm-sosanh {	
	background-color: white;
	border-radius: 20px;
    overflow: hidden;
	box-shadow: 0 4px 8px #bbbbbb;
	padding: 28px 0 0 0;
	margin-top: 25px;
}
.elm-sosanh .elm-images {	
	display: flex;
	flex: 1;
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin-bottom: -17px;
	padding: 0 10px;
}
.elm-sosanh.elm-sosanh2 .elm-images {
	margin-bottom: initial;
}
.elm-sosanh .elm-images .img-cnt {	
	overflow: hidden;
	position: relative;
	padding-top: 21px;
}
.elm-sosanh .elm-images .img-cnt::before {
	content: '';
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10.5px;
	z-index: 1;
}
.elm-sosanh .elm-images .img-cnt.img-cnt-1::before {
	background: url(../images/icon-false.png) no-repeat center center;
}
.elm-sosanh .elm-images .img-cnt.img-cnt-2::before {
	background: url(../images/icon-true.png) no-repeat center center;
}
.elm-sosanh .elm-images .img-cnt img {
	border-radius: 15px;
	/* border: 1px solid #fff; */
}
.elm-sosanh .elm-text {
	background-color: var(--boai-primary-color);
	padding-top: 34px;
	padding-bottom: 16px;
}
.elm-sosanh .elm-text h4 {
	color: white;
	margin: 0;
	font-size: 16px;
}
.block-sosanh .block-footer {
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-sosanh .block-footer {
	padding-top: 44px;
}
.block-sosanh .block-footer .btn-viewmore {
    background: url(../images/bg-btnsosanh.png) no-repeat center center;
    background-size: cover;
    color: #ffff00;
    display: flex;
    gap: 17px;
    width: 283px;
    height: 67px;
    align-items: start;
    justify-content: center;
    font-family: 'UTM HelvetIns', 'HelvetIns';
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 17px;
}
.elm-sosanh2,.elm-sosanh2 .elm-images{
	padding: 0;
}

/**
*
*/
.s-formdathen .block{
	background: #eee;
	padding-bottom: 30px;
}
.block-formdathen{
	background: #20875a;
	border-radius: 20px;
	padding: 20px 10px;
}
.formdathen-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
}
.formdathen-title span{
	font-family: 'UTM HelvetIns', 'HelvetIns';
	color: #f6ff01;
	font-size: 24px;
	margin-bottom: 10px;
}
.formdathen-content input{
	width: 100%;
	height: 50px;
	background: #fff;
	border-radius: 99px;
	outline: none;
	margin-bottom: 10px;
	padding: 0 10px
}
.formdathen-gbtn{
	display: flex;
	justify-content: space-between;
}
.formdathen-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(50% - 10px);
	height: 50px;
	border-radius: 99px;
	color: #fff;
	font-family: 'UTM HelvetIns', 'HelvetIns';
	font-size: 18px;
	border: none;
	font-weight: 400;
}
#formdathen-send{
	background: #f74c4c;
}
#formdathen-livechat{
	background: #eeab09;
}
/**
* footer
*/
#footer {
	position: relative;
}
#footer .bg-footer {
    background: #13906b;
    color: #fff;
    /* margin-top: 30px; */
    margin-bottom: 50px!important
}

#ftmLogo {
    background: #0d6f52;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    height: 80px
}

#ftInf {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 20px
}

#ftInf li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px
}
#ftInf li a {
	color: white;
}
#ftInf li img {
	margin-right: 9px;
}
#ftTime b {
    display: block;
    font-size: 22px
}

#ftTime {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: #0d6f52;
    padding: 10px;
    border-radius: 20px
}

#ftmCopyright {
    text-align: center;
    margin-top: 20px;
    padding: 20px 0;
    color: #f3efe4;
    font-size: 15px
}

#ftmCopyright img {
    margin-bottom: 30px
}

/**
*
*/
#p-fixbot {
	position: fixed;
	top: initial;
	right: initial;
	left: 0;
	bottom: 0;
	background: transparent;
	width: 100%;
  	z-index: 999!important;
}
#pfbMobi {
	position: relative;
}
#pfbMobi-btn {
    display: flex;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
}
#pfbMobi img {
  width: 100%;
}
#pfbMobi-btn a:first-child {
    width: 50%;
}
#pfbMobi-btn a:nth-child(2) {
    width: 30%;
}
#pfbMobi-btn a:last-child {
    width: 20%;
}
/**
* #popup-camket-dieutri-tri
*/
#popup-camket-dieutri-tri.popup {
	background: rgba(0, 0, 0, .502);
}
#popup-camket-dieutri-tri.popup .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: initial;
    left: initial;
    z-index: 10;
    display: inline-block;
}
#popup-camket-dieutri-tri .popup-dialog {
    border: 3px solid #fff;
    border-radius: 30px;
    width: 90%;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
#popup-camket-dieutri-tri .popup-header {
	background-color: #edfffd;
	padding: 7px 5% 6px;
}
#popup-camket-dieutri-tri .popup-content {
	background-color: #028c80;
	padding: 18px 14px 15px;
}
#popup-camket-dieutri-tri .popup-camket-content {
	margin-bottom: 12px;
}
#popup-camket-dieutri-tri .send-phonenumber {
    padding: 9px;
}
#popup-camket-dieutri-tri .send-phonenumber .send-phonenumber-form {
    border-radius: 24px;
    background-color: #ffffff;
    display: flex;
    text-align: left;
    padding-left: 34px;
    overflow: hidden;
    height: 46px;
}
#popup-camket-dieutri-tri .send-phonenumber input.d-phone {
	box-shadow: none !important;
    width: calc(100% - 84px);
    height: 46px;
}
#popup-camket-dieutri-tri .send-phonenumber input.d-phone:focus {
    border: medium none;
    outline: 0;
}
#popup-camket-dieutri-tri .send-phonenumber button,
#popup-camket-dieutri-tri .send-phonenumber input.d-phone {
    border: medium none;
    background: inherit;
}
#popup-camket-dieutri-tri .send-phonenumber button {
    padding: 0;
    width: 84px;
}
/**
* #pGsHa
*/
#pGsHa {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

#pGsHa_wrap {
	width: 90%;
	max-width: 405px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	border: 2px solid #ffc41d;
	border-radius: 30px;
}

#pGsHa_info img {
border-radius: 30px;
}

.pGsHa-text {
	background: #fff;
	padding: 5px 0 15px 0;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.pGsHa-text p {
	color: red;
	margin-bottom: 10px;
}

.pGsHa-ctnt {
	display: inline-flex;
	flex-direction: column;
	text-align: left;
}

.pGsHa-ctnt label {
	padding: 3px 0;
	font-weight: bold;
}

.pGsHa-ctnt input:checked {
	background: #dfb438;
	border-color: #dfb438;
}

.pGsHa-ctnt input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 3px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 16px;
	width: 16px;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	background: #fff;
	border: 1px solid #333;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: none;
	position: relative;
	z-index: 0;
	border-radius: 0%;
	margin-right: 5px;
}

#pGsHa-Frm b {
	color: #e41b1b;
	font-size: 16px;
}

#pGsHa_frm {
	padding: 0 15px;
}

#pGsHa_frm .pGsHa_gbtn {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#pGsHa_frm .pGsHa_gbtn a {
	height: 40px;
	width: 48%;
	max-width: 200px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-weight: 450;
}

#pGsHa_frm .pGsHa_gbtn a i {
	padding-right: 5px;
	font-size: 18px;
}

.pGsHa-Frm {
	text-align: center;
}

.pGsHa-Frm p {
	margin: 5px;
}

#pGsHa_frm .d-phone {
	display: block;
	width: 90%;
	height: 45px;
	background: #fff;
	border-radius: 25px;
	text-align: center;
	outline: none;
	margin: auto;
	border: 1px solid #fee7a4;
	box-shadow: inset 0 2px 4px rgba(129, 129, 129, .8);
}

#pGsHa_frm .d-send {
	display: block;
	margin: 14px auto;
	background: #ef1313;
	color: #fff;
	border: none;
	cursor: pointer;
	/* animation: scale 1s infinite; */
	border-radius: 15px;
	padding: 6px 25px;
	font-weight: bold;
	text-transform: uppercase;
}

#pGsHa_frm .d-send.active {
background: #ffc41d;
}

.pGsHa-Frm p span {
	color: #fff;
	font-size: 13px;
}

#pGsHa_close {
	position: absolute;
	top: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 25px;
	background: #d8a302;
	cursor: pointer;
	border-radius: 50%;
}

#pGsHa_info {
padding: 0 5px;
}
#pGsHa_frm .d-send:hover {
	background: #ffc41d;
}
@media screen and (max-width: 430px) {
	.block-lambaitest .list-actions .test-note .test-note-inner {
		padding: 12px 5% 15px;
	}
	.sendphone .btn-container button {
		background-size: contain;
		padding: 11px 5% 0;
	}	
}
@media screen and (max-width: 390px) {
	.elm-sosanh .elm-text h4,
	.ds-dauhieu .dauhieu .dauhieu-text h4 {
		font-size: 15px;
	}
}
@media screen and (max-width: 375px) {
	.sendphone .btn-container button {
		padding: 14px 5% 0;
		font-size: 12px;
	}	
}

/* Cường Code */
.slick_arrow {
	position: absolute;
	top: calc(50% - 20px);
	left: 10px;
	width: 25px;
	opacity: 1;
	border: none;
	background: transparent;
	padding: 5px;
	border-radius: 3px;
	z-index: 1;
}

.sbanner_next {
	left: unset;
	right: 10px;
}

.block-tachai p {
	text-align: justify;
}
.block-tachai .block-heading {
    color: var(--boai-primary-color);
}
.block-tachai .box-tachai{
	border-radius: 10px;
	padding: 0 10px;
	background: #ffffc5;
	border: 1px dotted var(--boai-primary-color);;
}
.block-tachai .box-tachai b{
	color: #f01414;
}
.block-tachai .img-tachai{
	margin: 15px 0;
}
.block-tachai .btn-tachai{
	display: block;
}

/**
* Điều trị
*/
.s-dieutri{
	background: #e7fdf7;
}
.block-dieutri .block-heading{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'UTM HelvetIns', 'HelvetIns';
	font-size: 24px;
	font-weight: 400;	
}
.block-dieutri .block-heading span{
	font-size: 30px;
	text-transform: uppercase;
	color: #008362;
}
.block .block-heading.line-after {
	margin-bottom: 35px;
	padding-bottom: 31px;
	position: relative;
}
.block .block-heading.line-after:after {
	content: '';
	display: block;
	width: 166px;
	height: 19px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 83px);
	background: url(../images/line-after-img.png) no-repeat;
}
.block-dieutri-title{
	display: inline-block;
	position: relative;
	background: #20875a;
	padding: 5px 10px;
	font-size: 18px;
	color: #fff;
}
.block-dieutri-title:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: -15px;
	top: 0;
	border-top: 17.5px solid transparent;
	border-bottom: 17.5px solid transparent;
	border-left:15px solid #20875a;
}
.block-dieutri-list{
	padding-left: 0;
	list-style: none;
}
.block-dieutri-list li{
	padding: 3px 0 3px 15px;
	position: relative;
}
.block-dieutri-list li:before{
	content:'';
	display: block;
	width: 7px;
	height: 14px;
	background: url(../images/icon-list.png) no-repeat;
	position: absolute;
	left: 0;
	top: 6px;
}
/**
* Lý do
*/
.block-lydo .block-heading{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'UTM HelvetIns', 'HelvetIns';
	font-size: 24px;
	font-weight: 400;
	padding-bottom: 25px;
	margin-bottom: 15px;
	text-align: center;
}
.block-lydo .block-heading span{
	font-size: 30px;
	text-transform: uppercase;
	color: #008362;
}
.box-lydo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	border-radius: 17px;
	padding: 10px 15px;
	background: #daf4e8;
}
.box-lydo img{
	width: 115px;
}
.box-lydo span{
	width: calc(100% - 130px);
}
.box-lydo:nth-child(even){
	background: #efefef;
	text-align: right;
	flex-direction: row-reverse;
}


/**
* bảng giá
*/
.s-banggia {	
	padding: 30px 0;
}
.block-banggia .block-heading{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'UTM HelvetIns', 'HelvetIns';
	font-weight: 400;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.block-banggia p{
	text-align: justify;
}
.block-banggia b{
	color: #f11313;
}
.block-banggia .note.d-flex {
	gap: 10px;
}
.block-banggia .note {
	font-style: italic;
}

.pfixbot-buttons {
	display: flex;
	justify-content: center;
	gap: 2px;
	padding: 0 2px;
}
.pfixbot-buttons a {
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 10px;
}
.pfixbot-buttons a.btn-chat {
	background: #07835c;
}
.pfixbot-buttons a.btn-callto {
	background: #ef3d4a;
}
.pfixbot-buttons a.btn-dathen {
	background: #1f61ac;
}

@media screen and (max-width: 768px) {
	h2.block-heading {
		font-size: 26px;
	}	
}