:root{
    --main-cl: #4EB8AF;
    --sub-cl: #2A2F39;
    --third-cl: #FE7701;
    --container-w: 73.4375rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    font-family: Montserrat;
    overflow-x: hidden;
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.679rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
/*__________________________________________________________*/
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: var(--container-w);
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}

/*----------------------------------------------------------*/
.w_full {
    width: 100%;
}
p {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.3;
}
.zoom_in .box_img,
.zoom_in {
    overflow: hidden;
}
.zoom_in img {
    transform: scale(1);
    transition: .4s all;
}
.zoom_in:hover img {
    transform: scale(1.1);
}
.heading_0 {
    font-size: 2.34375rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--sub-cl);
    margin-bottom: 1rem;
}
a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
    width: fit-content;
    min-width: 10rem;
    background-color: var(--main-cl);
    padding: 0.471rem 1rem;
    color: #fff;
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    border-radius: 5.208rem;
    transition: .4s all;
    margin-top: 1.667rem;
    border: 1.5px solid transparent;
}
.btn.style_0 path,
.btn.style_0 {
    background-color: var(--main-cl);
    transition: .4s all;
}
.btn.style_0:hover {
    background-color: #fff;
    border: 1.5px solid var(--main-cl);
    color: var(--main-cl);
}
.btn.style_0:hover path {
    stroke: var(--main-cl);
}
.btn.style_1 path,
.btn.style_1 {
    background-color: var(--third-cl);
    transition: .4s all;
}
.btn.style_1:hover {
    background-color: #fff;
    border: 1.5px solid var(--third-cl);
    color: var(--third-cl);
}
.btn.style_1:hover path {
    stroke: var(--third-cl);
}
.col {
    padding-right: 0;
    padding-left: 0;
}
.navigation_slide .custom_prev,
.navigation_slide .custom_next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    transition: .4s all;
}
.navigation_slide .custom_prev:hover,
.navigation_slide .custom_next:hover {
    background-color: var(--main-cl);
}
.navigation_slide .custom_next {
    right: 0;
    margin-right: -4rem;
}
.navigation_slide .custom_prev {
    left: 0;
    margin-left: -4rem;
}
.navigation_slide .custom_prev svg,
.navigation_slide .custom_next svg,
.navigation_slide .custom_next g,
.navigation_slide .custom_prev g,
.navigation_slide .custom_next rect,
.navigation_slide .custom_prev rect {
    transition: .4s all;
}
.navigation_slide .custom_next:hover rect,
.navigation_slide .custom_prev:hover rect,
.navigation_slide .custom_next:hover g,
.navigation_slide .custom_prev:hover g {
    fill: var(--main-cl);
}
.navigation_slide .custom_next:hover path,
.navigation_slide .custom_prev:hover path {
    stroke: #fff;
}
.pagination {
    display: none;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--third-cl);
}
.text_highlight h1,
.text_highlight h2,
.text_highlight h3,
.text_highlight h4,
.text_highlight h5,
.text_highlight h6,
.text_highlight p,
.text_highlight a,
.text_highlight li a,
.text_highlight {
    color: #fff;
}

/*popup-cutom*/
.popup_custom_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
}
.popup_custom_container .popup_custom_inner {
    position: relative;
    width: 35.677rem;
    height: 41.40625rem;
}
.popup_custom_inner img {
    border-radius: 1.042rem;
}
.popup_custom_container .btn_form_parent {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
}
.popup_custom_container .btn_form_parent .btn {
    min-width: 15rem !important;
}
.popup_regimen_child .btn_close_child,
.popup_custom_container .btn_close_parent {
    top: -3rem;
    right: -6rem;
    z-index: 1;
}

/*top-header*/
#top_header {
    background-color: #F6FFFE;
    padding: 0.625rem 0;
}
/*header-main*/
#masthead ul.header-nav-main {
    gap: 1.667rem;
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: #5B5B5B;
}
#masthead .nav>li>a {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 3rem !important;
}
#masthead .nav>li {
    margin: 0;
}
li.header-search>a,
.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
    color: var(--main-cl);
}
/*footer*/
#footer {
    background-image: linear-gradient(87.81deg, #3FD3C7 5.72%, #4EB8AF 102.22%);
}
#footer .top_footer {
    padding-top: 3.542rem;
}
#footer .box_logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 1.302rem;
    margin-bottom: 1.302rem;
}
#footer span.title_footer {
    display: block;
    font-size: 1.042rem;
    font-weight: 900;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 0.833rem;
}
#footer li a,
#footer p {
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0.3rem;
    transition: .4s all;
}
#footer strong {
    font-weight: 700;
}
#footer .info_contact {
    padding-right: 6.25rem;
}
#footer li {
    margin-bottom: 0.2rem;
}
#footer .policy a:hover,
#footer li a:hover {
    color: var(--third-cl);
}
#footer .socials {
    margin-bottom: 2.083rem;
}
#footer .socials .inner {
    gap: 0.521rem;
}
#footer .fanpage img {
    width: 12.34375rem;
    height: 100%;
    border-radius: 0.521rem;
}
#footer .form_footer span.title_footer {
    margin-bottom: 0.2rem !important;
}
.form_footer .desc {
    display: block;
    font-size: 0.78125rem;
    margin-top: -0.2rem;
}
.custom_input_footer {
    margin-top: 0.885rem;
}
.form_footer .custom_input.style_2 input {
    height: 2.292rem;
    border-radius: 5.208rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 0 1.042rem;
    background-color: transparent;
    margin-bottom: 0.833rem !important;
}
.form_footer .custom_input.style_2 input::placeholder {
    font-size: 0.833rem;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}
.form_footer .custom_input.style_2 input:focus {
    border: 1px solid rgba(255, 255, 255, 1);
}
.custom_input_footer input[type=submit] {
    height: 2.5rem !important;
    font-size: 0.833rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-transform: initial !important;
    background-color: var(--third-cl) !important;
    border-radius: 5.208rem !important;
}
.custom_input_footer .submit_custom {
    background-color: unset !important;
}
.custom_input_footer svg {
    width: 1.458rem !important;
    right: 4rem !important;
}
.form_footer .wpcf7-response-output,
.custom_input.style_2 .wpcf7-not-valid-tip {
    font-size: 0.7rem !important;
}
#footer .bottom_footer {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 1.979rem;
    padding-top: 0.9375rem;
    padding-bottom: 1rem;
}
#footer .policy a,
#footer .copy_right,
#footer .license {
    font-size: 0.78125rem;
    font-weight: 400;
    line-height: 1.3;
}
#footer .policy a {
    font-weight: 700;
    transition: .4s all;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}
/*contact-fixed*/
.contacts_fixed {
    position: fixed;
    bottom: 15%;
    right: 1.667rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 99;
}
.contacts_fixed a {
    border-radius: 100px;
    overflow: hidden;
}
.contacts_fixed img {
    width: 3rem;
    height: 3rem;
    background-color: var(--main-cl);
    padding: 0.8rem;
}
.contacts_fixed>a:nth-child(2) img,
.contacts_fixed>a:nth-child(3) img {
    background-color: #018CFE !important;
}
.contacts_fixed>a:nth-child(4) img {
    background-color: red !important;
}
.form_register form {
    margin: 0 !important;
}
.form_register {
    width: 26.042rem;
    background: linear-gradient(157deg, rgba(176, 235, 236, 1) 11%, rgba(255, 255, 255, 1) 91%);
    padding: 1.042rem 1.042rem 2.34375rem 1.042rem;
    border-radius: 2.083rem;
    overflow: unset;
}
.form_register .heading_0 {
    font-weight: 700;
    background: linear-gradient(157deg, rgba(31, 195, 190, 1) 0%, rgba(45, 167, 185, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1.3rem 0 0.521rem;
}
.form_register p {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: var(--sub-cl);
}
.form_register .custom_input.style_3 select,
.form_register .custom_input.style_3 input {
    width: 100% !important;
    height: 3rem;
    border: 1px solid #9ca2a7 !important;
    background: transparent !important;
    border-radius: 0.78125rem !important;
    padding: 0 1.042rem;
}
.form_register .custom_input.style_3 input {
    margin-bottom: 1rem !important;
}
.form_register .fancybox-button {
    background-color: #fff;
    border-radius: 100%;
    top: -2rem;
    right: -3rem;
    padding: 8px;
}
.submit_custom.style_3 {
    position: relative;
}
.submit_custom.style_3 input[type="submit"] {
    margin: 0;
    width: 100%;
    background-image: linear-gradient(90deg, rgba(255, 186, 77, 1) 0%, rgba(255, 157, 1, 1) 100%);
    font-size: 1.042rem;
    padding: 0.417rem 2.083rem;
    border-radius: 0.78125rem;
}
.submit_custom.style_3 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*home*/
.home_2 {
    position: relative;
    z-index: 1;
    padding-bottom: 2rem;
}
.home_2 .graphic_1 {
    top: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
}
.home_2 .graphic_2 {
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}
.banner_hero .pagination {
    display: none;
}
.custom_input_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 5.208rem;
    background-color: #fff;
    box-shadow: 0 4px 50px 0 #0000000D;
    padding: 0 0 0 2.604rem;
    margin-top: -2rem;
    z-index: 1;
}
.custom_input_wrapper label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    margin: 0;
}
.custom_input_wrapper .custom_input {
    position: relative;
}
.custom_input_wrapper .custom_input:not(:nth-child(3)) {
    border-right: 1px solid #F2F2F2;
    margin-right: 1.667rem;
}
.custom_input.style_1 .wpcf7-not-valid-tip,
.custom_radio .wpcf7-not-valid-tip,
.custom_input_wrapper .wpcf7-not-valid-tip {
    position: absolute;
    top: -100%;
    left: 0;
    transform: translateY(-100%);
    font-size: 0.8rem;
    margin-right: 0.5rem;
}
.custom_radio .wpcf7-not-valid-tip:after,
.request_form .wpcf7 .wpcf7-not-valid-tip:after {
    top: 100%;
    transform: rotate(180deg);
}
.request_form .wpcf7-response-output {
    text-align: center;
}
.custom_input input {
    height: 1.5625rem;
    border: none;
    box-shadow: none;
    margin: 0 !important;
    padding-left: 0;
}
.custom_input input:focus {
    border: none;
    box-shadow: none;
}
.custom_input input::placeholder {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--sub-cl);
    opacity: 0.5;
}
.custom_input_footer input[type=submit],
.custom_input_wrapper input[type=submit] {
    margin: 0;
    width: 100%;
    height: 4rem;
    background: transparent;
    padding-right: 4.167rem;
    font-size: 0.9375rem;
    font-weight: 800;
    line-height: 1.5;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    transition: .4s all;
    box-shadow: none;
}
.custom_input_wrapper input[type=submit]:hover {
    box-shadow: none;
    background-color: var(--third-cl);
}
.custom_input_footer .submit_custom,
.custom_input_wrapper .submit_custom {
    display: flex;
    align-items: center;
    background-color: var(--main-cl);
    position: relative;
    height: 100%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.custom_input_footer .submit_custom .wpcf7-spinner,
.custom_input_wrapper .submit_custom .wpcf7-spinner {
    position: absolute;
    left: 50%;
    transform: translateX(-100%);
}
.custom_input_footer .submit_custom svg,
.custom_input_wrapper .submit_custom svg {
    width: 2.7rem;
    height: auto;
    position: absolute;
    right: 0.521rem;
}

.service_highlight {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.083rem;
}
.service_highlight .item {
    display: flex;
    flex-direction: column;
    height: 30.833rem;
    padding: 1.458rem 1.042rem;
    border-radius: 1.042rem;
    box-shadow: 0 4px 30px 0 #0000000D;
    background-color: #fff;
}
.service_highlight .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
}
.service_highlight .box_img svg {
    position: absolute;
    bottom: 0.521rem;
    right: 0.521rem;
    opacity: 0;
    transition: .5s all;
}
.service_highlight .item:hover svg {
    opacity: 1;
}
.service_highlight h2 {
    font-size: 1.302rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--main-cl);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex-shrink: 0;
    margin-bottom: 1.2rem;
}
.service_highlight p {
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: justify;
    color: #333;
}
.service_highlight .content {
    max-height: 0;
    /*overflow: hidden;*/
    padding-right: 1.042rem;
    transition: .4s all;
    overflow: auto;
}
.service_highlight .item:hover .content {
    max-height: 6.9rem;
}
.service_highlight .content::-webkit-scrollbar {
    width: 2px;
    background-color: #cedbff;
}
.service_highlight .content::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.service_highlight .box_img {
    flex-grow: 1;
    transition: .4s all;
    overflow: hidden;
    border-radius: 1.042rem;
}
.service_highlight .item:hover .box_img {
    /*flex-shrink: 0;*/
    height: 15rem;
}

.treatment_regimen {
    margin: 0 -4rem;
    gap: 5px;
}
.treatment_regimen .item {
    border-radius: 1.042rem;
    overflow: hidden;
}
.treatment_regimen .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
}
.treatment_regimen .heading {
    top: 0;
    left: 0;
    margin: 2.292rem 2.083rem;
    z-index: 2;
}
.treatment_regimen h2 {
    font-size: 1.823rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}
.treatment_regimen p {
    color: #fff;
}

.home_3.bg_img {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.083rem 0;
    margin-top: 2rem;
}
.home_3 .group_content p,
.home_3 .group_content .heading_0 {
    color: #fff !important;
}
.box_effective_wrapper {
    margin-top: 3.125rem;
}

.effective .item {
    width: calc(100% / 3);
}
.effective .item:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 2.083rem;
    margin: 0 2.083rem;
}
.effective img {
    margin-bottom: 0.521rem;
    transition: .4s all;
}
.effective .item:hover img {
    transform: rotateY(360deg);
}
.counter_effective>*,
.effective .content>* {
    color: #fff;
}
.counter_effective {
    background-image: linear-gradient(90deg, #4EB8AF 0%, #7BDFD7 49.89%, #4EB8AF 100%);
    border-radius: 1.042rem;
    padding: 1.4rem 3.125rem;
    margin-top: 2.708rem;
}
.counter_effective .item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.65);
    margin-right: 2.8125rem;
    padding-right: 2.8125rem;
}
.counter_effective .number span.counter {
    font-size: 2.604rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}
.counter_effective .sign {
    font-weight: 900;
    color: #fff;
}
.home_4 {
    padding: 1.5rem 0;
}
.team_of_doctor {
    margin-top: 1.146rem;
}
.team_of_doctor .item {
    height: 100%;
    background-image: url(../images/bg_team_doctor.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 1.042rem;
    padding: 1.979rem 0;
}
.team_of_doctor .inner_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.team_of_doctor .inner_content.zoom_in:hover img {
    transform: scale(1.05);
}
.team_of_doctor .name {
    width: 100%;
    background-image: linear-gradient(270.68deg, rgba(183, 239, 235, 0.025) 0.59%, rgba(183, 239, 235, 0.25) 27.48%, rgba(183, 239, 235, 0.25) 78.37%, rgba(183, 239, 235, 0.025) 99.41%);
    backdrop-filter: blur(14.5px);
    padding: 0.729rem 0.417rem 0.521rem;
}
.team_of_doctor .name h3 {
    font-size: 1.042rem;
    font-weight: 800;
    line-height: 1.4;
}
.team_of_doctor .vote_wrapper .index,
.team_of_doctor .experience {
    font-size: 0.833rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0.9375rem 1rem 0.521rem;
}
.team_of_doctor .vote_wrapper span {
    display: inline-block;
    width: 1.042rem;
    height: 1.042rem;
    background-color: #FBE774;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    margin-right: 0.3rem;
}
.team_of_doctor .vote_wrapper .index {
    font-weight: 500;
    margin: 0 0 0 0.5rem;
}
.home_5 {
    padding: 1.5rem 0 0;
    background-image: linear-gradient(191.07deg, rgba(78, 184, 175, 0.2) 8.18%, rgba(78, 184, 175, 0) 31.82%);
}
.box_story_customer .item img,
.box_video .item img {
    border-radius: 1.042rem;
    overflow: hidden;
}
.box_story_customer .thumb_video:before,
.box_video .thumb_video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #d9d9d900, #d9d9d900),
    linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background-blend-mode: overlay;
    transition: opacity 0.4s ease;
    opacity: 1;
    border-radius: 1.042rem;
}
.box_video .swiper-wrapper {
    padding: 1.4rem 0;
}
.box_video .swiper-slide.swiper-slide-active .thumb_video:before {
    opacity: .6;
}
.box_video .swiper-slide {
    transform: scale(.8) translateY(0rem);
    transition: .6s all;
}
.box_video .swiper-slide.swiper-slide-active {
    position: relative;
    transform: scale(1.2) translateY(0rem);
    z-index: 2;
}
.box_story_customer .thumb_video svg,
.box_video .thumb_video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box_story_customer svg,
.box_story_customer path,
.box_video svg,
.box_video path {
    transition: .4s all;
}
.box_story_customer .swiper-slide svg {
    opacity: 0;
}
.box_story_customer .swiper-slide.swiper-slide-active svg {
    width: 3rem;
    opacity: 1;
}
.box_video svg {
    width: 4rem;
}
.box_story_customer .item:hover svg {
    width: 2rem;
}
.box_video .item:hover svg {
    width: 3rem;
}
.box_story_customer .item:hover g path:nth-child(1),
.box_video .item:hover g path:nth-child(1) {
    fill: #757575;
}
.box_video .navigation_slide .custom_next,
.box_video .navigation_slide .custom_prev {
    margin: 0;
}
.box_reason {
    margin-top: 1.5625rem;
}
.box_story_customer .thumb_video:before {
    background-color: #00000033;
    background-image: unset;
}
.box_story_customer .swiper-wrapper {
    padding: 6.25rem 0;
}
.box_story_customer .swiper-slide {
    transform: scale(1) translateY(1rem);
    border-radius: 0.5rem;
    overflow: hidden;
    transition: .7s all;
}
.box_story_customer .swiper-slide.swiper-slide-active {
    position: relative;
    transform: scale(1.9) translateY(1rem);
    z-index: 2;
}
.box_story_customer .item {
    position: relative;
    padding-bottom: 10%;
    cursor: pointer;
}

.home_8 {
    background-image: linear-gradient(100.16deg, #3DC8BC 0.08%, #68DAD0 46.78%, #D0F1EE 99.92%);
    padding: 1.6rem 0;
}
.home_8 .col {
    padding-bottom: 0;
}
.box_compare_wrapper .box_content {
    width: 40%;
    padding-right: 4.583rem;
    margin-top: -7rem;
}
.box_compare_wrapper .compare_container {
    width: 60%;
}
.box_compare_wrapper .compare_inner {
    border-radius: 1.042rem;
    border: 8px solid #FFFFFF;
    overflow: hidden;
}
.box_compare_wrapper .hint {
    width: fit-content;
    min-width: 3rem;
    font-size: 0.833rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    padding: 0.208rem 1.25rem;
    background-color: var(--third-cl);
    border-radius: 3.125rem;
    margin: 1.354rem auto 0;
}
.box_compare_wrapper strong {
    font-size: 1.823rem;
    font-weight: 700;
    line-height: 1.5;
}
.compare_container .image_slide {
    height: 28.125rem;
}
.compare_container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.twentytwenty-overlay:hover {
    background: unset;
}
.twentytwenty-after-label,
.twentytwenty-before-label {
    display: none;
}
.before_label,
.after_label {
    position: absolute;
    bottom: 1.25rem;
    z-index: 20;
    font-size: 1.042rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    padding: 4px 28px;
    min-width: 3rem;
    background-color: var(--main-cl);
    border-radius: 0.521rem;
}
.before_label {
    left: 1.25rem;
}
.after_label {
    right: 1.25rem;
}
.twentytwenty-handle {
    background-color: #fff;
}
.twentytwenty-left-arrow {
    border-right: 0.3125rem solid var(--main-cl);
}
.twentytwenty-right-arrow {
    border-left: 0.3125rem solid var(--main-cl);
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 0.417rem;
    margin-left: -3.5px;
}
.box_compare .navigation_slide .custom_prev {
    margin-left: -6rem;
}
.box_compare .navigation_slide .custom_next {
    margin-right: -6rem;
}
.box_compare_thumb {
    position: absolute;
    bottom: 5.125rem;
    left: 0;
    width: 10%;
}
.box_compare_thumb .swiper-slide img {
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    border: 4px solid #fff;
    transition: .4s all;
}
.box_compare_thumb .swiper-slide.swiper-slide-thumb-active img {
    border: 4px solid var(--third-cl);
}
.home_9 {
    padding: 2.083rem 0;
}
.form_request {
    background-image: linear-gradient(90deg, #A2E7E2 30.04%, #B7EBE7 100%);
    border-radius: 1.042rem;
    overflow: hidden;
    height: 100%;
}
.form_request .box_img {
    height: 100%;
}
.form_request .box_img img {
    border-radius: 1.042rem;
    object-fit: cover;
    height: 100%;
}
.form_request>* {
    width: 50%;
}
.form_request_inner {
    margin-top: 4.479rem;
    padding: 0 2.5rem 0 3.4rem;
}
.form_request .group_content p {
    font-weight: 400;
    color: #333;
}
.custom_radio {
    position: relative;
    margin-bottom: 1.25rem;
}
.custom_radio label,
.custom_radio input[type="radio"],
.custom_radio span.wpcf7-list-item {
    margin: 0;
}
.custom_radio span.radio_item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 0.885rem;
    column-gap: 3.333rem;
}
.custom_radio .wpcf7-list-item-label {
    font-size: 0.78125rem;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    margin-left: 0.6rem;
}
.custom_radio .wpcf7-list-item {
    min-width: 7.8rem;
}
.custom_radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.custom_radio input[type="radio"] {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    appearance: none;
    border: 1px solid var(--sub-cl);
    border-radius: 100%;
    cursor: pointer;
}
.custom_radio input[type="radio"]:checked {
    border-color: var(--third-cl);
}
.custom_radio input[type="radio"]:checked::before {
    content: '';
    width: 0.625rem;
    height: 0.625rem;
    background-color: orange;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom_radio .wpcf7-not-valid-tip {
    background-color: #fff;
    opacity: 1;
    top: 0;
    transform: translateY(-100%);
}
.custom_input.style_1 label {
    font-size: 0.833rem;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}
.custom_input.style_1 span {
    color: red;
}
.custom_input.style_1 input,.custom_input.style_1 textarea {
    height: 2.292rem;
    border-radius: 5.208rem;
    border: 1px solid var(--main-cl);
    padding: 1.042rem;
    margin-top: 6px !important;
}
.custom_input.style_1 input::placeholder {
    font-size: 0.78125rem;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(51, 51, 51, 0.7);
}
.custom_input.style_1 input:focus {
    border: 1px solid var(--third-cl);
}
.custom_input.style_1 .wpcf7-not-valid-tip {
    top: unset;
    bottom: 0;
    transform: translateY(80%);
    background-color: #fff;
    opacity: 1;
}
.form_request_inner .flex {
    gap: 1.042rem;
    margin-top: 0.885rem;
}
.submit_custom.style_1 {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 2rem;
}
.submit_custom.style_1 input {
    width: 100%;
    height: 2.5rem;
    margin: 0;
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 5.208rem;
    padding-right: 2.604rem;
    background-color: var(--third-cl);
    text-transform: inherit;
}
.submit_custom.style_1 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.submit_custom.style_1 svg {
    position: absolute;
    right: 27%;
}
.box_news .item {
    background-color: #fff;
    padding: 1.25rem 1.25rem 1.667rem;
    border-radius: 1.042rem;
    box-shadow: 0 0 .2rem transparent;
    transition: .5s all;
}
.box_news .box_img {
    border-radius: 1.042rem;
    margin-bottom: 1.042rem;
    height: 13rem;
}
.box_news .category {
    top: 0.78125rem;
    left: 0.729rem;
    min-width: 2rem;
    font-size: 0.729rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    padding: 0.208rem 0.729rem;
    background-color: var(--main-cl);
    border-radius: 5.208rem;
}
.box_news .date {
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    margin-bottom: 0.417rem;
    display: flex;
    align-items: center;
}
.box_news h3 {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box_news p {
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box_news .looks,
.box_news .likes,
.box_news .share {
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    margin-right: 1rem;
}
.box_news .looks svg,
.box_news .likes svg,
.box_news .share svg {
    margin-right: 0.2rem;
}
.box_facilities {
    margin: 0 4.479rem;
    height: 37.5rem;
    border-radius: 1.042rem;
    overflow: hidden;
}
.box_facilities:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.78%, rgba(0, 0, 0, 0.6) 77.11%);
    z-index: 3;
}
.box_facilities .box_img .img_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.042rem;
    transition: opacity 0.5s ease, z-index 0s 0.5s;
    z-index: 1;
    opacity: 0;
}
.box_facilities .box_img .img_item.active {
    z-index: 2;
    opacity: 1;
    transition: opacity 0.5s ease, z-index 0s;
}
.box_facilities .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_facilities .box_content {
    display: flex;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0 3rem;
    z-index: 3;
}
.box_facilities .item>.content_pc {
    position: relative;
    bottom: -12%;
    transition: .4s all;
}
.box_facilities .item.active>.content_pc {
    bottom: 0;
}
.box_facilities .item>.content_pc .content {
    opacity: 0;
    transition: .4s all;
}
.box_facilities .item.active>.content_pc .content {
    opacity: 1;
}
.box_facilities .content {
    max-width: 23rem;
}
.box_facilities .box_content .item p {
    height: 3.846rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    opacity: 0;
    transition: opacity 0.2s ease-in;
}
.box_facilities .box_content .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: .4s all;
    flex: 1;
    padding-bottom: 2rem;
}
.box_facilities .box_content .item.active {
    flex: 2;
}
.box_facilities .box_content .item.active p {
    opacity: 1;
    transition: opacity .4s ease-out;
}
.box_facilities .box_content .item:not(:last-child):before {
    content: '';
    position: absolute;
    bottom: -92px;
    right: 0;
    width: 1px;
    height: 1000px;
    background-color: #FFFFFF66;
}
.box_facilities .box_content .item:not(:last-child) {
    padding-right: 2rem;
    margin-right: 2rem;
}
.box_facilities .box_content h2 {
    font-size: 1.146rem;
    font-weight: 700;
    line-height: 1.5;
}
.home_10 {
    background-image: linear-gradient(
            180deg,
            rgba(51, 215, 233, 0.1) 0%,
            rgba(51, 215, 233, 0.1) 67.42%,
            rgba(51, 215, 233, 0) 100%
    );
    padding: 2rem 0;
}
.home_10 .group_content {
}

/*load page*/
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}
div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}
div.load_home_page.complete .mask {
    background-color: transparent;
}
div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--main-cl);
    /*backdrop-filter: blur(40px);*/
}
div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}
div.load_home_page .mask span:nth-child(1) {
    top: 0;
}
div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}
div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}
div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}
div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}
.load_home_page.complete {
    visibility: hidden;
}
div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .3s;
}
@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 320px;
    }
}
@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 240px;
    }
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.path-2{
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
}
.load_home_page.complete img.logo_center{
    opacity: 0;
}
.inner_filter+.inner_filter {
    margin-top: 2rem;
}

#logo {
    width: auto !important;
}
#logo img {height: 2.5rem;}

.request_form form {
    margin-bottom: 1rem;
}

.gallery-columns-1 .gallery-item, .large-12, .large-columns-1 .flickity-slider>.col, .large-columns-1>.col {
    padding-bottom: 0;
}

.treatment_regimen_wrapper {
    margin-top: 0;
}

.treatment_regimen_wrapper a.btn.style_1 {
    margin-top: 2rem;
}

.service_highlight  a.btn {
    margin-top: 1rem;
}

.home_4  a.btn.style_1 {
    margin-top: 1.5rem;
}

.box_video_wrapper {
    margin-bottom: 1.7rem;
}

section.home_6 {
    padding: 1.3rem 0;
}
.header-main {
    height: 4.5rem;
}
.box_facilities_wrapper p:last-child {
    margin: 0;
}

.box_facilities {
    margin-top: 1.8rem;
}

.slide_video {
    margin-top: 1.5rem;
}
.home_10 a.btn.style_1 {
    margin-top: 2rem;
}


/*ABOUT CSS*/

section.banner_page img {
    display: block;
    width: 100%;
}

nav.breadcrumb ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

nav.breadcrumb ul * {
    font-size: 0.7rem;
    color: rgba(51, 51, 51, 0.40);
    font-style: unset;
    font-weight: 400;
}

span.divider svg {
    display: block;
}

nav.breadcrumb ul li {
    margin: 0;
}

nav.breadcrumb ul span.divider {
    margin: 0 0.4rem;
}

nav.breadcrumb ul li.title_single * {
    color: #4EB8AF;
}

section.breadcrumbs {
    margin-top: 1.75rem;
}

section.about_sec_2 {
    padding: 1.75rem 0;
}

.content {
    line-height: 1.3;
    font-size: 0.85rem;
    font-weight: 400;
}

.content p {
    line-height: 1.6;
    font-size: 0.85rem;
    font-weight: 400;
}

.content ul {
    margin-left: 1rem;
}

.content ul li {
    margin-bottom: .5rem;
}

blockquote {
    border: none;
    padding: 0;
    color: #4EB8AF;
    font-size: 1.4rem;
    font-weight: 600;
    font-style: unset;
}

.content blockquote p {
    font-size: 1.4rem;
    font-weight: 600;
}

.about_sec_2_img img {
    max-width: 43rem;
    float: left;
}

.video_box {
    height: 33rem;
    position: relative;
    background: #000;
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
}

.video_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
}

.video_box .wrap_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
}

.video_box .wrap_icon .box_content {
    position: absolute;
    max-width: 25rem;
    width: 25rem;
    left: 50%;
    transform: translate(-50%, 100%);
    bottom: 0;
    color: #fff;
    z-index: 10;
    text-align: center;
    padding-top: 1.5rem;
}

.icon_play {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    border: 1px solid #fff;
}
@keyframes pulse-border {
    0% {
        transform: translateZ(0) scale(1);
        opacity: 1;
    }
    50% {
        transform:translateZ(0) scale(1.5);
        opacity: 0;
    }
    100% {
        transform: translateZ(0) scale(1);
        opacity: 1;
    }
}
.icon_play:before {
    border-radius: 50%;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    animation: pulse-border 2000ms ease-out infinite;
}

.about_sec_2_img {
    padding-left: 4rem;
}

.video_box .wrap_icon .box_content h3 {
    color: #fff;
    margin-bottom: 0rem;
    font-size: 1.2rem;
}

.video_box .wrap_icon span {
    font-size: 1rem;
}

.wrap_video_ht {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-84%);
    z-index: 20;
}

.wrap_video {
    position: relative;
}

section.about_sec_4 {
    padding: 1.75rem 0;
    position: relative;
}

.about_sec_4_items .item {
    display: flex;
}

.about_sec_4_items .item .icon {
    width: 3.2rem;
    flex: 0 0 auto;
    margin-right: 1.5rem;
}

.about_sec_4_items .item + .item {
    margin-top: 2.25rem;
}

.about_sec_4_items .item h3 {
    color: #4EB8AF;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}
.about_sec_4_img img {
    width: calc(100% + calc(100vw - 74rem)/2);););
    max-width: unset;
    display: block;
}

section.about_sec_4:before,section.about_sec_4:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    background: linear-gradient(182deg, #fff 20%, rgba(255, 255, 255, 0.00) 67.97%);
    z-index: 9;
}

section.about_sec_4:after {
    background: linear-gradient(0deg, #FFF 20%, rgba(255, 255, 255, 0.00) 67.97%);
    top: unset;
    bottom: 0;
    height: 15rem;
}

.about_sec_4 .col.large-5.medium-5 {
    position: relative;
    z-index: 10;
}

section.about_sec_5 {
    padding: 1.75rem 0;
}

.about_sec_5_items {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.about_sec_5_items .item {
    max-width: 19rem;
    width: 100%;
    margin: 0;
}

.about_sec_5_items .item .icon {
    height: 5.5rem;
    display: inline-flex;
    justify-content: center;
    border-bottom: 0.15rem solid #4EB8AF;
    margin-bottom: 1.5rem;
}

.about_sec_5_items .item .icon img {
    max-height: 4rem;
    width: auto;
    height: auto;
}

.about_sec_5_items .item h3 {
    color: #4EB8AF;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.about_sec_5_items .item .content {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

section.about_sec_6 {
    padding-bottom: 1.75rem;
}

.slider_process {
    margin-left: calc(calc(100vw - 74rem)/2);
}

.slider_process .box_img {
    height: 12.9rem;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.slider_process .box_img img {
    width: 100%;
    height: 100%;];
    object-fit: cover;
}

.slider_process .item {
    padding-right: 2.5rem;
}

.slider_process .item h3 {
    font-size: 2.25rem;
    color: #4EB8AF;
    font-weight: 600;
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.75rem;
    line-height: 1;
    position: relative;
}

.slider_process .item h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% + 2.5rem);
    background: #C1DDD4;
    Selection colors
    Hex

    #C1DDD4;
    height: 1px;
}

.slider_process .item h3:after {
    width: 0.65rem;
    height: 0.65rem;
    background: #4EB8AF;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    border-radius: 50%;
}

.about_sec_6  a.btn.style_1 {
    margin-top: 2.5rem;
}

.about_sec_6_2 .graphic_2.absolute {display: none;}

.about_sec_6_2 .graphic_1.absolute {
    right: unset;
    top: -5rem;
}

.slider_process {
    padding-right: calc(calc(100vw - 74rem) / 2);
}

.wrap_slider {
    position: relative;
}

.about_sec_6 [role="button"] {
    right: calc(calc(100vw - 74rem)/2);
    left: unset;
    margin: 0;
    top: -6rem;
    transform: unset;
    box-shadow: 0rem 0.2rem 1rem 0rem rgba(0, 0, 0, 0.056);
}
.about_sec_6 [role="button"].custom_prev {
    right: calc(calc(100vw - 68rem) / 2);
}

.about_sec_7_box {
    border-radius: 1rem;
    background: rgba(78, 184, 175, 0.10);
    display: flex;
    align-items: center;
    padding: 4.25rem 4.5rem;
    margin-top: 4rem;
}

.about_sec_7_box .wrap_content {
    max-width: 30rem;
}

.about_sec_7_box .box_img {
    position: absolute;
    right: 2rem;
    bottom: 0;
    width: 28rem;
}

.about_sec_7_box ul.list_link {
    list-style: none;
    margin: 0;
    display: flex;
}

.about_sec_7_box ul.list_link li {
    margin: 0;
}

.about_sec_7_box ul.list_link li + li {
    margin-left: 1.5rem;
}

.about_sec_7_box .box_img:before {
    width: 32.1rem;
    height: 32.1rem;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_sec_7_box .box_img img {
    position: relative;
    z-index: 2;
}

.about_sec_7_box .wrap_content li {
    margin-bottom: 1.25rem;
}

.about_sec_7_box .wrap_content .content {
    margin-top: 2rem;
}

.about_sec_8 {
    padding: 2.5rem 0 1.5rem;
}

.content_about_sec_8 {
    max-width: 16.75rem;
}

.page-template-about .col {padding-bottom: 0;}

.slider_partner .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.65rem;
    border-radius: 1rem;
    background: #FFF;
    box-shadow: 0.15rem 0.2rem 0.5rem 0rem rgba(0, 0, 0, 0.05);
    margin: 0.6rem;
    position: relative;
}
.slider_partner .item img {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}

.slider_partner {
    margin-top: -1rem;
}

.slider_partner .pagination {
    display: flex;
    position: unset;
    transform: unset !important;!i;!;
    justify-content: center;
    width: 100% !important;
    margin-top: 1rem;
}

.slider_partner .pagination span {
    transform: scale(1);
}

.about_sec_9 {
    padding: 1.75rem 0 0;
    background: linear-gradient(0deg, #EEF8F7 0%, rgba(238, 248, 247, 0.30) 40.5%, #EEF8F7 100%);
    Selection colors
    Hex;
}
.item_post {
    position: relative;
}

.item_post .logo {
    display: flex;
    justify-content: center;
    height: 2.3rem;
    margin-bottom: 0.9rem;
}

.item_post .logo img {
    width: auto;
    height: auto;
}

.item_post {
    border-radius: 1rem;
    background: #FFF;
    box-shadow: -1px 0.2rem 0.75rem 0rem rgba(0, 0, 0, 0.05);
    margin: 1rem 2.1rem !important;
    padding: 1rem 1.5rem 2.25rem;
    cursor: pointer;
    transform: translateY(0);
    transition: 1s all;
}

.item_post .content {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}
.item_post .box_img {
    position: relative;
    height: 10.15rem;
    border-radius: 1rem;
    overflow: hidden;
}

.item_post .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_post {
    margin: 0 -2.1rem;
    padding: 2rem 0 1rem;
}

.about_sec_9   h2.heading_0 + .content {
    max-width: 34rem;
}
.swiper-slide-active .item_post {
    transform: translateY(-2rem);
}
section.product_single_sec_1 {
    padding-top: 1.5rem;
}

.thuong_hieu {
    color: #4EB8AF;
    font-size: 0.8rem;
}

h1.title_product {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

span.ma_san_pham {
    color: #333;
    font-size: 0.8rem;
}

.price {
    font-size: 1.8rem;
    color: #4EB8AF;
}

.price span {
    font-weight: 400;
}

.product_price {
    margin: 0.75rem 0 1.25rem;
}

.list_info_product .item {
    display: flex;
}

.list_info_product .item .title {
    width: 10rem;
    flex: 0 0 auto;
    font-size: 0.85rem;
    color: #333;
}

.list_info_product .item + .item {
    margin-top: 0.65rem;
}

ul.nav_title_bt {
    list-style: none;
    margin: 0;
    display: flex;
}

ul.nav_title_bt li {
    border-radius: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    font-size: 0.6rem;
    color: #333;
    height: 1.55rem;
    align-items: center;
    display: inline-flex;
    padding: 0 0.75rem;
    cursor: pointer;
}

ul.nav_title_bt li + li {
    margin-left: 0.55rem;
}

ul.nav_title_bt li.active {
    color: #4EB8AF;
    border-color: #4EB8AF;
}

.list_info_product .item .content {
    color: #333;
    font-weight: 600;
}



.san_thuong_mai {
    margin-top: 1rem;
}

.san_thuong_mai ul {
    list-style: none;
    margin: 1rem 0;
    display: flex;
}

.san_thuong_mai ul a {
    height: 2.7rem;
    display: inline-flex;
    align-items: center;
    ju': c';
    ju': c';
    justify-content: center;
    padding: 0 2rem;
    border-radius: 5rem;
}

.san_thuong_mai ul li {
    margin: 0;
}

.san_thuong_mai ul li + li {
    margin-left: 1.5rem;
}

.mySwiper2 .swiper-slide {
    padding-bottom: 100%;
    position: relative;
}

.mySwiper2 .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.mySwiper  img {}

.box_tab_product {
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 2rem 0.75rem;
    max-width: 15rem;
    position: sticky;
    top: 7rem;
}

ul.nav_tabs_product {
    list-style: none;
    margin: 0;
}

ul.nav_tabs_product a {
    padding: 0.5rem 0.85rem;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    width: 100%;
    display: block;
    border-radius: 0.5rem;
    transition: .5s all;
}

ul.nav_tabs_product li {
    margin: 0;
}

ul.nav_tabs_product a.active,ul.nav_tabs_product a:hover {
    background: rgba(78, 184, 175, 0.10);
    Selection colors
    Hex

    #333333;
}

.for_tabs_product .content {
    color: #000;
}

.for_tabs_product  h3,.for_tabs_product  h2,.for_tabs_product  h1 {
    color: #000;
}

.single-product {
    overflow: unset;
}

.single-product .col {
    padding-bottom: 0;
}

section.product_single_sec_2 {
    padding-top: 1.5rem;
}

.product_single_sec_3 {
    padding: 1.5rem 0 0.5rem;
}

.slider_customer .item {
    border-radius: 1rem;
    background: rgba(78, 184, 175, 0.10);
    margin: 0 0.6rem;
    margin-top: 5rem;
    position: relative;
    padding: 4rem 1.5rem 2rem;
    display: block;
    margin-bottom: 1rem;
}

.slider_customer .avatar {
    width: 5.3rem;
    height: 5.3rem;
    background: linear-gradient(0deg, rgba(78, 184, 175, 0.00) 0%, #4EB8AF 100%);
    SVG123456789;
    border-radius: 5rem;
    overflow: hidden;
    padding: 0.45rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider_customer .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5rem;
    overflow: hidden;
}

.slider_customer .item .title {
    font-size: 1rem;
    color: #000;
    display: block;
    margin-bottom: 1rem;
}

.slider_customer .item .content {
    font-size: 0.8rem;
    color: #000;
    height: 4rem;
    overflow: auto;
    padding-right: 0.75rem;
}
.slider_customer .item .content::-webkit-scrollbar {
    width: 1px;
    background-color: #cedbff;
}
.slider_customer .item .content::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.slider_customer {
    margin: 0 -0.6rem;
}

.product_single_sec_4 {
    background: linear-gradient(180deg, rgba(78, 184, 175, 0.10) 0%, rgba(78, 184, 175, 0.00) 100%);
    padding: 1rem 0;
}
.item_product {
    border-radius: 1rem;
    Selection colors
    Hex

    #4EB8AF;
    background: #fff;
    padding: 1.25rem 1.25rem 1.8rem;
    cursor: pointer;
}

.item_product .box_img {
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 1rem;
    overflow: hidden;
}

.item_product .box_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: .5s all;
}

.item_product h3 {
    color: #333;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0.6rem;
    height: 5rem;
}

.item_product .price {
    font-size: 1.1rem;
    display: inline-block;
    width: 100%;
}

.item_product a.btn.style_0 {
    margin-top: 1rem;
    width: 100%;
}

.slider_product .item_product {
    margin: 0 0.6rem;
}

.slider_product {
    margin: 0 -0.6rem;
}

.item_product:hover .box_img img {
    transform: translate(-50%, -50%) scale(.9);
}
.product_single_sec_2  h2.heading_0 {
    font-size: 1.6rem;
}

.mySwiper .item {
    padding-bottom: 100%;
    position: relative;
    border-radius: 0.4rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    opacity: 0.7;
}

.mySwiper .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .swiper-slide {
    padding: 0 0.5rem;
    cursor: pointer;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active .item {
    border: 1px solid #4EB8AF;
    opacity: 1;
}
.box_slider_gallery {
    max-width: 30rem;
}

section.banner_page {
    position: relative;
}
.wrap_product {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.6rem;
}

.wrap_product .item_product {
    width: calc(25% - 1.2rem);
    margin: 0 0.6rem 1.2rem;
    box-shadow: 1px 0.2rem 0.5rem 0rem rgba(0, 0, 0, 0.05);
}

.wrap_banner_qc {
    display: flex;
    margin: 1.75rem -1.75rem 0;
}

.wrap_banner_qc .item {
    position: relative;
    width: calc(50% - 3.5rem);
    margin: 0 1.75rem;
    border-radius: 1rem;
    overflow: hidden;
}

.wrap_banner_qc .item img {
    width: 100%;
    height: auto;
}

section.shop_page {
    padding-top: 1.75rem;
}

.wrap_danh_muc h3 {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    color: var(--Text, #2A2F39);
    margin: 0;
}

.wrap_danh_muc h3 svg {
    display: block;
    width: 1.1rem;
    height: auto;
    margin-right: 0.5rem;
}

.wrap_menu_product ul {
    display: flex;
    overflow: auto;
    padding-bottom: 1rem;
}
.wrap_menu_product ul::-webkit-scrollbar {
    width: 1px;
    background-color: #cedbff;
    height: 1px
}
.wrap_menu_product ul::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.wrap_menu_product ul a {
    padding: 0.7rem 1.55rem !important;
    border-radius: 5rem;
    display: inline-flex;
    background: #EEF8F7;
    border-radius: 5rem;
    font-size: 0.85rem;
    color: #333;
    font-weight: 600;
    transition: .3s all;
}

.wrap_menu_product ul li {
    margin: 0;
    border: none !important;
    flex: 0 0 auto;
}

.wrap_menu_product ul li + li {
    margin-left: 1.5rem;
}

.wrap_menu_product {
    margin-top: 1.25rem;
}

.wrap_menu_product ul li.current-menu-item a,.wrap_menu_product ul a:hover {
    background: #4EB8AF !important;
    Selection colors
    color: #FFF;
    color: #fff;
}

.wrap_nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    Selection colors
    Hex

    #000000
    10%;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.wrap_nav .sort_product {
    display: flex;
    align-items: center;
}

.wrap_nav .sort_product b {
    flex: 0 0 auto;
    width: max-content;
    font-size: 0.8rem;
    color: #333;
    font-weight: 600;
}

select#sort_product {
    margin: 0 0 0 0.75rem;
    height: 2rem;
    border-radius: 5rem;
    color: #4D4D4D;
    font-size: 0.8rem;
    min-width: 10rem;
}

.count_product {
    color: #4D4D4D;
    font-size: 0.8rem;
    font-style: italic;
}
section.home_5.shop_page_sec_2 {
    background: transparent;
}
.single_page_sec_1 .box_img {
    position: relative;
}

.single_page_sec_1 .box_img svg {
    width: 100%;
    height: auto;
    display: block;
}

section.breadcrumbs {}

section.single_page_sec_1 {
    background: linear-gradient(180deg, rgba(78, 184, 175, 0.00) 0%, rgba(78, 184, 175, 0.07) 42.55%, rgba(78, 184, 175, 0.10) 100%);
    padding-top: 2rem;
}

.single_page_sec_1 .box_img img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    min-width: 80%;
}

.single-post .col {
    padding-bottom: 0;
}

.single_page_sec_1 .box_content h3 {
    font-size: 1.2rem;
    font-weight: 400 !important;
}

.single_page_sec_1 .box_content h3 b {
    color: #4EB8AF;
    font-weight: 600;
}

.single_page_sec_1 .box_content {
    padding-left: 6rem;
}

.single_page_sec_1 .box_content ul {
    margin-bottom: 0;
}

.single_page_sec_1 .list_link a+a {
    margin-left: 1rem;
}

section.single_page_sec_2 {
    padding: 2rem 0;
}

section.single_page_sec_2 .meta {
    color: #4EB8AF;
    font-size: 0.7rem;
}

h1.title_post {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.4;
}

.single_page_sec_2 .nav_bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    Selection colors
    Hex

    #000000
    10%;
    padding-top: 1rem;
    margin-bottom: 2.25rem;
}

.single_page_sec_2 .nav_bottom .left {
    display: flex;
    align-items: center;
}

.single_page_sec_2 .nav_bottom  .icon {width: 1.05rem;margin-right: 0.2rem;}

.single_page_sec_2 .nav_bottom .icon svg {
    display: block;
    max-width: 100%;
}

.single_page_sec_2 .nav_bottom ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.single_page_sec_2 .nav_bottom ul li {
    display: flex;
    align-items: center;
    font-size: 0.7rem;
}

.single_page_sec_2 .nav_bottom ul li+li {
    margin-left: 1rem;
}

.nav_meta_post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 1.25rem;
}

.nav_meta_post span {
    color: #333;
    font-size: 0.7rem;
    /* 142.857% */
    text-transform: uppercase;
}

.nav_meta_post .left ul {
    list-style: none;
    margin: 0 0 0 0.75rem;
    display: flex;
    align-items: center;
}

.nav_meta_post .left ul a {
    padding: 0.4rem 0.8rem;
    background: #EEF8F7;
    display: inline-flex;
    font-size: 0.6rem;
    color: #333;
    border-radius: 5rem;
    transition: .5s all;
}
.nav_meta_post .left ul a:hover{
    background: var(--main-cl);
    color: #fff;
}

.nav_meta_post .left ul li + li {
    margin-left: 0.6rem;
}

.nav_meta_post .left {
    display: flex;
    align-items: center;
}

.nav_meta_post .left li {
    margin-bottom: 0;
}

.nav_meta_post .right {
    display: flex;
    align-items: center;
}

.like_post {
    padding: 0.2rem 0.8rem;
    border: 1px solid #4EB8AF;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 5rem;
    font-size: 0.7rem;
    color: #4EB8AF;
    margin-right: 2.25rem;
}

.like_post svg {
    width: 0.9rem;
    height: auto;
    display: block;
    margin-right: 0.25rem;
}

.share_post {
    display: flex;
    align-items: center;
}

.share_post ul {
    list-style: none;
    margin: 0 0 0 1rem;
    display: flex;
}

.share_post ul a {
    width: 2rem;
    height: 2rem;
    border-radius: 2.5rem;
    background: rgba(78, 184, 175, 0.10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
}

.share_post ul a svg {
    max-width: 50%;
    max-height: 50%;
    width: auto;
    height: auto;
}

.share_post ul li {
    margin: 0;
}

.share_post ul li + li {
    margin-left: 0.5rem;
}

.single-post .col.large-4.medium-4 {
    padding-left: 1.5rem;
}

.item_post_related {
    position: relative;
    padding: 1rem;
}

.item_post_related .box_img {
    height: 11.85rem;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
}

.item_post_related .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.item_post_related:hover .box_img img {
    transform: scale(1.2);
}

.item_post_related .box_content {
    padding-top: 0.5rem;
}

.item_post_related span {
    color: #4D4D4D;
    font-size: 0.7rem;
    display: block;
}

.item_post_related h3 {
    font-size: 0.9rem;
    font-weight: 600;
}

.single_page_sec_2 .content {
    text-align: justify;
}

.box_form_post .row {
    margin: 0 !important;!i;!;!u;!ui;!;
}

.box_form_post {
    border-radius: 1rem;
    background: rgba(78, 184, 175, 0.10);
    box-shadow: 0.15rem 0.2rem 0.5rem 0rem rgba(0, 0, 0, 0.05);
    padding: 2.25rem;
}

.box_form_post h3 {
    color: #4EB8AF;
    font-family: Montserrat;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.box_form_post .content {
    text-align: center;
    font-size: 1rem;
    color: #4EB8AF;
}

.box_form_post .box_form {
    margin-top: 2.25rem;
}

.box_form_post input,.box_form_post textarea {
    height: 2.2rem;
    box-shadow: none;
    border-radius: 5rem;
    border: 1px solid transparent;
    font-size: 0.75rem;
    padding: 0 1rem;
}

.box_form_post textarea {
    border-radius: 1rem;
    padding: 0.5rem 1rem;
}

.box_form_post .box_form .submit_custom.style_1 {
    margin: 0;
    display: inline-flex;
}

.box_form_post .box_form .submit_custom.style_1 svg {
    right: 10%;
}

.box_form_post form {
    margin: 0;
}

.single-post .col.large-4.medium-4 h2.heading_0 {
    font-size: 1.8rem;
    margin-top: 3rem;
    margin-bottom: 0;
}

.single-post .content h1,.single-post .content h2,.single-post .content h3 {
    font-weight: 600;
}
section.single_page_sec_3 {
    background: #EEF8F7;
    padding: 1.15rem 0 2rem;
}

.wrap_q_a .item h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #454545;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
}

.wrap_q_a .item h3 .toggle {width: 1.25rem;height: 1.25rem;position: relative;flex: 0 0 auto;margin-left: 1.5rem;opacity: 1;}

.wrap_q_a .item h3 .toggle:before,.wrap_q_a .item h3 .toggle:after {
    width: 100%;
    height: 1px;
    background: #333;
    content: '';
    position: absolute;
    border-radius: 5rem;
    transition: .5s all;
}

.wrap_q_a .item h3 .toggle:after {
    transform: rotate(90deg);
}

.item.active h3 {
    color: #4EB8AF;
    margin: 0;
}

.item.active h3 .toggle:after {
    transform: rotate(0deg);
}

.wrap_q_a .item {
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.wrap_q_a .item .content {
    line-height: 1.5;
    margin-top: 1.5rem;
}

.wrap_q_a .item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.single_page_sec_4 {
    padding: 1.75rem 0;
}
.blog_page h1.heading_0 {
    max-width: 39rem;
    margin: 0;
}

.blog_page .row {
    align-items: flex-end;
}

.item_first img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item_first {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    width: calc(100% - 4.5rem);
    margin: 0 2.25rem 1.5rem;
}

.item_first .box_content {
    position: relative;
    z-index: 2;
    max-width: 33.5rem;
    padding: 5rem;
}

.item_first:before {
    content: '';
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    z-index: 2;
}

.item_first .box_content * {
    color: #fff;
}

span.term {
    height: 1.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    background: #4EB8AF;
    Selection colors
    Hex

    #4EB8AF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    padding: 0 0.75rem;
    color: #fff;
}

.item_first .box_content h3 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.item_first .box_content .content {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.right_meta ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.right_meta ul li {
    display: flex;
    align-items: center;
    font-size: 0.7rem;
    margin-bottom: 0;
}

.right_meta ul li svg {
    filter: brightness(0) invert(1);
    display: block;
    max-width: 0.9rem;
    height: auto;
    margin-right: 0.15rem;
}

.right_meta ul li + li {
    margin-left: 0.9rem;
}

.right_meta {
    margin-top: 0.85rem;
}

.wrap_post_new {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.25rem 1rem;
}

.wrap_post_new .item_post_related {
    width: calc(calc(100% / 3) - 4.5rem);
    margin: 0 2.25rem;
    padding: 0;
}

.item_post_related .box_img span.term {
    position: absolute;
    top: 1rem;
    left: 0.7rem;
    z-index: 2;
}

section.blog_page {
    background: linear-gradient(180deg, rgba(78, 184, 175, 0.00) 0%, rgba(78, 184, 175, 0.07) 42.55%, rgba(78, 184, 175, 0.10) 100%);
    padding-top: 1.5rem;
}
ul.nav_terms {
    display: flex;
    list-style: none;
    margin: 0 -0.5rem 0.75rem;
}

ul.nav_terms li {
    width: calc(25% - 1rem););
    margin: 0 0.5rem;
}

ul.nav_terms li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    background: transparent;
    padding: 0.55rem 0;
    color: #4D4D4D;
    font-size: 1.2rem;
    font-weight: 500;
    transition: .5s all;
}

ul.nav_terms li a .icon {
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    filter: brightness(0) invert(0);
    transition: .5s all;
}

ul.nav_terms li a:hover {
    background: #fff;
    color: #FE7701;
}

ul.nav_terms li a:hover .icon {
    filter: brightness(1) invert(0);
}

section.blog_page_sec_2 .row {}

section.blog_page_sec_2 .row {
    padding-top: 1.75rem;
}

.menu_cat {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.menu_cat a {
    padding: 0.5rem 1.2rem;
    background: #EEF8F7;
    Selection colors
    Hex

    #333333;
    border-radius: 5rem;
    font-size: 0.8rem;
    color: #333;
    display: inline-flex;
    transition: .5s all;
}

.menu_cat li {
    margin: 0;
}

.menu_cat li + li {
    margin-left: 0.75rem;
}

.blog_page_sec_2  h2.heading_0 {
    margin: 0;
}

section.blog_page_sec_2 .col {
    padding: 0;
}

.menu_cat a:hover {
    background: #4EB8AF;
    Selection colors
    Hex

    #4EB8AF;
    color: #fff;
}

.wrap_blog.box_news {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem -0.6rem 0;
}

.wrap_blog.box_news .item {
    width: calc(calc(100% / 3) - 1.2rem);
    margin: 0 0.6rem 1.2rem;
}

section.blog_page_sec_2 {
    padding-bottom: 1.5rem;
}
.menu_cat a.active {
    background: #4EB8AF;
    color: #fff;
}

.cat_page_sec_2 .menu_cat {
    justify-content: center;
    margin-bottom: 1.75rem;
}

section.cat_page_sec_2 {
    padding: 1.5rem 0;
}
section.cat_page {
    padding-top: 2.5rem;
}
section.contact_page {
    padding: 3rem 0;
}

.wrap_info_contact h3 {
    font-size: 1.75rem;
    color: var(--Text, #2A2F39);
    font-weight: 600;
    margin-bottom: 0;
}

ul.list_info {
    list-style: none;
    margin: 0;
    font-size: 0.8rem;
    color: var(--Text, #2A2F39);
}

ul.list_info li {
    display: flex;
    align-items: flex-start;
}

ul.list_info li .icon {
    width: 1rem;
    flex: 0 0 auto;
    margin-right: 0.5rem;
}

.wrap_info_contact {
    padding-right: 2.5rem;
}

ul.list_info li {
    margin-bottom: 0.6rem;
}

.wrap_info_contact .item+.item {
    margin-top: 0.95rem;
}

.wrap_info_contact .content {
    font-size: 0.8rem;
    color: var(--Text, #2A2F39);
}

.wrap_info_contact .content p {
    margin-bottom: 0.3rem;
}

.wrap_info_contact .content p strong {
    font-weight: 600;
}

.wrap_form_contact {
    border-radius: 0.5rem;
    background: #DBF0EF;
    padding: 3.25rem 4.75rem;
}

.wrap_form_contact input,.wrap_form_contact textarea {
    height: 2.2rem;
    border-radius: 5rem;
    border: 1px solid #4EB8AF;
    box-shadow: none;
    font-size: 0.75rem;
}
.wrap_form_contact .col {
    padding: 0 0.6rem;
}

.wrap_form_contact .row {
    margin: 0;
}

.wrap_form_contact label {
    text-align: left;
    font-size: 0.8rem;
    font-weight: 500;
}

.wrap_form_contact label span {
    color: #F20C0C;
}

.wrap_form_contact textarea {
    height: 3.3rem;
    min-height: unset;
    border-radius: 1rem;
    padding: 0.5rem 1.15rem;
}

.wrap_form_contact .submit_custom.style_1 {
    margin-top: 0;
    display: inline-flex;
}

.wrap_form_contact .submit_custom.style_1 input {
    border: none;
}

.wrap_form_contact .submit_custom.style_1 svg {
    right: 10%;
}

.wrap_form_contact form {
    margin: 0;
}

.contact_page .row {
    align-items: flex-end;
}

.contact_page  iframe {
    display: block;
    width: 100%;
    border-radius: 0.5rem;
    height: 20.7rem;
}
.slider_customer .item svg {
    display: block;
    margin: auto;
    margin-top: 2rem;
    width: 2.6rem;
    height: auto;
}
div#form_dk {
    max-width: 780px;
    border-radius: 20px;
    background: #EEF8F7;
}

div#form_dk .custom_radio {
    margin: 2rem 0;
}

div#form_dk .custom_input.style_1 {
    padding-right: .5rem;
}

div#form_dk .custom_input.style_1+.custom_input.style_1 {
    padding-left: .5rem;
}
div#form_dk h2 {
    font-size: 1.8rem;
    color: #41D4C2;
    text-transform: uppercase;
    margin-bottom: 0;
}

div#form_dk .content {
    margin-bottom: 1.8rem;
    color: #333;
}
div#form_dk .submit_custom.style_1 {
    width: auto;
    display: inline-flex;
}

div#form_dk .submit_custom.style_1 svg {
    right: 10%;
}
.like_post.active {
    background: #4EB8AF;
    color: #fff;
}

.like_post.active svg {
    filter: brightness(0) invert(1);
}
.share_post ul a:hover {
    background: var(--third-cl);
}
section.cat_section {
    background: rgba(78, 184, 175, 0.10);
    margin-top: 65px;
    background-image: url(../images/ht_bg.png);
    background-position: top -1rem left 0;
    background-size: 33%;
    background-repeat: no-repeat;
}

.item_news_slide {
    display: flex;
    align-items: self-end;
}

.item_news_slide .box_content {
    width: 50%;
    padding: 0 6rem 0;
}

.item_news_slide .box_img {
    width: 50%;
    height: 25rem;
    border-radius: 20px;
    overflow: hidden;
}

.item_news_slide .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_news_slide .box_content .right_meta svg {
    filter: brightness(0) invert(0);
    opacity: .5;
}

.item_news_slide .box_content h3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 15px;
}

.item_news_slide .content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.slide_banner_post {
    transform: translateY(-3rem);
}
.wpcf7 .wpcf7-not-valid-tip{
    font-size: .7rem;
    text-align: left;
}
.list_info_product .number span {
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}

.list_info_product .number span:hover {
    background: var(--main-cl);
    color: #fff;
}
.wrap_blog.box_news .item:hover {
    box-shadow: 0 0 .6rem #33333333;
}
.about_sec_7_box .wrap_content .content li {
    list-style: none;
    display: flex;
}
.about_sec_7_box .wrap_content .content li:before{
    content: '';
    background-image: url(../images/check.svg);
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 0 0 auto;
    margin: 0 .5rem 0 0;
}

.about_sec_7_box .wrap_content .content ul {
    margin: 0;
}
.about_sec_9 .pagination {
    display: flex;
    position: unset;
    justify-content: center;
    width: 100% !important;
    margin-top: 1rem;
    bottom: 2rem;
    position: absolute;
    z-index: 9;
}
div#ez-toc-container {
    border: none;
    border-radius: 20px;
    background: rgba(78, 184, 175, 0.10);
    padding: 1rem;
}

div#ez-toc-container .ez-toc-title {
    color: #333;
    font-weight: 600;
}
.team_sec_1_number {
    display: flex;
    margin-top: 2.2rem;
}

.team_sec_1_number .item {
    width: 9.5rem;
    height: 9.5rem;
    background: linear-gradient(2deg, rgba(255, 255, 255, 0.00) 24.38%, #FFF 90.22%);
    SVG

    1
    2
    3
    4
    5
    6
    7
    8
    9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

section.team_sec_1 {
    background: linear-gradient(0deg, #E8FEFD 0%, rgba(232, 254, 253, 0.05) 77.06%);
}

.team_sec_1_number .item+.item {
    margin-left: 3.5rem;
}

.team_sec_1_number .item>b {
    color: #4EB8AF;
    font-size: 3.2rem;
    font-style: normal;
    line-height: 1;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    position: relative;
    display: flex;
}

.team_sec_1_number .item b span {
    display: flex;
    line-height: 1;
}

.team_sec_1_number .item .content {
    width: 100%;
    color: #FE7701;
    font-size: 0.7rem;
    text-align: center;
}

.team_sec_1_number .item>b:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: rgba(0, 0, 0, 0.10);
    width: 5.3rem;
}

.team_sec_1_img {
    display: flex;
    width: 28.65rem;
    float: right;
    justify-content: center;
    align-items: flex-end;
    height: 31.4rem;
    position: relative;
}
.team_sec_1_img:before{
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 28.65rem;
    background-image: url(../images/bg_member.png);
    height: 42.35rem;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

section.team_sec_2 {
    padding: 2rem 0;
}

.wrap_toggle_team .title {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.wrap_toggle_team .title .icon {
    width: 3.3rem;
    height: 3.3rem;
    background: #4EB8AF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    flex: 0 0 auto;
    margin-right: 1rem;
}

.wrap_toggle_team .title .icon svg {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}

.wrap_toggle_team h3 {
    font-size: 1.2rem;
    color: #4D4D4D;
    font-weight: 600;
    margin: 0;
}

.wrap_toggle_team .inner_content {
    padding: 1.25rem 1.5rem 0 4.3rem;
    display: none;
}

.wrap_toggle_team .item {
    background: #E8FEFD;
    padding: 1rem;
    border-radius: 1rem;
}

.wrap_toggle_team .item+.item {
    margin-top: 1rem;
}

.content {
    color: #4D4D4D;
    font-size: 0.85rem;
}

.wrap_toggle_team .item:nth-child(1) .inner_content {
    display: block;
}
.wrap_toggle_team .item span {
    width: 1.85rem;
    height: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}

.wrap_toggle_team .item span:before,.wrap_toggle_team .item span:after {
    content: '';
    background: #4EB8AF;
    height: 1px;
    width: 1.25rem;
    position: absolute;
}

.wrap_toggle_team .item span:after {
    transform: rotate(90deg);
}

.wrap_toggle_team .item.active .title span:after {
    transform: rotate(0);
}
.team_sec_1_img img {
    position: relative;
}
.item_process .title_left {
    height: 3.95rem;
    background: rgb(28 244 231 / 20%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8.5rem 0 2rem;
    color: #4D4D4D;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}

.item_process .title_left h3 {
    color: #4D4D4D;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

.item_process .content_right {
    height: 3.95rem;
    background: rgb(28 244 231 / 20%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6.6rem 0 5.5rem;
    text-align: right;
    clip-path: polygon(19% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.wrap_item_process {
    background: var(--Color-BG, #E8FEFD);
    display: flex;
    padding: 1.75rem 0 3.5rem;
    border-radius: 0rem 0rem 1rem 1rem;
}

.wrap_item_process .item {
    width: calc(calc(100% / 3) - 4rem);
    margin: 0 2rem;
}

.wrap_item_process .item .box_img {
    width: 100%;
}

.wrap_item_process .item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    position: absolute;
}

.wrap_item_process .item .box_img {
    padding-bottom: 100%;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.wrap_item_process .item .text-center span {
    padding: 0.2rem 1.2rem;
    border-radius: 5rem;
    background: #FFF;
    color: #4EB8AF;
    font-size: 0.85rem;
    margin: 0.9rem 0 1.5rem;
    display: inline-block;
}

.toggle_process .item {
    width: 100%;
    margin: 0;
}

.toggle_process .item .title {
    display: flex;
    font-size: 1rem;
    color: #4D4D4D;
    font-weight: 500;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.toggle_process .item .title .icon {
    width: 1.25rem;
    height: auto;
    flex: 0 0 auto;
    margin-right: 0.5rem;
}

.toggle_process .item .title svg {
    display: block;
}

.toggle_process .item .content {
    padding-left: 1.75rem;
    padding-top: 0.75rem;
    display: none;
}

.toggle_process .item+.item {
    margin-top: 1rem;
}

.toggle_process .item .title span {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}

.toggle_process .item .title span:before,.toggle_process .item .title span:after {
    background: #4D4D4D;
    width: 0.9rem;
    height: 1px;
    content: '';
    position: absolute;
}

.toggle_process .item .title span:after {
    transform: rotate(90deg);
}

.toggle_process .item.active .title span:after {
    transform: rotate(0deg);
}

.team_sec_3 [role="button"] {
    z-index: 9;
    top: 20rem;
    left: -1rem;
}
.team_sec_3 [role="button"] {}

.team_sec_3 .custom_next[role="button"] {
    left: unset;
    right: -1rem;
}

.slider_dieu_tri {margin-top: 2rem;}

.single-doctor main#main .col {
    padding-bottom: 0;
}
.dn_sec_1_items {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: -3rem;
}

.dn_sec_1_items .item {
    width: 9.5rem;
    height: 9.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-content: center;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 25.43%, #FFF 100%);
    border-radius: 50%;
}

.dn_sec_1_items .item b {
    color: #FE7701;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dn_sec_1_items .item .content {
    padding-top: 0.35rem;
    max-width: 7.8rem;
    font-size: .8rem !important;
}

section.dn_sec_1 {
    padding: .5rem 0 4.5rem;
    background: linear-gradient(180deg, #e8fefd, transparent);
}

.page-template-team  .col {
    padding-bottom: 0;
}

.dn_sec_1_items .item:nth-child(1),.dn_sec_1_items .item:nth-child(4) {transform: translateY(5rem);}

.dn_sec_1_items .item:nth-child(2) {
    margin-right: 9rem;
}

.title_bottom {
    display: flex;
    overflow: hidden;
}

.title_bottom span {
    flex: 0 0 auto;
    text-shadow: 1px 0 0 #41D4C2, -1px 0 0 #41D4C2, 0 1px 0 #41D4C2, 0 -1px 0 #41D4C2, 1px 1px #41D4C2, -1px -1px 0 #41D4C2, 1px -1px 0 rgba(10, 71, 38, 0.15), -1px 1px 0 #41D4C2;
    font-family: Montserrat;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.5; /* 292.946% */
    text-transform: uppercase;
    color: #fff;
}
.title_bottom span{
    animation: textLoop 30s linear infinite;
}
@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
.wrap_team {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.wrap_team .item {
    margin: 0 0.5rem 1rem;
    width: calc(25% - 1rem);
    position: relative;
}
.dn_sec_2 .content.text-center {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.page-template-team main#main .content {
    font-size: 1rem;
    line-height: 1.5;
}
.dn_sec_2 a.btn.style_1 {
    margin-top: 1rem;
}

section.dn_sec_3 {
    padding-top: 2rem;
    position: relative;
}
section.dn_sec_3:after{
    background-image: url(../images/group_ht.png);
    width: 25.2rem;
    height: 20.8rem;
    content: '';
    position: absolute;
    right: 5rem;
    top: 10rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.dn_sec_3:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 46.05rem;
    height: 46.1rem;
    transform: rotate(90deg);
    flex-shrink: 0;
    border-radius: 46.1rem;
    background: linear-gradient(180deg, #E8FEFD 0%, rgba(232, 254, 253, 0.00) 100%);
    filter: blur(5rem);
}
.page-template-team main#main h2.heading_0 {
    margin-bottom: .5rem;
}

.dn_nav_tabs ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.dn_nav_tabs ul li {
    width: 7.75rem;
    flex: 0 0 auto;
    margin: 0;
    cursor: pointer;
}

.dn_nav_tabs ul li .content {
    font-size: 0.85rem;
    color: #4D4D4D;
}

.dn_nav_tabs ul li span {
    font-size: 0.85rem;
    line-height: 1.5;
    display: block;
    color: #4D4D4D;
    opacity: .5;
    transition: .3s all;
}

.dn_nav_tabs  .wrap_icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
}

.dn_nav_tabs .wrap_icon .icon {
    border: 1px solid #41D4C2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    transition: .3s all;
}
.dn_nav_tabs .wrap_icon .icon {
    background: #41D4C2;
    width: 0.65rem;
    height: 0.65rem;
}
.dn_nav_tabs  .active .wrap_icon .icon{
    width: 100%;
    height: 100%;
    background: #fff;

}
.dn_nav_tabs .wrap_icon .icon img {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}



.dn_for_tabs {
    max-width: 36rem;
    margin-top: 4rem;
}

.dn_for_tabs h3 {
    color: #FE7701;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
}

.dn_for_tabs .content {
    font-size: 0.85rem !important;
}

.dn_for_tabs .item {
    display: none;
}

.dn_for_tabs .item:first-child {
    display: block;
}

.dn_sec_3_tab {
    display: flex;
    position: relative;
}

.dn_sec_3_tab .box_img img {max-width: 33.3rem;float: right;}

.dn_tabs {
    width: 51.6rem;
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
}

.dn_sec_3_tab .box_img {
    width: calc(100% - 51.6rem);
    position: relative;
}

.dn_nav_tabs {
    margin-top: 3.75rem;
}

.dn_sec_3_tab:before {
    width: calc(100% + calc(100vw - 73rem)/2);
    content: '';
    position: absolute;
    top: 5.2rem;
    height: 1px;
    background: rgba(65, 212, 194, 0.30);
}

.dn_nav_tabs ul li.active span {
    opacity: 1;
}

.dn_sec_3_tab .box_img img {
    display: block;
}
section.dn_sec_4 {
    padding: 2rem 0;
}

section.dn_sec_4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #E8FEFD 0%, rgba(232, 254, 253, 0.00) 100%);
    height: 44.35rem;
    top: 0;
}

section.dn_sec_4 {
    position: relative;
}

section.dn_sec_4 .wrap_slider {
    margin-top: 1.5rem;
    margin: 1.5rem -1.35rem 0;
}

.arrow_center .navigation_slide>* {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.arrow_center .navigation_slide .custom_next {
    left: unset;
    right: 0;
}

.slider_hieu_qua .video_box {
    height: 27.7rem;
}

.slider_hieu_qua .video_box img {
    opacity: 1;
    transition: .5s all;
}

.slider_hieu_qua .video_box:hover img {
    opacity: .5;
}

.slider_hieu_qua .video_box svg {
    width: 7.5rem;
    height: auto;
    display: block;
}

.slider_hieu_qua .video_box {
    margin: 0 1.35rem;
}
section.dn_sec_4 section.home_9 {
    padding-bottom: 0;
}
section.dn_sec_4 section.home_4 {
    padding-bottom: 0;
}
section.team_sec_3 {
    padding-bottom: 2rem;
}
section.bang_gia_sec_1 {
    padding: 2rem 0 1rem;
}

.bang_gia_sec_1 .menu_cat a {
    font-weight: 500;
}

.wrap_service_price {
    display: flex;
    flex-wrap: wrap;
    margin: 1.75rem -0.75rem -1.5rem;
}

.item_service {
    width: calc(calc(100% / 3) - 1.5rem);
    margin: 0 0.75rem 1.5rem;
    padding: 1rem 1rem 1.75rem;
    border-radius: 1rem;
    background: #FFF;
    box-shadow: -0.15rem 0.2rem 0.75rem 0rem rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.item_service .box_img {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    margin-bottom: 0.75rem;
}

.item_service .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.item_service:hover .box_img img {
    transform: scale(1.15);
}

.item_service h3 {
    color: #333;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 0.75rem;
}

.item_service .price {
    color: #4EB8AF;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
}

.box_hidden {
    height: 0;
    overflow: hidden;
    transition: .5s all;
}

.item_service:hover .box_hidden {
    height: 4.6rem;
}
section.home_8.bang_gia_sec_2 {
    background: transparent;
}

section.home_8.bang_gia_sec_2 .box_content p {
    font-weight: 400;
    line-height: 1.4;
    font-size: .85rem;
    color: #4D4D4D;
}

section.home_8.bang_gia_sec_2 .box_content  strong {
    color: #333;
}

section.home_8.bang_gia_sec_2 {
    padding: 2rem 0;
}

section.home_8.bang_gia_sec_2:before {flex-shrink: 0;content: '';position: absolute;width: 683.245px;height: 683.245px;transform: rotate(-75deg);flex-shrink: 0;background: linear-gradient(180deg, #E8FEFD 0%, rgba(232, 254, 253, 0.00) 100%);border-radius: 50%;filter: blur(100px);left: -6rem;}

section.bang_gia_sec_4 {
    padding: 2rem 0;
    background-image: url(../images/bg_bottom.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.wrap_toggle_bang_gia h3 {
    display: flex;
    color: #454545;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
}

.wrap_toggle_bang_gia h3 span {
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 1rem;
}

.wrap_toggle_bang_gia h3 span:before,.wrap_toggle_bang_gia h3 span:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 1.25rem;
    background: #333333;
    transition: .3s all;
}



.wrap_toggle_bang_gia h3 span:after {
    transform: rotate(90deg);
}

.wrap_toggle_bang_gia .content {
    line-height: 1.5;
    font-size: 0.8rem;
    padding-top: 1.75rem;
    display: none;
}

.wrap_toggle_bang_gia .item {
    padding: 1.25rem 0;
}

.wrap_toggle_bang_gia .item+.item {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.wrap_toggle_bang_gia .item:first-child .content {
    display: block;
}

.wrap_toggle_bang_gia .item.active span:before,.wrap_toggle_bang_gia .item.active span:after {
    background: #4EB8AF;
}

.wrap_toggle_bang_gia .item.active span:after {transform: rotate(0);}

.wrap_toggle_bang_gia .item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.swiper-scrollbar {
    opacity: 1 !important;
}

.swiper-scrollbar-drag {
    background: #41D4C2;
}

.swiper-scrollbar {
    margin: 2rem 0;
    position: unset !important;
}

section.team_sec_3.hq_sec_2 {
    padding: 2rem 0;
}

section.team_sec_3.hq_sec_2 .slider_dieu_tri {
    margin-top: 1.3rem;
}

section.team_sec_3.hq_sec_2 .content.right {
    max-width: 30rem;
    line-height: 1.5;
    margin-top: 0.5rem;
    float: right;
    font-size: 1rem;
}

.page-template-hieu_qua main#main .col {
    padding-bottom: 0;
}

main#main {}

section.banner_section {
    padding: 7.5rem 0;
    position: relative;
}

section.banner_section>img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
}

section.banner_section .row {
    position: relative;
    z-index: 3;
}

section.banner_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, #E8FEFD 58.19%, rgba(232, 254, 253, 0.00) 96.79%);
    Selection colors
    Hex
    Hex;
    z-index: 2;
}

section.banner_section .content p {
    font-size: 1rem !important;
}

section.banner_section .content p strong {
    font-size: 1.1rem;
    font-weight: 600;
}

section.banner_section .content p {
    margin-bottom: .5rem;
}

section.banner_section .content {
    max-width: 26.5rem;
}

section.banner_section a.btn.style_1 {
    margin-top: .5rem;
}
.box_luu_y {
    border-radius: 1rem;
    border: 1px solid rgba(254, 119, 1, 0.30);
    background: #FFF;
    max-width: 41.9rem;
    margin: auto;
    text-align: center;
    font-size: .8rem;
    color: #FE7701;
    padding: 0.9rem 2.25rem;
    font-style: italic;
}

section.dn_sec_4+section.home_9.bang_gia_sec_3 {
    padding-top: 0;
}
.ez-toc-debug-messages {
    display: none;
}
.box_news .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box_news .date .line {
    background: rgba(0, 0, 0, 0.10);
    width: 1px;
    height: 0.8rem;
    margin: 0 0.55rem;
}

.wrap_uu_dai .item:first-child {
    width: calc(calc(100%) - 1.2rem);
    display: flex;
    align-items: center;
    margin: 0 1.95rem 0.6rem;
    background: #E8FEFD;
    padding: 0;
}

.wrap_uu_dai .item:first-child .box_img {
    width: 60%;
    flex: 0 0 auto;
    height: 25rem;
    margin: 0;
    border-radius: 0;
}

.menu_uu_dai ul {
    justify-content: center;
}

.wrap_uu_dai .item:first-child .box_content {
    padding: 0 3.7rem;
}

.wrap_uu_dai .item:first-child .box_content h3 {
    font-size: 1.6rem;
    text-transform: uppercase;
}

.wrap_uu_dai .item:first-child .box_content p {
    margin: 0;
}

section.uu_dai_sec_2 {
    padding: 1.7rem 0 1rem;
}

.page-template-uu-dai main#main .col {
    padding-bottom: 0;
    position: relative;
}

.page-template-uu-dai main#main .col .heading_0 {
    margin-bottom: .6rem;
}

.content.top {
    max-width: 49rem;
    margin: 0 auto 1rem;
    font-size: 1rem;
    line-height: 1.5;
}

.wrap_blog.box_news .item:not(:first-child) p {
    display: none;
}

section.uu_dai_sec_2 a.btn.style_1 {
    margin-top: 0;
}

.wrap_blog.box_news .item h3 {
    margin: 0;
}
.wrap_uu_dai .item:first-child p {
    margin-bottom: 1.2rem !important;
}

section.uu_dai_sec_3 {
    padding: 1rem 0;
}

section.uu_dai_sec_3 img {
    margin-top: 1.6rem;
    display: block;
}

section.uu_dai_sec_4 {
    padding: 1rem 0;
}

.slider_khoanh_khac .item {
    border-radius: 1rem;
    background: #FFF;
    box-shadow: 0.1rem 0.2rem 0.5rem 0rem rgba(0, 0, 0, 0.05);
    margin: 0 0.6rem;
    padding: 0.35rem;
}

.slider_khoanh_khac {
    margin: 0 -0.6rem;
    padding: 1rem 0;
}

.slider_khoanh_khac .item .box_img {height: 15.75rem;overflow: hidden;border-radius: 0.75rem;}

.slider_khoanh_khac .item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_khoanh_khac h3 {
    color: #000;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin: 0.6rem 0;
}

.uu_dai_sec_4 h2.heading_0 {
    margin: 0 !important;
}

.uu_dai_sec_5 h2.heading_0 b {
    color: #FE7701;
    font-weight: 600;
}

.uu_dai_sec_5 .content {
    font-size: 1rem;
    line-height: 1.5;
}

ul.list_link {
    list-style: none;
    margin: 0;
    display: flex;
}

ul.list_link a {
    display: flex;
    align-items: center;
    height: 2.05rem;
    background: #0160DC;
    Selection colors
    Hex
    Hex

    #FFFFFF;
    border-radius: 5rem;
    color: #fff;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 700;
    padding: 0 0.65rem;
}

ul.list_link a .icon {
    width: 0.75rem;
    height: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .4rem;
}

ul.list_link li+li {
    margin-left: 1.2rem;
}

ul.list_link li+li a {
    background: #000;
    Selection colors
    Hex
    Hex

    #FFFFFF;
}

ul.list_link {
    margin-top: 1.4rem;
}

section.uu_dai_sec_5 {
    background: var(--Color-BG, #E8FEFD);
    margin-top: 4.25rem;
}

section.uu_dai_sec_5 .row.justify-center {
    align-items: flex-end;
}

section.uu_dai_sec_5 .uu_dai_sec_5_img {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 1.25rem;
}

.uu_dai_sec_5 .col:first-child {
    padding-bottom: 4rem !important;
    z-index: 0;
}

section.uu_dai_sec_5 .uu_dai_sec_5_img img {
    margin-top: -4.25rem;
    max-width: 29.65rem;
    display: block;
}

section.uu_dai_sec_6 {
    padding: 2rem 0 0 0;
}

.uu_dai_sec_5 .col:first-child:before {
    width: 33.35rem;
    height: 23.75rem;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: radial-gradient(59.53% 49.12% at 40.2% 42.49%, #FFF 34.7%, rgba(255, 255, 255, 0.00) 100%);
    opacity: 0.8;
    filter: blur(5rem);
    left: -5rem;
    z-index: -1;
}

.wrap_toggle_bang_gia .item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
section.tuyen_dung_sec_2 {
    padding: 2rem 0;
}

.tuyen_dung_sec_2 .content {
    max-width: 28.5rem;
    line-height: 1.6;
}

.tuyen_dung_sec_2_img img {
    max-width: 45rem;
    width: 45rem;
}

.tuyen_dung_sec_2_img {
    position: relative;
}

.tuyen_dung_sec_2_img:before {
    content: '';
    width: 137%;
    height: 20.08365rem;
    opacity: 0.2;
    background: linear-gradient(180deg, #1CF4E7 0%, rgba(28, 244, 231, 0.00) 100%);
    filter: blur(5rem);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5rem;
}

.box_tabs_td {
    width: 50.7rem;
    margin: auto;
    position: relative;
    margin-top: 2.5rem;
    padding-bottom: 90px;
}

.box_tabs_td svg {
    display: block;
    width: 100%;
    height: auto;
}

.box_tabs_td>img {
    position: absolute;
    bottom: 0;
    width: 67.3rem;
    max-width: unset;
    left: 50%;
    transform: translateX(-50%);
}

ul.nav_tab_td {
    list-style: none;
    margin: 0;
}

ul.nav_tab_td li {
    position: absolute;
    top: 0;
    left: 50%;
    cursor: pointer;
}
ul.nav_tab_td li .icon {
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: -50%;
    background: #4EB8AF;
    SVG

    1
    2
    3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0.4rem #fff;
    transition: .3s all;
}

ul.nav_tab_td li .icon img {
    width: auto;
    max-width: 60%;
    max-height: 60%;
    height: auto;
}

ul.nav_tab_td li:nth-child(1) {
    top: 18%;
    left: 18%;
}

ul.nav_tab_td li:nth-child(3) {
    top: 18%;
    left: unset;
    right: 18%;
}

.for_tab_td {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 22rem;
    top: 22%;
}

ul.nav_tab_td li.active .icon,ul.nav_tab_td li:hover .icon {
    background: #FE7701;
}

.for_tab_td .item:nth-child(n + 2) {
    display: none;
}
section.tuyen_dung_sec_3{
    background-image: url(../images/tuyen_dung_sec_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 1rem 0;
}
section.tuyen_dung_sec_3:before,section.tuyen_dung_sec_3:after {
    content: '';
    height: 8.55rem;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    Selection colors
    Hex
    Hex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

section.tuyen_dung_sec_3:before {
    transform: rotate(180deg);
}

section.tuyen_dung_sec_3:after {
    top: unset;
    bottom: 0;
}

section.tuyen_dung_sec_3 .row {
    position: relative;
    z-index: 2;
}

.page-template-tuyen-dung main#main .col {
    padding-bottom: 0;
}

main#main {}

.tuyen_dung_sec_4 .row {
    justify-content: center;
}

section.tuyen_dung_sec_4 {
    padding: 1rem 0;
}

.tuyen_dung_sec_4_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.5rem;
}

.tuyen_dung_sec_4_items .item {
    width: 14.4rem;
    border-radius: 0.5rem;
    border: 1px solid #4EB8AF;
    position: relative;
    padding: 0rem 1.15rem 2.2rem;
}

.tuyen_dung_sec_4_items .item:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 100%;
    background: linear-gradient(180deg, #ffffff, #ffffff, #ffffff8f, transparent);
}

.tuyen_dung_sec_4_items .item>* {
    position: relative;
}

.tuyen_dung_sec_4_items .item .content {
    font-size: .8rem;
}

.tuyen_dung_sec_4_items .icon {
    width: 4.25rem;
    height: 4.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tuyen_dung_sec_4_items .icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transform: rotateY(0);
    transition: .5s all;
}

.tuyen_dung_sec_4_items h3 {
    color: #4EB8AF;
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    margin: 1rem 0 0.5rem;
}

section.tuyen_dung_sec_5 {padding: 1rem 0;position: relative;}

section.tuyen_dung_sec_5 h2.heading_0 {
    margin-bottom: 0.5rem;
}

table.table_td {}

section.tuyen_dung_sec_5:before,section.tuyen_dung_sec_5:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 34.16225rem;
    height: 34.16225rem;
    border-radius: 34.16225rem;
    background: linear-gradient(0deg, #E8FEFD 0%, rgba(232, 254, 253, 0.00) 100%);
    filter: blur(5rem);
    top: -5rem;
    right: -5rem;
    pointer-events: none;
}

section.tuyen_dung_sec_5:after {
    right: unset;
    left: -5rem;
    top: unset;
    bottom: -6.5rem;
}

section.tuyen_dung_sec_5 .row {
    position: relative;
    z-index: 2;
}

table.table_td {
    border-radius: 1rem;
    box-shadow: -0.15rem 0.2rem 0.5rem 0rem rgba(0, 0, 0, 0.05);
    overflow: hidden;
}


table.table_td td,table.table_td th {
    padding: 1rem 1.5rem;
    text-align: center;
}

table.table_td th {
    background: var(--main-logo, #4EB8AF);
    color: #FFF;
    text-align: center;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 700;
}

table.table_td {
    color: #4D4D4D;

    /* Body */
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 400;
    background: #fff;
}

table.table_td td:not(:last-child) {
    border-right: 1px solid rgba(78, 184, 175, 0.20);
}

table.table_td td:nth-child(1) {
    text-align: center;
    width: 30%;
}

table.table_td td:nth-child(2) a {
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4EB8AF;
    border-radius: 5rem;
    color: #4EB8AF;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 700;
    min-width: 7.6rem;
    line-height: 1;
    transition: .5s all;
}

table.table_td td:nth-child(2) a:hover {
    background: #4EB8AF;
    color: #fff;
}

table.table_td * {
    border-color: rgba(78, 184, 175, 0.20);
}

.wrap_table_td {
    margin-top: 1.5rem;
}

.tuyen_dung_sec_6_gallery ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tuyen_dung_sec_6_gallery li {
    margin: 0 0 1.4rem;
    width: 100%;
}

.tuyen_dung_sec_6_gallery .left {
    width: calc(42% - 1.4rem);
    margin: 0 0.7rem;
}

.tuyen_dung_sec_6_gallery {
    margin: 0.5rem -0.7rem 0;
    display: flex;
    flex-wrap: wrap;
}

.tuyen_dung_sec_6_gallery .center {
    width: calc(33% - 1.4rem);
    margin: 0 0.7rem;
}

.tuyen_dung_sec_6_gallery .right {
    width: calc(25% - 1.4rem);
    margin: 0 0.7rem;
}

.tuyen_dung_sec_6_gallery .left ul li:nth-child(2) {
    width: 40%;
}

.tuyen_dung_sec_6_gallery .left ul li:nth-child(3) {
    width: calc(60% - 1.4rem);
}

.tuyen_dung_sec_6_gallery img {
    height: 13.1rem;
    object-fit: cover;
    width: 100%;
    border-radius: 1rem;
}

.tuyen_dung_sec_6_gallery .center li {
    width: 100%;
}

.tuyen_dung_sec_6_gallery .center li img {
    height: 27.7rem;
}

section.tuyen_dung_sec_6 {
    padding-bottom: 1rem;
}
.dai_su_sec_3_img:before{
    content: '';
    background-image: url(../images/1744707949172.png);
    position: absolute;
    width: 800px;
    height: 800px;
}
section.dai_su_sec_1{
    background-image: url(../images/bg_dai_su_sec_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1rem 0 7.5rem;
}
.content_banner {max-width: 37.85rem;margin: auto;}

.content_banner svg {
    display: block;
    margin: auto;
    height: 3rem;
}

.content_banner h1.title_page {
    color: #4EB8AF;
    text-align: center;
    font-size: 3.85rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4; /* 71.429% */
    margin-bottom: 0;
}

.content_banner .content {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 35rem;
    margin: auto;
}

form#voucher_form .wrap_top {
    display: flex;
    align-items: center;
    max-width: 24.75rem;
    margin: auto;
    border: 1px solid rgba(77, 77, 77, 0.20);
    height: 3rem;
    border-radius: 5rem;
    padding: 0 0.75rem;
    margin: 1.25rem auto 1.5rem;
}

form#voucher_form .wrap_top input {
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    height: 3rem;
    color: #4D4D4D;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 400;
    padding-left: 1.5rem;
}

form#voucher_form .wrap_top span {
    color: #4D4D4D;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 600;
}

form#voucher_form .wrap_top input::placeholder {
    color: rgba(77, 77, 77, 0.50);
}

form#voucher_form {
    margin: 0;
}


form#voucher_form a.btn.style_1 {
    margin-top: 0;
    cursor: pointer;
}

section.dai_su_sec_2 {
    padding: 1.5rem 0 1rem;
}

.dai_su_sec_2_items {
    display: flex;
}

.dai_su_sec_2_items .number {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    margin: auto;
    border: 1px solid #4EB8AE;
    align-items: center;
    border-radius: 50%;
    color: #4EB8AF;
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: #fff;
}

.dai_su_sec_2_items .icon {
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.dai_su_sec_2_items .item {
    max-width: 9.35rem;
    position: relative;
}

.dai_su_sec_2_items {
    max-width: 46.5rem;
    margin: 1.5rem auto 3.5rem;
    position: relative;
}

.dai_su_sec_2_items:before {
    background: rgba(78, 184, 175, 0.20);
    Selection colors
    Hex
    Hex

    #4EB8AF
    20%;
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    top: 1.5rem;
}

.note {
    display: flex;
    font-size: 0.8rem;
    font-style: italic;
}

.note svg {
    width: 1.5rem;
    flex: 0 0 auto;
    margin-right: 0.35rem;
}

.dai_su_sec_2_img {
    margin-left: 6rem;
    display: block;
    justify-content: center;
    padding-left: 6rem;
    position: relative;
}

.dai_su_sec_2_img img {
    max-width: 23rem;
    display: block;
    width: 23rem;
    position: relative;
    z-index: 2;
    bottom: 2.5rem;
}

.dai_su_sec_2_img:before {
    content: '';
    position: absolute;
    height: 25.95rem;
    width: calc(100% + calc(100vw - 73rem)/2);
    border-radius: 25.95rem 0 0 25.95rem;
    background: var(--Color-BG, #E8FEFD);
    box-shadow: -0.1rem 0rem 0.75rem 0rem rgba(0, 0, 0, 0.08);
    left: 0;
    bottom: 0;
}

.page-template-dai-su  .col {
    padding-bottom: 0;
}

section.dai_su_sec_3 {
    padding: 1rem 0;
}

.dai_su_sec_3_img {
    width: 35.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.dai_su_sec_3_items .item {
    position: absolute;
    top: 25%;
    left: 5%;
}

.dai_su_sec_3_img img {
    max-height: 100%;
    width: auto;
    position: relative;
}

.dai_su_sec_3_items .inner_item {
    border-radius: 1rem;
    background: #FFF;
    box-shadow: 0rem 0rem 0.75rem 0rem rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    padding: 1rem 1.75rem;
    max-width: 22.75rem;
    position: absolute;
    width: 22.75rem;
    top: 50%;
    transform: translateY(-50%);
    min-height: 5rem;
}

.dai_su_sec_3_items .icon {
    width: 2rem;
    flex: 0 0 auto;
    margin-right: 1rem;
    transform: rotateY(0deg);
    transition: 1s all;
}

section.dai_su_sec_4 .row:before {
    content: '';
    border-radius: 0rem 32.5rem 32.5rem 0rem;
    background: var(--Color-BG, #E8FEFD);
    box-shadow: -0.1rem 0rem 0.75rem 0rem rgba(0, 0, 0, 0.08);
    height: 100%;
    position: absolute;
    width: calc(100% + calc(100vw - 74rem)/2);
    right: 0;
    top: 0;
}

section.dai_su_sec_4 .row {
    position: relative;
    padding: 3rem 0;
    align-items: flex-end;
}

.dai_su_sec_4_img img {
    max-width: unset;
    width: 30.5rem;
    position: absolute;
    bottom: 0;
    max-height: 19rem;
    height: auto;
}

section.dai_su_sec_4 a.btn.style_1 {
    margin-top: 0;
}

a.btn.style_1 {}

.dai_su_sec_4_img {
    position: relative;
}

section.dai_su_sec_4 .large-8 {
    padding-right: 2.15rem;
}

section.dai_su_sec_4 {
    margin-top: 4rem;
}

section.dai_su_sec_7 {
    padding: 2rem 0 1rem;
}

.dai_su_sec_7_items .item {
    width: calc(50% - 5rem);
    margin: 0 2.5rem 0.75rem;
    display: flex;
    color: #4D4D4D;

    /* Body */
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 400;
}

.dai_su_sec_7_items {
    margin: 0 -2.5rem;
    display: flex;
    flex-wrap: wrap;
}

.dai_su_sec_7_items .item .icon {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 0.8rem;
}

.dai_su_sec_5_box {
    border-radius: 1rem;
    background: var(--Color-BG, #E8FEFD);
    padding: 2.25rem 6rem 2.75rem;
}

.dai_su_sec_5_box .box_title {
    max-width: 36rem;
}

.nav_tabs_ds {
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
    margin-bottom: 2.5rem;
}

.nav_tabs_ds  .item {
    width: 10.6rem;
    cursor: pointer;
    position: relative;
}

.nav_tabs_ds .item .icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 1px solid #4EB8AF;
    SVG

    1
    2
    3;
    background: #fff;
    border-radius: 50%;
}

.nav_tabs_ds .item .icon img {
    max-width: 60%;
    max-height: 60%;
}

.nav_tabs_ds span {
    color: #4EB8AF;
    text-align: center;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    display: block;
    margin: 0.5rem 0 0.25rem;
}

.nav_tabs_ds .title {
    color: #4D4D4D;
    text-align: center;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 600;
}

.nav_tabs_ds:before {
    background: rgba(77, 77, 77, 0.20);
    Selection colors
    Hex
    Hex

    #4D4D4D
    20%;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 1.5rem;
    content: '';
}

.nav_tabs_ds .item.active .icon {
    background: #4EB8AF;
    SVG

    1
    2
    3;
}

.nav_tabs_ds .item.active .icon img {
    filter: brightness(0) invert(1);
}

.for_tabs_ds .item {
    display: flex;
    align-items: center;
}

.for_tabs_ds .item .box_img {
    width: 28.75rem;
    flex: 0 0 auto;
    margin-left: 5rem;
}

.for_tabs_ds .item .box_img img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    display: block;
}

.for_tabs_ds .item h3 {
    color: #4EB8AF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
}

.for_tabs_ds .item:nth-child(n + 2) {
    display: none;
}

.dai_su_sec_5_box:before {
    width: 19.8rem;
    height: 20.35rem;
    transform: rotate(-90deg);
    flex-shrink: 0;
    content: '';
    position: absolute;
    border-radius: 20.35rem;
    opacity: 1;
    background: radial-gradient(123.75% 47.72% at 49.91% 49.94%, #1CF4E7 0%, rgba(28, 244, 231, 0.00) 100%);
    filter: blur(5rem);
    z-index: 2;
    top: 0;
    left: 0;
    opacity: .2;
}

.dai_su_sec_5_box .inner {
    position: relative;
    z-index: 2;
}

section.dai_su_sec_6 {
    padding: 2rem 0;
}

.dai_su_sec_6_box {
    width: 25rem;
    height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 14.95rem;
}

.dai_su_sec_6_box img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 39.2rem;
}

.dai_su_sec_6_items .item {
    position: absolute;
    left: 79%;
    top: 24%;
}

.dai_su_sec_6_items .inner {
    display: flex;
    align-items: center;
    border-radius: 1rem;
    background: #FFF;
    box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.08);
    padding: 0.75rem 1.4rem;
    width: 23rem;
    color: #4D4D4D;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    min-height: 5rem;
}

.dai_su_sec_6_items .icon img {
    position: unset;
    transform: unset;
    max-width: 100%;
}

.dai_su_sec_6_items .inner .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 0.75rem;
}

.dai_su_sec_6_items .item:nth-child(2) {
    left: 84%;
    top: 49%;
}

.dai_su_sec_6_items .item:nth-child(3) {
    left: 78%;
    top: 76%;
}
section.dai_su_sec_3 h2.heading_0.text-center {
    position: relative;
    z-index: 2;
}

.dai_su_sec_3_items .item:nth-child(2) {
    top: 63%;
    left: 3%;
}

.dai_su_sec_3_items .item:nth-child(3) {
    top: 35%;
    left: 65%;
}

.dai_su_sec_3_items .item:nth-child(4) {
    top: 67%;
    left: 67%;
}
.single-service main#main .col {
    padding-bottom: 0;
}

section.sv_sec_1 {
    background-color: var(--Color-BG, #E8FEFD);
    padding-top: 2rem;
}

main#main {}

section.sv_sec_1 .col:first-child {
    padding-bottom: 2rem;
}

.sv_sec_1_items {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem -0.6rem;
    text-align: center;
}

.sv_sec_1_items .item {
    width: calc(calc(100% / 3) - 1.2rem);
    margin: 0 0.6rem;
    border-radius: 5rem;
    border: 1px solid rgba(78, 184, 175, 0.20);
    background: #FFF;
    padding: 0.4rem 1rem;
}

.sv_sec_1_items .item span {
    color: #000;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    display: block;
}

.sv_sec_1_items .item b.price {
    color: #4EB8AF;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    display: block;
}

section.sv_sec_1 .content {
    font-size: 1rem;
}

.sv_sec_1_img {
    display: inline-block;
    float: right;
    overflow: hidden;
    border-radius: 14.3rem 14.3rem 0 0;
    width: 28.6rem;
}

.sv_sec_1_img img {
    width: 100%;
    height: auto;
    display: block;
}

section.sv_sec_1 a.btn.style_1 {
    margin-top: 0;
}

section.sv_sec_2 {
    padding: 2.5rem 0;
}

.content_sv_sec_2 table {
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.10);
}

.content_sv_sec_2 table td {
    padding: 1.25rem;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    font-size: 0.8rem;
    line-height: 1.4;
    color: #454545;
}

.content_sv_sec_2 table td:last-child {
}

.content_sv_sec_2 table tr:first-child {
    background: #4EB8AF;
    Selection colors
    Hex
    Hex

    #000000
    10%;
    color: #fff;
}

.content_sv_sec_2 table tr:first-child td {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.7;
    font-weight: 500;
    line-height: 1;
}

.content_sv_sec_2 table td:first-child {
    border-left: none;
}

.content_sv_sec_2 table ul {
    list-style: none;
    margin: 0;
}

.content_sv_sec_2 table tr:first-child td strong {
    font-size: 1.6rem;
}

.content_sv_sec_2 {
    margin-top: 0.5rem;
}

section.sv_sec_3 {
    padding: 2.5rem 0;
    background: var(--Color-BG, #E8FEFD);
}

section.sv_sec_4 {
    padding: 2rem 0 0;
}

.sv_sec_4_items {
    display: flex;
    flex-wrap: wrap;
}

.sv_sec_4_items .item {
    width: calc(100% / 3);
    background: linear-gradient(90deg, #E8FEFD 0%, rgba(232, 254, 253, 0.00) 100%);
    Selection colors
    Hex
    Hex;
    padding: 1.75rem 3rem 2.25rem 1.25rem;
    margin-bottom: 2rem;
}

.sv_sec_4_items .item b.number {color: #41D4C2;font-size: 3.2rem;font-style: normal;font-weight: 700;line-height: 1;}

.sv_sec_4_items .item h3 {
    line-height: 1.2;
    color: #333;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    margin: 1rem 0 0.4rem;
}

.sv_sec_4_items .item .content {
    line-height: 1.6;
    font-size: .9rem;
}

.sv_sec_5_inner {
    background: linear-gradient(90deg, rgba(28, 244, 231, 0.20) 0%, rgba(28, 244, 231, 0.10) 100%);
    padding: 37px 24px 75px;
    border-radius: 40px;
}
.sv_sec_5_img {
    position: relative;
    width: 25.1rem;
    flex: 0 0 auto;
    margin-right: 5.7rem;
}


.sv_sec_5_items .item {
    display: flex;
    align-items: center;
}

.sv_sec_5_items .item .number {
    width: 2.35rem;
    height: 2.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    stroke-width: 1px;
    border: 1px solid rgba(78, 184, 175, 0.20);
    border-radius: 50%;
    color: #4EB8AF;
    text-align: center;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 600;
    margin-right: 1rem;
    flex: 0 0 auto;
}

.sv_sec_5_items .item {
    padding: 1.25rem 0;
}

.sv_sec_5_items .item+.item {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.sv_sec_5_items {
    padding-right: 6rem;
    max-height: 26.35rem;
    overflow: auto;
}
.sv_sec_5_items::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.05);
    background-color: #F5F5F5;
}

.sv_sec_5_items::-webkit-scrollbar
{
    width: .3rem;
    background-color: #cedbff;
}

.sv_sec_5_items::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

.sv_sec_5_items .item:first-child {
    padding-top: 0;
}

section.sv_sec_6 {
    padding: 2rem 0;
}
.sv_sec_6_wrap {
    justify-content: space-between !important;
    margin-top: 2rem;
}

.sv_sec_6_wrap {
    justify-content: center;
}

.sv_sec_6_img {
    width: 20.5rem;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sv_sec_6_items .item {
    display: flex;
    align-items: center;
    width: 22.15rem;
    padding-right: 4.3rem;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 1.4rem;
    position: relative;
}

.sv_sec_6_items .item .icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 1rem;
}

.sv_sec_6_items .item + .item {
    margin-top: 4.5rem;
}

.sv_sec_6_items .item:before {
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, #4EB8AF 0%, rgba(78, 184, 175, 0.00) 100%);
    transform: rotate(180deg);
}

.sv_sec_6_items .item:nth-child(1),.sv_sec_6_items .item:nth-child(3) {
    transform: translateX(3rem);
}

.sv_sec_6_items.right .icon {
    order: 2;
    margin: 0 0 0 1rem;
}

.sv_sec_6_items.right .item {
    padding: 0 0 1.4rem 4.3rem;
}

.sv_sec_6_items.right .item:nth-child(1), .sv_sec_6_items.right .item:nth-child(3) {
    transform: translateX(-3rem);
}
.sv_sec_6_wrap {
    justify-content: space-between !important;
    margin-top: 2rem;
}

.sv_sec_6_wrap {
    justify-content: center;
}

.sv_sec_6_img {
    width: 20.5rem;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sv_sec_6_items .item {
    display: flex;
    align-items: center;
    width: 22.15rem;
    padding-right: 4.3rem;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 1.4rem;
    position: relative;
}

.sv_sec_6_items .item .icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 1rem;
    transform: rotateY(0deg);
    transition: .5s all;
}
.sv_sec_6_items .item:hover .icon{
    transform: rotateY(360deg);
}

.sv_sec_6_items .item + .item {
    margin-top: 4.5rem;
}

.sv_sec_6_items .item:before {
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, #4EB8AF 0%, rgba(78, 184, 175, 0.00) 100%);
    transform: rotate(180deg);
}

.sv_a.slider_nav .step {
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    border: 1px solid #4EB8AF;
    background: #FFF;
    padding: 0 1.2rem;
    color: #4EB8AF;
    text-align: center;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 400;
}

.slider_nav .item span {
    width: 0.85rem;
    height: 0.85rem;
    display: inline-block;
    border: 1px solid #4EB8AF;
    border-radius: 50%;
    margin: 1.25rem 3.75rem 0;
    position: relative;
    background: #fff;
    transition: .5s all;
}

.slider_nav .item {
    text-align: center;
    cursor: pointer;
}

.slider_nav .item> span:before {
    width: 1px;
    height: 1rem;
    background: linear-gradient(45deg, #4EB8AF, transparent);
    content: '';
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    left: 44%;
}

.slider_nav:before {
    content: '';
    position: absolute;
    bottom: 0.85rem;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.10);
    Selection colors
    Hex
    Hex

    #000000
    10%;
    left: 0;
}

section.sv_sec_3 .navigation_slide>* {
    top: 3.7rem;
}

.slider_for_item {
    text-align: left;
    max-width: 60rem;
    margin: auto;
}

.slider_for_item .box_img {
    width: 30rem;
    flex: 0 0 auto;
    border-radius: 1rem;
    overflow: hidden;
    margin-left: 7.5rem;
}

.slider_for_item .box_img img {
    width: 100%;
    height: auto;
    display: block;
}

.slider_for_item span {
    display: flex;
    color: #FE7701;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 400;
    align-items: center;
    position: relative;
}

.slider_for_item span:before {
    width: 1.4502000000000002rem;
    height: 1px;
    background: #FE7701;
    Selection colors
    Hex
    Hex

    #FE7701;
    content: '';
    margin-right: 0.5rem;
}

.slider_for_item h3 {
    color: #454545;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    margin: 0.3rem 0 0.55rem;
    line-height: 1.3;
}

.slider_for_item .content {
    font-size: 0.85rem;
    line-height: 1.6;
}

.slider_for {
    margin-top: 4rem;
}

.slider_nav {
    margin-top: 3rem;
}sec_6_items .item:nth-child(3) {
     transform: translateX(3rem);
 }

.sv_sec_6_items.right .icon {
    order: 2;
    margin: 0 0 0 1rem;
}

.sv_sec_6_items.right .item {
    padding: 0 0 1.4rem 4.3rem;
}

.sv_sec_6_items.right .item:nth-child(1), .sv_sec_6_items.right .item:nth-child(3) {
    transform: translateX(-3rem);
}
.wrap_form_inner {
    border-radius: 1rem;
    background: linear-gradient(90deg, rgba(28, 244, 231, 0.20) 0%, rgba(28, 244, 231, 0.10) 100%);
    display: flex;
    align-items: flex-end;
    padding: 0 1rem 1rem 4.5rem;
}

section.dat_lich {
    margin: 4.35rem 0 1rem;
}

section.service_related {
    padding: 1rem 0 0;
}

.wrap_form_inner .box_img {
    width: 31.2rem;
    flex: 0 0 auto;
    margin-top: -3.35rem;
    margin-left: 4rem;
}

.wrap_form_inner h2.heading_0 {
    line-height: 1.1;
}

.text-center {}

.wrap_form_inner .content {
    font-size: .9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.wrap_form_inner textarea {
    height: 2.292rem;
    border-radius: 5.208rem;
    border: 1px solid transparent;
    padding: 1.042rem;
    margin-top: 0.3rem !important;
    height: 5rem;
    min-height: 5rem;
    border-radius: 1rem;
    padding-top: 0.5rem;
    font-weight: 400;
}

.wrap_form_inner textarea::placeholder {
    opacity: .5;
}

.wrap_form_inner .custom_input.style_1 input {
    border-color: transparent;
}

.wrap_form_inner .custom_input.style_1 input:focus,.wrap_form_inner .custom_input.style_1 textarea:focus {
    border: 1px solid var(--main-cl);
}

.wrap_form_inner .flex.items-center .custom_input.style_1 {width: calc(50% - 0.5rem);}

.flex.items-center {}

.wrap_form_inner .flex.items-center {
    justify-content: space-between;
}

.wrap_form_inner .custom_input.style_1 {
    margin-bottom: 0.75rem;
}

.wrap_form_inner .submit_custom.style_1 {
    margin-top: 0;
}

.service_item {
    position: relative;
    margin: 0 1.5rem;
    padding: 0.75rem;
    box-shadow: 0.15rem 0.2rem 0.75rem 0rem rgba(0, 0, 0, 0.05);
}

.service_item .box_img {
    height: 13.1rem;
    width: 100%;
    border-radius: 0.75rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.service_item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_service {
    margin: 0 -1.5rem;
    padding: 2rem 0;
    margin-top: -2rem;
}

.service_item h3 {
    color: #4D4D4D;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 0.35rem;
    line-height: 1.4;
}

.service_item .content {
    line-height: 1.6;
}

.service_item a.btn.style_1 {
    margin-top: 1rem;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin-top: 0;
    transition: .5s all;
    opacity: 0;
}

.service_item:hover a.btn.style_1 {
    height: auto;
    padding: 0.521rem 1rem;
    margin-top: 1.5rem;
    opacity: 1;
}
.dn_sec_1_items .item sup {
    font-style: unset;
    color: #FE7701;
    text-align: center;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    padding-top: 1.05rem;
    margin-top: 0.5rem;
    margin-left: 0.25rem;
}
.dai_su_sec_2_items .icon img {
    max-height: 100%;
    width: auto;
    transform: rotateY(0deg);
    transition: .5s all;
}
.dai_su_sec_2_items .item:hover .icon img {
    transform: rotateY(360deg);
}
section.banner_page img {
    display: block;
}

section.service_sec_2 .breadcrumbs {
    margin-top: 0;
}

section.service_sec_2 {
    padding: 1.75rem 0 3rem;
}

section.service_sec_2 h2.heading_0 {
    margin-top: 2rem;
}

.wrap_items_service {
    display: flex;
    flex=w: w;
    flex=w: w;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.wrap_items_service .service_item {
    width: calc(calc(100% / 3) - 2rem);
    margin: 0 1rem 1.5rem;
}

.service_sec_3_video {
    position: relative;
}

.slider_process_8 .item {
    margin: 0 0.6rem;
    padding: 1rem 1rem 1.75rem;
    border-radius: 0.75rem;
    background: transparent;
    transition: .5s all;
    cursor: pointer;
}

.slider_process_8 .item:hover {
    background: rgb(28 244 231 / 5%);
    Colors
    Hex
    Hex
    Background colors

    #1CF4E7;
}

.slider_process_8 .item .box_img {
    height: 5.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.slider_process_8 .item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_process_8 .item span {
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    background: #FFF;
    color: #4EB8AF;
    text-align: center;
    /* Body */
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 400;
    padding: 0 0.8rem;
    margin-top: 3.25rem;
    margin-bottom: 0.6rem;
    position: relative;
}

.slider_process_8 .item span:before {
    width: 0.85rem;
    height: 0.85rem;
    content: '';
    position: absolute;
    top: -1.65rem;
    left: 50%;
    transform: translateX(-50%);
    background: #4EB8AF;
    border-radius: 50%;
}

.slider_process_8 {
    margin: 0 -0.6rem;
    position: relative;
}

.slider_process_8:before {
    content: '';
    position: absolute;
    top: 8.55rem;
    width: 96%;
    height: 1px;
    opacity: 0.3;
    background: linear-gradient(90deg, rgba(78, 184, 175, 0.00) 0%, #4EB8AF 4.5%, #4EB8AF 95.5%, rgba(78, 184, 175, 0.00) 100%);
    left: 50%;
    transform: translateX(-50%);
}

.service_sec_3_video img {
    display: block;
    Assets

    Rectangle 18326
    Video ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· 1,411ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°xÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°795.27
    Export;
}

.service_sec_3_video {
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 1.5rem;
}

.service_sec_5 {
    padding: 2.75rem 0;
    position: relative;
    Colors
    Hex
    Hex
    Background colors;
}

.service_sec_5:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(28, 244, 231, 0.00) 0%, #1CF4E7 50%, rgba(28, 244, 231, 0.00) 100%);
    opacity: .15;
}

.service_sec_5 .content {2
3
4
5
6
    7color: #4EB8AF;text-align: center;font-size: 1.2rem;font-style: normal;font-weight: 600;color: #4EB8AF;}

.service_sec_5_inner {
    max-width: 43.5rem;
    margin: auto;
}

.service_sec_5_inner a.btn.style_1 {
    margin-top: 1rem;
}

.slider_steps .icon {
    height: 2.5rem;
    font-size: large;
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
    position: relative;
}
.slider_steps .icon img{
    transform: rotateY(0deg);
    transition: .5s all;
}
.slider_steps .item:hover .icon img{
    transform: rotateY(360deg);
}
.slider_steps .icon img {
    max-height: 100%;
    width: auto;
}

.slider_steps .icon:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0.5rem;
    height: 0.5rem;
    background: #4EB8AF;
    SVG;
    border-radius: 50%;
    bottom: -1.5rem;
}

.slider_steps:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.10);
    top: 3.75rem;
    left: 0;
}

.slider_steps span {
    color: #4EB8AF;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
}

.slider_steps  h3 {
    color: #4D4D4D;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 600;
}

.slider_steps .item {
    width: calc(100% - 5rem);
    margin: 0 2.5rem;
}

.slider_steps {
    margin: 0 -2.5rem;
}

section.service_sec_6 {
    padding: 2rem 0 1rem;
}

section.service_sec_6:before {
    content: '';
    width: 28.75rem;
    height: 28.75rem;
    transform: rotate(90deg);
    flex-shrink: 0;
    position: absolute;
    border-radius: 28.75rem;
    background: linear-gradient(180deg, #E8FEFD 0%, rgba(232, 254, 253, 0.00) 100%);
    filter: blur(5rem);
    left: -5rem;
}

section.service_sec_7 .row {
    justify-content: center;
}

section.service_sec_7 {
    padding: 1rem 0;
}

.service_sec_7_items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.65rem;
}

.service_sec_7_items .item {
    width: calc(calc(100% / 3) - 3.3rem);
    margin: 0 1.65rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    background: var(--Color-BG, #E8FEFD);
    padding: 1.5rem 1.4rem;
    color: #4D4D4D;

    /* Body */
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 400;
    transition: .5s all;
    cursor: pointer;
}

.service_sec_7_items .item .icon {
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    margin-right: 1.5rem;
    filter: brightness(1) invert(0);
    transition: .5s all;
}

.service_sec_7_items .item:hover {
    background: #FE7701;
    Colors
    Hex
    Hex
    Background colors

    #FE7701;
    color: #fff;
}

.service_sec_7_items .item .icon img {
    max-height: 100%;
    width: auto;
}

.service_sec_7_items .item:hover {font-weight: 600;}

.service_sec_7_items .item:hover .icon {
    filter: brightness(0) invert(1);
}

.service_sec_7 a.btn.style_1 {
    margin-top: 1rem;
}

section.service_sec_7+.dat_lich {
    margin-bottom: 3.25rem;
}
.service_sec_3_video svg {
    width: 7.5rem;
    height: auto;
}
.service_sec_4_img ul {
    list-style: none;
    margin: 0;
}

.service_sec_4_img li {
    margin: 0;
    border-radius: 1rem;
    background: #FFF;
    padding: 0.85rem 0.85rem 2.9rem;
    background: #fff;
}

.service_sec_4_img img {
    height: 24rem;
    border-radius: 1rem;
    width: 100%;
    object-fit: cover;
}

.service_sec_4_img {
    position: relative;
    margin-top: -5rem;
    margin-right: 5rem;
    flex: 0 0 auto;
}

.service_sec_4_img li:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: .5s all;
}

.service_sec_4_img li:nth-child(1) {
    transform: rotate(0);
    transition: .5s all;
}

.service_sec_4_img:hover li:nth-child(1) {
    transform: rotate(17deg);
}

.service_sec_4_img:hover li:nth-child(2) {
    opacity: 1;
}

.service_sec_4_box {
    border-radius: 1rem;
    background: var(--Color-BG, #E8FEFD);
    padding: 2rem 7.5rem 2.25rem 8.25rem;
}

section.service_sec_4 {
    margin-top: 2rem;
    padding-bottom: 2rem;
}

.service_sec_4_box  h3 {
    color: #4EB8AF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.service_sec_4_box .box_svg svg {
    display: block;
    height: 2.4rem;
}

.service_sec_4_box .price {
    color: #FE7701;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 600;
    margin: -0.55rem 0 0 1.3rem;
}

.service_sec_4_box .price sup {
    font-size: 2.1rem;
}

.service_sec_4_box  b {
    color: #4D4D4D;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 600;
    display: block;
    margin-top: 0.5rem;
}

.service_sec_4_box a.btn.style_1 {
    margin: 1.25rem 0 0 0;
}

.service_sec_4_box .content {
    margin-top: 1.1rem;
    font-size: 1rem;
}
div#countdown ul {
    display: flex;
    list-style: none;
    margin: 0.75rem 0 1rem;
    align-items: center;
}

div#countdown ul span {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 0.1rem 0.1rem 0.5rem 0rem rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    color: #4D4D4D;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
}

div#countdown ul li {
    margin: 0 0.5rem;
}

.service_sec_4_box .box_content {
    position: relative;
}

.service_sec_4_box .box_content:before {
    width: 100%;
    height: 100%;
    filter: blur(5rem);
    background: radial-gradient(59.53% 49.12% at 40.2% 42.49%, rgba(255, 255, 255, 0.70) 34.7%, rgba(255, 255, 255, 0.00) 100%);
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.service_sec_4_box .box_content {
    z-index: 0;
}
.page-template-service main#main .col {
    padding-bottom: 0;
}
.sv_sec_6_items.right {
    text-align: right;
}
.team_sec_1_number .item b .don_vi b {
    font-weight: 500;
    font-size: 2rem;
}
.danh_gia {
    display: flex;
    align-items: center;
    color: #4EB8AF;
    text-align: center;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.danh_gia svg {
    display: block;
    width: 7rem;
    height: auto;
    margin-left: 1rem;
}
.dn_sec_1_img ul {
    list-style: none;
    margin: 0;
}

.dn_sec_1_img ul li {
    position: absolute;
    top: 64%;
    left: -12%;
}

.dn_sec_1_img ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: unset;
    transform: translate(-50%, -50%);
    max-width: 3rem;
}

.dn_sec_1_img ul li:nth-child(2) {
    top: 6%;
    left: 33%;
}

.dn_sec_1_img ul li:nth-child(3) {
    top: 25%;
    left: 58%;
}

.dn_sec_1_img ul li:nth-child(4) {
    top: -14%;
    left: 94%;
}

.dn_sec_1_img ul li:nth-child(5) {
    top: 60%;
    left: 106%;
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}

.nav-dropdown-has-border .nav-dropdown {
    border: none;
    border-radius: .5rem;
}

.nav-dropdown-has-border .nav-dropdown ul{
    border-radius: .5rem;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    font-size: .9rem;
    padding: .7rem 0;
}
.content_sv_sec_2 table li:before{
    margin: .2rem .3rem 0 0;
    content: '';
    background-image: url(../images/icon_tick.svg);
    width: .75rem;
    height: .75rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    flex: 0 0 auto;
}
.content_sv_sec_2 table li {
    display: flex;
}
.slider_nav .item .step {
    padding: 3px 14px;
    border: 1px solid #4EB8AF;
    display: inline-block;
    border-radius: 100px;
    font-size: .8rem;
    background: #FFF;
    color: #4EB8AF;
    transition: .5s all;
}
.slider_nav .item:hover .step {
    color: #fff;
    background: #4EB8AF;
}

.slider_nav .item:hover span {
    background: #4EB8AF;
}
section.about_sec_2 .content p {
    margin-bottom: .5rem;
}

section.about_sec_2 .content li {
    margin-bottom: .2rem;
}
.wrap_video_ht svg {
    position: absolute;
    top: 0;
    left: -3rem;
    width: 10rem;
}

.wrap_video_ht img {
    position: relative;
    z-index: 2;
}

.wrap_video_ht:before {
    width: 30rem;
    height: 30rem;
    transform: rotate(-75deg);
    flex-shrink: 0;
    border-radius: 590.928px;
    opacity: 0.1;
    background: linear-gradient(180deg, #1CF4E7 0%, rgba(28, 244, 231, 0.00) 100%);
    filter: blur(100px);
    content: '';
    position: absolute;
    left: -3rem;
    top: -10rem;
}
.custom_input.style_1 textarea {
    border-radius: 1rem;
    width: 100%;
}
.form_product .custom_radio {
    margin: 1rem 0 !important;
}
.flex.items-center.full_width_col .custom_input.style_1 {
    width: 100%;
    margin-top: .6rem;
}
.form_product .submit_custom.style_1 {
    margin-top: .5rem;
}
.wrap_post_related {
    position: sticky;
    top: 7rem;
}

.single-post {
    overflow: unset;
}
.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    position: relative;
    box-shadow: none;
    top: -1px !important;
}

header#header {
    position: fixed;
    top: 0;
}

body .header.show-on-scroll, body .stuck .header-main {height: auto !important;}

.header-main {
    height: auto !important;
}

main#main {
    padding-top: 9rem;
}
.content.hide_content {
    max-height: 50rem;
    overflow: hidden;
}
.box_content_post{
    position: relative;
}
.content.hide_content:before{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0.39%, #FFF 50%);
    width: 100%;
    height: 6rem;
    content: '';
    position: absolute;
    bottom: 0;
}

.content.hide_content .text-center,
.box_content_post .text-center{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.box_content_post .text-center {
    bottom: 1rem;
}
.for_tabs_product .item {
    position: relative;
}

.for_tabs_product .item .text-center {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.box_content_post .content.hide_content {
    max-height: 71rem;
}
div#popup_voucher {
    max-width: 80rem;
    padding: 0;
    border-radius: 1rem;
    overflow: hidden;
}

div#popup_voucher .inner {
    display: flex;
    background: linear-gradient(90deg, var(--Color-BG, rgba(232, 254, 253, 0.50)) 0%, rgba(199, 242, 237, 0.50) 100%), #EEF8F7;
    Colors
    Hex
    Hex
    Background colors

    #EEF8F7;
    align-items: center;
}

div#popup_voucher .inner>* {
    width: 50%;
}

div#popup_voucher .box_img img {
    width: 100%;
    height: auto;
}

div#popup_vouche .box_content {
    padding: 2.5rem !important;
}

div#popup_voucher .box_content {
    padding: 0 3rem;
    text-align: center;
    text-align: left;
    position: relative;
}

div#popup_voucher .box_content>h3 {
    font-size: 1.6rem;
    color: #4EB8AF;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 0.5rem;
}

div#popup_voucher .box_content>h3 span {
    display: block;
    line-height: 1;
    font-weight: 300;
}

.wrap_price {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 57.5%, rgba(255, 255, 255, 0.00) 100%);
    Colors
    Hex
    Hex
    Background colors;
    padding: .4rem 0;
    margin-bottom: 1.25rem;
    position: relative;
    text-align: center;
}

.wrap_price .price {
    color: #FE7701;
    text-align: center;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    margin-top: -.3rem;
}

.wrap_price svg {
    margin: 0 0 -1rem -10rem;
    height: 1.5rem;
    width: auto;
}

div#popup_voucher .info {
    display: flex;
    margin: 0 -0.85rem 1.5rem;
}

div#popup_voucher .item {
    width: calc(50% - 1.7rem);
    margin: 0 0.85rem;
    text-align: left;
}

div#popup_voucher .info span {
    color: #4D4D4D;
    text-align: center;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    /* 143.75% */
}

div#popup_voucher .info .item>*:not(span) {
    border-radius: 2.5rem;
    border: 0.05rem solid rgba(78, 184, 175, 0.20);
    background: #FFF;
    height: 2.25rem;
    text-align: left;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #4D4D4D;
    margin-top: 0.1rem;
}

div#popup_voucher .box_content .content {
    text-align: left;
    line-height: 1.4;
}

div#popup_voucher .box_content .luu_y {
    display: flex;
    color: #4D4D4D;
    font-size: 0.7rem;
    font-style: italic;
    font-weight: 400;
    /* 178.571% */
}

div#popup_voucher .box_content .luu_y svg {
    display: block;
    width: 1.2rem;
    height: auto;
    margin-right: .2rem;
}

div#popup_voucher .box_content .nav_bottom {
    right: 3rem;
    text-align: right;
    margin-top: 3rem;
}

div#popup_voucher .box_content .nav_bottom ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

div#popup_voucher .box_content .nav_bottom ul li {
    margin: 0;
}

a.download_voucher {
    display: flex;
    align-items: center;
    color: #4EB8AF;
    text-align: center;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2rem; /* 150% */
}

a.download_voucher svg {
    display: block;
    width: 1rem;
    height: auto;
    margin-right: 0.35rem;
}

div#popup_voucher .box_content .nav_bottom ul li+li {
    margin-left: 1.75rem;
}

a.share_facebook {
    display: flex;
    align-items: center;
    background: #018CFE;
    Colors
    Hex
    Hex
    Background colors

    #018CFE;
    border-radius: 5rem;
    padding: 0.45rem 0.6rem;
    color: #FFF;
    text-align: center;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 700;
}

a.share_facebook svg {
    width: 1.2rem;
    height: auto;
    margin-right: .5rem;
}

div#popup_voucher .box_content:before {
    content: '';
    height: 100%;
    width: 3.8rem;
    background: linear-gradient(90deg, #fcfefd, transparent);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
section.dai_su_sec_1 section.breadcrumbs {
    margin: 0 0 5rem;
}
.for_tabs_ds .item .inner {
    display: flex;
}
section.home_1 {
    position: relative;
    z-index: 9;
}
.banner_page .banner_hero .pagination {
    display: block;
    position: absolute;
    bottom: 20px;
    z-index: 90;
}

.banner_page .banner_hero .pagination span {
    background: #fff;
}
.tuyen_dung_sec_4_items .item:hover .icon img {
    transform: rotateY(360deg);
}
table.table_td tr {
    transition: .5s all;
    background: transparent;
}

table.table_td tr:hover {
    cursor: pointer;
    background: #E8FEFD;
}
.title_bottom span+span {
    margin-left: .5rem;
}
section.dn_sec_1 section.breadcrumbs {
    margin-bottom: 3rem;
}
.dai_su_sec_3_items .item:hover .icon {
    transform: rotateY(360deg);
}
.icon_plus {
    border: 0.05rem solid #4EB8AF;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    transform: translateY(50%);
}

.icon_plus svg {
    max-width: 60%;
    width: auto;
    height: auto;
}

.sv_sec_6_items.right .item:before {
    background: linear-gradient(-90deg, #4EB8AF 0%, rgba(78, 184, 175, 0.00) 100%);
}

.sv_sec_6_items.right .item .icon_plus {
    right: unset;
    left: 0;
}

.content_sv_sec_2 table td:first-child strong {
    font-weight: 600;
}
.content_sv_sec_2 table tr {
    transition: .5s all;
    background: transparent;
}

.content_sv_sec_2 table tr:not(:last-child):hover {
    background: #E8FEFDB2;
    cursor: pointer;
}
.uu_dai_sec_2{
    background-image: url(../images/ht_uu_dai.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.sv_sec_1{
    background-image: url(../images/ht_dich_vu.png);
    background-repeat: no-repeat;
    background-position: top -11rem right -2rem;
}
.wrap_blog.box_news .item p {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}
.category  section.breadcrumbs ul>*:last-child {
    display: none;
}
.team_of_doctor .experience ul {
    list-style: none;
    margin: 0;
}
.nav-dropdown-has-shadow .nav-dropdown ul {
    position: absolute;
    right: 0;
    transform: translateX(100%);
    top: 0;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    padding: 0 !important;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    border-radius: .5rem;
}

.nav-dropdown-has-shadow .nav-dropdown {
}

ul.sub-menu.nav-dropdown.nav-dropdown-default {
    display: block;
    min-width: 14.146rem /* 310/19.2 */;
    padding: 0 !important;
}

.sub-menu li a {
    padding: .7rem 0 !important;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li>a {
    width: 100%;
    margin: 0 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.nav-dropdown li,.nav-dropdown>li.image-column, .nav-dropdown>li.nav-dropdown-col {
    width: 100% !important;
    white-space: unset !important;
    display: block !important;
}

.nav-dropdown>li.nav-dropdown-col:hover ul {
    opacity: 1;
    pointer-events: unset;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li:last-child>a {
    border: none;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    margin: 0 1rem;
}

.nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a {
    text-transform: unset;
    font-weight: 400;
}

.nav-dropdown-default .nav-column li li a {
    margin: 0 !important;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li>a i {
    transform: translateX(.5rem) rotate(-90deg);
}
/*__________________________________________________________*/
@media (min-width: 1200px) {
    html {
        font-size: 1vw;
    }
}
@media (max-width: 1500px) {
    html {
        font-size: 1.05vw;
    }
    #masthead ul.header-nav-main {
        gap: 1.3rem;
    }
    .box_news .navigation_slide,
    .box_story_customer .navigation_slide,
    .box_video .navigation_slide,
    .team_of_doctor .navigation_slide {

    }
    .team_of_doctor .custom_prev {
        margin-left: 0;
    }
    .team_of_doctor .custom_next {
        margin-right: 0;
    }
    .home_10 .btn,
    .home_4 .btn {
        margin-top: 3rem;
    }
    .box_compare .navigation_slide .custom_prev {
        top: unset;
        bottom: 1.458rem;
        left: 12rem;
        margin: unset;
        transform: unset;
    }
    .box_compare .navigation_slide .custom_next {
        top: unset;
        bottom: 1.458rem;
        right: auto;
        left: 15.5rem;
        margin: unset;
        transform: unset;
    }
    .treatment_regimen {
        margin: unset;
    }
}
@media (max-width: 1199px) {
    html {
        font-size: 1.3vw;
    }

    .navigation_slide .custom_prev, .navigation_slide .custom_next {
        top: unset;
        transform: unset;
        position: unset !important;
    }
    .navigation_slide {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin: 1.25rem 0;
    }
    .home_10 .btn, .home_4 .btn {
        margin: 0;
    }

    #masthead .header-inner {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start;
        padding-top: 8px;
        gap: 2px;
    }
    .header-main {
        height: 6.25rem !important;
    }
    #masthead ul.header-nav-main {
        gap: 1.2rem;
    }
    #masthead .flex-right {
        margin-left: 0;
    }
    .header-wrapper.stuck .header-main {
        height: 100px !important;
    }
    .request_form {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .custom_input_footer input[type=submit], .custom_input_wrapper input[type=submit] {
        font-size: 0.8rem;
    }
    .col {
        padding-right: 15px;
        padding-left: 15px;
    }
    .heading_0 {
        font-size: 1.8rem;
    }
    .service_highlight {
        display: flex;
        justify-content: flex-start;
        overflow: auto;
    }
    .service_highlight .item {
        width: calc(100% / 2.5);
        flex-shrink: 0;
    }
    .service_highlight .btn_wrapper {
        flex-direction: column;
        gap: .7rem;
    }
    .service_highlight .btn {
        flex-shrink: 0;
        width: 100%;
    }
    .service_highlight .btn:last-child {
        margin: 0;
    }
    .service_highlight .content {
        height: 8.5rem;
        max-height: unset;
        overflow: auto;
    }
    .service_highlight .item:hover .content {
        max-height: unset;
    }
    .service_highlight .item:hover .box_img {
        height: 0rem;
    }
    .service_highlight .item .box_img {
        height: 5rem;
    }
    .service_highlight::-webkit-scrollbar {
        height: 2px;
        background-color: #cedbff;
    }
    .service_highlight::-webkit-scrollbar-thumb {
        background-color: var(--main-cl);
    }


    .popup_custom_container .popup_custom_inner {
        position: relative;
        width: 26rem;
        height: auto;
    }
    .treatment_regimen .heading {
        margin: 2rem 1.8rem;
    }
    .treatment_regimen h2 {
        font-size: 1.4rem;
    }
    .box_effective_wrapper .effective {
        align-items: flex-start;
    }
    .box_effective_wrapper h3 {
        font-size: 1rem;
    }
    .box_effective_wrapper {
        bottom: unset;
        top: 2.083rem;
        padding: 0 1.042rem;
    }
    .box_facilities {
        margin: 0 2rem;
    }
    .box_story_customer .swiper-wrapper {
        padding: 5rem 0;
    }
    .box_compare_wrapper .item {
        flex-direction: column;
    }
    .box_compare_wrapper .box_content {
        width: 100%;
        padding-right: 0;
        margin-top: 0;
    }
    .box_compare_wrapper .compare_container {
        width: 100%;
    }
    .box_compare_thumb {
        bottom: 0.2rem;
    }
    .box_compare .navigation_slide .custom_next {
        bottom: -2rem;
        right: 0;
        left: unset;
    }
    .box_compare .navigation_slide .custom_prev {
        bottom: -2rem;
        left: auto;
        right: 4rem;
    }
    .home_9 .col {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
    .form_request {
        align-items: center;
    }
    .form_request_inner {
        margin-top: 2rem;
        padding: 0 1rem 3.4rem;
    }
    .submit_custom.style_1 svg {
        right: 22%;
    }
    .custom_radio .wpcf7-list-item {
        min-width: 8.8rem;
    }
    #footer .top_footer {
        flex-wrap: wrap;
        gap: 1rem;
        padding-right: 15px;
        padding-left: 15px;
    }
    #footer .top_footer .item {
        max-width: calc((100% / 2) - 10px);
        flex-basis: 100%;
    }
    .custom_input_footer svg {
        right: 9rem !important;
    }
    .bottom_footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .box_video .swiper-slide.swiper-slide-active {
        transform: scale(1.2) translateY(0rem);
    }
    .box_story_customer .swiper-slide.swiper-slide-active {
        transform: scale(1.5) translateY(1rem);
    }
    .popup_custom_container .btn_form_parent {
        width: 100%;
        bottom: 0.9375rem;
        scale: 0.8;
        display: flex;
        justify-content: center;
        left: unset;
        transform: unset;
    }
    .home_2 .graphic_1 {
        width: 4rem;
        height: 4rem;
        right: 20%;
    }
    .home_2 .graphic_2 {
        width: 4rem;
        height: 4rem;
        left: 20%;
    }
    .slider_process {
        padding-right: calc(calc(100vw - 73rem) / 2);
        margin-left: calc(calc(100vw - 71rem) / 2);
    }

    .about_sec_7_box .box_img img {
        max-height: 35rem;
        width: auto;
    }

    .item_post .box_img {
        height: 16.15rem;
    }
    div#breadcrumb {}

    section.breadcrumbs {
        display: none;
    }

    .san_thuong_mai ul {
        flex-wrap: wrap;
    }

    .san_thuong_mai ul a svg {
        max-height: 60%;
        width: auto;
    }
}
@media (max-width: 849px) {
    html {
        font-size: 1.3vw;
    }

    .popup_custom_container .popup_custom_inner {
        width: 22rem;
    }
    #top_header img {
        height: 4rem;
        object-fit: contain;
    }
    #main-menu li.menu-item-home {
        position: relative;
    }
    #main-menu li.menu-item-home a {
        opacity: 0;
    }
    #main-menu li.menu-item-home:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 4rem;
        height: 100%;
        background-image: url(../images/homeIcon.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-left: 1.5rem;
    }
    .custom_input_wrapper {
        padding: 1rem 1.2rem !important;
    }
    .box_facilities {
        height: unset;
        border-radius: unset;
    }
    .box_facilities:before {
        content: unset;
    }
    .box_facilities .box_img .img_item {
        position: relative !important;
        opacity: 1;
        margin-bottom: 1rem;
        height: 100%;
        border-radius: 1.042rem;
        overflow: hidden;
    }
    .box_facilities .box_img .img_item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.78%, rgba(0, 0, 0, 0.6) 77.11%);
    }
    .box_facilities .item_content {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1rem;
        z-index: 1;
    }
    .custom_input_wrapper {
        margin-top: 2rem;
        flex-direction: column;
        padding: 1rem 0;
        border-radius: 1.042rem;
    }
    .custom_input_wrapper .custom_input:not(:nth-child(3)) {
        border-right: none;
        margin-right: unset;
    }
    .custom_input_wrapper .custom_input {
        width: 100%;
        margin-bottom: 1rem;
    }
    .custom_input_wrapper label {
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
    }
    .custom_input_wrapper .custom_input input {
        height: 2.5rem;
        border-radius: 5.208rem;
        border: 1px solid rgba(51, 51, 51, 0.5);
        padding: 0 1.042rem;
    }
    .custom_input_wrapper .custom_input input:focus {
        border: 1px solid var(--third-cl);
    }
    .custom_input_wrapper input[type=submit],
    .custom_input_wrapper .submit_custom {
        border-radius: 5.208rem;
        height: 3rem;
    }
    .custom_input_wrapper .wpcf7-not-valid-tip {
        bottom: -100%;
        top: unset;
    }
    .request_form .wpcf7 .wpcf7-not-valid-tip:after {
        top: unset;
        transform: unset;
    }
    .btn_wrapper {
        flex-direction: column;
    }
    .btn_wrapper .btn {
        margin-top: 0.7rem;
        width: 100%;
    }
    .treatment_regimen {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .treatment_regimen .item {
        width: calc((100% / 2) - 10px);
    }
    .box_effective_wrapper .effective {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    .effective .item:nth-child(2) {
        border-right: unset;
        border-left: unset;
        padding: 0;
        margin: 0;
    }
    .effective .item {
        width: calc((100% / 2) - 10px);
    }
    .counter_effective {
        flex-wrap: wrap;
        padding: 1rem;
        gap: 1rem;
        align-items: flex-start;
    }
    .counter_effective .item {
        width: calc((100% / 2) - 10px);
    }
    .counter_effective .item:not(:last-child) {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
    .heading_0 {
        font-size: 1.5rem;
    }
    .form_request {
        flex-direction: column;
    }
    .form_request>* {
        width: 100%;
    }
    .submit_custom.style_1 svg {
        right: 31%;
    }
    #footer .bottom_footer {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    #footer .copy_right {
        text-align: center;
    }
    .custom_input_footer svg {
        right: 6rem !important;
    }
    #masthead .header-inner {
        flex-direction: unset !important;
        padding-top: 0;
        gap: 0;
    }

    .mfp-container {
        background-color: rgba(11, 11, 11, 0.5) !important;
        /*top: 77px;*/
    }
    /*.mfp-content {*/
    /*    margin-top: 77px !important;*/
    /*}*/
    body.body-scroll-lock--active .mfp-wrap {
        overflow: hidden;
    }
    .mfp-bg {
        background-color: unset !important;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        background-color: #fff;
        --drawer-width: 80% !important;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        padding-left: 2.604rem !important;
        font-size: 1.2rem !important;
    }
    .nav>li>a {
        color: var(--sub-cl);
    }
    #main-menu .current_page_item {
        background-color: rgba(209, 209, 209, 0.3);
    }
    #main-menu .current_page_item a {
        color: var(--main-cl);
    }
    input[type="search"] {
        border-top-left-radius: 5.208rem;
        border-bottom-left-radius: 5.208rem;
        padding: 0 1.458rem;
    }
    .searchform-wrapper:not(.form-flat) .submit-button {
        border-top-right-radius: 5.208rem;
        border-bottom-right-radius: 5.208rem;
    }
    .searchform-wrapper:not(.form-flat) .submit-button {
        height: 2.604rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .box_facilities .box_content {
        position: unset !important;
        flex-wrap: wrap;
    }
    .box_facilities .box_content .item.active,
    .box_facilities .box_content .item {
        flex: unset;
    }
    .box_facilities .box_content .item.active p,
    .box_facilities .box_content h2 {
        color: var(--sub-cl);
    }
    .box_facilities .box_content .item p {
        opacity: 1 !important;
    }
    .box_facilities .box_content {
        padding: 1.042rem 0;
    }
    .box_facilities .box_content .item:not(:last-child) {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
    #footer .bottom_footer {
        padding-bottom: 7rem;
    }
    .nav>li>a>i.icon-search {
        font-size: 1.2rem !important;
    }
    .box_story_customer .item {
        padding-bottom: 2%;
    }
    .wrap_video_ht {
        display: none;
    }

}
@media (max-width: 767px) {
    html {
        font-size: 4vw;
    }

    .form_register .fancybox-button {
        background-color: #fff;
        border-radius: 100%;
        top: 0.5rem;
        right: 0.5rem;
        padding: 8px;
        scale: 0.8;
    }
    .box_story_customer .item {
        padding-bottom: 0;
    }
    .compare_container .image_slide {
        height: 15.125rem !important;
    }
    .treatment_regimen_wrapper .btn svg {
        scale: 0.6;
    }
    .popup_custom_container {
        padding: 0 15px;
    }
    .popup_regimen_child .btn_close_child, .popup_custom_container .btn_close_parent {
        top: -4rem;
        left: 50%;
        transform: translateX(-50%);
        right: unset;
    }
    .popup_regimen_child .btn_close_child svg, .popup_custom_container .btn_close_parent svg {
        width: 2rem;
    }
    .service_highlight .item {
        width: calc(100% / 1.4);
    }
    .counter_effective {
        padding: 1rem 0.5rem;
    }
    .counter_effective .number span.counter {
        font-size: 2rem;
    }
    .box_facilities {
        margin: 0;
    }
    .box_facilities .box_img .img_item:before {
        background-image: unset;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .box_facilities .box_img img {
        height: 14rem;
        object-fit: cover;
    }
    input[type="search"] {
        height: 2.604rem;
    }
    .mfp-container {
        top: unset;
    }
    .mfp-content {
        margin-top: unset !important;
    }
    .service_highlight {
        grid-template-columns: 1fr;
    }
    .effective .item,
    .treatment_regimen .item {
        width: 100%;
    }
    .box_story_customer .swiper-slide.swiper-slide-active,
    .box_video .swiper-slide.swiper-slide-active .thumb_video {
        transform: unset;
    }
    .box_story_customer .item {
        padding-bottom: 0;
    }
    .box_story_customer .swiper-slide {
        transform: unset;
    }
    .box_story_customer .swiper-wrapper {
        padding: 2rem 0;
    }
    .box_compare_thumb {
        display: none;
    }
    .box_compare .navigation_slide .custom_prev {
        bottom: unset;
        right: unset;
        left: 0;
        top: 60%;
    }
    .box_compare .navigation_slide .custom_next {
        bottom: unset;
        right: 0;
        left: unset;
        top: 60%;
    }
    .form_request_inner .flex {
        flex-direction: column;
    }
    .submit_custom.style_1 svg {
        right: 22%;
    }
    #footer .top_footer .item {
        max-width: 100%;
    }
    #footer .info_contact {
        padding-right: 0;
    }
    #footer .box_logo {
        text-align: center;
    }
    #footer .box_logo img {
        width: 20rem;
    }
    #footer li a, #footer p {
        font-size: 1.05rem;
    }
    #footer .fanpage img {
        width: 100%;
    }
    .contacts_fixed {
        width: 100%;
        top: unset;
        left: 0;
        right: unset;
        bottom: 0;
        transform: unset;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--main-cl);
        padding: 1rem 0;
    }
    .contacts_fixed>a {
        width: calc(100% / 4);
        display: flex;
        justify-content: center;
    }
    .contacts_fixed a:nth-child(2)>img,
    .contacts_fixed a:nth-child(3)>img,
    .contacts_fixed a:nth-child(4)>img,
    .contacts_fixed a>img {
        width: 1.5rem;
        height: auto;
        padding: 0;
        background-color: transparent !important;
    }
    .contacts_fixed a {
        border-radius: 0;
    }
    .box_news .pagination {
        bottom: 4rem;
    }
    .item_news_slide {
        display: block;
    }

    .item_news_slide .box_content {
        width: 100%;
        padding: 0;
    }

    .item_news_slide .box_img {
        width: 100%;
        margin-top: 2rem;
        height: 15rem;
    }

    main#main {
        padding-top: 3.3rem;
    }
    .dn_sec_1_img ul{
        display: none;
    }
    .submit_custom.style_1 svg {
        right: 5%;
    }
    [data-open="#main-menu"]{
        background-image: url(../images/icon_menu.svg);
        width: 3.5rem;
        height: 3.5rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center !important;
    }
    [data-open="#main-menu"] i {
        opacity: 0;
    }
    section.cat_section {
        margin-top: 1rem;
    }
    .off-canvas .sidebar-menu{
        padding: 0;
    }
}
@media only screen and (max-width: 767px){
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .about_sec_2_img {
        padding: 0;
    }

    .about_sec_2_img img {
        max-width: 100%;
    }

    .video_box .wrap_icon .box_content {
        max-width: 17rem;
    }

    .video_box {
        height: 15rem;
    }

    .icon_play {
        width: 3rem;
        height: 3rem;
    }

    .icon_play svg {
        width: 1rem;
    }

    .video_box .wrap_icon {
        top: 34%;
    }

    .about_sec_5_items {
        display: block;
    }

    .about_sec_5_items .item {
        max-width: 100%;
    }

    .about_sec_5_items .item + .item {
        margin-top: 3rem;
    }

    .slider_process {
        margin: 0 15px;
    }

    .about_sec_7_box .box_img {
        position: relative;
        right: unset;
        margin-top: 2rem;
    }

    .about_sec_7_box {
        display: block;
        padding: 1rem;
    }

    .content_about_sec_8 {
        max-width: 100%;
        text-align: center;
    }
    .wrap_nav {
    }

    select#sort_product {
        min-width: 6rem;
        width: auto;
    }

    .wrap_product .item_product {
        width: calc(50% - 1.2rem);
        padding: .7rem;
    }

    .item_product a.btn.style_0 {
        min-width: unset;
        width: 100%;
    }

    .wrap_banner_qc .item {
        width: calc(100% - 3.5rem);
    }

    .wrap_banner_qc {
        display: block;
    }

    .wrap_banner_qc .item + .item {
        margin-top: 2rem;
    }
    .box_slider_gallery {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .san_thuong_mai ul a {
        height: 2.2rem;
        padding: 0 1rem;
    }

    .san_thuong_mai ul li + li {
        margin-left: 0.5rem;
    }

    .box_tab_product {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .for_tabs_product h3 {
        font-size: 1.5rem;
    }
    .for_tabs_product .content {
        font-size: 1rem;
    }

    .for_tabs_product .content p {
        font-size: 1rem;
    }

    .product_single_sec_4 {
        padding: 2rem 0px;
    }
    .item_first .box_content {
        max-width: 100%;
        padding: 2rem;
    }

    .item_first:before {
        width: 100%;
    }

    .wrap_post_new .item_post_related {
        width: calc(calc(100% ) - 4.5rem);
    }

    .wrap_post_new .item_post_related+.item_post_related {
        margin-top: 2rem;
    }

    ul.nav_terms {
        display: none;
    }

    section.blog_page_sec_2 .col {
        padding: 0 15px;
    }

    .menu_cat {
        justify-content: center;
    }

    .blog_page_sec_2 h2.heading_0 {
        text-align: center;
        margin-bottom: 1rem;
    }

    .wrap_blog.box_news .item {
        width: calc(calc(100% ) - 1.2rem);
    }
    .menu_cat {
        flex-wrap: wrap;
    }

    .menu_cat li {
        margin: 0 .2rem .4rem !important;
    }
    .single_page_sec_1 .box_content {
        padding: 2rem 0 3rem;
    }

    h1.title_post {
        font-size: 1.7rem;
    }

    .single_page_sec_2 .nav_bottom {
        display: block;
        flex-wrap: wrap;
        justify-content: center;
    }

    .single_page_sec_2 .nav_bottom .left {
        margin-bottom: 1rem;
    }

    .nav_meta_post {
        display: block;
    }

    .nav_meta_post .left {
        margin-bottom: 1rem;
    }

    .single-post .col.large-4.medium-4 {
        padding: 0 15px;
        margin-top: 2rem;
    }
    .wrap_form_contact {
        padding: 2.25rem 2.75rem;
    }
    .header-wrapper.stuck .header-main {
        height: auto !important;
    }

    .header-main {
        height: auto !important;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        font-size: 1rem !important;
        text-transform: unset;
    }

    .item_news_slide .box_content {
        padding: 0 2rem 0 0;
    }

    .slide_banner_post {
        transform: translateY(0rem);
        margin-top: 2rem;
    }
    #top_header {
        display: none;
    }

    .off-canvas-left.mfp-ready .mfp-content {top: 3.3rem;box-shadow: none;}

    .mfp-wrap {
        top: 3.3rem !important;
    }
    .mfp-container {
        position: fixed;
    }
    .dn_sec_1_items .item:nth-child(2) {
        margin-right: 0;
    }

    .dn_sec_1_items .item:nth-child(1), .dn_sec_1_items .item:nth-child(4) {
        transform: unset;
    }

    .dn_sec_1_items {
        margin-bottom: unset;
        flex-wrap: wrap;
    }

    .wrap_team .item {
        width: calc(100% - 1rem);
    }

    .dn_tabs {
        width: 100%;
        position: unset;
    }

    .dn_sec_3_tab .box_img img {
        float: unset;
        max-width: 100%;
        width: 100%;
    }

    .dn_sec_3_tab {
        display: block;
    }

    .dn_sec_3_tab .box_img {
        width: 100%;
    }

    .dn_nav_tabs ul li {
        width: calc(100% / 3);
        padding: 0 .5rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    .dn_nav_tabs ul {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -0.5rem;
    }

    .dn_nav_tabs ul li span {
        font-size: .8em;
    }

    .dn_nav_tabs .wrap_icon {
        margin: auto;
        justify-content: center;
    }

    .dn_nav_tabs .wrap_icon .icon {
        margin-bottom: .5rem;
    }

    .dn_for_tabs {
        max-width: 100%;
        margin-top: 2em;
        text-align: center;
    }

    .slider_hieu_qua .video_box {
        margin: 0 .5rem;
        height: 16.7rem;
    }

    section.dn_sec_4 .wrap_slider {
        margin: 1.5rem -.5rem 0;
    }

    .home_9 .col {
        padding-left: 15px;
        padding-right: 15px;
    }
    section.team_sec_1 {
        padding: 2rem 0;
    }

    .team_sec_1_img {
        width: 81%;
        height: auto;
        margin: auto;
        display: block;
        float: unset;
    }

    .team_sec_1_img:before {
        width: 100%;
        background-image: url(../images/bg_member.png);
        height: 27.35rem;
        opacity: 0;
    }

    .wrap_toggle_team .title .icon {
        width: 2.3rem;
        height: 2.3rem;
    }

    .wrap_toggle_team h3 {
        font-size: 1rem;
        padding-right: 1rem;
    }

    .wrap_toggle_team .item span {
        right: 0;
    }

    .item_process .wrap_top.flex.justify-between {
        display: block;
    }

    .item_process .title_left {
        clip-path: unset;
        height: auto;
        padding: 1rem;
        font-size: 1rem;
    }

    .item_process .title_left h3 {
        font-size: 1.2rem;
        line-height: 1.5;
        text-align: center;
    }

    .item_process .content_right {
        clip-path: unset;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .wrap_item_process {
        display: block;
        padding: 1.5rem;
    }

    .wrap_item_process .item {
        width: 100%;
        margin: 0;
    }

    .wrap_item_process .item+.item {
        margin-top: 2rem;
    }
    .item_service {
        width: calc(calc(100% ) - 1rem);
        margin: 0 0.5rem 1rem;
    }

    .item_service .price {
        font-size: 1rem;
    }

    .item_service .box_hidden {
        height: auto !important;
    }
    section.banner_section>img {
        position: relative;
        z-index: 2;
        margin-top: 2rem;
    }

    section.banner_section {
        padding-bottom: 0;
        padding-top: 3rem;
    }

    section.banner_section:before {
        width: 100%;
    }
    .menu_uu_dai ul {
        justify-content: flex-start;
    }

    .wrap_menu_product ul li + li {
        margin-left: .5rem;
    }

    .wrap_uu_dai .item:first-child {
        display: block;
        margin: 0 .5rem;
        margin-bottom: 1rem;
    }

    .wrap_uu_dai .item:first-child .box_img {
        width: 100%;
        height: 14rem;
        border-radius: 0;
    }

    .wrap_uu_dai .item:first-child .box_content {
        padding: 2rem;
    }

    section.uu_dai_sec_5 {
        padding-top: 3rem;
        margin-top: 1rem;
    }

    section.uu_dai_sec_5 .uu_dai_sec_5_img img {
        max-width: 100%;
        margin-top: 0;
    }

    .wrap_toggle_bang_gia h3 {
        font-size: 1rem;
    }
    .tuyen_dung_sec_2_img img {
        max-width: 100%;
        margin-top: 2em;
    }

    .box_tabs_td {
        width: 100%;
        margin-top: 0;
        padding-bottom: 0;
    }

    .box_tabs_td>img {
        width: 100%;
        position: unset;
        transform: unset;
    }

    .for_tab_td {
        width: 100%;
        position: unset;
        transform: unset;
    }

    .box_tabs_td svg {
        display: none;
    }

    ul.nav_tab_td li {
        top: 0 !important;
        position: unset !important;
        margin: 0 1rem;
    }

    ul.nav_tab_td {
        margin-bottom: 2rem;
        display: flex;
        justify-content: center;
    }

    ul.nav_tab_td li .icon {
        position: unset !important;
        transform: unset !important;
    }

    .tuyen_dung_sec_4_items .item {
        width: calc(50% - 1rem);
        margin: 0 .5rem 1rem;
    }

    .tuyen_dung_sec_4_items {
        margin: 2rem -0.5rem;
    }

    .tuyen_dung_sec_6_gallery>* {
        width: 100% !important;
    }

    table.table_td tbody td {
        position: relative;
        padding-left: 50% !important;
    }

    .table_td,
    .table_td thead,
    .table_td tbody,
    .table_td th,
    .table_td td,
    .table_td tr {
        display: block;
    }

    table.table_td thead {
        display: none;
    }

    .table_td>tbody>tr td:before {
        content: attr(data-title);
        position: absolute;
        left: 10px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 13px;
        text-align: left;
    }

    table.table_td {
        background-color: transparent;
        border-radius: 0;
    }

    table.table_td tbody tr {
        background-color: #fff;
    }
    table.table_td tbody tr {
        border: 1px solid #333333 !important;
    }
    table.table_td tbody td:nth-child(2) {
        text-align: center;
    }

    table.table_td tbody tr+ tr {
        margin-top: 1rem;
    }
    .content_banner h1.title_page {
        font-size: 2em;
    }

    section.dai_su_sec_1 {
        padding: 3rem 0;
    }

    .dai_su_sec_2_img {
        margin: 2em 0 0 0;
        padding: 0;
    }

    .dai_su_sec_2_img img {
        max-width: 100%;
        width: 100%;
        bottom: unset;
    }

    .dai_su_sec_3_img {
        width: 100%;
        display: block;
    }

    .dai_su_sec_3_items .inner_item {
        position: unset;
        transform: unset;
    }

    .dai_su_sec_3_items .item {
        position: relative !important;
        left: unset !important;
        top: unset !important;
    }

    .dai_su_sec_3_items .item+.item {
        margin-top: 1.5rem;
    }

    .dai_su_sec_4_img img {
        position: unset;
        max-height: unset;
        width: 100%;
        margin-top: 4rem;
    }

    section.dai_su_sec_4 .row {
        padding-top: 0;
    }

    .dai_su_sec_7_items .item {
        width: calc(100% - 5rem);
    }

    .dai_su_sec_5_box {
        padding: 1rem;
    }

    .for_tabs_ds .item {
        flex-wrap: wrap;
    }

    .for_tabs_ds .item .box_img {
        margin: 2rem 0 0 0;
        width: 100%;
    }

    .dai_su_sec_6_box {
        margin: 0;
        display: block;
        width: 100%;
        height: auto;
    }

    .dai_su_sec_6_items .item {
        position: unset !important;
        top: unset !important;
        left: unset !important;
    }

    .dai_su_sec_6_items .inner {
        position: relative !important;
        transform: unset !important;
        top: unset !important;
    }

    .dai_su_sec_6_box img {
        position: unset;
        transform: unset;
        max-width: 100%;
        transform: scale(1.2);
    }

    .dai_su_sec_6_items .item+.item {
        margin-top: 1rem;
    }
    .wrap_items_service .service_item {
        width: calc(calc(100% ) - 1rem);
        margin: 0 .5rem 1rem;
    }

    .service_sec_4_box {
        padding: 2rem;
        display: block;
    }

    .service_sec_4_img {width: 100%;margin: 0 0 1rem;}

    .service_sec_4_box .price {
        font-size: 3rem;
    }

    .service_sec_7_items .item {
        width: calc(calc(100%) - 3.3rem);
    }

    .wrap_form_inner {
        padding: 1.5rem;
        display: block;
    }

    .wrap_form_inner .box_img {
        margin: 2rem 0 0 0;
        max-width: 100%;
    }

    section.service_sec_7+.dat_lich {
        margin-top: 2rem;
    }
    .sv_sec_6_items.right {
        text-align: right;
    }
    .sv_sec_1_img {
        width: 100%;
        margin-top: 2rem;
    }

    .sv_sec_1_items {
        flex-wrap: wrap;
    }

    .sv_sec_1_items .item {
        width: calc(calc(100% / 2) - 1.2rem);
        margin-bottom: 1rem;
    }

    .content_sv_sec_2 table tr:first-child td strong {
        font-size: 1rem;
    }

    .content_sv_sec_2 table {
        width: 56rem !important;
    }

    .content_sv_sec_2 {overflow: auto;}

    .slider_nav {
        display: none;
    }

    .slider_for_item {
        display: block;
    }

    .slider_for_item .box_img {
        width: 100%;
        margin: 2rem 0 0 0;
    }

    section.sv_sec_3 .wrap_slider {
        display: none;
    }

    .sv_sec_4_items .item {
        width: 100%;
    }

    .sv_sec_5_inner {
        display: block;
    }

    .sv_sec_5_img {
        width: 100%;
    }

    .sv_sec_5_items {
        padding-right: 1rem;
    }

    .sv_sec_6_wrap.flex.items-center {
        display: block;
    }
    .home_3.bg_img{
        margin-top: 2rem;
    }
    .wrap_video_ht:before{
        display: none;
    }
    div#popup_voucher .inner {
        display: block;
    }

    div#popup_voucher .inner>* {width: 100%;}

    div#popup_voucher .box_content {
        padding: 2rem;
    }

    div#popup_voucher {
        overflow: auto;
    }
    .icon_plus{
        display: none;
    }
    section.dn_sec_3:before,
    section.dn_sec_3:after{
        display: none;
    }
    .heading_0 {
        font-size: 1.7rem;
    }
    .heading_0 br {
        display: none;
    }

    .box_story_customer .swiper-wrapper {
        padding: 0;
    }
    .form_request_inner {
        padding-bottom: 1rem;
    }
}