
.intro .slides > ul li > div > a:before {
    background-color: rgba(72, 96, 220, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    transition: 1.5s;
}

.intro .slides {
    position: absolute;
    width: 100%;
    top: 60%;
    transform: translatey(-50%);
    height: 560px;
    z-index: 5;
    left: 0;
}


.intro .slides > ul li {
    transition: .5s right;
    width: 20vw;
    height: 24vw;
    position: relative;
    float: right;
    min-width: 330px;
    min-height: 400px;
    max-width: 330px;
    max-height: 400px;
}


i.play:before {
    content: "\e932";
}

i.play {
    position: absolute;
    text-align: center;
    line-height: 2.2;
    transition: 1s;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);
}

i.play:before {
    position: absolute;
    left: 54%;
    top: 50%;

    transform: translate(-50%, -50%);
}

i.play.circle {
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.25);
    width: 35px;
    height: 35px;
}


.intro .slides > ul li > div c {
    position: absolute;
    bottom: 10%;
    right: 8%;
    font-size: .9em;
    z-index: 2;
    transition: 1s;
    color: #fff;
}


.intro .slides > ul li.swiper-slide-active {
    transition: 0s;
    z-index: 2;
}


.intro .slides > ul li.swiper-slide-active > div {
    /* height: 65%; */
    transform: translate(-50%, -50%) scale(1.3);
    /* width: 80%; */
    margin: auto;
    border-radius: 10px;
    box-shadow: #3F4D6A 0px 38px 40px -38px;

    transition: 1.5s transform, 1.5s box-shadow;
    box-shadow: #121c30 0px 16px 50px -16px;
}

.flickity-slider {
    transition: 1s;
}


.intro .slides > ul li.swiper-slide-active > div i.play.circle {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
    font-size: 2.5em;
    background: none;
}

.intro .slides > ul li.swiper-slide-active > div c {
    opacity: 0;
}


section.intro .container {
    height: 100%;
}


.intro .slides > ul {
    width: 100%;
    height: 100%;
}


section.services .box-content li {
    width: 25%;
    float: right;
    font-size: 10px;
}

section.services .box-content li img {
    display: inline-block;
    margin-left: 17px;
    vertical-align: middle;
}

section.services .box-content li span {
    display: inline-block;
    line-height: 2.1;
    vertical-align: middle;
    position: relative;
}

section.services .box-content li span b {
    color: #4860dc;
    font-size: 1.8em;
}

section.services .box-content li span c {
    color: #9FB1EA;
    font-size: 1.3em;
    display: block;
}

section.services .box-content {
    box-shadow: #4860dc 0px 6px 38px -23px;
    float: right;
    width: 100%;
    border-radius: 25px;
    padding: 0 60px;
}


section.services .box-content ul {
    line-height: 15;
}

n.services .box-content ul {
    line-height: 15;
}


section.projects ul {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: #364591 0px 29px 29px -30px;
    float: right;
    width: 100%;
    position: relative;
    background-color: #f3f4fd;
    height: 400px;
}

section.projects ul > li {
    width: 33.3333%;
    float: right;
    height: 100%;
    position: relative;
    color: #fff;
    overflow: hidden;
}


section.projects ul > li img {
    width: 100%;
    /* transform: translate(-50%,-50%); */
    /* top: 50%; */
    /* left: 50%; */
    /* position: absolute; */
    object-fit: cover;
    height: 100%;
}


section.projects ul > li i.play {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 3.5em;
    opacity: .5;
    transition: 0.4s;
}

section.projects ul > li > div a:before {
    background-color: rgba(72, 96, 220, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    transition: 0.8s;
}


section.projects ul > li .content {
    position: absolute;
    bottom: 8%;
    right: 8%;
    line-height: 1.7;
    transition: 1s;
    z-index: 5;
}


section.projects ul > li .content b {
    display: block;
    font-size: 1.2em;
}


section.projects ul > li:hover a:before {
    opacity: 0;
}

section.projects ul > li:hover i.play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
}

section.projects ul > li:hover .content {
    text-align: center;
    width: 100%;
    right: 0;
}


section > div > .title, .title-box {
    color: #B9C1D9;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
}

section.customers {
    background-color: #f1f8ff;
    font-size: 10px;
    padding: 80px 0 50px;
}

section.customers ul li {
    width: 33.333%;
    float: right;
    height: 520px;
    padding-top: 5%;
    margin: 0% auto 5%;
}

section.customers ul li .avator {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto 8px;
    position: relative;
}

section.customers ul li .avator img {
    height: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
    left: 50%;
    top: 50%;
    position: absolute;

    transform: translate(-50%, -50%);
}

section.customers ul li > div {
    width: 77%;
    background-color: #fff;
    border-radius: 35px;
    margin: auto;
    text-align: center;
    padding: 30px;
    max-width: 300px;
    transition: 1s;
    box-shadow: rgba(0, 76, 255, 0.5) 0px 44px 67px -49px;
}

section.customers ul li .profile b {
    font-size: 1.7em;
    color: #4860DC;
    display: block;
}

section.customers ul li .profile c {
    font-size: 1.1em;
    color: #9FB1EA;
}

section.customers ul li .profile {
    line-height: 1.9;
}

section.customers ul li .profile p {
    color: #8D97B7;
    font-size: 1.1em;
    margin-top: 15px;
    line-height: 2.2;
}


section.customers ul li.swiper-slide-next > div {
    transform: scale(1.2);
    background-color: #4860DC;
    box-shadow: rgba(0, 76, 255, 0.68) 0px 45px 59px -39px;
}

section.customers .swiper-container {
    width: 75%;
    /* overflow-x: hidden; */
}


section.customers ul li.swiper-slide-next > div b {
    color: #fff;
}

section.customers ul li.swiper-slide-next > div c {
    color: #1AE5BE;
}

section.customers ul li.swiper-slide-next > div p {
    color: #C2E1FF;
    font-weight: 200;
}


section.customers ul li.swiper-slide-next > div .avator {
    border: 4px solid rgba(0, 0, 0, 0.14);
}

section.customers ul li > div * {
    transition: 1s;
}

section.customers .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0%;
    width: 100%;
}

.swiper-pagination-bullet {
    margin: 0 10px;
    background-color: #5f6a8d;
}

.title-box {
    text-align: right;
    padding-right: 30px;
    margin-bottom: 25px;
}

section.introduction .right {
    float: right;
    width: 47%;
}

section.introduction .contain {
    background-color: #ECF4FC;
    border-radius: 35px;
    font-size: 10px;
    float: right;
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
}

section.introduction .contain li {
    padding: 20px 40px;
    float: right;
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #fff;

    transition: .3s all, 1s box-shadow;
}

section.introduction .contain li .profile .avator {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    float: right;
    background-color: rgba(0, 0, 0, 0.08);
}

section.introduction .contain li .profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.introduction .contain li .name {
    display: inline-block;
    vertical-align: middle;
    line-height: 2.2;
    margin-right: 10px;
    width: calc(100% - 85px);
    float: right;
}

section.introduction .contain li .profile {
    float: right;
    width: 50%;
}

section.introduction .contain li .name b {
    display: block;
    font-size: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

section.introduction {
}

section.introduction .contain li .name c {
    font-size: 1.2em;
    background-color: #fff;
    padding: 0px 10px;
    border-radius: 100px;
    color: #8D97B7;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
    line-height: 2;
}

section.introduction .contain li .detail {
    width: 40%;
    float: right;
    text-align: left;
    color: #8D97B7;
    font-size: 1.3em;
    line-height: 2.7;
    overflow: hidden;
}

.location i:before, i.location:before {
    content: "\e933";
}

.phone i:before, i.phone:before {
    content: "\e934";
}


section.introduction .contain li .detail > span {
    float: left;
    width: 100%;
    direction: ltr;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 33px;
}


section.introduction .contain li .detail > span i {
    margin-right: 0px;
    font-size: 1.1em;
    width: 23px;
    display: inline-block;
    vertical-align: -1px;
}

section.introduction .contain li .rate {
    float: left;
    width: 5%;
    text-align: center;
    background-color: #8D97B7;
    height: 60px;
    min-width: 27px;
    border-radius: 100px;
    color: #fff;
    line-height: 1.9;
    padding: 5px 0px;
    margin-top: 5px;
}

i.star:before {
    content: "\e937";
}

section.introduction .contain li:last-child {
    /* border: none; */
}

section.introduction .contain li .rate i {
    font-size: 1.5em;
    display: block;
}

section.introduction .contain li .rate c {
    font-size: 1.1em;
}


section.introduction .contain li:hover, section.introduction.searchResult .contain li:hover {
    background-color: #4860DC;
    transform: scale(1.02);
    border-color: transparent;
    box-shadow: 0px 0px 50px -6px #4860DC;
    color: #fff;
    z-index: 3;
}

section.introduction .contain li:hover .name c {
    background-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}


section.introduction .contain li:hover .name b {
    color: #fff;
}

section.introduction .contain li:hover .detail {
    color: #fff;
}

section.introduction .contain li:hover .rate {
    background-color: #fff;
    color: #4860dc;
}

section.introduction .left {
    float: left;
    width: 47%;
}

section.news {
    background-color: #32415E;
    padding: 80px 0;
    margin-bottom: 0;
}

section.news .contain {
    width: 820px;
    margin: 0 auto 70px;
    position: relative;
}

section.news .contain:after {
    background-image: url(../../img/tvFrame.png);
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -19px;
    right: 0;
    width: 100%;
    height: 19px;
    background-position: center;
}

section.news .contain .mainTv {
    width: 100%;
    height: 500px;
    background-color: #0a1324;
}

section.news .contain .mainTv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

section.news .contain:before {
    box-shadow: #071329 0px 30px 70px;
    content: "";
    position: absolute;
    width: 70%;
    height: 50%;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
}


section.news .contain .mainTv li div:before, section.news .contain .mainTv li div:after, section.news .newsList li > div:before {
    position: absolute;
    z-index: 2;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    transition: .5s;
    top: 0;
    background-color: rgba(50, 65, 94, 0.07);
}


section.news .contain .mainTv li div:after {
    background-image: linear-gradient(to bottom, #111e3700, rgba(17, 30, 55, 0.5) 61%, #111E37);
    opacity: 0.5;
}

section.news .newsList {
    width: 820px;
    margin: 0 auto 50px;
    position: relative;
}

section.news .newsList li {
    width: 25%;
}


section.news .newsList li > div {
    width: 90%;
    height: 120px;
    border-radius: 9px;
    overflow: hidden;
    margin: auto;
    position: relative;
    cursor: pointer;
}


section.news .newsList li > div img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    top: 50%;
    height: 100%;
    object-fit: cover;
}


section.news .newsList li > div:before {
    background-color: rgba(39, 64, 111, 0.38);
}

section.news .newsList li > div span, section.news .mainTv li div span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    background-color: rgba(26, 39, 64, 0.7);
    color: #fff;
    font-size: .8em;
    padding: 5px 10px;
    border-radius: 50px;
    white-space: nowrap;
}

section.news .newsList li > div span *, section.news .mainTv li div span * {
    display: inline-block;
    vertical-align: middle;
}

i.time:before {
    content: "\e935";
}


section.news .newsList li > div span i, section.news .mainTv li div span i {
    margin-left: 8px;
    font-size: 1.1em;
}


section.news .mainTv li div span {
    z-index: 3;
    left: auto;
    right: 5%;
    transform: none;
    top: 7%;
    bottom: auto;
}

section.news .contain .mainTv > li div {
    position: relative;
    height: 100%;
}


.intro .slides > ul li > div i.play.circle {
    bottom: 20%;
    right: 7%;
    font-size: 90%;
    z-index: 2;
    top: auto;
    left: auto;
    transform: none;
    color: #fff;
}

section.news .mainTv li div .play {
    font-size: 2em;
    color: rgba(255, 255, 255, 0.5);
    z-index: 3;
}


section.news .newsList li > div:hover:before {
    opacity: 0;
}

section.newsletter {
    background-color: #4860dc;
    color: #fff;
    padding: 80px 0;
    font-size: 10px;
}

section.newsletter .title {
    color: #fff;
}

section.newsletter .contain {
    max-width: 350px;
    margin: auto;
    text-align: center;
    font-size: 1.3em;
}

section.newsletter .contain form {
    background-color: #fff;
    height: 42px;
    border-radius: 50px;
    position: relative;
}


section.newsletter .contain form input[type="text"], section.newsletter .contain form input[type="email"] {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0 20px;
}

section.newsletter .contain .desc {
    margin-bottom: 20px;
}

section.newsletter .contain form input[type="submit"] {
    position: absolute;
    left: 3px;
    top: 3px;
    background-color: #32415E;
    border-radius: 50px;
    color: #fff;
    border: none;
    height: calc(100% - 6px);
    width: 20%;
    cursor: pointer;
    z-index: 2;
}


section.contactUs .title {
    color: #32415E;
}

.button {
    height: 50px;
    max-width: 250px;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 3;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 1em;
    position: relative;
    transition: .5s;
}

.button:before {
    position: absolute;
    width: 70%;
    height: 70%;
    content: "";
    background-color: #fff;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
    box-shadow: 0px 10px 39px 0px #32415e;
    border-radius: 50%;
}

.button:hover {
    transform: scale(1.1);
    color: #fff;
}

.button:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #32415e;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 100px;
}

.button.blue:after {
    background-color: #4860dc;
}

.button.blue:before {
    box-shadow: 0px 10px 39px 0px rgba(0, 68, 255, 0.64);
}

.button.green:after {
    background-color: #1AE5BE;
}

.button.green:before {
    box-shadow: 0px 10px 39px 0px rgba(26, 229, 190, 0.8);
}


.line {
    height: 1px;
    max-width: 400px;
    display: block;
    background-color: rgba(50, 65, 94, 0.11);
    margin: 60px auto;
}

section.contactUs {
    margin-bottom: 0;
    margin-top: 50px;
}

i.instagram:before {
    content: "\e938";
}


i.facebook:before {
    content: "\e93a";
}

i.youtube:before {
    content: "\e939";
}

i.twitter:before {
    content: "\e93b";
}

.socialMedia li {
    font-size: 21px;
    display: inline-block;
    margin: 0 7px;
    vertical-align: middle;
}

.socialMedia li i.youtube {
    font-size: 1.23em;
}

.socialMedia {
    text-align: center;
}

a:hover {
    color: #4860dc;
}

section.intro .nav div.prev {
    margin-right: 10px;
}


section.intro .nav > div {
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    border-radius: 50px;
    float: left;
    text-align: center;
    font-size: 1.2em;
    line-height: 2.2;
    transition: .5s;
    cursor: pointer;
}

section.intro .nav {
    position: absolute;
    left: 0;
    bottom: 20%;
    z-index: 10;
}


i.prev:before {
    content: "\e900";
}

i.next:before {
    content: "\e901";
}


section.intro .nav > div:hover {
    background-color: #4860dc;
    color: #fff;
    border: 2px solid #4860dc;
}


section.intro .nav > div.swiper-button-disabled {
    opacity: 0.3;
    cursor: initial;
}


section.projects ul > li > div {
    position: relative;
    width: 100%;
    height: 100%;
    float: right;
}


body.home section.projects ul > li:first-child > div {
    border-radius: 0 25px 25px 0;
    overflow: hidden;
}


body.home section.projects ul > li:last-child > div {
    border-radius: 25px 0 0 25px;
    overflow: hidden;
}

section.services .box-content li a {
    display: block;
}

nav .menu > ul {
    text-align: center;
    margin-top: 55px;
}


nav .menu > ul > li {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 3.5;
}

nav .menu ul li a {
    color: #fff;
    display: block;
}

nav .container {
    margin-top: 15px;
    height: 40px;
}

nav .menu.active {
    top: 0;
}

body:not(.home) .treeLine span {
    background-color: #4860dc;
}

body:not(.home) .treeLine.open span {
    background-color: #fff;
}

nav.active .treeLine span {
    background-color: #ffffff;
}

.treeLine {
}

.titleMedium {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    margin: 20px auto;
}


.formField br {
    display: none;
}

.fancybox-content {
    border-radius: 25px;
}

.treeLine span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.treeLine span:nth-child(even) {
    left: 50%;
    border-radius: 0 66px 66px 0;
}

.treeLine span:nth-child(odd) {
    left: 0px;
    border-radius: 66px 0 0 66px;
}

.treeLine span:nth-child(1), .treeLine span:nth-child(2) {
    top: 1px;
}

.treeLine span:nth-child(3), .treeLine span:nth-child(4) {
    top: 10px;
}

.treeLine span:nth-child(5), .treeLine span:nth-child(6) {
    top: 19px;
}

.treeLine.open span:nth-child(1), .treeLine.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.treeLine.open span:nth-child(2), .treeLine.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.treeLine.open span:nth-child(1) {
    left: 3px;
    top: 6px;
}

.treeLine.open span:nth-child(2) {
    left: calc(50% - 3px);
    top: 6px;
}

.treeLine.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.treeLine.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.treeLine.open span:nth-child(5) {
    left: 3px;
    top: 15px;
}

.treeLine.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 15px;
}


.treeLine {
    width: 30px;
    height: 24px;
    position: absolute;
    transform: translatey(-50%) rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 5;
    top: 50%;
    right: 0;
}

section.projects ul > li > div a {
    color: #fff;
}

section.newsletter .contain form * {
    height: 100%;
}


nav .menu ul li > ul {
    visibility: hidden;
    position: absolute;
    top: 50px;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    width: 140%;
    transform: translateX(-50%);
    background-color: #ffffff;
    font-size: .9em;
    line-height: 2.2;
    padding: 10px 0;
    font-weight: 300;
    box-shadow: 0px 10px 60px -20px #1e339c;
    border-radius: 20px 20px;

    transition: .5s visibility, .5s opacity, .5s height .5s;
}

nav .menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}


nav .menu ul li > ul > li a {
    padding: 15px 0;
    color: #3f5278;
    font-weight: 500;
}


nav .menu > ul li a {
    z-index: 2;
    position: relative;
    padding: 0 25px;
}


nav .menu ul li > ul:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
    bottom: 100%;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}

nav .freshBar .notification:before, nav .freshBar .notification:after {
    width: 90%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(72, 96, 220, 0.22);

    transform: translate(-50%, -50%);
    content: "";
    z-index: -1;
    border-radius: 100%;
    opacity: 1;
    transition: 0.7s;
}

nav .freshBar .notification:after {
    background-color: rgba(72, 96, 220, 0.4);
}


@keyframes notif {
    to {
        width: 190%;
        height: 190%;
        opacity: 0;
    }
}


section.head .bgCategory img, section.head .bgCategory .caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
}

section.head {
    height: 70vh;
    position: relative;
    width: 100%;
    background-color: #B9C1D9;
    font-size: 10px;
}

section.head .bgCategory {
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);
    width: 100%;
    background-size: cover;
    background-position: center;
}

section.head .bgCategory .caption {
    text-align: center;
    font-size: 5em;
    font-weight: 800;
    color: #fff;
    text-shadow: 2px 3px 7px rgba(73, 93, 198, 0.71);
}

body.index {
    font-size: 14px;
}

.container-medium {
    width: 1000px;
    position: relative;
    margin: auto;
    height: 100%;
}

section.head .populars {
    border-radius: 25px;
    position: absolute;
    bottom: -102px;
    left: 0;
    width: 100%;
    box-shadow: #4860dc 0px 6px 38px -23px;
    padding: 15px 5px;
    background-color: #fff;
    overflow: hidden;
}

section.head .populars li {
    width: 20%;
    float: right;
}


section.head .populars li > a {
    background-color: #F1F8FF;
    border-radius: 20px;
    padding: 20px;
    display: block;
    width: 90%;
    margin: auto;
    transition: .5s;
}

section.head .populars li .img {
    width: 105px;
    height: 105px;
    border-radius: 100px;
    overflow: hidden;
    margin: auto;
}

section.head .populars li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


section.head .populars li > a .detail span {
    display: table;
    margin: auto;
    width: 90%;
    text-align: center;
    max-width: 150px;
}


section.head .populars li > a .detail span:first-child {
    font-size: 1.1em;
    background-color: #B9C1D9;
    padding: 5px 14px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


section.head .populars li > a .detail span:last-child {
    font-size: 1.3em;
    font-weight: 500;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}


section.head .populars li > a .detail {
    margin-top: -7px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

section.introduction .contain li .detail p {
    display: contents;
}

section.introduction.searchResult .contain li {
    width: 33.3333%;
    height: 250px;
    padding: 15px 12px;
    background-color: #ecf4fc;
    border: 2px solid #fff;
}


section.introduction.searchResult .contain li .profile {
    width: calc(100% - 30px);
}

section.introduction.searchResult .contain li .detail {
    width: 100%;
    line-height: 1.9;
    margin-top: 15px;
}

section.introduction .contain:after {
    content: "";
    clear: both;
    display: table;
}

section.introduction.searchResult .contain li:nth-child(3n + 0) {
    /* border-left: none; */
}


section.introduction.searchResult .contain li a {
    display: block;
    height: 100%;
    width: 100%;
    float: right;
    padding: 20px;
}


section.introduction.searchResult .contain {
    padding: 0;
    background: none;
}


section.head .populars li:hover a {
    box-shadow: rgba(0, 76, 255, 0.5) 0px 20px 27px -29px;
    transform: scale(1.1);
    color: #3f4d6a;
    background-color: #e4edf6;
}


section.introduction.searchResult .contain > ul {
    float: right;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin: -2px;
}

body:not(.home) .treeLine:before {
    /* background: rgba(72, 96, 220, 0.7); */
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    left: 50%;
    border-radius: 100px;
    top: 50%;

    transform: translate(-50%, -50%);
    transition: .9s;
}

body:not(.home) .treeLine.open:before {
    background: none;
}


/********************Content Page*******************/
section.contentGenerate {
    margin-top: 180px;
    font-size: 10px;
}

section.contentGenerate .caption {
    margin-bottom: 4vw;
}

p.has-large-font-size {
    font-size: 3.5em;
    font-weight: 800;
    line-height: 1.8;
    margin-bottom: 10px;
}

p.has-medium-font-size {
    font-size: 1.6em;
    line-height: 1.8;
}


#contentGenSlides > ul li {
    width: 25vw;
    height: 30vw;
    max-width: 380px;
    max-height: 450px;
    min-width: 220px;
    min-height: 260px;
}


#contentGenSlides > ul li > div {
    width: 80%;
    height: 50%;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);
    transition: .8s;
    background-color: #dbeaf9;
}

#contentGenSlides > ul li > div a {
    display: block;
    height: 100%;
}

#contentGenSlides > ul li.swiper-slide-active > div {
    transform: translate(-50%, -50%) scale(1.4);
    box-shadow: rgba(67, 78, 130, 0.87) 0px 44px 35px -48px;
}


#contentGenSlides > ul li > div c {
    position: absolute;
    bottom: 7%;
    width: 100%;
    text-align: center;
    z-index: 5;
}


#contentGenSlides > ul li > div c time {
    font-size: .9em;
    font-weight: 500;
    margin-top: 7px;
    display: block;
}


#contentGenSlides > ul li > div img {
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    filter: blur(1px);
    width: 100%;
    object-fit: cover;
}


#contentGenSlides > ul li > div:before {
    background-color: rgba(72, 96, 220, 0.25);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: .9s;
    pointer-events: none;
}

#contentGenSlides > ul li.swiper-slide-active > div img {
    filter: blur(0px);
}

#contentGenSlides > ul li.swiper-slide-active > div:before {
    opacity: 0;
}

#contentGenSlides > ul li > div a {
    color: #fff;
    font-size: 1.2em;
    font-weight: 800;
}


#contentGenSlides > ul li > div i {
    font-size: 1.9em;
}

/********************teaser***********************/

section.teaser {
    margin-top: 180px;
    font-size: 10px;
}

section.teaser li {
    font-size: 1.4em;
}

section.teaser .caption {
    margin-bottom: 140px;
}

section.teaser.projects ul {
    height: auto;
    background-image: url(../img/pattern.png);
    /* background-size: 210px; */
    margin-top: 40px;
}

section.projects ul > li {
    height: 100%;
}

section.projects.teaser ul > li {
    height: 50vh;
    min-height: 250px;
    max-height: 400px;
}

.formField label {
    position: relative;
    height: 70px;
    width: 100%;
    display: block;
}

.formField label > span:first-child {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 5;
    font-size: 12px;
    transform: translateY(-50%);
    transition: .5s;
    pointer-events: none;
}


.formField label > span:last-child {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    padding-top: 15px;
}


.formField label > span:last-child > span {
    font-size: .8em;
    position: absolute;
    left: 20px;
    top: -5px;
    color: #23d7b4;
}


.formField label span:first-child ~ span input:hover {
    top: 50px;
}

.formField label.focus span:first-child {
    top: -6px;
    transform: none;
}

/********************************Contact*****************************/

section.contact {
    margin-top: 180px;
}

.formField {
    max-width: 100%;
    margin: 50px auto;
    width: 500px;
}


.formField input[type=date], .formField input[type=text], .formField input[type=submit], .formField input[type=tel], .formField input[type=email], .formField input[type=number], .formField select, textarea {
    height: 40px;
    background-color: #e2e7f7;
    border: none;
    border-radius: 50px;
    width: 100%;
    padding: 10px 20px;
    display: block;
    font-size: 12px;
}

.formField textarea {
    border-radius: 20px;
    height: calc(100% - 17px);
}

.formField input[type=submit] {
    background-color: #4860dc;
    height: 50px;
    font-size: 1.2em;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    box-shadow: 0px 15px 19px -17px rgba(0, 68, 255, 0.64);
    transition: .7s;
}

.formField input[type=submit]:hover {
    transform: scale(1.05);
}

.formField label.textarea {
    height: auto;
    min-height: 180px;
    margin-bottom: 20px;
}


.formField .screen-reader-response {
    display: none;
}


.formField .wpcf7-mail-sent-ng {
    text-align: center;
    line-height: 1.8;
}

p {
    line-height: 2.3;
    /* font-weight: 300; */
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {

    border: 2px dotted #ff0053 !important;
    color: #ff0053;
    border-radius: 10px;
    padding: 10px !important;
    line-height: 1.8;
    text-align: center;
}


div.wpcf7 .ajax-loader {
    background-color: rgba(255, 255, 255, 0.92);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    /*background-image: url(../../img/loading.gif)!important;*/

    width: 110% !important;
    height: 150% !important;
    right: auto !important;
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);
}


/**************Single Phyic******************/
section.introduction.physicians {
    margin-top: 100px;
}

section.introduction.physicians .contain li .profile .avator {
    width: 160px;
    height: 160px;
    border: 5px solid rgba(255, 255, 255, 0.61);
}

section.physicians .contain li {
    height: 200px;
    border: none;
    padding: 20px 30px;
}

section.physicians .contain li .name {
    width: calc(100% - 175px);
    margin-right: 15px;
    height: 100%;
    font-size: 1.2em;
    padding-top: 35px;
}

section.introduction.physicians .contain li .profile {
    height: 100%;
}


section.physicians .contain li > div {
    float: right;
    width: 100%;
    height: 100%;
}

section.physicians .contain li .name b {
    font-size: 2em;
}

section.introduction.physicians .contain li .rate {
    height: auto;
    font-size: 1.5em;
    width: 40px;
    padding: 0;
    padding: 10px 0;
    position: relative;
}

section.physicians .contain li .detail {
    font-size: 1.5em;
    line-height: 2.4;
    height: 100%;
    width: 42%;
}


section.introduction .contain li:hover {
}

section.introduction.physicians .contain {
    padding: 0;
}

span.insurance i:before {
    background-color: #8d97b7;
    width: 16px;
    height: 16px;
    display: block;
    content: "";
    border-radius: 3px;
    margin-top: 5px;
}


section.introduction .contain li .detail > span i.insurance {
    vertical-align: -3px;
    position: relative;
}


span.insurance i:after {
    width: 6px;
    height: 6px;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 5px;
    top: 10px;
    border-radius: 50px;
}

section.physicians .description .title {
    font-size: 1.5em;
    font-weight: 800;
    margin: 20px 0;
    border-bottom: 1px solid rgb(236, 244, 252);
    padding-bottom: 20px;
}

section.physicians .description {
    float: right;
    width: 100%;
    margin: 60px 0;
}

.formField label.fileUpload input {
    background-color: #e2e7f7;
    padding: 7px 10px;
    border-radius: 1000px;
    width: 66%;
}

.formField label.radioInput .wpcf7-list-item {
    float: left;
    width: 45%;
    margin: 0;
    text-align: right;
    background-color: #e2e7f7;
    color: #32415E;
    margin-right: 5%;
    border-radius: 50px;
    padding: 5px 10px;
}

.formField label.radioInput > span:last-child > span {
    position: relative;
    width: 70%;
    float: left;
    left: auto;
    top: auto;
}

.formField label.radioInput .wpcf7-list-item input {
    vertical-align: middle;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.formField label.fileUpload.focus > span:first-child {

    top: 50%;
}


/******************Comments***************/

.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
}

.comments-rating label {
    display: inline-block;
}

.rating-container {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating-container * {
    font-size: 1.4rem;
}

.rating-container > input {
    display: none;
}

.rating-container > input + label {
    /* only enough room for the star */
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.rating-container > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\e937";
    color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {

    content: "\e937";
    color: #e52;
    text-shadow: 0 0 1px #333;
    font-family: icon;
}

.rating-container > .star-cb-clear + label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
    width: .5em;
}

.rating-container:hover > input + label:before {
    content: "\f154";
    color: #888;
    text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {

    content: "\e937";
    color: #e52;
    text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
    text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
    text-indent: -9999px;
}


.comments ol.commentlist li {
    background-color: #ecf4fc;
    border-radius: 15px;
    margin: 20px 0;
    padding: 20px;
}

.comments .formField {
    width: 100%;
}

.comments .formField .comment-respond {
    max-width: 500px;
    margin: auto;
}

.comments ol.commentlist li .comment-author.vcard img {
    border-radius: 100px;
}


.comments ol.commentlist li .comment-meta {
    margin: 10px 0 20px;
    font-size: .8em;
}

.comments ol.commentlist li .reply {
    background-color: #4860dc;
    color: #fff;
    padding: 7px 10px;
    font-size: .8em;
    border-radius: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.comments ol.commentlist li .reply a {

    display: block;
    color: #fff;
}

.comments ol.commentlist li > div {
    position: relative;
}

.comments .formField .comment-respond .comment-reply-title {
    text-align: center;
    font-size: 1.5em;
    margin: 40px 0 10px;
}


.comments .formField label {
    height: auto;
}

.comments .formField .comment-respond .form-submit {
    margin-top: 20px;
}

.comments .formField .comment-respond .logged-in-as {
    text-align: center;
    font-size: .9em;
    margin-bottom: 20px;
}

.comments ol.commentlist li ul.children li {
    background-color: #fff;
}

p.rmp-main-title {
    display: block;
}


.rmp-main {
    max-width: 500px !important;
    margin: 50px auto 0 !important;
    border: 3px solid #ecf4fc !important;
    border-radius: 20px !important;
}

.rating-stars ul > li.star > i.fa {
    color: rgba(141, 151, 183, 0.23) !important;
    font-size: 1.9em !important;
    width: 1.2em !important;
}

.rating-stars ul > li.star.hover > i.fa {
    color: #1ae5be !important;
}


@media (max-width: 1600px) {
    /*  .container {*/
    /*    width: 1200px;*/
    /*}*/
    section.intro .background {
        background-size: 2500px;
    }

    .intro .slides > ul li.swiper-slide-active {
        /* width: 340px!important; */
        z-index: 10;
    }

    .intro .slides > ul li {
        min-width: 270px;
        min-height: 300px;
    }

    .intro .slides {
        height: 470px;
    }

    section.services .box-content li img {
        width: 53px;
        height: 61px;
    }

    section.services .box-content li {
        font-size: 9px;
    }

    section.projects ul {
        height: 350px;
    }

    section.customers .swiper-container {
        width: 80%;
    }

    section.introduction .contain li .detail > span c {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 23px);
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
    }

    section.introduction .contain li {
        padding: 20px;
    }
}


@media (max-width: 1300px) {
    .container {
        width: 1000px;
    }

    .intro .slides > ul li {
        min-width: 300px;
        min-height: 365px;
    }

    section.services .box-content li img {
        width: auto;
        height: auto;
        margin: auto;
        display: block;
    }

    section.services .box-content li span {
        text-align: center;
        width: 100%;
    }

    section.services .box-content ul {
        line-height: 10;
    }

    section.services .box-content {
        padding: 30px 20px 20px;
    }

    section.projects ul {
        height: 300px;
    }

    section.customers .swiper-container {
        width: 100%;
        padding: 0 0 4%;
    }
}


@media (max-width: 1100px) {

    #contentGenSlides > ul li > div {
        border-radius: 10px;
        font-size: .9em;
    }

    .container, .container-medium {
        width: 700px;
    }

    section.services .box-content li span:last-child c {
        display: none;
    }

    section.projects ul > li {
        width: 50%;
        height: 100%;
    }


    section.introduction .right, section.introduction .left {
        width: 100%;
        float: right;
    }

    section.introduction .right {
        margin-bottom: 50px;
    }

    section.news .contain, section.news .newsList {
        width: 90%;
    }

    section.services .box-content ul {
        line-height: 7;
    }

    section.services .box-content li span:first-child {
        height: 70px;
        padding-top: 5px;
    }

    section.services .box-content li img {
        width: 70px;
        height: 70px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    section.services .box-content {
        padding: 30px 20px 10px;
    }

    section.customers ul li {
        height: 410px;
    }

    section.customers ul li .profile p { /* display: none; */
    }

    .intro .slides > ul li {
        min-width: 280px;
        min-height: 340px;
    }

    section.head .populars li {
        width: 25%;
    }


    section.introduction.searchResult .contain li {
        width: 50%;
    }

    section.physicians .contain li .detail {
        width: 100%;
        margin-top: 15px;
    }

    section.introduction.physicians .contain li {
        height: auto;
        padding: 20px 25px;
    }

    section.introduction.physicians .contain li .profile {
        width: calc(100% - 43px);
    }


}

section.news .contain .mainTv li.swiper-slide {
    float: right;
    width: 100% !important;
}


@media (max-width: 800px) {

    section.introduction .contain li .detail > span c {
        overflow: visible;
        white-space: inherit;
    }

    body:not(.home) .treeLine.open span {
        background-color: #fff;
    }

    .container, .container-medium {
        width: 90%;
    }

    section.services .box-content li span:first-child {
        height: 50px;
    }

    section.services .box-content li img {
        width: 50px;
        height: 50px;
    }

    section.services .box-content li span b {
        font-size: 1.4em;
    }

    section.services .box-content li span {
    }

    section.services .box-content ul {
        line-height: 4;
    }

    section.services .box-content {
        padding: 20px 20px 10px;
    }

    /*section {*/
    /*    margin-bottom: 60px;*/
    /*}*/
    section.projects ul {
        height: 40vw;
        border-radius: 15px;
        font-size: 2vw;
    }

    section.projects ul > li:first-child > div {
        border-radius: 0 15px 15px 0;
    }

    section.projects ul > li i.play {
        font-size: 2em;
    }

    section.customers {
        padding: 60px 0 30px;
    }

    section.news .contain .mainTv {
        height: 50vw;
    }

    section.news .mainTv li div .play {
        font-size: 1.7em;
    }

    section.news .newsList li {
        width: 33.333%;
    }

    section.news .newsList li:last-child {
        display: none;
    }

    section > div > .title, .title-box {
        font-size: 20px;
        text-align: center;
        padding: 0;
    }

    section.customers {
        font-size: 8px;
    }

    section.customers ul li {
        /* height: 320px; */
    }

    section.news .newsList li > div {
        height: 100px;
    }

    section.news, section.newsletter {
        padding: 50px 0;
    }

    /*footer .copyright {*/
    /*    margin: 100px auto 20px;*/
    /*}*/
    section.introduction .contain {
        font-size: 9px;
    }

    section.introduction .contain li {
        height: 90px;
        padding: 10px 15px;
    }

    nav .menu > ul > li {
        display: block;
        line-height: normal;
        font-size: 1.3em;
        text-align: right;
        height: auto;
    }

    nav .menu {
        width: 80%;
        height: 100vh;
        z-index: 3;
        top: 0;
        right: -100vw;
        background-color: rgba(72, 96, 220, 0.98);
        box-shadow: 100px 0px 0px rgba(221, 221, 221, 0.7);
        transition: .7s all, 1.5s box-shadow;
    }

    .menuNav {
        position: relative;
    }

    nav .menu > ul li a {
        padding: 13px 30px;
    }

    nav .menu.active {
        right: 0;
        box-shadow: -80px 0px 80px rgba(221, 221, 221, 0.7);
        overflow-y: auto;
    }

    nav .menu ul li > ul {
        position: relative;
        right: auto;
        left: auto;
        transform: none;
        width: 100%;
        border-radius: 0;
        top: auto;
        visibility: visible;
        opacity: 1;
        min-height: 0;
        padding: 0;
        height: 0;
        transition: .5s;
        overflow: hidden;
    }

    nav .menu ul li > ul > li a {
        padding: 10px 30px;
    }

    nav .menu > ul > li.menu-item-has-children > a:after {
        content: "\e901";
        font-family: icon;
        position: absolute;
        left: 30px;
        font-size: .9em;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        transition: .5s;
    }

    nav .menu ul li > ul:after {
        opacity: 0;
    }

    nav .menu ul li.open > ul {
        min-height: 190px;
        padding: 10px 0;
    }

    nav .menu > ul > li.menu-item-has-children.open > a:after {
        transform: translateY(-50%) rotate(-90deg);
    }

    .intro .slides > ul li {
        min-width: 260px;
        min-height: 315px;
    }

    nav .freshBar .time {
        display: none;
    }

    section.intro .nav {
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: 17%;
    }

    section.intro .background {
        background-size: 330vw;
    }

    section.intro .caption {
        font-size: 0.8em;
    }

    nav .container {
        margin-top: 10px;
    }

    nav .logo {
        width: 120px;
    }


    nav .freshBar .notification {
        height: 35px;
        width: 35px;
        line-height: 2.05;
        font-size: 0.9em;
    }

    section.intro .nav > div {
        width: 30px;
        height: 30px;
        font-size: 0.9em;
    }

    section.head .bgCategory img {
        height: 100%;
        width: auto;
    }

    section.head {
        margin-bottom: 160px;
    }

    section.introduction.searchResult .contain li {
        height: auto;
    }

    section.head .populars li {
        width: 33.333%;
    }

    section.teaser ul > li {
        height: 40vw;
    }

    .searchBox .contain {
        max-width: 95% !important;
    }
}


@media (max-width: 600px) {

    .searchBox .contain > div {
        padding: 0 1em;
    }

    p.has-large-font-size {
        font-size: 6vw;
    }

    p.has-medium-font-size {
        font-size: 3.5vw;
    }

    section.teaser .caption {
        margin-bottom: 20vw;
    }

    section.teaser {
        margin-top: 30vw;
    }

    section.introduction.searchResult .contain li {
        width: 100%;
        padding: 30px;
    }

    section.head .populars li > a {
        padding: 20px 10px;
    }

    section.head .populars li {
        width: 50%;
    }

    section.head .populars li:nth-child(3) {
        display: none;
    }


    section.head .populars li .img {
        width: 80px;
        height: 80px;
    }

    section.head .bgCategory .caption {
        font-size: 7vw;
    }

    .searchBox .contain > div form {
        display: block !important;
        justify-content: normal !important;
    }

    .searchBox .contain > div .wpcfs-input-wrapper {
        width: 100% !important;
        height: 60px !important;
        border: none !important;
        border-bottom: rgba(255, 255, 255, 0.15) 1px solid !important;
        padding: 10px 20px !important;
        margin: .3em 0 !important;
    }

    .searchBox .contain > div {
        border-radius: 20px !important;
        padding: 0 !important;
    }
}


@media (max-width: 500px) {
    section.services .box-content li span:last-child {
        display: none;
    }


    section.services .box-content li img {
        transform: translatex(-50%) scale(.8);
        top: auto;
        bottom: 0px;
    }

    section.services .box-content li span:first-child {
        position: relative;
    }

    section.services .box-content {
        padding: 10px 10px 10px;
        border-radius: 15px;
    }

    section.contact {
        margin-top: 100px;
    }

    /*section {*/
    /*    margin-bottom: 40px;*/
    /*}*/
    section > div > .title, .title-box {
        margin-bottom: 20px;
        font-size: 5.5vw;
    }

    section.projects ul {
        font-size: 3vw;
    }

    section.projects ul > li .content {
        display: none;
    }

    section.customers {
        padding: 30px 0;
    }

    section.introduction .contain {
        border-radius: 15px;
    }

    section.introduction .contain li .profile {
        width: 100%;
    }

    section.introduction .contain li {
        padding: 17px;
        height: auto;
    }

    section.introduction .contain li .name {
        margin-right: 5px;
        line-height: 2.5;
        font-size: 9px;
    }

    section.introduction .contain li .profile .avator {
        width: 60px;
        height: 60px;
    }

    section.introduction .contain li .detail {
        width: 100%;
        line-height: 1.8;
        margin-top: 12px;
        border-top: 1px solid rgba(141, 151, 183, 0.1);
        padding-top: 9px;
    }

    section.introduction .contain li .rate {
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 8px;
        margin-top: 0;
    }

    section.introduction .contain li > a {
        position: relative;
    }

    section.news .newsList li:nth-child(3), section.news .newsList li:nth-child(4) {
        display: none;
    }

    section.news .newsList li {
        width: 50%;
    }

    section.news {
        padding: 30px 0 0;
    }

    section.news .mainTv li div .play {
        font-size: 1.5em;
    }

    section.news .newsList li > div {
        height: 80px;
        font-size: 12px;
    }

    section.news .contain {
        margin-bottom: 50px;
    }

    section.newsletter {
        font-size: 9px;
    }

    section.contactUs {
    }

    .line {
        max-width: 80%;
        margin: 40px auto 30px;
    }

    section.customers ul li {
        /* height: 280px; */
    }

    .intro .slides > ul li {
        min-width: 50vw;
        min-height: 60vw;
    }

    .intro .slides > ul li > div i.play.circle {
        background: none;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        right: auto;
        bottom: auto;
    }

    .intro .slides > ul li > div c {
        display: none;
    }

    .intro .slides > ul li.swiper-slide-active > div i.play.circle {
        font-size: 1.4em;
    }

    .intro .slides {
        height: 50vh;
    }

    section.intro .caption {
        font-size: 2.5vw;
    }

    section.introduction.physicians .contain li .profile .avator {
        width: 80px;
        height: 80px;
    }

    section.physicians .contain li .name {
        width: calc(100% - 85px);
        padding-top: 3px;
        font-size: 8px;
    }

    section.introduction.physicians .contain li {
        padding: 20px 15px;
    }
}

.best-list li {
    width: 100%;
}


.list-bests li .avator {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.list-bests li .avator img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-bests ul {
    width: 100%;
    float: right;
    background-color: #ECF4FC;
    border-radius: 15px;
    overflow: hidden;
}

.list-bests ul li {
    border-bottom: 2px solid #fff;
    padding: 1em;
    float: right;
    width: 100%;
    line-height: 3.5;
}

.list-bests ul li .avator {
}


.list-bests ul li > div > div {
    float: right;
    margin: 0 0.5em;
    width: 15%;
}


.list-bests ul li > div > .name c {
    font-weight: bold;
}

.list-bests ul li > div > div.detail {
    width: 60%;
}

.list-bests ul li > div > div.rate {
    width: 40px;
    float: left;
    text-align: left;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}


.list-bests ul li > div > div.detail span {
    width: 25%;
    float: right;
    text-align: center;
    display: block;
    min-height: 1px;
}


.list-bests ul li > div > div.rate i {
    font-size: 2.5em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%; /* height: 100%; *//* width: 100%; */
    line-height: 1.5;
}

.list-bests ul li > div > div.rate c {
    position: absolute;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    left: 50%;
    padding-top: 4px;
}


.list-bests ul li > div {
    height: 100%;
    float: right;
    width: 100%;
    position: relative;
}


.list-bests ul li.head {
    background-color: #3f4d6a;
    color: #fff;
}


@media (max-width: 600px) {
    .list-bests ul li > div > div.detail span {
        display: none;
    }

    .list-bests ul li > div > div.detail span:last-child {
        display: block;
        width: 100%;
    }

    .list-bests ul li > div > div.detail {
        width: 30%;
    }

    .list-bests ul li > div > div {
        width: 25%;
    }
}

.list-bests .title, .submitReportOrder .title {
    margin: 0 0 1em;
    text-align: center;
    font-weight: 800;
    font-size: 2em;
}

.list-bests {
    float: right;
    width: 100%;
    margin-bottom: 5em;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #4860dc;
}


.um-field-error {
    background: #1ae5be !important;
    padding: 0.6em 1em .5em !important;
    font-size: .8em !important;
}

.um-field-arrow {
    color: #1ae5be !important;
    top: -20px !important;
}


.searchBox .contain > div {
    background-color: #4860DC;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    float: right;
    padding: 0 2em;
    width: 100%;
}


.searchBox .contain > div .wpcfs-input-wrapper {
    width: 20%;
    display: inline-block;
    float: right;
    height: 70px;
    border-left: rgba(255, 255, 255, 0.15) 1px solid;
    padding: 0 1em;
    line-height: 1.6;
    padding-top: 12px;
}


.searchBox .contain > div .wpcfs-input-wrapper select {
    width: 100%;
    background: none;
    border: none;
    color: rgb(140, 192, 255);
    font-size: .9em;
    height: 35px;
}


.searchBox .contain > div .wpcfs-input-submit {
    /* display: none; */
}

.searchBox .contain {
    margin: auto;
    display: block;
    width: 780px;
}


.searchBox .contain > div .wpcfs-input-wrapper select option {
    color: #000;
}

.searchBox .contain > div form {
    float: right;
    width: 100%;
    /* display: flex; */
    /* justify-content: center; */
}

.searchBox .contain > div form > div:nth-last-child(4) {
    border: 0;
}

.searchBox .contain > div .wpcfs-input-wrapper label {
    color: #fff;
    font-weight: bold;
}


.searchBox .contain > div .wpcfs-search-preset-1 .wpcfs-input-wrapper, .searchBox .contain > div .wpcfs-search-preset-3 .wpcfs-input-wrapper {
    width: 25%;
}

.searchBox .contain > div .wpcfs-search-preset-1 .wpcfs-input-wrapper:nth-child(2) {
    /* border: none; */
}


.pagination ul > li {
    background-color: #4860dc;
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 3;
    cursor: pointer;
}

.pagination ul > li a {
    color: #fff;
    display: block;
}

/*.pagination {*/
/*    float: right;*/
/*    width: 100%;*/
/*    margin: 2em 0;*/
/*    text-align: center;*/
/*}*/


section.introduction .contain li .detail > span.time {
    /* height: 50px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination ul > li.active {
    background-color: rgba(72, 96, 220, 0.5);
}

.pagination ul > li:hover {
    transform: scale(1.05);
}

.searchBox {
    margin-top: 40px;
    font-size: 14px;
    float: right;
    width: 100%;
}


.wpcf7-select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQwLjgxMSAyNDAuODExIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNDAuODExIDI0MC44MTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBpZD0iRXhwYW5kX01vcmUiIGQ9Ik0yMjAuMDg4LDU3LjY2N2wtOTkuNjcxLDk5LjY5NUwyMC43NDYsNTcuNjU1Yy00Ljc1Mi00Ljc1Mi0xMi40MzktNC43NTItMTcuMTkxLDAgICBjLTQuNzQsNC43NTItNC43NCwxMi40NTEsMCwxNy4yMDNsMTA4LjI2MSwxMDguMjk3bDAsMGwwLDBjNC43NCw0Ljc1MiwxMi40MzksNC43NTIsMTcuMTc5LDBMMjM3LjI1Niw3NC44NTkgICBjNC43NC00Ljc1Miw0Ljc0LTEyLjQ2MywwLTE3LjIxNUMyMzIuNTI4LDUyLjkxNSwyMjQuODI4LDUyLjkxNSwyMjAuMDg4LDU3LjY2N3oiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzNGNEQ2QSIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+);
    background-position: 5% center;
    background-size: 15px;
    background-repeat: no-repeat;
}


.wpcf7-select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

nav .freshBar .notification.new > i:after {
    opacity: 1;
}

nav .freshBar .notification.new:after {
    animation: notif 1s linear infinite;
}


select:before {
    content: "\e900";

    font-family: icon;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2em;
}

nav .freshBar .notification.open:before {
    width: 800vw;
    height: 800vw;
    background-color: rgba(72, 96, 220, 0.9);
    transition: 1.4s;
    z-index: 16;
    /* position: fixed; */
}

nav .freshBar .notification.open:after {
    animation: none;
}


nav .freshBar .notification.open > i:before {
    content: "\e93f";
}

nav .freshBar .notification.open > i:after {
    opacity: 0;
}

.notification section.news {
    width: 100vw;
    height: 100vh;
    right: 0;
    overflow: hidden;
    top: 110vh;
    position: fixed;
    z-index: 19;
    background: none;
    opacity: 0;
    transition: 0.7s;
    transition-delay: 0s;
    padding: 0;
    /* display: none; */
}


.notification.open section.news {
    opacity: 1;
    transition: 1s;
    transition-delay: 0.8s;
    /* display: block; */
    top: 0;
}

.notification section.news .contain, .notification section.news .newsList {
    max-width: 550px;
    margin-bottom: 6vh;
}

.notification section.news .contain .mainTv {
    height: 50vh;
}


nav.open {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
}

main:after {
    content: "";
    display: table;
    clear: both;
}

.formField div.wpcf7-mail-sent-ok {
    border: 2px dashed #1ae5be;
    padding: 15px;
    text-align: center;
    border-radius: 100px;
    color: #00e0b5;
    background-color: rgba(26, 229, 190, 0.07);
}

.searchBox .contain > div .wpcfs-input-wrapper ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.6);
    opacity: 1; /* Firefox */
}

.searchBox .contain > div .wpcfs-input-wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.6);
}

.searchBox .contain > div .wpcfs-input-wrapper ::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.6);
}

.searchBox .contain > div .wpcfs-input-wrapper input[type=text] {
    background: none;
    border: none;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.18); */
    color: #fff;
    width: 100%;
    font-size: 12px;
    font-weight: 200;
    padding: 4px;
    height: 35px;
}

.hidden {
    display: none !important;
}

.searchSec .searchBTN {
    cursor: pointer;
    background-image: url(../img/searchW.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    background-size: contain;
    transition: .5s;
    z-index: 10;
}

.searchB {
    text-align: center;
    margin-top: 65px;
}

.searchB form {
}

.searchB form {
    border: 0;
    background-color: rgba(0, 0, 0, 0.31);
    border-radius: 100px;
    padding: 1em;
    color: #fff;
    position: relative;
    height: 45px;
    width: 30%;
    margin: 1.2em auto;
}

.searchB ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.6);
    opacity: 1; /* Firefox */
}

.searchB :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.6);
}

.searchB ::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.6);
}

.searchB form button, .searchB input[type="submit"] {
    border: 0;
    background: none;
    background-image: url(../img/searchW.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    right: auto;
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin-left: 11em;
}

.searchB form input {
    border: 0;
    background: none;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1em 1em;
    color: #fff;
}


nav.active .searchSec .searchBTN {
    background-image: url(../img/searchW.svg);
}

nav.active .searchSec .searchBTN.open, .searchSec .searchBTN.open {
    background-image: url(../img/close.svg);
    width: 22px;
    height: 22px;
}

body:not(.home) .searchBTN {
    background-image: url(../img/search.svg);
}

section.generalSearchB {
    margin: 130px auto 50px;
}

section.generalSearchB .contain {
    width: 50%;
    text-align: center;
}

section.generalSearchB.searchBox .contain > div .wpcfs-input-wrapper {
    width: 100%;
}

.searchB label {
    display: none !important;
}

.searchBox .contain > div .wpcfs-input-wrapper:nth-child(n + 5) {
    /* display: none; */
}

.searchBox .contain > div .wpcfs-input-submit {
    width: calc(100% + 4em) !important;
    border-top: 1px solid #6378e1;
    margin-right: -2em;
}

.searchBox .contain > div .wpcfs-input-submit input:hover {
    transform: scale(1.1);
}

.searchBox .contain > div .wpcfs-input-submit input {
    background-color: #1ae5be;
    color: #fff;
    border: none;
    padding: 1em 4em;
    border-radius: 100px;
    font-weight: bold;
    cursor: pointer;
    transition: .5s;
}

@media (max-width: 800px) {
    .searchB form {
        width: 80%;
    }

    .searchSec .searchBTN {
        right: 43px;
    }

    .searchBox.preset3 .contain {
        max-width: 95% !important;
    }
}

@media (max-width: 600px) {
    .searchBox .contain > div .wpcfs-input-submit {
        width: 100% !important;
    }
}

.wpcfs-search-preset.wpcfs-search-preset-3 .searchBox .contain > div .wpcfs-search-preset-3 .wpcfs-input-wrapper {
    width: 50%;
}

.searchBox .contain > div .wpcfs-search-preset-3 .wpcfs-input-wrapper {
    width: 50%;
}


.searchBox.preset3 .contain {
    max-width: 500px;
}

.searchBox.preset3 .contain .wpcfs-input-wrapper.wpcfs-input-submit {
    display: none;
}

body.category-events {
    background-color: #F5F9FC;
}

.eventsList > div > ul > li {
    width: 25%;
    float: right;
    padding: 1.3em 1em;
}

.eventsList {
}

.eventsList {
    padding-top: 200px;
}


.eventsList li > div {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(62, 67, 88, 0.61) 0px 2px 10px -10px;
    float: right;
    width: 100%;
    position: relative;
}

.eventsList > div > ul {
    margin-right: -1em;
    margin-left: -1em;
}

.eventsList ul li .image {
    height: 180px;
    position: relative;
}

.title--eventList {
    font-size: 16px;
    margin: 1em 0 .7em;
}

.content-eventList {
    padding: 0 1em;
    float: right;
    width: 100%;
}

.details-eventsList {
    color: #8D97B7;
    float: right;
    width: 100%;
    font-size: 13px;
    line-height: 1.8;
}


.details-eventsList > div {
    float: right;
    margin-left: 1em;
    text-align: right;
}


.details-eventsList > div i {
    margin-left: .3em;
    display: inline-block;
    vertical-align: -1px;
}

.date--eventList {
}

.cta--eventList {
    width: calc(100% + 2em);
    float: right;
    background-color: #e5e7f1;
    margin-right: -1em;
    margin-left: -1em;
    height: 45px;
    margin-top: 1.1em;
    border-radius: 10px;
}

.cta--eventList li {
    width: 50%;
    float: right;
    font-weight: 600;
    position: relative;
}

li.reserve-eventList a {
    background-color: #4860DC;
    height: 45px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 3.2;
    border-radius: 10px;
}


.cta--eventList li.share-eventList > span {
    line-height: 3.2;
    text-align: center;
    width: 100%;
    float: right;
    /* color: #fff; */
    cursor: pointer;
    font-weight: normal;
    border-radius: 10px;
}

.eventsList ul li .image > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
}


.eventsList .country-flag {
    position: absolute;
    width: 50px;
    height: 35px;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    border-radius: 15px;
    background-size: cover;
    overflow: hidden;
    /* opacity: .9; */
    background-repeat: no-repeat;
    background-position: center;
}


.details-eventsList > div span {
    vertical-align: 2px;
}

.details-eventsList > div.date--eventList {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.eventsList .country-flag img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
}

.eventsList li > div.containShare {
    display: none;
    position: absolute;
    width: 120%;
    box-shadow: 0px 0px 45px -20px #3d4467;
    left: 50%;
    transform: translateX(-50%);
    padding: 1em 1.5em;
    border-radius: 20px;
    bottom: 40px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.94);
}

i.whatsapp {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Im0yNTYgMGMtMTQwLjYwOTM3NSAwLTI1NiAxMTUuMzkwNjI1LTI1NiAyNTYgMCA0Ni40MDYyNSAxMi41MTE3MTkgOTEuNTgyMDMxIDM2LjIzODI4MSAxMzEuMTA1NDY5bC0zNi4yMzgyODEgMTI0Ljg5NDUzMSAxMjQuODk0NTMxLTM2LjIzODI4MWMzOS41MjM0MzggMjMuNzI2NTYyIDg0LjY5OTIxOSAzNi4yMzgyODEgMTMxLjEwNTQ2OSAzNi4yMzgyODEgMTQwLjYwOTM3NSAwIDI1Ni0xMTUuMzkwNjI1IDI1Ni0yNTZzLTExNS4zOTA2MjUtMjU2LTI1Ni0yNTZ6bTE2MC4wNTQ2ODggMzY0LjE2Nzk2OS0xMS45MTAxNTcgMTEuOTEwMTU2Yy0xNi44NTE1NjIgMTYuODUxNTYzLTU1LjYwNTQ2OSAxNS41MTU2MjUtODAuNTA3ODEyIDEwLjcwNzAzMS04Mi44MDA3ODEtMTUuOTkyMTg3LTE3OS4zMzU5MzgtMTA5LjU2MjUtMTk3Ljk1MzEyNS0xOTAuNTkzNzUtOS4yMTg3NS00MC4xNDA2MjUtNC4xMjg5MDYtNzUuMDM5MDYyIDkuMTgzNTk0LTg4LjM1NTQ2OGwxMS45MTAxNTYtMTEuOTEwMTU3YzYuNTc0MjE4LTYuNTcwMzEyIDE3LjI1MzkwNi02LjU2MjUgMjMuODIwMzEyIDBsNDcuNjQ4NDM4IDQ3LjY1MjM0NGMzLjE3OTY4NyAzLjE3OTY4NyA0LjkyMTg3NSA3LjM5NDUzMSA0LjkyMTg3NSAxMS45MDYyNXMtMS43NDIxODggOC43MzA0NjktNC45MjE4NzUgMTEuODk4NDM3bC0xMS45MDYyNSAxMS45MjE4NzZjLTEzLjEyNSAxMy4xNTYyNS0xMy4xMjUgMzQuNTI3MzQzIDAgNDcuNjUyMzQzbDc4LjY4MzU5NCA3Ny42NDg0MzhjMTMuMTY0MDYyIDEzLjE2NDA2MiAzNC40Njg3NSAxMy4xNzk2ODcgNDcuNjUyMzQzIDBsMTEuOTEwMTU3LTExLjkwNjI1YzYuMTQ4NDM3LTYuMTgzNTk0IDE3LjYzMjgxMi02LjIwMzEyNSAyMy44MzIwMzEgMGw0Ny42MzY3MTkgNDcuNjM2NzE5YzYuNDY4NzUgNi40NDE0MDYgNi43MTQ4NDMgMTcuMTEzMjgxIDAgMjMuODMyMDMxem0wIDAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNGRkZGRkYiLz48L2c+IDwvc3ZnPg==);

}

i.ttwitter {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgY2xhc3M9IiI+PGc+PGc+PGc+PHBhdGggZD0iTTUxMiw5Ny4yNDhjLTE5LjA0LDguMzUyLTM5LjMyOCwxMy44ODgtNjAuNDgsMTYuNTc2YzIxLjc2LTEyLjk5MiwzOC4zNjgtMzMuNDA4LDQ2LjE3Ni01OC4wMTYgICAgYy0yMC4yODgsMTIuMDk2LTQyLjY4OCwyMC42NC02Ni41NiwyNS40MDhDNDExLjg3Miw2MC43MDQsMzg0LjQxNiw0OCwzNTQuNDY0LDQ4Yy01OC4xMTIsMC0xMDQuODk2LDQ3LjE2OC0xMDQuODk2LDEwNC45OTIgICAgYzAsOC4zMiwwLjcwNCwxNi4zMiwyLjQzMiwyMy45MzZjLTg3LjI2NC00LjI1Ni0xNjQuNDgtNDYuMDgtMjE2LjM1Mi0xMDkuNzkyYy05LjA1NiwxNS43MTItMTQuMzY4LDMzLjY5Ni0xNC4zNjgsNTMuMDU2ICAgIGMwLDM2LjM1MiwxOC43Miw2OC41NzYsNDYuNjI0LDg3LjIzMmMtMTYuODY0LTAuMzItMzMuNDA4LTUuMjE2LTQ3LjQyNC0xMi45MjhjMCwwLjMyLDAsMC43MzYsMCwxLjE1MiAgICBjMCw1MS4wMDgsMzYuMzg0LDkzLjM3Niw4NC4wOTYsMTAzLjEzNmMtOC41NDQsMi4zMzYtMTcuODU2LDMuNDU2LTI3LjUyLDMuNDU2Yy02LjcyLDAtMTMuNTA0LTAuMzg0LTE5Ljg3Mi0xLjc5MiAgICBjMTMuNiw0MS41NjgsNTIuMTkyLDcyLjEyOCw5OC4wOCw3My4xMmMtMzUuNzEyLDI3LjkzNi04MS4wNTYsNDQuNzY4LTEzMC4xNDQsNDQuNzY4Yy04LjYwOCwwLTE2Ljg2NC0wLjM4NC0yNS4xMi0xLjQ0ICAgIEM0Ni40OTYsNDQ2Ljg4LDEwMS42LDQ2NCwxNjEuMDI0LDQ2NGMxOTMuMTUyLDAsMjk4Ljc1Mi0xNjAsMjk4Ljc1Mi0yOTguNjg4YzAtNC42NC0wLjE2LTkuMTItMC4zODQtMTMuNTY4ICAgIEM0ODAuMjI0LDEzNi45Niw0OTcuNzI4LDExOC40OTYsNTEyLDk3LjI0OHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNGRkZGRkYiLz48L2c+PC9nPjwvZz4gPC9zdmc+);
}

i.telegram {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMwMCAzMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwMCAzMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIGNsYXNzPSIiPjxnPjxnIGlkPSJYTUxJRF80OTZfIj48cGF0aCBpZD0iWE1MSURfNDk3XyIgZD0iTTUuMjk5LDE0NC42NDVsNjkuMTI2LDI1LjhsMjYuNzU2LDg2LjA0N2MxLjcxMiw1LjUxMSw4LjQ1MSw3LjU0OCwxMi45MjQsMy44OTFsMzguNTMyLTMxLjQxMiAgIGM0LjAzOS0zLjI5MSw5Ljc5Mi0zLjQ1NSwxNC4wMTMtMC4zOTFsNjkuNDk4LDUwLjQ1N2M0Ljc4NSwzLjQ3OCwxMS41NjQsMC44NTYsMTIuNzY0LTQuOTI2TDI5OS44MjMsMjkuMjIgICBjMS4zMS02LjMxNi00Ljg5Ni0xMS41ODUtMTAuOTEtOS4yNTlMNS4yMTgsMTI5LjQwMkMtMS43ODMsMTMyLjEwMi0xLjcyMiwxNDIuMDE0LDUuMjk5LDE0NC42NDV6IE05Ni44NjksMTU2LjcxMWwxMzUuMDk4LTgzLjIwNyAgIGMyLjQyOC0xLjQ5MSw0LjkyNiwxLjc5MiwyLjg0MSwzLjcyNkwxMjMuMzEzLDE4MC44N2MtMy45MTksMy42NDgtNi40NDcsOC41My03LjE2MywxMy44MjlsLTMuNzk4LDI4LjE0NiAgIGMtMC41MDMsMy43NTgtNS43ODIsNC4xMzEtNi44MTksMC40OTRsLTE0LjYwNy01MS4zMjVDODkuMjUzLDE2Ni4xNiw5MS42OTEsMTU5LjkwNyw5Ni44NjksMTU2LjcxMXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNGRkZGRkYiLz48L2c+PC9nPiA8L3N2Zz4=);
}

.eventsList li > div.containShare i {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    vertical-align: -4px;
    margin-right: .4em;
}

.eventsList li > div.containShare > div a {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    padding: .5em;
    background-color: #000;
    border-radius: 100px;
    margin: .5em 0;
    font-size: .9em;
    color: #fff;
    line-height: 1.8;
}

.eventsList li > div.containShare:before {
    content: "";
    border-width: 13px;
    border-color: rgba(255, 255, 255, 0.94) transparent transparent;
    border-style: solid;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -21px;
}

.eventsList li.share-eventList:hover div.containShare {
    display: block;
}

.title-eventsList {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1em 0;
}

.eventsList i.play {
    font-size: 2.5em;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    /* padding: 1.2em; */
    border-radius: 100px;
}

@media (max-width: 1100px) {

    .eventsList > div > ul > li {
        width: 50%;
    }

}


@media (max-width: 800px) {

    .eventsList > div > ul > li {
        width: 100%;
    }

}


section.single-events-page {
    background-color: #32415E;
    height: 350px;
    margin-top: 105px;
}

.single-events--bg {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
}

.single-events--bg > div > img {
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.single-events-page .container {
    height: 100%;
}

.single-events--details {
    background-color: rgba(255, 255, 255, 0.9);
    width: 50%;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 20px;
    padding: 0 2em 1.5em;
    z-index: 2;
}

.single-events--details .country-flag {
    width: 70px;
    height: 70px;
    margin-top: -5px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.single-events--details .country-flag img {
    width: 100%;
}

.single-events--title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
}


.single-events--submit {
    position: absolute;
    left: 1%;
    width: 260px;
    border-radius: 20px 20px 0 0;
    font-weight: bold;
    padding-top: 1.2em;
    bottom: 0;
    background-color: #fff;
    box-shadow: inset 0px -10px 18px -19px rgba(50, 65, 94, 0.84);
    z-index: 2;
}

.single-events--submit .cta--eventList li {
    width: 100%;
    padding: 0;
    margin-bottom: .8em;
}

.single-events--submit .cta--eventList {
    height: auto;
    background: none;
    width: 100%;
    margin: 0;
    padding: 1em 1.5em 1.3em;
}

.single-events--price {
    text-align: center;
    font-size: 1.3em;
}

.single-events--bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(360deg, #31405d, transparent 50%);
    z-index: 1;
}

.single-events--socials li {
    display: inline-block;
    font-size: 1.6em;
    margin: 0 0.3em;
}

.single-events--socials {
    margin: 1em 0;
}

.single-events--socials li:first-child {
    margin-right: 0;
}


@media (max-width: 800px) {
    .single-events--details {
        width: 90%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 5%;
    }

    .single-events--submit {
        width: 60%;
        left: 50%;
        transform: translateX(-50%);
        min-width: 250px;
    }

    section.single-events-page {
        height: 400px;
    }
}


@media (max-width: 500px) {
    .single-events--details {
        width: 100%;
    }

    .single-events--submit {
        width: 100%;
    }

    .single-events-page .container {
        width: 100%;
    }

}


.single-events-page li.share-eventList > span {
    line-height: 3.2;
    text-align: center;
    width: 100%;
    float: right;
    color: #fff;
    cursor: pointer;
    background-color: #32415e57;
    border-radius: 10px;
}


.single-events--bg > img {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 0;
}


section.eventsList.events-index-sec ul li {
    width: 33.33333%;
    padding: 1em;
}

section.eventsList.events-index-sec .swiper-container {
    margin-right: -1em;
    margin-left: -1em;
}

section.eventsList.events-index-sec {
    padding: 50px 0 80px;
    background-color: #f1f8ff;
}

.events-index-sec .content-eventList {
    position: absolute;
    bottom: 6%;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 3;
}


.events-index-sec.eventsList ul li .image > a > img {
    border-radius: 20px;
    z-index: 2;
}

.events-index-sec .details-eventsList > div {
    float: right;
    display: inline-block;
}

.events-index-sec .content-eventList a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    float: right;
}

.events-index-sec .details-eventsList {
    color: #fff;
    position: relative;
    z-index: 4;
}

section.eventsList.events-index-sec a.button {
    z-index: 5;
    margin-top: 2em;
}

section.eventsList.events-index-sec ul li .image {
    height: 200px;
}

section.eventsList.events-index-sec ul li div.image a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, rgba(50, 65, 94, 0.72), rgba(72, 96, 220, 0.09));
    border-radius: 20px;
    z-index: 3;
}


section.eventsList.events-index-sec .country-flag {
    z-index: 3;
}

.events-index-sec.eventsList li > div {
    border-radius: 20px;
    background: none;
}

.eventsList.events-index-sec .title--eventList {
    font-size: 1.4em;
    z-index: 4;
    position: relative;
}

@media (max-width: 1100px) {

    section.eventsList.events-index-sec ul li {
        width: 50%;
    }
}


@media (max-width: 800px) {

    section.eventsList.events-index-sec ul li {
        width: 50%;
    }
}


@media (max-width: 550px) {

    section.eventsList.events-index-sec ul li {
        width: 100%;
    }
}


section.profile-single {
    margin-top: 105px;
    background: #F5F9FC;
    color: #32415E;
    font-weight: 300;
    padding-top: 30px;
}

.profile--right-side {
    width: 300px;
    float: right;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(62, 67, 88, 0.61) 0px 2px 10px -10px;
}

.profile--avator {
    background: #4860DC;
    color: #fff;

    border-radius: 10px 10px 0 0;
    position: relative;
    padding: 3em 1em 2em;
    text-align: center;
}

.profile--avator-img {
    width: 180px;
    height: 180px;
    border-radius: 1000px;
    background: #fff;
    margin: auto;
    border: 5px #E8EAEF solid;
    overflow: hidden;
}

.profile--avator-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.profile--rating {
    background: #1AE5BE;
    width: 60px;
    margin: auto;
    border-radius: 0 0 14px 14px;
    padding: .5em 0 .4em;
    text-align: center;
    font-size: 1.5em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.5%;
}

.profile--fullname {
    font-size: 1.5em;
    font-weight: 700;
    margin: 1.2em auto .8em;
}

.profile--jobField {
    border-radius: 100px;
    background-color: #fff;
    color: #32415E;
    padding: 0.8em 2em;
    display: inline-block;
    font-weight: 400;
}

.profile--socialBox {
    background: #8D97B7;
    text-align: center;
    padding: 1.3em 0;
}

.profile--info {
    color: #8D97B7;
    padding: 0 1.5em;
    line-height: 1.8;
}

.profile--info-title {
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: .4em;
}

.profile--info li {
    padding: 1em 0;
    border-bottom: 1px solid rgb(246, 247, 249);
}

.profile--info-title i {
    font-size: 1.1em;
    vertical-align: -2px;
}

.profile--website a {
    width: 100%;
    display: block;
    padding: 1.2em 0;
    text-align: center;
    background-color: #8d97b7;
    color: #fff;
    font-weight: 500;
    margin-top: .5em;
    border-radius: 10px;
}

.profile--info-desc {
    font-weight: 300;
}


.profile--socialBox a {
    color: #fff;
    font-size: 1.6em;
}

.profile--socialBox li {
    display: inline-block;
    margin: 0 1.2em;
}


.profile--left-side {
    width: calc(100% - 340px);
    float: left;
    border-radius: 10px;
}

.profile--left-side > div {
    width: 100%;
    float: right;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(62, 67, 88, 0.61) 0px 2px 10px -10px;
    margin-bottom: 25px;
}

.profile--gallery li {
    width: 33.33333%;
    float: right;
    height: 300px;
    padding: 1em;
}

.profile--gallery li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}

.profile--left-side > div.profile--features {
    background: none;
    box-shadow: none;
}

.profile--features li > div {
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(62, 67, 88, 0.61) 0px 2px 10px -10px;
    /* padding: 1.5em; */
    line-height: 1.6;
    float: right;
    width: 100%;
}

.profile--features li {
    width: 25%;
    float: right;
    padding: 0 .6em;
}

.profile--features ul {
    margin-right: -.6em;
    margin-left: -.6em;
    width: calc(100% + 1.2em);
}

.profile--features-icon {
    text-align: center;
    height: 60px;
    margin: 1em 0 1.5em;
    position: relative;
}

.jobs-profile .profile--avator {
    background-color: #32415E;
}

.profile--features-icon img {
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.jobs-profile .profile--features-title {
    min-width: 140px;
}

.profile--features-title {
    display: table;
    background: #4860dc;
    margin: auto;
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 100px;
    min-width: 170px;
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
}

.profile--features-titleB {
    float: right;
    width: 100%;
}

.jobs-profile .profile--features-titleB {
    padding: .6em 0 1em;
}

.profile--features-desc {
    display: block;
    float: right;
    width: 100%;
    padding: 1.5em;
}

.profile--features-desc p {
    line-height: 2;
}

.profile--b-title {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.profile--services, .profile--description {
    padding: 2em;
}

body.physicians, body.jobs {
}

section.profile-single video {
    width: 100%;
    margin: 1em 0;
    background-color: #000;
}

.swiper-button-next, .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2.5em 1.6em;
    background-size: 30%;
    border-radius: 0 16px 16px 0;
    box-shadow: 14px 0px 23px -10px rgba(69, 76, 97, 0.6);
    left: 0em !important;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.swiper-button-prev {
    background-size: 30%;
    border-radius: 16px 0 0 16px;
    box-shadow: -14px 0px 23px -10px rgba(69, 76, 97, 0.43);
    right: 0em !important;
}

c {
}

.profile--rating c {
    display: block;
}

.profile--rating i {
    font-size: 1.5em;
    margin-bottom: .2em;
    display: block;
}


.comments {
    width: 100%;
    float: right;
}


@media (max-width: 1300px) {
    .profile--features li {
        width: 50%;
        margin: .5em 0;
    }
}


@media (max-width: 1100px) {
    .profile--features li {
        width: 50%;
        margin: .5em 0;
    }

    .profile--right-side {
        width: 270px;
    }

    .profile--left-side {
        width: calc(100% - 290px);
    }

    .jobs-profile .profile--features li {
        width: 50%;
    }

    .profile--features li {
        width: 100%;
    }

    .profile--gallery li {
        width: 100%;
    }

    .profile--avator-img {
        width: 160px;
        height: 160px;
    }
}


@media (max-width: 800px) {
    section.profile-single {
        margin-top: 50px;
    }

    .profile--right-side {
        width: 100%;
        margin-bottom: 2em;
    }

    .profile--left-side {
        width: 100%;
    }

    .profile--features li {
        width: 50%;
    }

    .jobs-profile .profile--features li {
        width: 33.33333%;
    }
}


@media (max-width: 600px) {
    .profile--features li {
        width: 100%;
    }

    .jobs-profile .profile--features li {
        width: 50%;
    }

    .profile--avator-img {
        width: 130px;
        height: 130px;
    }

    .profile--rating {
        font-size: 1.3em;
    }
}

/****************************980807*****************/
section.profile-single i.telegram {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.profile--website.profile-reserve a {
    background-color: #4860dc;
    border-radius: 10px;
}

.profile--info li:last-child {
    border-bottom: none;
}

section.eventsList .details-eventsList > div {
    width: 100%;
}

.single-events--submit .cta--eventList li.share-eventList {
    margin-bottom: 0;
}

.webdesign_cover {
    background-image: url(../img/webdesign-cover.jpg);
    width: 100%;
    height: 60vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
}

section.webdesignPage {
    padding-top: 20vh;
}

.webdesign_title {
    text-align: center;
    font-size: 2.2em;
    font-weight: bolder;
}

.webdesign_subtitle {
    text-align: center;
    line-height: 4;
}

.webdesign_features {
    box-shadow: #4860dc 0px 6px 38px -23px;
    border-radius: 25px;
    float: right;
    width: 100%;
    padding: 1em;
}

.webdesign_features b {
    color: #4860DC;
    display: block;
    line-height: 3;
    font-size: 1.1em;
}

.webdesign_features li {
    float: right;
    width: 25%;
    text-align: center;
    padding: 1em;
}

.webdesign_features li img {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;

    transform: translate(-50%, -50%);
    top: 50%;
}

.webdesign_features li i {
    height: 100px;
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
}

.webdesign_features li div {
    color: #9FB1EA;
    line-height: 1.7;
    font-size: .9em;
}

.webdesign_portfolio {
    float: right;
    width: 100%;
    margin: 4em 0;
    margin-right: -1.5em;
    margin-left: -1.5em;
    width: calc(100% + 3em);
}

.webdesign_portfolio ul > li {
    width: 33.33333%;
    padding: 1.5em;
}

.webdesign_portfolio ul {
    /* margin-right: -1.5em; */
    /* margin-left: -1.5em; */
    /* width: calc(100% + 3em); */
}


.webdesign_portfolio ul > li img {
    width: 100%;
    display: block;
}

.webdesign_portfolio ul > li div {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

section.webdesignPage .title {
    font-size: 2em;
    font-weight: bold;
    color: #3F4D6A;
    text-align: center;
    line-height: 4;
}

.webdesign_packages {
    background-color: #F1F8FF;
    float: right;
    width: 100%;
    padding: 2em 0 6em;
    text-align: center;
}

.webdesign_packages li > div {
    box-shadow: rgba(0, 76, 255, 0.5) 0px 44px 67px -49px;
    background-color: #fff;
    border-radius: 15px;
    padding: 2.5em 2em;
}

.webdesign-package__price {
    background-color: #4860DC;
    color: #fff;
    border-radius: 15px;
    padding: .9em 2.5em;
    display: inline-block;
}

.webdesign-package__price b {
    font-size: 3em;
    display: block;
}

.webdesign-package__title {
    color: #4860dc;
    font-weight: bold;
    line-height: 4;
    font-size: 1.2em;
}

.webdesign-package__desc {
    color: #8D97B7;
    line-height: 2;
    min-height: 115px;
    /* overflow: hidden; */
}

.webdesign_packages li:nth-child(2) > div {
    background-color: #4860dc;
}

.webdesign_packages li:nth-child(2) .webdesign-package__price {
    background-color: #fff;
    color: #4860dc;
}

.webdesign_packages li:nth-child(2) .webdesign-package__title {
    color: #fff;
}

.webdesign_packages li:nth-child(2) .webdesign-package__desc {
    color: #fff;
}

.webdesign_packages ul {
    display: table;
    width: 70%;
    margin: auto;
    min-width: 1050px;
}

.webdesign_packages li {
    width: 33%;
    display: table-cell;
    padding: 0 1.5em;
}


@media (max-width: 1100px) {
    .webdesign_features li {
        width: 50%;
    }

    .webdesign_portfolio {
        margin: 3em 0;
        width: 100%;
    }

    .webdesign_portfolio ul > li {
        width: 50%;
    }

    .webdesign_packages ul {
        width: 100%;
        min-width: auto;
    }

    .webdesign_packages li {
        width: 100%;
        display: block;
        padding: 1.5em 0;
    }

    .webdesign_packages li > div {
        box-shadow: rgba(0, 76, 255, 0.5) 0px 34px 47px -49px;
    }

    .webdesign-package__desc {
        height: auto;
    }

    .webdesign_packages {
        padding: 2.5em 0 4em;
    }

    section.webdesignPage .title {
        line-height: 2;
    }

    .webdesign_cover {
        min-height: 400px;
        background-size: 130vw;
        height: 60vh;
    }

    .webdesign_portfolio ul > li {
        padding: 1em;
    }
}


@media (max-width: 600px) {
    .webdesign_features li {
        width: 100%;
    }

    .webdesign_cover {
        min-height: 250px;
        height: 40vh;
        background-size: 150vw;
    }

    .webdesign_packages li {
        padding: 1em 0;
    }

    .webdesign_portfolio ul > li {
        width: 100%;
    }

    .webdesign_title {
        font-size: 1.6em;
    }

    section.webdesignPage {
        padding-top: 20vh;
    }
}

.title-about {
    font-size: 2em;
    line-height: 3;
    text-align: center;
    font-weight: 600;
}


section.single-webdesign {
    margin-top: 105px;
    background-color: #F5F9FC;
    padding: 3em 0;
}

.single-webdesign__side-right {
    width: 33%;
    float: right;
    background-color: #fff;
    border-radius: 10px;
    padding: 3em 2.2em;
    text-align: justify;
}

.single-webdesign__side-left {
    float: left;
    width: 64%;
    border-radius: 10px;
    overflow: hidden;
}

.single-webdesign__side-left img {
    width: 100%;
}

.single-webdesign__title {
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
}

.single-webdesign__date {
    text-align: center;
    line-height: 3;
    color: #a2acca;
    font-size: 1.1em;
    font-weight: bold;
}

section.single-webdesign .rmp-main {
    display: none;
}

.single-webdesign__side-right .caption {
    margin-top: 1em;
}


@media (max-width: 1100px) {
    .single-webdesign__side-right {
        width: 49%;
    }

    .single-webdesign__side-left {
        width: 49%;
    }
}


@media (max-width: 800px) {
    .single-webdesign__side-right {
        width: 100%;
        margin-bottom: 2em;
    }

    .single-webdesign__side-left {
        width: 100%;
    }
}


.offers-daily {
    margin-top: 105px;
    background-color: #F5F9FC;
    padding: 40px 0 150px;
}

.content-box {
    box-shadow: rgba(62, 67, 88, 0.61) 0px 2px 10px -10px;
    background-color: #fff;
    border-radius: 10px;
    float: right;
    width: 100%;
}


.offers-daily-top__title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 13px;
}

.offers-daily-top__side-right {
    padding: 25px;
    width: 50%;
    float: right;
    height: 100%;
}

.offers-daily-top__discount {
    border-radius: 100px;
    background-color: #1AE5BE;
    color: #fff;
    padding: .5em 1em;
    display: inline-block;
}

.offers-daily-top {
    height: 300px;
    margin-bottom: 40px;
    float: right;
    width: 100%;
}

.offers-daily-top__side-right > div {
    height: 50%;
    display: block;
    float: right;
    width: 100%;
}

.offers-daily-top .content-box {
    height: 100%;
    float: right;
    width: 100%;
}

.offers-daily-top__side-left {
    width: 50%;
    float: left;
    height: 100%;
}

.offers-daily-top__prices {
    line-height: 3;
}

.offers-daily-top__old {
    color: #8D97B7;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
}

.offers-daily-top__new {
    display: inline-block;
    color: #1ae5be;
}

.offers-daily-top__new > b {
    font-size: 18px;
}

.offers-daily-top__new > c {
    vertical-align: 1px;
}

.offers-daily-top__cta-box {
    background-color: #F5F7FE;
    border-radius: 10px;
    height: 50px;
}

.offers-daily-top__cta {
    background-color: #4860DC;
    border-radius: 10px;
    width: 215px;
    float: right;
    height: 100%;
    font-size: 16px;
    line-height: 3.2;
    text-align: center;
    color: #fff;
    position: relative;
}

.offers-daily-top__timer {
    width: calc(100% - 315px);
    float: left;
    padding: 10px;
    line-height: 1.3;
}

.offers-daily-top__numbers > div {
    font-size: 20px;
    float: left;
    width: 20%;
    line-height: 1;
    text-align: center;
}

.offers-daily-top__numbers {
    direction: ltr;
    color: #32415E;
}

.offers-daily-top__cta > a {
    margin: 0;
}

.offers-daily-top__numbers > span {
    width: 5%;
    float: left;
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
}

.offers-daily-top__labels > div {
    float: left;
    font-size: 10px;
    width: 20%;
    text-align: center;
    margin-right: 5%;
    color: #8D97B7;
}

.starrr {
    display: inline-block;
}

.starrr a {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none;
}


.offers-daily-top__rating .fa-star-o:before, .offers-daily-top__rating .fa-star:before {
    content: "\e937";
    font-family: 'icon';
}

.offers-daily-top__rating .fa-star-o {
    color: #E5B000;
}


.offers-daily-top__cover {
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.offers-daily-top__location {
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    left: 20px;
    top: 15px;
    padding: 7px 15px;
}

.offers-daily-top__location i.location {
    vertical-align: middle;
}

.offers-daily-top__cta > a {
    color: #fff;
    display: block;
}

.offers-daily-filter {
    background-color: #fff;
    height: 70px;
    border-radius: 100px;
    float: right;
    width: 100%;
    margin-bottom: 40px;
    box-shadow: rgba(62, 67, 88, 0.61) 0px 2px 10px -10px;
}

.offers-daily-filter__box select {
    border: none;
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.09);
    float: right;
    border-radius: 50px;
    height: 40px;
    width: 150px;
    cursor: pointer;
    padding: 5px;
}

.offers-daily-filter__box {
    float: left;
    width: 280px;
    height: 70px;
    padding: 15px 25px;
    background: #4860dc;
    border-radius: 100px;
}

.offer-daily-filter__title {
    float: right;
    font-size: 25px;
    line-height: 2.9;
    padding-right: 30px;
}

.offers-daily-filter__box select option {
    color: #000;
}


.offers-daily-filter__box .wpcfs-input-submit {
    display: none;
}

li.offers-daily-list__item {
    width: 33.33333%;
    float: right;
    padding: 0 15px 30px;
}

.offers-daily-list__content {
    box-shadow: rgba(62, 67, 88, 0.61) 0px 2px 10px -10px;
    background-color: #fff;
    border-radius: 10px;
    float: right;
    width: 100%;
}

.offers-daily-list > ul {
    margin-right: -15px;
    margin-left: -15px;
}

.offers-daily-list__title {
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 20px 10px;
    height: 75px;
}

.offers-daily-list__cover {
    height: 180px;
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.offers-daily-list__prices {
}

.offers-daily-list__prices {
    padding: 0 20px 15px;
    float: right;
    width: 100%;
}

.container-medium2 {
    width: 1200px;
    position: relative;
    margin: auto;
}

.offers-daily-list__cover .offers-daily-top__location {
    top: auto;
    bottom: 15px;
    left: auto;
    right: 20px;
}

.offers-daily-list__pric {
    float: left;
    text-align: left;
    line-height: 1.8;
}

.offers-daily-filter__box .wpcfs-label {
    float: right;
    color: #fff;
    line-height: 3;
    margin-left: 5px;
}

.offers-daily-list a:hover {
    color: #3F4D6A;
}

.offers-daily-top__discount span {
    font-size: 1.1em;
    font-weight: bold;
}

.offers-daily-top__rating {
    float: right;
    direction: ltr;
}

.offers-daily-top__rating .fa-star {
    color: #B9C1D9;
}

.offers-daily-top__rating .rmp-results {
    display: inline-block;
    vertical-align: middle;
}

.offers-daily-top__range-rate {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}


.offers-daily-top__timer-label {
    width: 100px;
    float: right;
    height: 100%;
    padding: 5px 15px 0 0;
}


@media (max-width: 1300px) {
    .container-medium2 {
        width: 1000px;
    }

    .offers-daily-top__timer-label {
        display: none;
    }

    .offers-daily-top__timer {
        width: calc(100% - 215px);
    }
}


@media (max-width: 1100px) {
    .container-medium2 {
        width: 700px;
    }

    .offers-daily-top__side-left, .offers-daily-top__side-right {
        width: 100%;
        height: 250px;
    }

    .offers-daily-top {
        height: auto;
    }

    .offers-daily-top__side-right > div {
        height: auto;
    }

    .offers-daily-top__prices {
        line-height: 2.4;
    }

    .offers-daily-top .offers-daily-top__discount {
        margin-top: 35px;
    }

    li.offers-daily-list__item {
        width: 50%;
    }

    .offers-daily-top__timer-label {
        display: block;
        line-height: 3;
    }

    .offers-daily-top__timer {
        width: calc(100% - 315px);
    }
}


@media (max-width: 800px) {
    .container-medium2 {
        width: 90%;
    }

    .offers-daily-list__prices .offers-daily-top__discount, .offers-daily-list__prices .offers-daily-list__pric {
        display: table;
        margin: auto;
        clear: both;
        float: none;
    }

    .offers-daily-list__prices .offers-daily-top__discount {
        margin-bottom: 10px;
    }
}


@media (max-width: 600px) {
    .offers-daily-top__timer-label {
        display: none;
    }

    .offers-daily-top__timer {
        width: 100%;
    }

    .offer-daily-filter__title {
        width: 100%;
        text-align: center;
    }

    .offers-daily-filter {
        height: auto;
        border-radius: 40px;
    }

    .offers-daily-filter__box {
        width: 100%;
    }

    .offers-daily-filter__box select {
        width: calc(100% - 90px);
        float: left;
    }

    li.offers-daily-list__item {
        width: 100%;
    }

    .offers-daily-list__title {
        text-align: center;
    }

    .offers-daily-top__side-right {
        height: auto;
        padding: 15px;
    }

    .offers-daily-top__cta-box {
        height: auto;
        float: right;
        width: 100%;
    }

    .offers-daily-top__cta {
        width: 100%;
    }

    .offers-daily-top__title {
        line-height: 1.5;
    }

    .offers-daily-top__prices {
        text-align: center;
    }

    .offers-daily-top .offers-daily-top__discount {
        display: table;
        margin: 35px auto 0;
    }
}


.offers-daily-list__cover .offers-daily-top__rating {
    position: absolute;
    left: 20px;
    bottom: 15px;
    background-color: #fff;
    padding: 7px 15px 5px;
    border-radius: 100px;
    font-size: .9em;
}

.offers-daily-top__rating .fa-star-o:before, .offers-daily-top__rating .fa-star:before {
}


.offers-daily-top__cta.eventsList {
    padding: 0;
    width: 100%;
    background-color: #B9C1D9;
}

.offers-daily-top__timer-box {
    height: 50px;
}

.offer-daily--single .offers-daily-top__cta-box {
    height: auto;
    float: right;
    width: 100%;
}

.offer-daily--single .offers-daily-top__side-right > div {
    height: auto;
}

li.offers-daily-top__share.share-eventList {
    float: right;
    width: calc(100% - 240px);
    position: relative;
}

.offers-daily-top__cta .offers-daily-top__cta {
    width: 240px;
}

.offer-daily--single .offers-daily-top__side-right {
    width: 40%;
}

.offer-daily--single .offers-daily-top__side-left {
    width: 60%;
}

.offer-daily--single .offers-daily-top__location {
    position: static;
    background-color: #32415E;
    color: #fff;
    float: right;
}

.offers-daily-top__timer {
    width: 230px;
}


.offer-daily--single .offers-daily-top__rating {
    float: left;
}

.offer-daily--single .offers-daily-top__title {
    float: right;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 45px;
}

.offer-daily--single .offers-daily-top {
    height: 340px;
}


@media (max-width: 1300px) {
    .offer-daily--single .offers-daily-top__side-right, .offer-daily--single .offers-daily-top__side-left {
        width: 50%;
    }

    .offer-daily--single .offers-daily-top__timer-label {
        display: block;
    }
}


@media (max-width: 1100px) {

    .offer-daily--single .offers-daily-top__side-right, .offer-daily--single .offers-daily-top__side-left {
        width: 100%;
    }

    .offer-daily--single .offers-daily-top {
        height: auto;
    }

    .offer-daily--single .offers-daily-top__side-right {
        height: auto;
    }

    .offer-daily--single .offers-daily-top__side-left {
        height: 250px;
    }

    .offer-daily--single .offers-daily-top__title {
        margin-bottom: 0px;
    }

    .offers-daily-top__cta .offers-daily-top__cta {
        width: 60%;
    }

    li.offers-daily-top__share.share-eventList {
        width: 40%;
    }
}


@media (max-width: 600px) {
    li.offers-daily-top__share.share-eventList {
        display: block;
        width: 100%;
    }

    .offers-daily-top__cta .offers-daily-top__cta {
        width: 100%;
    }

    .offer-daily--single .offers-daily-top__timer-box {
        font-size: 0.9em;
    }

    .offer-daily--single .offers-daily-top__timer {
        width: 100%;
    }

    .offer-daily--single .offers-daily-top__numbers > div {
    }

    .offer-daily--single .offers-daily-top__timer-label {
        display: none;
    }
}


.offers-daily-single__side-right {
    float: right;
    width: 58%;
}

.offers-daily-single__side-left {
    float: left;
    width: 39%;
}

.offers-daily-single__side-right .content-box, .offers-daily-single__side-left .content-box {
    padding: 20px 40px;
    font-weight: 300;
    text-align: justify;
    line-height: 2.2;
}

.offers-daily-single__side-right .content-box pre {
    font-family: 'iyw';
    line-height: 2.5;
}


.offers-daily-single__side-left .content-box {
    font-size: 1.1em;
    font-weight: 400;
}


@media (max-width: 1100px) {
    .offers-daily-single__side-right, .offers-daily-single__side-left {
        width: 100%;
        margin-bottom: 30px;
    }
}


@media (max-width: 600px) {
    .offers-daily-single__side-right .content-box, .offers-daily-single__side-left .content-box {
        padding: 25px;
    }
}

.offers-daily-single__content-title {
    font-size: 25px;
    font-weight: 600;
}

.rating-stars {
    direction: ltr;
}

.offers-daily-top__side-left .profile--gallery {
    height: 100%;
}

.offer-daily--single .profile--gallery li {
    width: 100%;
    height: 100%;
    padding: 0;
}


#offerListIndex .date--eventList {
    text-align: center;
    line-height: 2;
    margin-bottom: 8px;
}

#offerListIndex .location--eventList {
    position: absolute;
    left: 5%;
    right: auto;
    width: auto;
    top: 5%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100px;
    padding: 7px 10px;
    color: #1ee3bd;
    font-size: .9em;
}


div#offerListIndex .content-eventList {
    bottom: 3%;
}

div#offerListIndex .offers-daily-top__old {
    color: #fff;
    font-size: 15px;
}

section.eventsList.events-index-sec #offerListIndex ul li div.image a:before {

    background-image: linear-gradient(to top, rgba(26, 229, 190, 0.92), rgba(72, 96, 220, 0.09));
}

div#offerListIndex .offers-daily-top__new {
    /* color: #ffffff; */
    background-color: #ffffff;
    border-radius: 100px;
    line-height: 1;
    padding: 5px 10px;
}


#offerListIndex .location--eventList i, #offerListIndex .location--eventList span {
    vertical-align: middle;
}

.container.offer-list-index {
    margin-bottom: 85px;
}


.master-slider-parent {
    width: 100%;
    position: relative;
    float: right;
    height: 100%;

    max-width: 100% !important;
}

section.slider {
    height: 90vh;
}


section.slider .swiper-slide img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.slider .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
}

section.slider .swiper-pagination-bullet {
    background-color: #4860dc;
}

section.slider .swiper-slide a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/*section.newsa__hit-post {*/
/*    height: 480px;*/
/*    font-size: 12px;*/
/*}*/
.newsa__date-o {
    font-size: 1.4em;
    margin-bottom: .5em;
    opacity: .7;
}

.newsa__title-a {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: .4em;
    line-height: 1.6;
}

.newsa__comp-post-bgfull .newsa__content {
    color: #fff;
    position: absolute;
    bottom: 3em;
    padding-left: 3em;
}

.newsa__index-video {
    width: 25%;
    height: 100%;
    float: right;
    padding: 0 1.2em;
}

.newsa__index-video > div {
    height: 50%;
    float: right;
    width: 100%;
    padding: 1.2em 0;
}

.newsa__comp-post-video {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.newsa__side-two {
    width: 50%;
    float: right;
    height: 100%;
    padding: 0 1.2em;
}


.newsa__index-video > div:first-child {
    padding-top: 0;
}

.newsa__index-video > div:last-child {
    padding-bottom: 0;
}

.newsa__comp-post-video .newsa__title-b a, .newsa__comp-post-bgfull .newsa__title-a a {
    color: #fff;
}


@media (max-width: 1300px) {

    section.newsa__hit-post {
        height: 400px;
    }


    .newsa__last-items > div {
        width: 33.3333%;
        margin: 0 !important;
    }


}


@media (max-width: 1100px) {

    section.newsa__hit-post {
        height: auto;
    }


    .newsa__last-items > div {
        width: 50%;
    }


}

@media (max-width: 800px) {

    .newsa__comp-post-video .newsa__contain-post {
        padding: 2em;
    }

    @media (max-width: 600px) {

        article.newsa__comp-post-video .newsa__date-b {
            left: auto;
            right: 0;
            top: 3em;
        }


        .newsa__comp-post-gen .newsa__top-el {
            right: 1.5em;
        }
    }
    /************************************/
    section.quiz__index > div {
        width: 33.3333%;
        display: table-cell;
        position: relative;
        padding: 2em 2.5em;
        float: right;
        height: 100%;
    }

    section.quiz__index {
        display: table;
        height: 200px;
    }

    .quiz__intro-box {
        background-color: #F1F8FF;
        border-radius: 0 25px 25px 0;
    }

    .quiz__winner {
        background-color: #CDF5F4;
        border-radius: 0 25px 25px 0;
    }

    .quiz__board {
        background-color: #32415E;
        border-radius: 25px;
    }

    .quiz__board:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #cdf5f4;
        z-index: -1;
        border-radius: 25px 0 0 25px;
    }

    .quiz__winner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #f1f8ff;
        z-index: -1;
        border-radius: 25px 0 0 25px;
    }

    .quiz__cup {
        background-image: url(../image/awward-cup.svg);
        width: 100%;
        height: 190px;
        float: right;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    /*.quiz {*/
    /*    font-family: 'YekanBakh';*/
    /*    font-size: 10px;*/
    /*    float: right;*/
    /*    width: 100%;*/
    /*}*/
    .quiz__desc {
        font-size: 1.5em;
        text-align: center;
        line-height: 1.7;
        margin-top: 2em;
        float: right;
    }

    .quiz__index-title {
        font-size: 2em;
        font-weight: bold;
        text-align: center;
        margin-bottom: .5em;
    }

    .quiz__last-winner-taps > ul {
        background-color: #E4FAF9;
        border-radius: 100px;
        float: right;
        width: 100%;
        padding: .3em;
    }

    .quiz__last-winner-taps li {
        width: 33.3333%;
        float: right;
        font-size: 1.5em;
        text-align: center;
        padding: 0.6em;
    }

    .quiz__last-winner-taps li.active {
        background-color: #1AE5BE;
        border-radius: 100px;
        color: #fff;
    }

    .quiz__last-winner li {
        width: 33.3333%;
        padding: .3em;
        float: right;
    }

    .quiz__last-winner li > div {
        background-color: #fff;
        border-radius: 15px;
        position: relative;
        text-align: center;
        padding: .7em;
    }

    .quiz__winner-prof {
        width: 80px;
        background-size: cover;
        height: 80px;
        background-position: center;
        border-radius: 1000px;
        margin: -2em auto 0;
    }

    .quiz__winnername {
        font-size: 1.5em;
        margin-bottom: .7em;
    }

    .quiz__last-winner li > div n {
        font-size: 2em;
        font-weight: 800;
        margin: .4em 0 .1em;
        display: block;
    }

    .quiz__last-winner {
        color: #32415E;
        float: right;
        width: 100%;
        margin-top: 2.5em;
    }

    .quiz__winner-gift {
        background-color: #FEF19B;
        border-radius: 100px;
        padding: .8em 0 .6em;
        color: #C25F0A;
        font-size: 1.3em;
        font-weight: bold;
    }

    .quiz__last-winner ul {
        margin-right: -.3em;
        margin-left: -.3em;
    }

    .quiz__last-winner-taps {
        float: right;
        width: 100%;
    }


    .quiz__board {
        color: #fff;
    }

    .quiz__board-title {
        font-size: 18px;
        background-color: #fff;
        display: inline-block;
        color: #32415e;
        font-weight: bold;
        padding: .6em 1em .5em;
        border-radius: 100px;
    }

    .quiz__contain {
        font-size: 15px;
        line-height: 2;
        padding: 1em .5em;
    }

    .quiz__answers li {
        background-color: #384A85;
        border-radius: 100px;
        padding: .3em 1em;
        margin: .7em 0;
    }

    .quiz__answers li input[type="radio"] {
        vertical-align: middle;
        margin-left: .5em;
        background-color: #fff;
        width: 18px;
        height: 18px;
    }

    .quiz__board-result {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(28, 45, 79, 0.82);
        border-radius: 25px;
        display: table;
    }

    .result-submit .quiz__board-title, .result-submit .quiz__contain {
        filter: blur(3px);
    }


    i.happy-smile {
        background-image: url(../image/happy-smile.svg);
    }

    i.happy-smile {
    }

    .quiz__board-result i {
        background-position: center;
        background-size: contain;
        width: 100px;
        height: 100px;
        display: block;
        margin: auto;
        background-repeat: no-repeat;
    }

    .quiz__board {
    }

    .quiz__board {
    }

    .quiz__board-result > div {
        display: none;
        width: 100%;
        vertical-align: middle;
        text-align: center;
    }

    .quiz__board-result > div.submit {
        display: table-cell;
    }

    .quiz__board-result t {
        background-color: #1AE5BE;
        padding: .5em 1.5em;
        font-size: 20px;
        font-weight: bold;
        border-radius: 100px;
        display: table;
        margin: .5em auto 1em;
    }

    .quiz__board-result d {
        font-size: 15px;
        display: block;
        margin: .8em;
    }

    i.sad-smile {
        background-image: url(../image/sad-smile.svg);
    }


    /**************************981111****************/
    .design-service__head {
        height: 60vh;
        background-color: #4860DC;
        background-image: url(../image/pattern-design.png);
        background-size: 60%;
        min-height: 550px;
        margin-bottom: 0;
    }


    .design-service__title {
        background-image: url(../image/title-typo.svg);
        width: 400px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    i.graphic {
        background-image: url(../image/design-graphic.svg);
    }

    i.design {
        background-image: url(../image/design-design.svg);
    }

    i.photograpy {
        background-image: url(../image/design-photograpy.svg);
    }

    .design-service__circle {
        background-color: rgba(75, 103, 245, 0.4);
        border-radius: 100%;
        width: 380px;
        height: 380px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        text-align: center;
    }

    .design-service__head .container {
        height: 100%;
    }

    .design-service__circle:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(75, 103, 245, 1);
        border-radius: 100%;
        width: 60%;
        height: 60%;
    }

    .design-service__circle li {
        background-color: #55EDFE;
        width: 75px;
        height: 75px;
        display: inline-block;
        margin: 0 .5em;
        border-radius: 20px;
        box-shadow: #55EDFE 0px 4px 17px -4px;
    }

    .design-service__circle ul {
        position: absolute;
        bottom: 14%;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }

    .design-service__circle li i {
        /* background-size: 50%; */
        display: block;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .design-service__menu {
        background-color: #FF6E6B;
        border-radius: 15px;
        text-align: center;
        margin-top: -5%;
        padding-top: 15px;
        margin-bottom: 50px;
    }

    .design-service__menu li {
        display: inline-block;
    }

    section.design-service__menu li a {
        padding: 15px 2em 30px;
        display: block;
        color: #fff;
        position: relative;
        font-weight: bold;
    }

    /*.design-service {*/
    /*    font-family: 'YekanBakh';*/
    /*    font-size: 15px;*/
    /*    background-color: #F5F9FC;*/
    /*    float: right;*/
    /*    width: 100%;*/
    /*}*/
    .design-service__menu li.active a {
        background-color: #f5f9fc;
        color: #ff6e6b;
        border-radius: 15px 15px 0 0;
    }

    .design-service__menu li.active span {
        background-color: #f5f9fc;
        width: calc(100% + 30px);
        height: 15px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    .design-service__menu li.active a:before, .design-service__menu li.active a:after {
        content: "";
        position: absolute;
        height: 15px;
        width: 16px;
        right: -16px;
        bottom: 0;
        background-color: #ff6e6b;
        border-radius: 0 0 0 15px;
        z-index: 2;
    }

    .design-service__menu li.active a:after {
        right: auto;
        left: -16px;
        border-radius: 0 0 15px 0;
    }

    .design-service__item {
        width: 50%;
        float: right;
        padding: 0 1em;
        margin-bottom: 2em;
    }

    .design-service__item img {
        max-width: 100%;
    }

    .design-service__item > div {
        background-color: #fff;
        border-radius: 20px;
        border-bottom: 4px solid #E6EAEE;
    }

    .design-service__gallery {
        height: 400px;
        border-radius: 20px;
    }

    .design-service__gallery ul {
        height: calc(100% - 50px);
        display: block;
        overflow: hidden;
        border-radius: 20px;
    }

    .design-service__item-title {
        font-size: 1.2em;
        text-align: center;
        color: #fff;
        height: 50px;
        line-height: 2.8;
        font-weight: bold;
    }

    .design-service__details-top > div {
        float: right;
        width: 50%;
    }

    .design-service__details {
        padding: 1.5em 2.2em .8em;
        line-height: 1.8;
    }

    .design-service__details-top {
        margin-bottom: .5em;
        float: right;
        width: 100%;
    }

    .design-service__btn-more a {
        color: #feac7c;
        font-weight: bold;
    }

    .design-service__btn-more a .arrow {
    }

    .design-service__btn-more a .arrow {
        background-image: url(../image/arrow.svg);
    }

    .design-service__btn-more {
        text-align: center;
    }

    .design-service__details-desc {
        text-align: justify;
        margin-bottom: 1em;
    }

    .design-service__items .container > div {
        margin-right: -1em;
        margin-left: -1em;
    }
}

@media (max-width: 800px) {
    .newsa__comp-post-gen {
        width: 100%;
    }

    .side {
        width: 100%;
    }

    .newsa__side-full {
        display: unset;
    }

}
