@charset "utf-8";
.mainBanner {
    position: relative;
    height: calc(80vh - 78px);
    overflow: hidden;
}
.mainBanner img {
    width: 100%;
}
.mainBanner .main-bannerMess {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 12;
    left: 0;
    top: 0;
    color: var(--white-color);
}
.mainBanner .main-bannerMess > div {
    position: relative;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mainBanner .main-bannerMess > div > h1 {
    position: relative;
    font-size: 3em;
}
.mainBanner .main-bannerMess > div > h1 span {
    font-weight: 100;
    font-family: "OpenSans";
}
.mainBanner .main-bannerMess > div > p {
    width: 70%;
    margin: 30px 0;
    text-align: center;
}
.mainBanner .btnWord {
    padding: 8px 50px;
}
.wave {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.main-first, .main-second {
    position: relative;
    background-image: url(../images/main-first-back.jpg);
    background: -webkit-image-set(url(../images/main-first-back.webp) 1x, url(../images/main-first-back.webp) 2x, url(../images/main-first-back-min.webp) 3x);
    background: image-set(url(../images/main-first-back.webp) 1x, url(../images/main-first-back.webp) 2x, url(../images/main-first-back-min.webp) 3x);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.rowImg {
    position: relative;
    display: grid;
    margin: 60px auto;
    text-align: center;
}
.rowImg img {
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: top;
}
.rowImg p {
    position: relative;
    font-weight: bold;
    font-size: 1.2em;
    padding: 20px;
    background: var(--white-color);
    color: var(--yellow-color);
}
.rowImg li {
    position: relative;
    margin: 30px 0;
}
.rowImg li a {
    position: relative;
    display: block;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.rowImg li a:hover {
    box-shadow: 1px 0 20px rgba(21, 21, 21, 0.3);
}
@media screen and (min-width: 1081px) {
    .rowImg {
        grid-template-columns: repeat(auto-fill, 48%);
        justify-content: space-between;
    }
    .rowImg p {
        font-size: 1.4em;
    }
}
.main-second {
    background: url("../images/main-second-back.jpg") no-repeat;
    background-image: url(../images/main-second-back.jpg);
    background: -webkit-image-set(url(../images/main-second-back.webp) 1x, url(../images/main-second-back.webp) 2x, url(../images/main-second-back-min.webp) 3x);
    background: image-set(url(../images/main-second-back.webp) 1x, url(../images/main-second-back.webp) 2x, url(../images/main-second-back-min.webp) 3x);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.rowImgCenter {
    position: relative;
    margin: 60px auto;
}
.rowImgCenter li {
    position: relative;
    margin: 30px;
}
.rowImgCenter li::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 80%;
    bottom: 0;
    left: 0;
    background: var(--white-color);
}
.rowImgCenter li a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    --color: var(--main-color);
}
.rowImgCenter li a:hover {
    --color: var(--yellow-color);
}
.rowImgCenter li a > div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 70%;
}
.rowImgCenter li a > div img {
    position: relative;
    vertical-align: top;
    height: auto;
}
.rowImgCenter li a p {
    position: relative;
    margin: 40px 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color);
    font-weight: bold;
    font-size: 1.2em;
    color: var(--color);
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    text-align: center;
}
@media screen and (min-width: 1081px) {
    .rowImgCenter {
        display: flex;
        justify-content: center;
    }
    .rowImgCenter li {
        width: 31%;
        margin: 20px;
    }
    .rowImgCenter li a p {
        font-size: 1.4em;
    }
}
.main-third {
    position: relative;
    background: var(--main-color);
    padding: 60px 0;
}
.main-third h3 {
    position: relative;
    font-size: 1.6em;
    color: var(--white-color);
}
.main-third h3 > a {
    color: var(--white-color);
}
.main-third .btnWord {
    width: max-content;
}
@media screen and (min-width: 1081px) {
    .main-third {
        padding: 80px 0;
    }
    .main-third h3 {
        font-size: 2.4em;
    }
    .main-third .btnWord {
        font-size: 1.2em;
    }
}
.categoriesList {
    position: relative;
    color: var(--main-color);
}
.categoriesList li {
    position: relative;
    background: var(--white-color);
}
.categoriesList li a {
    position: relative;
    color: var(--main-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.categoriesList li a h4 {
    font-size: 1.4em;
}
.categoriesList li a p {
    font-size: 1.2em;
    text-align: center;
}
.main-fourth {
    position: relative;
}
.main-fourth div h3 {
    position: relative;
    font-size: 1.4em;
}
.main-fourth div p {
    position: relative;
    margin: 30px 0;
    font-size: 1.2em;
}
.main-fourth div .btnWord {
    color: var(--main-color);
    margin: 30px 0;
    border: 1px solid var(--main-color);
}
.main-fourth div .btnWord span {
    color: var(--main-color);
}
.main-fourth img {
    height: auto;
}
.nomain-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 300px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
@media screen and (min-width: 1081px) {
    .nomain-banner {
        min-height: 500px;
    }
}
.nomain-banner img {
    vertical-align: top;
    width: 100%;
}
.nomain-banner-img {
    position: relative;
    width: 100%;
}
.relatedFrom {
    position: relative;
    padding-bottom: 10px;
}
.relatedFrom .relatedTitle {
    padding: 15px 25px;
    position: relative;
    background: #f3e2cf;
    margin-top: 50px;
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: bold;
}
.relatedFrom .relatedLayout {
    position: relative;
    background: url("../images/relatedBack.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    margin-bottom: 20px;
}
.relatedFrom .relatedLayout > div {
    position: relative;
    background: rgba(252, 252, 252, 0.8);
    padding: 20px 0;
}
.relatedFrom .relatedLayout .relatedList {
    position: relative;
    display: grid;
    margin: 0 20px;
}
.relatedFrom .relatedLayout .relatedList li {
    position: relative;
    margin: 10px 0;
}
.relatedFrom .relatedLayout .relatedList li a {
    position: relative;
    color: var(--main-color);
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    font-weight: bold;
}
.relatedFrom .relatedLayout .relatedList li a:hover {
    color: var(--yellow-color);
}
.relatedFrom .inquiry-form {
    position: relative;
    background: var(--white-color);
    padding: 30px 20px;
    border: 1px solid #ddd;
    background: #e5eaef;
}
@media screen and (min-width: 1081px) {
    .relatedLayout .relatedList {
        grid-template-columns: repeat(auto-fill, 48%);
        justify-content: space-between;
    }
    .relatedFrom h3 {
        font-size: 1.6em;
    }
}
.contactList {
    position: relative;
}
.contactList li {
    position: relative;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.nomain-content {
    position: relative;
    margin: 0 auto 60px auto;
}
@media screen and (max-width: 1080px) {
    .nomain-content {
        padding: 10px;
        width: 100vw;
    }
}
.nomain-content h1 {
    color: var(--black-color);
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 30px;
}
@media screen and (min-width: 1081px) {
    .nomain-content h1 {
        font-size: 1.85em;
    }
}
.technology-style1 {
    position: relative;
    margin: 30px 0;
}
.technology-style1 li {
    position: relative;
    border: 1px solid var(--red-color);
    -webkit-border-radius: 40px 0 40px 0;
    -moz-border-radius: 40px 0 40px 0;
    border-radius: 40px 0 40px 0;
    overflow: hidden;
    align-items: center;
    padding: 20px;
    margin: 20px 0;
}
.technology-style1 li h4 {
    position: relative;
    font-size: 1.4em;
}
.technology-style1 li p {
    position: relative;
    margin: 20px 0;
}
@media screen and (min-width: 1081px) {
    .technology-style1 {
        display: grid;
        justify-content: space-between;
        grid-template-columns: repeat(auto-fill, 48.5%);
    }
    .technology-style1 li {
        display: grid;
        justify-content: space-between;
        grid-template-columns: 38% 60%;
    }
}
.technology.fixedLayout {
    background: url("../images/main-fixed-pic2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 60px auto;
}
.backFloat {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(211, 211, 211, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 50px;
    box-shadow: 1px 0 20px rgba(100, 100, 100, 0.2);
    color: var(--red-color);
}
.backFloat h3 {
    color: var(--red-color) !important;
    text-align: center;
    line-height: 1.2em;
    font-size: 1.4em;
    text-transform: uppercase;
}
.backFloat p {
    position: relative;
    text-align: center;
    font-size: 1.2em;
}
@media screen and (min-width: 1081px) {
    .backFloat h3 {
        font-size: 2em !important;
    }
    .backFloat p {
        font-size: 1.4em;
    }
}
.picRowMess {
    position: relative;
    display: grid;
    margin: 80px auto;
}
.picRowMess h3 {
    position: relative;
    color: var(--red-color);
}
.picRowMess p {
    position: relative;
    margin-top: 30px;
}
@media screen and (min-width: 1081px) {
    .picRowMess {
        grid-template-columns: 45% 52%;
        grid-gap: 20px;
        justify-content: space-between;
    }
    .picRowMess h3 {
        font-size: 30px;
    }
}
@media screen and (max-width: 1080px) {
    .picRowMess {
        grid-gap: 20px;
    }
}
.nomain-rowtitle {
    position: relative;
    display: flex;
    margin: 20px 0;
    border-bottom: 1px dashed rgba(228, 60, 92, 0.6);
    padding-bottom: 10px;
}
.nomain-rowtitle h3 {
    font-size: 1.4em;
    color: var(--red-color);
}
.nomain-rowtitle > img {
    margin-right: 14px;
}
@media screen and (max-width: 1080px) {
    .nomain-rowtitle {
        flex-direction: column;
    }
}
@media screen and (min-width: 1081px) {
    .nomain-rowtitle {
        align-items: flex-start;
    }
}
@media screen and (min-width: 1081px) {
    .nomain-service > .layout-right > h3 {
        font-size: 1.2em;
    }
}
.nomain-about {
    position: relative;
}
.nomain-about h3.index-title {
    position: relative;
    font-size: 1.2em;
}
.nomain-about .about-rowbox {
    position: relative;
    margin: 60px 0;
}
.nomain-about .about-rowbox img {
    position: relative;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.1)));
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
@media screen and (min-width: 1081px) {
    .nomain-about h3.index-title {
        font-size: 1.6em;
    }
}
.nomain-contact-form {
    position: relative;
    display: grid;
    margin: 60px 0;
}
.nomain-contact-form .nomain-form {
    position: relative;
    padding: 20px;
    background: rgba(222, 222, 222, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.nomain-contact-form .nomain-form input, .nomain-contact-form .nomain-form textarea {
    border: 1px solid rgba(211, 211, 211, 0.5);
}
.nomain-contact-form .contactMess {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid lightgray;
    height: 70%;
}
.nomain-contact-form .contactMess .contactMess-img {
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    top: -60px;
}
.nomain-contact-form .contactMess img {
    position: relative;
    vertical-align: top;
    height: 100%;
    max-width: unset;
}
@media screen and (min-width: 1081px) {
    .nomain-contact-form {
        grid-template-columns: 60% 36%;
        justify-content: space-between;
        align-items: center;
    }
}
.pcListTable {
    position: relative;
    border: none;
}
.pcListTable p{
    margin: 0;
}
.pcListTable td {
    border: 1px solid rgba(211, 211, 211, 0.5);
    background: none !important;
}
.pcListTable td a {
    color: var(--orange-color);
}
.pcListTable td a:hover {
    color: var(--yellow-color);
}
.pcListTable td .desc {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 2px;
}
.pcListTable tr > td:first-child[rowspan] {
    white-space: nowrap;
}
.pcListTable th {
    background: none;
    color: var(--backColor);
    border-bottom: 2px solid var(--main-color);
}
@media screen and (max-width: 1080px) {
    .pcListTable thead {
        display: none;
    }
    .pcListTable td, .pcListTable tr {
        display: block;
        border: none;
    }
    .pcListTable tr:nth-child(even) {
        border-bottom: 1px solid rgba(211, 211, 211, 0.5);
    }
    .pcListTable tr .row-layout {
        display: block !important;
    }
    .pcListTable tr .listBtn {
        display: inline-block;
        margin-top: 1em;
    }
}
.pc-split {
    position: relative;
    border-top: 1px solid rgba(211, 211, 211, 0.5);
    border-bottom: 1px solid rgba(211, 211, 211, 0.5);
    padding: 10px 0;
}
.pcDetailRow {
    position: relative;
    display: grid;
    grid-template-columns: auto 200px;
}
.nomain-card {
    margin: 60px 0;
}
.nomain-card-header {
    position: relative;
    width: 100%;
}
.nomain-card-header > li {
    position: relative;
    padding: 10px 5px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-right: 5px;
    color: var(--white-color);
    width: max-content;
    background-color: var(--main-color);
}
@media screen and (max-width: 1080px) {
    .nomain-card-header > li {
        width: 100%;
    }
}
@media screen and (min-width: 1081px) {
    .nomain-card-header > li {
        width: 30%;
    }
}
.nomain-card-current {
    background-color: var(--yellow-color) !important;
}
.nomain-card h3 {
    font-size: 18px;
}
.nomain-card-cont {
    display: none;
    margin-top: 30px;
}
.nomain-card-cont table td {
    border: none;
    background: none;
}
.nomain-card-cont table tr > td:first-child {
    white-space: nowrap;
    font-weight: bold;
}
.nomain-card-cont table tr > td:not(:first-child) {
    word-break: break-word;
}
.nomain-card-cont table tr:nth-of-type(2n + 2) td {
    background: none;
}
@media (max-width: 992px) {
    .nomain-card-cont table td, .nomain-card-cont table tr {
        display: block;
        width: 100%;
    }
}
.simplyTable {
    border: 1px solid lightgray !important;
}
.simplyTable tr {
    border: 1px solid lightgray !important;
}
.simplyTable tr td {
    border-right: none !important;
}
.simplyTable tr td:last-child {
    white-space: nowrap !important;
}
.related_title {
    position: relative;
    padding-bottom: 0;
    color: white;
    margin-bottom: 20px;
}
.related_title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 1px;
    width: 100%;
    background: var(--main-color);
}
.related_title > span {
    background: var(--main-color);
    padding: 5px 20px;
    display: inline-block;
}
@media screen and (min-width: 1081px) {
    .related_title {
        font-size: 20px;
    }
}
.table-order {
    margin: 30px 0;
}
.table-order th, #basketTable th {
    background: #f8fcf6;
    color: #555;
    border-bottom: 3px solid #82ab28;
}
#basketTable input[type=checkbox]{
    width: 15px;
    height: 15px;
}
.product-box .addtobasket {
    clear: both;
    color: #fff !important;
    background-color: var(--main-color);
    border: var(--main-color) solid 2px;
    text-decoration: none;
    font-size: 1em;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.05s;
    padding: 5px 20px 5px 40px;
    border-radius: 40px;
    line-height: 24px;
    margin-top: 30px;
}
.product-box .addtobasket::before {
    position: absolute;
    left: 20px;
    content: "\f07a";
    font-family: FontAwesome;
}
.product-box .addtobasket:hover {
    background-color: var(--white-color);
    color: var(--main-color) !important;
}
.basket-table {
    position: relative;
}
.Checkout-box input[type="text"], .Checkout-box input[type="email"], .Checkout-box textarea{
    outline: none;
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #aaa;
}
.info-box {
    margin-bottom: 40px;
}
.info-box>.row>div[class*="col-md"] {
    margin-bottom: 20px;
}
.info-title-two {
    padding: 12px 15px 17px 15px;
    background: #f2f2f2;
    font-weight: 400
}
.check-title{
    margin: 30px 0;
}
.info-title-one {
    padding: 12px 15px;
    margin-bottom: 20px;
    background: linear-gradient(to right, #f8f3ed, rgba(229, 246, 228, 0.5));
    color: #5a683a;
    font-weight: 700;
    font-size: 22px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.table-order {
    position: relative;
    margin: 20px auto;
}
.table-order th {
    background: #cbdee5;
    color: var(--backColor);
}
.table-order select {
    padding: 0.4em 1em;
}
.categoriesDeatil {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, 21%);
}
.categoriesDeatil li {
    position: relative;
    padding: 20px;
    box-shadow: 1px 1px 6px 4px var(--shadow);
    border: 1px solid rgba(200, 200, 200, 0.4);
    --borderBack: rgba(160, 160, 160, 1);
    --shadow: rgba(233, 233, 233, 0);
    --color: var(--blue-color);
    --hcolor: var(--backColor);
}
.categoriesDeatil li a {
    position: relative;
    display: block;
    color: var(--backColor);
}
.categoriesDeatil li a > div {
    position: relative;
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
}
.categoriesDeatil li a h4 {
    position: relative;
    height: 70px;
    color: var(--hcolor);
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.categoriesDeatil li:hover {
    --borderBack: var(--blue-color);
    --shadow: rgba(233, 233, 233, 1);
    --hcolor: var(--blue-color);
}
.DetailPc {
    margin-top: 20px !important;
}
.pcTitle {
    position: relative;
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
    width: max-content;
    font-size: 1.2em;
}
.newsRowImg {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 15px 5px;
    background: rgb(128, 164, 49, 0.04);
    align-items: center;
    transition: all ease .4s;
}
.newsRowImg .pic-box {
    box-shadow: 0 0 10px #ddd;
    min-height: 100px;
    transition: all ease .4s;
    border-radius: 10px;
    filter: saturate(50%);
    -webkit-filter: saturate(50%);
}
.newsRowImg h2{
    font-size: 1.3em;
    margin-bottom: 12px;
}
.newsRowImg .newsRowImg-mess {
    position: relative;
}
.newsRowImg .newsRowImg-mess label {
    color: #b4b4b4;
}
.newsRowImg .newsRowImg-mess h4 {
    position: relative;
    color: var(--main-color);
}
.newsRowImg .newsRowImg-mess a {
    position: relative;
    color: var(--Green-color);
    transition: all ease .4s;
}
.newsRowImg:hover a{
    color: var(--yellow-color);
}
.newsRowImg:hover .pic-box{
    transform: scale(1.04);
    filter: saturate(1);
    -webkit-filter: saturate(1);
}
.newsRowImg:hover{
    background: #fff;
}
@media(min-width: 992px) {
    .newsRowImg .newsRowImg-mess{
        padding-left: 40px;
    }
}
.careerForm {
    position: relative;
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    margin-top: 20px;
}
.careerForm > div {
    position: relative;
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 1081px) {
    .careerForm {
        grid-template-columns: repeat(auto-fill, 48%);
    }
}
.careerForm input {
    position: relative;
    padding: 12px 10px;
    outline: none;
    border: 1px solid #b4b4b4;
    height: auto;
}
.notic-title {
    position: relative;
    padding: 10px;
    background: #f4f4f4;
    color: var(--red-color);
    margin: 20px 0;
}
.card_table {
    position: relative;
}
.card_table > ul {
    position: relative;
    display: flex;
}
.card_table > ul > li {
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 2px solid rgba(121, 121, 121, 0.8);
    color: rgba(121, 121, 121, 0.8);
    margin-right: 20px;
    font-weight: bold;
}
.card_table > ul > li.card_table-title-current {
    color: var(--main-color) !important;
    border-bottom: 2px solid var(--main-color) !important;
}
.careerForm button {
    padding: 10px 20px;
    width: 180px;
    text-align: center;
    background: var(--main-color);
    color: var(--white-color);
    border: 1px solid var(--main-color);
    cursor: pointer;
}
.search-list, .related-layout {
    position: relative;
    margin-bottom: 40px;
    display: grid;
    width: 100%;
    grid-gap: 15px;
    line-height: 1.45em;
    font-size: .98em;
}
@media(min-width: 992px) {
    .search-list, .related-layout{
        grid-template-columns: repeat(4,1fr);
    }
}
.search-list > li, .related-layout > li {
    position: relative;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    margin-bottom: 0;
}
.search-list > li > a, .related-layout > li > a {
    position: relative;
    padding: 3px 10px;
    background: linear-gradient(to right, rgba(229, 246, 228, 0.9), rgba(229, 246, 228, 0.3));
    display: block;
    color: #222;
    height: 100%;
    align-content: center;
    min-height: 46px;
    line-height: 1.3em;
    transition: all ease .4s
}
.search-list > li:hover > a, .related-layout > li:hover > a {
    background: linear-gradient(to right, rgba(248, 227, 201, 0.9), rgba(229, 246, 228, 0.5));
    transform: scale(1.03);
    color: #2871c2;
}
.search-list > li:hover, .related-layout > li:hover {
    background: var(--white-color);
    --search-list: var(--white-color);
}
.search-list:after, .related-layout:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.nav > li {
    position: relative;
    display: block;
}
.service-box ul, .service-box ol {
    margin-bottom: 17px;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.appointment-box span {
    position: relative;
    display: inline-block;
    border-radius: 35px;
    padding: 12px 50px 12px 20px;
    line-height: 1.4em;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #555;
    margin-bottom: 20px;
    border: 1px solid var(--main-color);
}
.appointment-box span:before {
    content: "";
    font-weight: normal;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 13px;
    opacity: 0;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.appointment-box input[type="radio"] {
    display: none;
}
.appointment-box .radio-inline {
    padding-left: 0;
    margin: 0 10px 0 0;
}
.appointment-box input[type="radio"]:checked + span::before {
    content: "\e927";
    font-family: "icomoon";
    opacity: 1;
    color: #fff;
}
.appointment-box input[type="radio"]:checked + span {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}
.appointment-box label {
    padding-left: 10px;
}
.appointment-box input[type="text"] {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 3px 5px;
    border-bottom: 1px solid var(--main-color);
    outline: none;
}
.time-zone {
    margin-bottom: 30px;
    margin-top: 20px;
}
.time-zone h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
}
.time-appointment {
    box-shadow: 0 0 20px #f2f2f2;
}
.time-appointment input, .time-appointment textarea {
    position: relative;
    width: 100%;
}
.time-appointment .tab-content {
    padding: 20px 30px 40px 30px;
}
.time-appointment .nav-tabs {
    font-size: 1.1em;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.time-appointment .nav-tabs > li {
    position: relative;
}
.time-appointment .nav-tabs > li:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 21px solid rgba(0, 0, 0, 0);
    border-bottom: 21px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #e3e3e3;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}
.time-appointment .nav-tabs > li:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 21px solid rgba(0, 0, 0, 0);
    border-bottom: 21px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 100%;
    z-index: 3;
}
.time-appointment .nav-tabs > li.active:not(:last-child):after {
    border-left-color: #fff;
}
.time-appointment .nav-tabs > li > a {
    margin: 0;
    padding: 15px 35px;
    color: #222;
}
.time-appointment .nav-tabs > li > a:hover {
    background: none;
    border: 1px solid transparent;
    cursor: Default;
}
.time-appointment .nav-tabs > li.active > a, .time-appointment .nav-tabs > li.active > a:hover, .time-appointment .nav-tabs > li.active > a:focus {
    border-top: none;
    border-bottom: 2px solid var(--main-color);
    border-right: none;
    border-left: none;
}
.time-appointment input.form-control, .time-appointment select.form-control {
    height: 46px;
}
.appointment-button {
    background: #333;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    padding: 0 20px;
    outline: none;
    border: none;
    display: inline-block;
    line-height: 40px;
}
.appointment-button:hover, .appointment-button:focus {
    background: var(--main-color);
    color: #fff;
    cursor: pointer;
}
.you-time {
    margin-bottom: 30px;
}
.you-time h3 span {
    font-weight: normal;
    font-size: 0.9em;
    padding-left: 10px;
}
.you-time p > a, .confirmation-box p a {
    color: #666;
    text-decoration: none;
}
.confirmation-box h2 {
    font-weight: bold;
    font-size: 1.5em;
    margin: 10px 0;
}
.confirmation-box h2.confirmation-time {
    color: #888;
    margin: 15px 0;
}
.confirmation-time span {
    padding-left: 15px;
}
.time-appointment .Verification-code .check-fa {
    top: 12px;
}
.nav-tabs{
    margin-bottom: 30px;
}
.nav-tabs:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.roatae_angle {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.simplyAnimateTop {
    -webkit-animation: simplyRunTop ease-in-out 1.2s forwards;
    -o-animation: simplyRunTop ease-in-out 1.2s forwards;
    animation: simplyRunTop 2s ease-in-out forwards;
}
@keyframes simplyRunTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        -o-transform: translateY(30%);
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes simplyRunTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        -o-transform: translateY(30%);
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
.simplyAnimateRight {
    -webkit-animation: simplyRunRight ease-in-out 1.2s forwards;
    -o-animation: simplyRunRight ease-in-out 1.2s forwards;
    animation: simplyRunRight 2s ease-in-out forwards;
}
@keyframes simplyRunRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20%);
        -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        -o-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes simplyRunRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20%);
        -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        -o-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
.simplyAnimateLeft {
    -webkit-animation: simplyRunLeft ease-in-out 1.2s forwards;
    -o-animation: simplyRunLeft ease-in-out 1.2s forwards;
    animation: simplyRunLeft 2s ease-in-out forwards;
}
@keyframes simplyRunLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20%);
        -moz-transform: translateX(20%);
        -ms-transform: translateX(20%);
        -o-transform: translateX(20%);
        transform: translateX(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes simplyRunLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20%);
        -moz-transform: translateX(20%);
        -ms-transform: translateX(20%);
        -o-transform: translateX(20%);
        transform: translateX(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes wordEffectLeft {
    0% {
        -webkit-transform: translateX(20%);
        -moz-transform: translateX(20%);
        -ms-transform: translateX(20%);
        -o-transform: translateX(20%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes wordEffectLeft {
    0% {
        -webkit-transform: translateX(20%);
        -moz-transform: translateX(20%);
        -ms-transform: translateX(20%);
        -o-transform: translateX(20%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
.wordEffect {
    position: relative;
}
.wordEffect span {
    position: relative;
    display: inline-block;
    opacity: 0;
}
.wordEffect span:nth-child(1) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.05s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.05s forwards;
    animation: wordEffectLeft 0.2s linear 0.05s forwards;
}
.wordEffect span:nth-child(2) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.1s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.1s forwards;
    animation: wordEffectLeft 0.2s linear 0.1s forwards;
}
.wordEffect span:nth-child(3) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.15s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.15s forwards;
    animation: wordEffectLeft 0.2s linear 0.15s forwards;
}
.wordEffect span:nth-child(4) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.2s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.2s forwards;
    animation: wordEffectLeft 0.2s linear 0.2s forwards;
}
.wordEffect span:nth-child(5) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.25s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.25s forwards;
    animation: wordEffectLeft 0.2s linear 0.25s forwards;
}
.wordEffect span:nth-child(6) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.3s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.3s forwards;
    animation: wordEffectLeft 0.2s linear 0.3s forwards;
}
.wordEffect span:nth-child(7) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.35s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.35s forwards;
    animation: wordEffectLeft 0.2s linear 0.35s forwards;
}
.wordEffect span:nth-child(8) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.4s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.4s forwards;
    animation: wordEffectLeft 0.2s linear 0.4s forwards;
}
.wordEffect span:nth-child(9) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.45s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.45s forwards;
    animation: wordEffectLeft 0.2s linear 0.45s forwards;
}
.wordEffect span:nth-child(10) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.5s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.5s forwards;
    animation: wordEffectLeft 0.2s linear 0.5s forwards;
}
.wordEffect span:nth-child(11) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.55s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.55s forwards;
    animation: wordEffectLeft 0.2s linear 0.55s forwards;
}
.wordEffect span:nth-child(12) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.6s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.6s forwards;
    animation: wordEffectLeft 0.2s linear 0.6s forwards;
}
.wordEffect span:nth-child(13) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.65s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.65s forwards;
    animation: wordEffectLeft 0.2s linear 0.65s forwards;
}
.wordEffect span:nth-child(14) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.7s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.7s forwards;
    animation: wordEffectLeft 0.2s linear 0.7s forwards;
}
.wordEffect span:nth-child(15) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.75s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.75s forwards;
    animation: wordEffectLeft 0.2s linear 0.75s forwards;
}
.wordEffect span:nth-child(16) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.8s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.8s forwards;
    animation: wordEffectLeft 0.2s linear 0.8s forwards;
}
.wordEffect span:nth-child(17) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.85s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.85s forwards;
    animation: wordEffectLeft 0.2s linear 0.85s forwards;
}
.wordEffect span:nth-child(18) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.9s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.9s forwards;
    animation: wordEffectLeft 0.2s linear 0.9s forwards;
}
.wordEffect span:nth-child(19) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.95s forwards;
    -o-animation: wordEffectLeft 0.2s linear 0.95s forwards;
    animation: wordEffectLeft 0.2s linear 0.95s forwards;
}
.wordEffect span:nth-child(20) {
    -webkit-animation: wordEffectLeft 0.2s linear 1s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1s forwards;
    animation: wordEffectLeft 0.2s linear 1s forwards;
}
.wordEffect span:nth-child(21) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.05s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.05s forwards;
    animation: wordEffectLeft 0.2s linear 1.05s forwards;
}
.wordEffect span:nth-child(22) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.1s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.1s forwards;
    animation: wordEffectLeft 0.2s linear 1.1s forwards;
}
.wordEffect span:nth-child(23) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.15s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.15s forwards;
    animation: wordEffectLeft 0.2s linear 1.15s forwards;
}
.wordEffect span:nth-child(24) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.2s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.2s forwards;
    animation: wordEffectLeft 0.2s linear 1.2s forwards;
}
.wordEffect span:nth-child(25) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.25s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.25s forwards;
    animation: wordEffectLeft 0.2s linear 1.25s forwards;
}
.wordEffect span:nth-child(26) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.3s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.3s forwards;
    animation: wordEffectLeft 0.2s linear 1.3s forwards;
}
.wordEffect span:nth-child(27) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.35s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.35s forwards;
    animation: wordEffectLeft 0.2s linear 1.35s forwards;
}
.wordEffect span:nth-child(28) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.4s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.4s forwards;
    animation: wordEffectLeft 0.2s linear 1.4s forwards;
}
.wordEffect span:nth-child(29) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.45s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.45s forwards;
    animation: wordEffectLeft 0.2s linear 1.45s forwards;
}
.wordEffect span:nth-child(30) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.5s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.5s forwards;
    animation: wordEffectLeft 0.2s linear 1.5s forwards;
}
.wordEffect span:nth-child(31) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.55s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.55s forwards;
    animation: wordEffectLeft 0.2s linear 1.55s forwards;
}
.wordEffect span:nth-child(32) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.6s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.6s forwards;
    animation: wordEffectLeft 0.2s linear 1.6s forwards;
}
.wordEffect span:nth-child(33) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.65s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.65s forwards;
    animation: wordEffectLeft 0.2s linear 1.65s forwards;
}
.wordEffect span:nth-child(34) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.7s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.7s forwards;
    animation: wordEffectLeft 0.2s linear 1.7s forwards;
}
.wordEffect span:nth-child(35) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.75s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.75s forwards;
    animation: wordEffectLeft 0.2s linear 1.75s forwards;
}
.wordEffect span:nth-child(36) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.8s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.8s forwards;
    animation: wordEffectLeft 0.2s linear 1.8s forwards;
}
.wordEffect span:nth-child(37) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.85s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.85s forwards;
    animation: wordEffectLeft 0.2s linear 1.85s forwards;
}
.wordEffect span:nth-child(38) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.9s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.9s forwards;
    animation: wordEffectLeft 0.2s linear 1.9s forwards;
}
.wordEffect span:nth-child(39) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.95s forwards;
    -o-animation: wordEffectLeft 0.2s linear 1.95s forwards;
    animation: wordEffectLeft 0.2s linear 1.95s forwards;
}
.wordEffect span:nth-child(40) {
    -webkit-animation: wordEffectLeft 0.2s linear 2s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2s forwards;
    animation: wordEffectLeft 0.2s linear 2s forwards;
}
.wordEffect span:nth-child(41) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.05s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.05s forwards;
    animation: wordEffectLeft 0.2s linear 2.05s forwards;
}
.wordEffect span:nth-child(42) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.1s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.1s forwards;
    animation: wordEffectLeft 0.2s linear 2.1s forwards;
}
.wordEffect span:nth-child(43) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.15s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.15s forwards;
    animation: wordEffectLeft 0.2s linear 2.15s forwards;
}
.wordEffect span:nth-child(44) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.2s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.2s forwards;
    animation: wordEffectLeft 0.2s linear 2.2s forwards;
}
.wordEffect span:nth-child(45) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.25s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.25s forwards;
    animation: wordEffectLeft 0.2s linear 2.25s forwards;
}
.wordEffect span:nth-child(46) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.3s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.3s forwards;
    animation: wordEffectLeft 0.2s linear 2.3s forwards;
}
.wordEffect span:nth-child(47) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.35s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.35s forwards;
    animation: wordEffectLeft 0.2s linear 2.35s forwards;
}
.wordEffect span:nth-child(48) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.4s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.4s forwards;
    animation: wordEffectLeft 0.2s linear 2.4s forwards;
}
.wordEffect span:nth-child(49) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.45s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.45s forwards;
    animation: wordEffectLeft 0.2s linear 2.45s forwards;
}
.wordEffect span:nth-child(50) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.5s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.5s forwards;
    animation: wordEffectLeft 0.2s linear 2.5s forwards;
}
.wordEffect span:nth-child(51) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.55s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.55s forwards;
    animation: wordEffectLeft 0.2s linear 2.55s forwards;
}
.wordEffect span:nth-child(52) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.6s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.6s forwards;
    animation: wordEffectLeft 0.2s linear 2.6s forwards;
}
.wordEffect span:nth-child(53) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.65s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.65s forwards;
    animation: wordEffectLeft 0.2s linear 2.65s forwards;
}
.wordEffect span:nth-child(54) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.7s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.7s forwards;
    animation: wordEffectLeft 0.2s linear 2.7s forwards;
}
.wordEffect span:nth-child(55) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.75s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.75s forwards;
    animation: wordEffectLeft 0.2s linear 2.75s forwards;
}
.wordEffect span:nth-child(56) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.8s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.8s forwards;
    animation: wordEffectLeft 0.2s linear 2.8s forwards;
}
.wordEffect span:nth-child(57) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.85s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.85s forwards;
    animation: wordEffectLeft 0.2s linear 2.85s forwards;
}
.wordEffect span:nth-child(58) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.9s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.9s forwards;
    animation: wordEffectLeft 0.2s linear 2.9s forwards;
}
.wordEffect span:nth-child(59) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.95s forwards;
    -o-animation: wordEffectLeft 0.2s linear 2.95s forwards;
    animation: wordEffectLeft 0.2s linear 2.95s forwards;
}
.wordEffect span:nth-child(60) {
    -webkit-animation: wordEffectLeft 0.2s linear 3s forwards;
    -o-animation: wordEffectLeft 0.2s linear 3s forwards;
    animation: wordEffectLeft 0.2s linear 3s forwards;
}
.clearfix h3 {
    margin-top: 10px;
    padding-bottom: 5px;
}
.nomain-card-cont .title {
    font-size: 1.1em;
    font-weight: bold;
}
.nomain-card-cont .quote {
    margin: 10px 0;
}
.nomain-card-cont .details {
    margin-bottom: 20px;
}
.ad-close {
    position: absolute;
    right: 5%;
    top: 10px;
    font-size: 20px;
    color: #f9f9f9;
    cursor: pointer;
    z-index: 1000;
}
.top-ad {
    display: none;
    position: relative;
    padding-top: 10px;
    font-size: 0.95em;
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.4em;
}
.top-ad a {
    color: #444;
}
@media screen and (min-width: 768px) {
    .top-ad {
        background-image: url(../images/top-bg.png);
        background-repeat: no-repeat;
        background-position: right;
        background-color: #f9f9f9;
        padding-bottom: 10px;
    }
}
.top-ad strong {
    font-weight: bold;
    padding-right: 15px;
    display: inline-block;
    padding-top: 10px;
    font-size: 1.2em;
}
.mbottom10 {
    margin-bottom: 10px;
}
.borderPic {
    position: relative;
    margin: 20px 0;
}
@media screen and (min-width: 1081px) {
    .borderPic {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .borderPic > li img {
        max-width: 300px;
    }
}
@media screen and (max-width: 1080px) {
    .borderPic > li {
        margin: 20px;
    }
}
.borderPic > li {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin: 0 20px;
}
.borderPic > li img {
    vertical-align: top;
}
.listBtn {
    background: var(--main-color);
    color: #fff !important;
    padding: 2px 25px;
    border-radius: 30px;
    border: 1px solid var(--main-color);
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    white-space: nowrap;
    transition: all ease-in-out 0.4s;
}
.listBtn:hover {
    color: var(--main-color) !important;
    background: var(--white-color);
    white-space: nowrap;
}
.mindia {
    position: relative;
    max-width: 1680px;
    width: 90%;
    margin: auto;
}
#January-Promo-BOC-Sciences {
    position: relative;
}
#January-Promo-BOC-Sciences::before {
    position: absolute;
    content: "";
    left: 0;
    top: -130px;
    width: 240px;
    height: 130px;
    background-image: url("../images/2023-January-Promotion-500.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.cateRow {
    position: relative;
    justify-content: space-between;
}
.cateRow .cateRow-img {
    position: relative;
}
.cateRow .cateRow-img img {
    height: auto;
}
.cateRow .cateRow-specification {
    position: relative;
}
.cateRow .cateRow-specification table td {
    background: none;
}
.cateRow .cateRow-specification table tbody td:first-child {
    font-weight: bold;
}
@media screen and (min-width: 1081px) {
    .cateRow .cateRow-img {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        justify-items: center;
    }
    .cateRow .cateRow-specification {
        width: 68%;
    }
}
.cartLayout {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}
.pc-inquiry, .pc-cart {
    position: relative;
    display: block;
    margin-left: 20px;
    padding: 12px 30px 12px 50px;
    border: 1px solid var(--yellow-color);
    background: var(--yellow-color);
    color: var(--white-color);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    white-space: nowrap;
    cursor: pointer;
    height: 52px;
}
.pc-inquiry::before, .pc-cart::before {
    position: absolute;
    content: "\e9c6";
    left: 20px;
    font-family: icomoon;
    font-size: 1.4rem;
}
.pc-inquiry:hover {
    background: var(--white-color);
    color: var(--blue-color);
    border-color: var(--blue-color);
}
.pc-cart:hover {
    background: var(--white-color);
    color: var(--orange-color);
    border-color: var(--orange-color);
}
.pc-cart {
    border: 1px solid var(--orange-color);
    background: var(--orange-color);
}
.pc-cart::before {
    position: absolute;
    content: "\e98f";
    font-family: icomoon;
}
.pc-cart:hover {
    color: var(--yellow-color);
}
.cateParameter {
    position: relative;
    margin: 2.08rem 0;
}
.cateParameter .title {
    font-size: 1.1em;
    font-weight: bold;
}
.cateParameter .quote {
    margin: 10px 0;
}
.cateParameter .details {
    margin-bottom: 20px;
}
.cateParameter table tr:nth-of-type(2n + 2) td {
    background: none;
}
.cateParameter table td a {
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    color: var(--main-color);
}
.cateParameter table td a:hover {
    color: var(--yellow-color);
}
.cateParameter > span {
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 5;
    color: var(--white-color);
    font-size: 1.4rem;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
}
.cateParameter > span:hover {
    color: #b7ea99;
}
.cateParameter h4 {
    position: relative;
    background-color: var(--main-color);
    color: var(--white-color);
    padding: 10px;
}
.cateParameter > div {
    border: 1px solid rgba(21, 21, 21, 0.1);
    padding: 20px;
    display: none;
}
.cateParameter table td {
    background: none;
}
.cateParameter table td:first-child {
    font-weight: bold;
    white-space: nowrap;
}
.bio-tabs {
    position: relative;
    border: 1px solid rgba(21, 21, 21, 0.1);
    padding: 20px;
    margin: 2.08rem 0;
    background: #fafbf8;
}
.bio-tabs input, .bio-tabs select {
    position: relative;
    padding: 10px 15px;
    outline: none;
    border: 1px solid rgba(21, 21, 21, 0.2);
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 10px;
    height: 48px;
}
.bio-tabs .volum-input, .bio-tabs .button_commom, .bio-tabs .boc-mass {
    padding: 10px;
    width: 100%;
    border-radius: 2px;
    transition: all ease-in-out 0.4s;
    background-color: var(--main-color);
    border: none;
    color: var(--white-color);
    cursor: pointer;
}
.bio-tabs .volum-input:hover, .bio-tabs .button_commom:hover, .bio-tabs .boc-mass:hover {
    background-color: var(--yellow-color);
}
.bio-tabs .required-volume-col {
    display: flex;
    justify-content: center;
}
.bio-tabs .required-volume-col input {
    height: max-content;
}
.bio-tabs .required-volume-col span {
    padding: 5px;
}
.bio-tabs .resourseinput {
    width: 100%;
}
.bio-tabs .rowText {
    display: flex;
    align-items: center;
}
.bio-tabs .right, .bio-tabs .error {
    color: var(--white-color);
    background-color: var(--main-color);
    aspect-ratio: 1;
    width: 20px;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    margin: 10px;
}
.bio-tabs .error {
    background-color: var(--red-color);
}
.bio-tabs .red {
    color: var(--red-color);
}
.bio-tabs #molarityF .form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bio-tabs #molarityF .form-group label {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}
.bio-tabs #molarityF input {
    width: 100%;
}
.careers-box {
    position: relative;
    margin: 20px 0;
}
.liCurrent {
    position: absolute !important;
    content: "";
    height: 100%;
    border-top: 1px solid var(--blue-color);
    border-bottom: 1px solid var(--blue-color);
    left: 0;
    padding: 0 !important;
    z-index: -1 !important;
}
.calc-nav.nav-tabs > li.active > a, .calc-nav.nav-tabs > li.active > a:hover, .calc-nav.nav-tabs > li.active > a:focus{
    background: #82ab28;
    color: #fff;
    border-radius: 0;
}
.lineTitle {
    position: relative;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 5px;
}
.side-one {
    border: 1px solid #ddd;
    padding: 30px 10px;
    text-align: center;
    position: relative;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.side-one .btnWord {
    position: relative;
    width: max-content;
    margin-top: 10px;
    height: auto;
    cursor: pointer;
    padding: 4px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid var(--yellow-color);
    background: var(--yellow-color);
    text-transform: uppercase;
}
.side-top:before, .side-top:after {
    content: "";
    display: inline-block;
    background: var(--main-color);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
}
.side-bottom:before, .side-bottom:after {
    content: "";
    display: inline-block;
    background: var(--yellow-color);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}
.side-top:before, .side-bottom:before {
    width: 100px;
    height: 5px;
}
.side-top:after, .side-bottom:after {
    width: 5px;
    height: 100px;
}
.sideSetting {
    position: relative;
    margin: 2.08rem 0;
}
.sideSetting a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid rgba(21, 21, 21, 0.2);
    padding: 16px;
    color: var(--black-color);
    transition: all ease-in-out 0.4s;
}
.sideSetting a img {
    height: auto;
    width: 50%;
}
.sideSetting a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}
@media screen and (min-width: 1081px) {
    .sideSetting {
        display: grid;
        grid-template-columns: repeat(auto-fill, 48%);
        justify-content: space-between;
    }
}
.sideIconList {
    position: relative;
}
.sideIconList li {
    position: relative;
    margin: 1rem 0;
    padding-left: 2.4rem;
}
.sideIconList li a {
    color: var(--black-color);
}
.sideIconList li::before {
    position: absolute;
    left: 0;
    content: "\e9f7";
    font-family: "icomoon" !important;
    font-size: 2.08rem;
    color: var(--main-color);
}
.sideIconList li:nth-child(1)::before {
    content: "";
}
.sideIconList li:nth-child(2)::before {
    content: "";
}
.sideIconList li:nth-child(3)::before {
    content: "";
}
.sideIconList li:nth-child(4)::before {
    content: "";
}
.sideIconList li:nth-child(5)::before {
    content: "";
    font-size: 1.8rem;
    margin-top: 6px;
}
.sideArea.sideIconList li:nth-child(1)::before {
    content: "";
}
.sideArea.sideIconList li:nth-child(2)::before {
    content: "";
}
.sideArea.sideIconList li:nth-child(3)::before {
    content: "";
}
.sideArea.sideIconList li:nth-child(4)::before {
    content: "";
}
.sideArea.sideIconList li:nth-child(5)::before {
    margin-top: 0;
    font-size: 2.08rem;
    content: "";
}
.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
}
.modal.modal-show {
    display: block;
}
.modal .modal-close {
    position: absolute;
    right: 1em;
    top: 0.5em;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.modal .modal-close:hover {
    color: #ef2727;
}
@media(min-width: 992px) {
    .modal .modal-content{
        width: 680px;
    }

}
.modal .modal-content {
    position: relative;
    max-width: 100%;
    margin: auto;
    padding: 2em;
    animation: flipInY 1s 0.2s ease both;
}
.modal-lg .modal-content{
    width: 100%;
}
@keyframes flipInY {
    0% {
        transform: perspective(1500px) rotateY(1deg);
        opacity: 0;
    }
    40% {
        transform: perspective(1500px) rotateY(-1deg);
    }
    70% {
        transform: perspective(1500px) rotateY(1deg);
    }
    100% {
        transform: perspective(1500px) rotateY(0deg);
        opacity: 1;
    }
}
ul[anchorListTop] {
    display: none;
}
@media screen and (min-width: 1081px) {
    ul[anchorListTop] {
        position: sticky;
        top: 63px;
        background: linear-gradient(to right, rgba(210, 223, 242, 1), rgba(210, 223, 242, 0.5));
        z-index: 30;
        width: 100%;
        display: none;
        --child-width: 16%;
        --other-width: 12px;
        margin-bottom: 1em;
        padding: 0.5em;
    }
    ul[anchorListTop].active {
        display: flex;
        gap: 1em;
        flex-wrap: wrap;
    }
    ul[anchorListTop] > li {
        position: relative;
        padding: 0.3em 1em;
        color: var(--main-dark-color);
        text-align: center;
        transition: all ease-in-out 0.4s;
        width: max-content;
        display: inline-block;
        background-color: var(--white-color);
        cursor: pointer;
    }
    ul[anchorListTop] > li * {
        cursor: pointer;
    }
    ul[anchorListTop] > li.active {
        background: var(--yellow-color);
    }
}
.history-box{
    font-size: .96em;
}
.history-box a{
    display: inline-block;
    padding: 6px 0;
}
.cell-list {
    margin-bottom: 25px;
}
.cell-list a,.cell-list span {
    display: block;
    align-content: center;
    padding: 5px 10px;
    background: linear-gradient(to right,#edf6f7,#f9f9f9);
    transition: all ease .4s;
    min-height: 50px;
    line-height: 1.4em;
}
.cell-list a:hover {
    transform: scale(1.03);
    background: linear-gradient(to right, rgba(248, 227, 201, 0.9), rgba(229, 246, 228, 0.5));
    color: #82ab28;
}
.common-one{
    background: linear-gradient(to bottom, #f6f6f6, #ebf3f3);
    padding: 30px 20px;
    margin-top: 60px;
}
.identify-box{
    position: relative;
}
.identify-box img{
    position: absolute;
    right: 1px;
    top: 5%;
    height: 90%;
    width: 110px;
}
.inquiry-submit{
    background: #ec9e40;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 12px 60px;
    border-radius: 10px;
    margin: 20px 0;
}
.inquiry-submit:hover,.inquiry-submit:focus{
    background: #82ab28;
}
.q-a {
    position: relative;
    padding-left: 46px;
    margin-bottom: 30px
}

#QAR-REVIEWSITEMS .q-a:before,.q-review.q-a:before {
    content: "R"
}

.q-a:before {
    content: "Q";
    font-size: 22px;
    width: 34px;
    height: 34px;
    border-radius: 40px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    left: 0;
    background: #79b296;
    color: #fff;
    top: -5px
}

.q-a p {
    margin-bottom: 15px
}

.qa-answers {
    background: #eff3f3;
    padding: 15px 10px 5px;
    margin-bottom: 10px;
    word-wrap: break-word
}

.qa-time {
    color: #666
}

.ref-box {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.ref-box:hover {
    background: #f3f3f3;
}

.ref-box p {
    position: relative;
    padding-left: 130px;
    margin-bottom: 10px;
}

.ref-link {
    transition: all ease .4s;
}

.ref-link:hover {
    transform: scale(1.01);
}

.ref-box p:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    position: absolute;
    left: 5px;
    top: 0;
}

.ref-title:before {
    background: url(../images/ref-icon-1.png);
}

.ref-authors:before {
    background: url(../images/ref-icon-2.png);
}

.ref-journal:before {
    background: url(../images/ref-icon-3.png);
}

.ref-year:before {
    background: url(../images/ref-icon-4.png);
}

.ref-abstract:before {
    background: url(../images/ref-icon-5.png);
}

.ref-link:before {
    background: url(../images/ref-icon-6.png);
}

.ref-box p>span:first-child {
    display: inline-block;
    width: 100px;
    position: absolute;
    left: 35px;
    font-weight: bold;
}


