@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
body , h1 , h2 , h3 , h4 , h5 , h6, span , div , li , label , input , p , tr, td , th , legend , *{
    font-family: 'Poppins' !important;
	direction: ltr !important;
 	text-align: left !important;
}
p{
    text-align: left;
}
h1,
h2:not(.point h2),
h5{
    direction: ltr;
}
h1 span, 
h2 span:not(.icon-syringe-medical-svgrepo-com), 
h5 span:not(.button){
    left: 0;
    right: unset;
}
h1{
    transform: translateX(-27px);
}
h1 span{
    margin-left: 0;
    margin-right: 5px;
    background-color:#A6CE39;
}
h1 span, 
h2 span:not(.icon-syringe-medical-svgrepo-com), 
h5 span:not(.button){
    margin-left: 0;
    margin-right: 5px;
}
/* ----------------------------------- */
/*               header                */
/* ----------------------------------- */
header .row{
    direction: ltr;
}
header .navbar-nav{
    direction: ltr;
}
header .containerSearch{
    right: 70px;
    left: auto;
}
header .containerSearch .btn{
    background: none;
}
header .containerSearch input,
header .containerSearch .btn{
    right: 0;
    left: unset;
    text-align: left;
}
header .icon-help{
    width: 65px;
    height: 65px;
    border-radius: 8px;
    background-position: center;
    background-color: rgb(255, 255, 255 , .32);
    background-image: url(../images/icon-help.svg);
}
header .icon-fa{
    width: 140px;
    height: 36px;
    margin-left: auto;
    margin-right: 80px;
    position: relative;
    border-radius: 8px;
    background-size: 80% auto;
    background-position: center;
    background-image: url(../images/icon-fa.svg);
}
header .icon-fa::before{
    right: 0;
    content: '';
    height: 100%;
    position: absolute;
    transform: translateX(25px);
    border-right: 2px solid rgb(255, 255, 255,.4);
}
header .icon-help,
header .icon-fa{
    transition: all .25s ease-in-out;
}
header .icon-help:hover,
header .icon-fa:hover{
    background-color: rgb(255, 255, 255 , .4);
}
header .containerSearch.selected,
header .containerSearch.typed.selected,
header .containerSearch.typed3.selected{

}
header .containerSearch .btn{
    transform: scaleX(-1) !important;
}
.nav-item:hover > .dropdown::before {

    left: 3%;
    right: auto;

}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-right: 10px;
}
.left-menu {
    display: flex;
    right: 100px;
    left: auto;
    width: 100%;
    justify-content: flex-start;
    position: absolute;
}
.page-main .section-introduce .container-explain .container-products .selected:hover div{
    width: 37rem !important;
}
/* ----------------------------------- */
/*          header .navbar-nav         */
/* ----------------------------------- */
.navbar-nav .nav-item{
    direction: ltr;
}
.nav-item .dropdown > .nav-item > .nav-link{
    direction: ltr;
    transform: translateX(-30px);
}
.nav-item .dropdown > .nav-item > .nav-link::before{
    margin-left: 0;
    margin-right: 10px;
}
.nav-item .dropdown > .nav-item:hover > .nav-link::before{
    transform: scaleX(-1) !important;
}
.menuIcon{
    align-items: flex-end;
}
.menuIcon div {
    transform-origin: left center;
}
header .menuIcon.open ._1{
    transform: rotate(45deg);
}
header .menuIcon.open ._3{
    transform: rotate(-45deg);
}
.navbar-nav::before{
    right: 0 !important;
    left: -50% !important;
}
/* ----------------------------------- */
/*              footer                 */
/* ----------------------------------- */
footer,
footer *{
    direction: ltr;
}
footer .footer-head *{
    text-align: left;
}
footer .footer-head *:not(h4){
    padding: 0;
}
footer .footer-head a{
    margin-left: 0;
    margin-right: 20px;
    padding-left: 25px;
    padding-right: unset;
}
footer .footer-head a span{
    left: 0;
    right: unset;
}
footer .footer-head .btn-scroll{
    right: 0;
    left: auto;
}
footer .footer-head::before{
    left: 0;
    right: unset;
    transform: scaleX(-1);
}
footer .footer-head .btn-scroll::after{
    transform: rotate(90deg);
}
/* ----------------------------------- */
/*             .page-main              */
/* ----------------------------------- */
body .page-main .section-introduce .container-explain .container-products .product-1.selected:hover div {
    width: 26rem !important;
}
body .page-main .section-introduce .container-explain .container-products .product-2.selected:hover div {
    width: 33rem !important;
}
body .page-main .section-introduce .container-explain .container-products .product-3.selected:hover div {
    width: 41rem !important;
}
body .page-main .section-introduce .container-explain .container-products .product-4.selected:hover div {
    width: 37rem !important;
}
.page-main .section-events .swiper-slide{
   align-items: flex-start; 
}
.page-main .section-news .swiper-slide .i::before{
    margin-left: 0;
    margin-right: 5px;
}
.page-main .section-news .swiper,
.page-main .section-news .swiper *{
    direction: ltr;
}
.swiper-slide span.arrow{
    margin-right: 0 !important;
    margin-left: auto !important;
    transform: translate(-50%,-50%) !important;
}
.page-main .section-comments button{
    display: flex;
    font-weight: 100;
    width: fit-content;
    padding: 10px 30px;
    align-items: center;
}
.page-main .section-comments button::before{
    width: 50px;
    height: 50px;
    content: '+';
    display: flex;
    font-size: 30px;
    color: #233746;
    padding-top: 5px;
    margin-right: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: white;
}
.page-main  .section-questions,
.page-main  .section-questions *{
    direction: ltr;
}
.page-main .section-comments button{
    flex-direction: row-reverse;
}
.page-main  .section-questions .question{
    padding: 15px 40px 15px 15px;
}
.question::after{
    right: 20px;
    left: unset;
}
.page-main .section-questions::before{
    right: auto;
    left: -270px;
}
/* ----------------------------------- */
/*          .page-event-show           */
/* ----------------------------------- */
.sec-left-pic{
    align-items: flex-start;
}
.sec-left-pic img{

}
.page-event .section-header,
.page-contact-us .section-header {
    align-items: flex-end !important;
}
/* ----------------------------------- */
.page-event-show section,
.page-event-show section *{
    direction: ltr !important;
    text-align: left !important;
}
.page-event section,
.page-event section *{
    direction: ltr !important;
    text-align: left !important;
}
.page-event .section-events .swiper-button-prev, 
.page-event .section-events .swiper-button-next{
    transform: scaleX(-1);
}
/* ----------------------------------- */
/*          .page-blog-show            */
/* ----------------------------------- */
.page-blog-show h1{
    text-align: left !important;
}
.page-blog-show .section-blog .container .row{
    justify-content: flex-end;
}
.page-blog-show .section-blog h2{
    text-align: left;
}
.page-blog-show .section-articles .swiper *{
    text-align: left !important;
}
.page-blog-show .section-articles a {
    width: 100%;
}
.page-blog-show .section-articles .swiper-slide{
    align-items: flex-end;
}
.page-blog-show .section-articles .swiper-slide i{
    flex-direction: row-reverse;
}
.page-blog-show .section-articles .swiper-slide .i::before{
    margin-left: 0;
    margin-right: 5px;
}
.page-blog-show .section-articles .swiper-slide .date{
    flex-direction: row-reverse;
}
/* ----------------------------------- */
/*          .page-blog-show            */
/* ----------------------------------- */
.page-blog .section-header .row{
    flex-direction: row !important;
}
.page-blog .section-header *{
    align-items: flex-end !important;
}
.page-blog .section-blog .blog,
.page-blog .section-blog .blog *{
    direction: ltr !important;
    text-align: justify !important;
}
.page-blog .section-blog i {
    display: flex;
    color: #8C979F;
    align-items: center;
}
.page-blog .section-blog i::before {
    width: 18px;
    height: 1px;
    content: '';
    margin-right: 5px;
    background-color: #8C979F;
}
/* ----------------------------------- */
/*          .page-blog-show            */
/* ----------------------------------- */
.page-about-us .section-header .row div{
    align-items: flex-end!important;
}
/* ----------------------------------- */
/*          .page-add-comment          */
/* ----------------------------------- */
.page-add-comment section,
.page-add-comment section *{
    direction: ltr !important;
    text-align: left !important;
}
.page-add-comment section label,
.page-add-comment section input,
.page-add-comment section text{
    width: 100%;
}
.page-add-comment section label{
    padding: 0;
    margin-top: 20px;
}
.page-add-comment section input{
    margin-top: 10px;
}
.page-add-comment .section-form form{
    display: flex;
    flex-wrap: wrap;
}

.page-add-comment .section-form input,
.page-add-comment .section-form select{
    height: 60px;
    border: none;
    border-radius: 8px;
    background-color: #F3F4F5;
}
.page-add-comment .section-form textarea{
    border: none;
    padding-top: 15px;
    border-radius: 8px;
    padding-bottom: 15px;
    background-color: #F3F4F5;
}
.page-add-comment .d-flex {
    align-items: center;
    flex-direction: row-reverse;
}
.page-add-comment h5{
    display: flex;
    position: relative;
    border-radius: 12px;
    justify-content: center;
    background-color: white;
    box-shadow: 0 0 10px 0 rgb(0, 0, 0 , .16);
}
.page-add-comment h5 .button{
    top: 0;
    left: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    display: flex;
    font-size: 25px;
    font-weight: 100;
    color: #233746;
    padding-top: 4px;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 2px solid #233746;
    transform: translate(-50%,-50%) rotate(45deg);
}
.page-add-comment h5 .button:hover{
    transform: translate(-50%,-50%) rotate(45deg) scale(1.2);
}
/* ----------------------------------- */
/*           .page-add-clinic          */
/* ----------------------------------- */
.page-add-clinic .section-form,
.page-add-clinic .section-form *{
    direction: ltr !important;
    text-align: left !important;
}
.page-add-clinic .section-form label,
.page-add-clinic .section-form input,
.page-add-clinic .section-form text{
    width: 100%;
}
.page-add-clinic .section-form label{
    padding: 0;
    margin-top: 20px;
}
.page-add-clinic .section-form input{
    margin-top: 10px;
}
.page-add-clinic .section-form form{
    display: flex;
    flex-wrap: wrap;
}

.page-add-clinic .section-form input{
    height: 60px;
    border: none;
    border-radius: 8px;
    background-color: #F3F4F5;
}
.page-add-clinic .section-form .d-flex {
    align-items: center;
    justify-content: flex-end;
}
.page-add-clinic .section-form h5{
    display: flex;
    position: relative;
    border-radius: 12px;
    justify-content: center;
    background-color: white;
    box-shadow: 0 0 10px 0 rgb(0, 0, 0 , .16);
}
.page-add-clinic .section-form .upload{
    position: relative;
}
.page-add-clinic .section-form .upload span{
    bottom: 0;
    width: 100%;
    height: 60px;
    display: flex;
    color: #707070;
    position: absolute;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    border: 1px dashed #707070;
}
.page-add-clinic .section-form .upload span::before{
    content: '';
    width: 55px;
    height: 35px;
    margin-right: 10px;
    background-size: contain;
    background-image: url(../images/icon-upload.svg);
}
.page-add-clinic .section-form .upload input{
    opacity: 0;
}
.page-add-clinic .section-form h5 .button{
    top: 0;
    left: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    display: flex;
    font-size: 25px;
    font-weight: 100;
    color: #233746;
    padding-top: 4px;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 2px solid #233746;
    transform: translate(-50%,-50%) rotate(45deg);
}
.page-add-clinic .section-form h5 .button:hover{
    transform: translate(-50%,-50%) rotate(45deg) scale(1.2);
}
/* ----------------------------------- */
/*            .page-product            */
/* ----------------------------------- */
.page-product .section-filler .row{
    flex-direction: row !important;
    justify-content: space-between !important;
}
.page-product .section-filler .container-img{
    position: unset;
}
.page-product .section-news .swiper-slide,
.page-product .section-news .swiper-slide *{
  direction: ltr !important;
  text-align: left !important;
}
.page-product .section-news .swiper-slide .i::before{
    margin-left: 0;
    margin-right: 5px;
}
.page-product .section-news .swiper-slide a{
    width: 100%;
    text-align: left;
}
.page-product .section-filler img{
    transform: scaleX(-1);
}
.page-product .section-filler *{
    direction: rtl !important;
}
.page-product .section-filler h1{
    direction: ltr !important;
}
.page-product .section-filler .summary{
    direction: ltr !important;
    text-align: left !important;
}
.page-product .section-filler .flex-column {
    align-items: flex-end !important;
}
/* ---------- */
.page-product .section-usage,
.page-product .section-usage *{
    direction: ltr !important;
    text-align: justify !important; 
}
.page-product .section-usage img{
    transform: scaleX(-1);
}
.page-product .section-usage .nav a:not(:last-child) h5{
    border-left: none;
    border-right: 1px solid #C1C7CB;
}
.page-product .section-usage .nav{
    flex-wrap: nowrap;
    justify-content: center;
}
.tab-content>.active{
    opacity: 1;
}
/* ---------- */
.page-product .section-information,
.page-product .section-information *{
    direction: ltr !important;
    text-align: left !important;
}
/* ----------------------------------- */
/*          .page-contact-us           */
/* ----------------------------------- */
.page-contact-us section,
.page-contact-us section *{
    direction: ltr;
    text-align: left;
}
.page-contact-us, .page-contact-us h2{
    text-align: center;
}
.page-contact-us .section-form .form-select {
    background-position: right 0.75rem center;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.page-question .section-faq .answer p {

    direction: ltr;
}
.page-about-us .section-header .row div {
    align-items: flex-start!important;
}
.row h2 {
    align-items: center;
}
.row h2  span{
    align-self: center;
}
.address-container  p{
    font-size: 14px;


}
.page-main .section-events .swiper-slide h4 {
    
    text-align: left;
}
.page-main .section-events .swiper-slide {
    align-items: center;
}
#gform_submit_button_2 {
    color: white;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 10px;
    background-color: #233746;
    transition: all .25s ease-in-out;
    border: 1px solid #233746 !important;
    height: auto;
}

.page-main .section-news .swiper-slide h4 {

    text-align: left;
}

.page-main .section-events .swiper-slide i::before {
    left: 0;
    right: auto;
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    background-size: contain;
    background-image: url(../images/icon-date.svg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.page-main .section-events .swiper-slide i {
    width: 100%;
    padding: 0 18px;
    color: #8C979F;
    position: relative;
    align-items: center;
    display: block;
    text-align: left;
}

.nav-item.has_child:nth-child(3) > .dropdown {
    list-style: none;
    width: 180px !important;
}
.page-blog .section-header img{
        transform: scaleX(-1);
            margin-right: -1px;
}
.page-blog .section-header h1 span{
        transform: translateY(-8px);
}


.page-blog .section-blog .blog img {

    margin: 0 22px 0 0 !important;
}


h2.af {

    width: 176px !IMPORTANT;

    font-size: 17px;
}

.page-main .section-introduce .container-description p {
    text-align: justify;
    direction: ltr;
        margin: 0 !important;
}
.page-main .section-introduce .container-description img {
    width: 100px;
    height: 60px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 10px;
}



.page-blog-show .section-blog p {

    text-align: justify;
}

.page-blog-show .section-articles .swiper-slide span.arrow a {
    display: inline-block;
    width: 40px;
    height: 40px;
}
.page-blog-show .section-articles a.button  {
    text-align: center;
    margin: auto;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    width: 110px;
}
.cart-icon{
	display:block !important;
}
.dashicons-cart{
	margin-right: 1rem;
	color: white;
	margin-top: 1rem;
	font-size: 20px !important;
}
.asp_w_container_1{
	margin-right:0 !important;
}
header .containerSearch.selected, header .containerSearch.typed.selected, header .containerSearch.typed.selected {
    display: flex;
    position: absolute;
    transform-origin: right;
    justify-content: flex-start;
}
.page-main .section-introduce .container-picture .point-16 h2{
	left: -301px;
}



































