@font-face {
    font-family: Poppins;
    src: url('fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Exo;
    src: url('fonts/exo/Exo-Regular.ttf');
}

@font-face {
    font-family: Satisfy;
    src: url('fonts/Satisfy/Satisfy-Regular.ttf');
}

/*public*/
.web_main {
    position: relative;
}

.page_main {
    background: #FFF;
    padding: 50px 0 0;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*path_nav*/
.path_bar {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 275px 0 275px;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center;
}

.path_bar .path_nav,
.path_bar .title {
    position: relative;
}

.path_bar,
.path_bar a {
    color: #fff;
}

.path_bar .prohomePath a:hover {
    text-decoration: underline;
    background-color: #fff !important;
}

.path_bar li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.path_bar li:after {
    content: ">";
    padding: 0 0.3em;
}

.path_bar li:last-child:after {
    display: none;
}

.path_bar li:last-child,
.path_bar li:last-child a {
    color: #0E4FA3;
}

/* .mobile-head-items {
    display: none;
} */
@media only screen and (max-width:1500px) {
    .path_bar {
        margin: 0 auto;
    }
}

@media only screen and (max-width:950px) {
    .path_bar {
        background-attachment: scroll !important;
    }

    .path_bar {
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }

    .path_bar li {
        font-size: 16px;
    }
}

.path_tit {
    color: rgb(255, 255, 255);
    font-family: Exo;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 10px;
    text-align: center;
    text-transform: uppercase;
}

.app_main {
    max-width: 1000px;
    margin: 0 auto;
}

.app_div>div {
    width: 50%;
}

.app_left {
    border-radius: 8px;
    overflow: hidden;
}

.app_left img {
    transition: all 0.3s ease;
    width: 100%;
}

.app_left img:hover {
    transform: scale(1.1);
}

.app_div {
    margin-bottom: 50px;
}

.app_right {
    padding-left: 100px;
}

.app_right_tit {
    color: rgb(37, 66, 67);
    font-family: Satisfy;
    font-size: 30px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.app_right_tet {
    margin-top: 17px;
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.app_main .app_div:nth-child(even) .app_left {
    order: 2;
}

.app_main .app_div:nth-child(even) .app_right {
    order: 1;
    padding-left: 0;
    padding-right: 80px;
}

/* web_con */
.web_con {
    padding: 199px 0 127px;
    background-size: cover !important;
}

.layout_page {
    max-width: 1440px;
    margin: 0 auto;
}

@media only screen and (max-width:1480px) {
    .layout_page {
        max-width: 95%;
    }
}

.con_form_div {
    max-width: 460px;
}

.con_form_tit {
    margin-bottom: 30px;
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
}

.con_input_div input,
.con_input_div textarea {
    width: 100%;
    color: rgb(136, 136, 136);
    font-family: Satisfy;
    font-size: 20px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0px;
    text-align: left;
    /* text-transform: capitalize; */
    /* height: 70px; */
    border-radius: 8px;
    border: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    background: rgb(255, 255, 255);
}

.con_input_div textarea {
    height: 150px;
    padding: 15px 20px;
    line-height: 1.5;
}

.con_input_div input::placeholder,
.con_input_div textarea::placeholder {
    color: rgb(136, 136, 136);
}

.con_btn {
    width: 240px;
    height: 70px;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    margin: 20px auto 0;
    line-height: 70px;
    letter-spacing: 0px;
    border: 0;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    box-shadow: 0px 0px 0px 0px rgba(26, 206, 219, 0.3), 0px 9px 19px 0px rgba(26, 206, 219, 0.29), 0px 34px 34px 0px rgba(26, 206, 219, 0.26), 0px 77px 46px 0px rgba(26, 206, 219, 0.15), 0px 137px 55px 0px rgba(26, 206, 219, 0.04), 0px 214px 60px 0px rgba(26, 206, 219, 0.01);
    background: #0E4FA3;
}

.con_btn:hover {
    border: 1px solid rgb(37, 66, 67);
    color: rgb(37, 66, 67);
    background: none;
}

/* web_con end */
/* web_pro */
.web_fea_pro {
    padding-top: 80px;
}

.web_tit {
    color: rgb(37, 66, 67);
    font-family: Satisfy;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.web_tit2 {
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.web_fea_pro_swi {
    margin-top: 30px;
}

.web_pro_div {
    padding: 30px 30px 0;
    display: block;
    position: relative;
    z-index: 1;
}

.web_pro_div:after {
    width: 100%;
    border-radius: 8px;
    padding-bottom: 100%;
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    background: rgb(241, 243, 243);
}

.web_pro_tit {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.web_pro_more {
    margin-top: 20px;
    color: rgb(136, 136, 136);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.web_pro_more img {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.web_pro_img {
    position: relative;
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 100%;
}

.web_pro_img img {
    width: 100%;
    transition: all 0.3s ease;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.web_pro_img img:hover {
    transform: scale(1.1);
}

/* web_pro end */
/* .web_rec_news */
.web_rec_news {
    padding-top: 20px;
}

.web_rec_news_swi {
    margin-top: 50px;
}

.web_rec_news_div {
    display: block;
}

.web_rec_news_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    padding-bottom: 120%;
}

.web_rec_news_img img {
    width: 100%;
    transition: all 0.3s ease;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.web_rec_news_img img:hover {
    transform: scale(1.1);
}

.web_rec_news_time {
    color: rgb(136, 136, 136);
    font-family: Satisfy;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    margin-top: 20px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.web_rec_news_tit {
    color: rgb(37, 66, 67);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    height: 60px;
    overflow: hidden;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.web_rec_news_desc {
    color: rgb(136, 136, 136);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    height: 60px;
    overflow: hidden;
}

/* .web_rec_news end */
/* contact */
.web_con_call {
    margin-top: 50px;
    display: flex;
    margin-bottom: 80px;
    justify-content: space-between;
}

.web_con_call_div {
    width: 30%;
}

.web_con_call_icon {
    justify-content: center;
    width: 80px;
    border-radius: 50%;
    height: 80px;
    margin: 0 auto;
    background: rgb(212, 251, 251);
}

.web_con_call_icon img {
    width: 30px;
}

.web_con_call_tit {
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin: 10px 0;
    text-transform: capitalize;
}

.web_con_call_tet {
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    font-weight: bold;
    display: block;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.aside {
    float: right;
}

.main {
    float: left;
}

.faq_div {
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: rgb(241, 243, 243);
}

.faq_tit {
    justify-content: space-between;
}

.faq_tit p {
    color: rgb(37, 66, 67);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    flex: 1;
    margin-right: 20px;
}

.faq_tit_close img {
    flex-shrink: 0;
    height: 30px;
}

.faq_tit h3 {
    font-size: 24px;
}

.faq_tet {
    display: none;
    margin-top: 20px;
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
}

.faq_tit_open {
    flex-shrink: 0;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: none;
    border-radius: 8px;
    background: rgb(255, 255, 255);
}

.faq_tit_open img {
    width: 24px;
    display: inline-block;
}

.faq_div_act .faq_tit_close {
    display: none;
}

.faq_div_act .faq_tit_open {
    display: block;
}

.faq_div_act .faq_tet {
    display: block;
}

.faq_div_act {
    background: #0E4FA3;
}

.faq_div_act h3 {
    color: #fff;
}

.faq_div_act .faq_tit p {
    color: rgb(212, 251, 251) !important;
}

.container_faq .web_fea_pro {
    padding-top: 0;
    margin-bottom: 40px;
}

.container_faq .web_rec_news {
    padding-top: 80px;
}

.container_con .web_footer {
    margin-top: 0;
}

/* video */
.video_box {
    display: block;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    width: calc((100% - 30px) / 2);
}

.video_box_img {
    position: relative;
    padding-bottom: 60%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.video_box_img:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    background: rgb(0, 0, 0, .8);
    height: 100%;
}

.video_box_img .videoImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.playImg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 80.15px;
    height: 80.15px;
    transform: translate(-50%, -50%);
}

.video_box_img .videoImg:hover {
    transform: scale(1.1);
}

.video_box_tit {
    color: rgb(37, 66, 67);
    font-family: Poppins;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 85px;
    height: 85px;
    overflow: hidden;
    padding: 0 20px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.video_list {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.web_fea_vid_swi {
    margin-top: 56px;
}

.web_fea_vid_swi .video_box {
    width: 100%;
}

/* pdf */
.paf_div {
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: rgb(241, 243, 243);
}

.paf_div p {
    flex: 1;
    color: rgb(37, 66, 67);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    margin-right: 20px;
}

.paf_div_img {
    flex-shrink: 0;
}

.paf_div_img a:last-child {
    margin-left: 30px;
}

.page_news_list {
    flex-wrap: wrap;
}

.page_news_list .page_news_div:nth-child(3n) {
    margin-right: 0;
}

.page_news_div {
    display: block;
    width: 31.9%;
    margin-bottom: 50px;
    margin-right: 2%;
}

.page_news_img {
    position: relative;
    padding-bottom: 120%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.page_news_img img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_news_img img:hover {
    transform: scale(1.1);
}

.page_news_time {
    color: rgb(136, 136, 136);
    font-family: Satisfy;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 20px;
}

.blog_big_div {
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.blog_big_div a {
    color: #ED1A3B;
}

.blog_big_div a:hover {
    text-decoration: underline;
}

.page_news_link {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid rgb(136, 136, 136);
    border-bottom: 1px solid rgb(136, 136, 136);
}

.page_news_link_son {
    width: 50%;
}

.page_news_link_tit {
    color: rgb(37, 66, 67);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: capitalize;
}

.page_news_link_a {
    /* color: #ED1A3B; */
    color: rgb(50, 70, 85);
    font-family: Exo;
    font-size: 16px;
    font-weight: 700;
    line-height: -1px;
    letter-spacing: 0px;
    text-align: left;
    width: 100%;
    display: block;
    text-transform: capitalize;
}

.page_news_link_son2 .page_news_link_a,
.page_news_link_son2 .page_news_link_tit {
    text-align: right;
}

.page_news_link_son2 {
    border-left: 1px solid rgb(136, 136, 136);
}

.page_news_link_son2 {
    text-align: right;
}

.timeline-container {
    position: relative;
}

.timeline-container::after {
    content: '';
    display: table;
    clear: both;
}

.timeline {
    width: 100%;
}

.timeline-list {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.timeline-list-wrap {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    transform: translate3d(0, 0, 0);
    transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.timeline-item {
    float: left;
    width: 800px;
    height: 400px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

/* .timeline-dots-wrap {
    position: absolute;
    overflow: hidden;
} */
.timeline-horizontal .timeline-dots-wrap {
    width: 100%;
    height: 35px;
}

.timeline-vertical .timeline-dots-wrap {
    width: 65px;
    height: 100%;
    top: 0;
}

/* 
.timeline-dots-wrap.bottom {
    bottom: -50px;
} */
.timeline-dots-wrap.top {
    top: -50px;
}

.timeline-dots-wrap.left {
    left: -65px;
}

.timeline-dots-wrap.right {
    right: -70px;
}

.timeline-dots {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.timeline-horizontal .timeline-dots {
    background: url("../img/timeline-bg.png") bottom repeat-x;
}

.timeline-vertical .timeline-dots {
    background: url("../img/timeline-vertical-bg.png") left repeat-y;
}

.timeline-dots li {
    transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    list-style: none;
    overflow: hidden;
}

.timeline-horizontal .timeline-dots li {
    float: left;
    width: 50px;
    text-align: center;
}

.timeline-vertical .timeline-dots li {
    width: 100%;
}

.timeline-dots li.slide-active button {
    color: #2972ca;
    font-size: 15px;
}

.timeline-dots button {
    cursor: pointer;
    border: none;
    outline: none;
    color: #333;
    font-size: 12px;
    transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.timeline-horizontal .timeline-dots button {
    background: url("img/demo/date-icon.png") bottom no-repeat;
    padding-bottom: 15px;
}

.timeline-vertical .timeline-dots button {
    background: url("../img/date-icon-vertical.png") left no-repeat;
    padding-left: 15px;
}

.timeline-container {
    width: 800px;
    margin: 0 auto;
}

.timeline-list {
    width: 800px;
}

.timeline-item {
    width: 800px;
    height: 400px;
    padding: 10px;
    border: 1px solid #ddd;
}

.page_about {
    padding: 37px 0 80px;
}

.page_about_left {
    position: relative;
    /* width: 46.7%; */
}

.page_about_page {
    justify-content: space-between;
}

.page_about_right {
    margin-top: 30px;
    /* width: 44.8%; */
}

.page_about_tit {
    color: rgb(37, 66, 67);
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 30px;
}

@media only screen and (max-width:480px) {
    .page_about_tit {
        margin-top: 15px;
    }
}

.page_about_tet {
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.page_about_cat {
    padding: 80px 0 90px;
}

.page_new_tit {
    color: rgb(37, 66, 67);
    font-family: Satisfy;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.page_new_tit2 {
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 36px;
    max-width: 700px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 auto;
    text-transform: capitalize;
}

.page_cat_swi {
    margin-top: 44px;
}

.page_cat_btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: rgb(255, 255, 255);
}

.page_cat_btn:hover {
    background: rgb(212, 251, 251);
}

.page_cat_btn img {
    width: 40px;
}

.page_cat_cz .page_cat_btn:nth-child(1) {
    margin-right: 30px;
}

.page_cat_cz {
    justify-content: center;
    margin-top: 50px;
}

.page_timez {
    padding-top: 80px;
}

.page_timez .page_new_tit {
    color: rgb(212, 251, 251);
}

.page_timez .page_new_tit2 {
    color: rgb(255, 255, 255);
}

.timeLineText {
    margin-top: 65px;
    margin-bottom: 30px;
}

.timeLineText1 {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 36px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 0px;
    text-align: center;
}

.timeLineText2 {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.page_timeline_text {
    color: rgb(255, 255, 255, .5);
    font-family: Poppins;
    font-size: 36px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 0px;
    text-align: center;
}

.timeline2Img {
    display: none;
}

.page_timeline_swi .swiper-slide-active .timeline2Img {
    display: block;
}

.page_timeline_swi .swiper-slide-active .timelineImg,
.page_timeline_swi .swiper-slide-active .page_timeline_text {
    display: none;
}

.page_timeline_swi .swiper-slide {
    /* display: flex;
    flex-direction: column;
    justify-content: flex-end; */
    padding-top: 58px;
    width: auto;
}

.page_timeline_swi .swiper-slide-active {
    padding-top: 0;
}

.prohomePath {
    margin-top: 50px;
    justify-content: center;
}

.prohomePath a {
    width: 240px;
    height: 70px;
    display: block;
    line-height: 70px;
    border-radius: 8px;
    text-align: center;
}

.prohomePath a:nth-child(1) {
    font-family: Poppins;
    font-size: 24px;
    margin-right: 30px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background: #0E4FA3;
}

.prohomePath a:nth-child(2) {
    color: rgb(255, 255, 255);
    s font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    background: #0E4FA3;
}

.page_proh_top {
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.pege_proh_box {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.page_proh_div {
    width: 48.9%;
    margin-top: 50px;
    background-color: #0E4FA3;
}

.page_proh_img {
    width: 100%;
    height: 178px;
    border-radius: 8px;
    overflow: hidden;
}

.page_proh_img img {
    width: 100%;
    transition: all 0.3s ease;
    height: 100%;
    object-fit: cover;
}

.page_proh_img img:hover {
    transform: scale(1.1);
}

.page_proh_tit {
    display: block;
    /* color: rgb(37, 66, 67); */
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    margin: 30px 0 20px;
    padding: 0 30px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
}

.page_a_box {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
}

.page_a_div {
    color: rgb(136, 136, 136);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    width: calc(50% - 10px);
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
    flex-direction: column;
    margin-bottom: 3%;
}

.page_proh_bot a:hover {
    color: #fff !important;
}

.page_proh_bot a:hover p {
    color: #fff !important;
}

.page_a_div p {
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}

.page_a_span {
    width: 5px;
    flex-shrink: 0;
    margin-right: 15px;
    background: rgb(37, 66, 67);
    height: 5px;
    transform: rotate(-45.00deg);
}

.page_a_div:nth-child(2n) {
    padding-left: 0;
}

.pege_proh_box {
    margin-bottom: 80px;
}

.page_proh_tit2 {
    color: rgb(37, 66, 67);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.page_proh_bottomt {
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.page_proh_bottomt {
    margin-bottom: 80px;
}

.reviews_box {
    padding: 80px 0;
    background: rgb(241, 243, 243);
}

.reviews_tit1 {
    color: rgb(37, 66, 67);
    font-family: Satisfy;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.reviews_tit2 {
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.reviews_tit3 {
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.reviews_swi {
    margin-top: 50px;
}

.reviews_side {
    border-radius: 8px;
    padding: 50px;
    opacity: 0.5;
    background: rgb(255, 255, 255);
}

.reviews_head {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}

.reviews_name {
    color: rgb(37, 66, 67);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin: 10px 0;
}

.reviews_start {
    justify-content: center;
}

.reviews_start img {
    width: 18px;
    height: 18px;
    margin-right: 7.5px;
}

.reviews_start img:last-child {
    margin-right: 0;
}

.reviews_tet {
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    height: 90px;
    overflow: hidden;
    margin-top: 30px;
}

.reviews_side_dh {
    width: 120px;
    height: 85px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.reviews_swi .swiper-slide-active {
    opacity: 1 !important;
}

.reviews_swi_cz {
    margin-top: 30px;
    justify-content: center;
}

.reviews_swi_btn {
    width: 60px;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    height: 60px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.reviews_swi_btn:nth-child(1) {
    margin-right: 10px;
}

.reviews_swi_btn img {
    width: 18px;
    height: 18px;
}

.reviews_swi_btn:hover {
    background: rgb(212, 251, 251);
}

.layout_page_pro:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.layout_page_pro {
    margin-top: 50px;
}

.pro_list_div {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
}

.pro_list_box {
    justify-content: space-between;
    flex-wrap: wrap;
}

.aside {
    float: right;
    width: 270px;
    padding: 0px 0 40px;
    box-sizing: border-box;
    border-radius: 10px;
}

.side-tit-bar {
    position: relative;
}

.side-tit-bar .side-tit {
    position: relative;
    padding-left: 30px;
    color: rgb(51, 51, 51);
    font-family: Satisfy;
    font-size: 36px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.side-tags,
.side-tags a {
    color: rgb(136, 136, 136);
    font-family: 'Love Ya Like A Sister';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.side-tags-ul {
    padding: 0 20px 0 30px;
}

.side-tags-ul li {
    position: relative;
    padding-right: 10px;
    display: inline-block;
}

.side-tags-ul li:last-child:before {
    display: none;
}

.side-tags-ul li:before {
    content: '-';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(136, 136, 136);
    font-family: 'Love Ya Like A Sister';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.side-widget {
    position: relative;
    overflow: hidden;
    margin: 0 0 40px;
}

.side-widget+.side-widget {
    padding-top: 20px;
}

.side-cate {
    overflow: hidden;
}

.side-cate li {
    position: relative;
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 30px;
}

.side-cate li a {
    position: relative;
    display: inline-block;
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    width: auto;
    padding-left: 30px;
}

.side-cate ul {
    display: none;
    overflow: visible !important;
    background-color: #fff;
}

.side-cate li a {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.side-cate li ul {
    padding-top: 8px;
    padding-bottom: 8px;
}

.side-cate li li {
    font-size: 14px;
}

.side-cate li li a {
    margin-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: none;
    font-size: 16px;
}

.side-cate li li li {
    font-size: 12px;
}

.side-cate li a:hover,
.side-cate li.active>a {
    color: #0E4FA3;
}

.side-cate li a:hover:before,
.side-cate li.active>a:before {
    background-color: #0E4FA3;
}

.side-cate li .icon-cate {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 0%;
    color: #616265;
    text-align: center;
    font-size: 10px;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.side-cate li .icon-cate:before {
    padding-right: 1px;
    padding-left: 1px;
}

.side-cate li .icon-cate.icon-cate-down:before {
    content: '\f04b';
    color: rgb(212, 251, 251);
}

.side-cate li .icon-cate.icon-cate-up:before {
    content: '\f04b';
    color: rgb(212, 251, 251);
}

.side-cate li .icon-cate.icon-cate-up {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.side-widget .cate-type-list>li {
    font-size: 14px;
    line-height: 30px;
}

.side-widget .cate-type-list>li>a {
    position: relative;
    z-index: 1;
}

.side-widget .cate-type-list>.nav-current a:before {
    opacity: 1;
}

.side-widget .cate-type-list>li a:before {
    width: 65%;
    height: 5px;
    position: absolute;
    bottom: 13px;
    content: '';
    opacity: 0;
    background: rgb(212, 251, 251);
    z-index: -1;
}

.side-cate li.has-child>a {
    padding-right: 40px;
    color: rgb(50, 70, 85);
    font-family: ' Baloo 2';
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    line-height: 40px;
}

.side-cate li.nav-current>.icon-cate {
    color: #0E4FA3;
}

.side-cate>li.nav-current:after {
    display: block;
}

.side-cate li li.nav-current>li:after {
    display: block;
}

.side-product-items {
    position: relative;
    margin-top: 8px;
}

.side-product-items .items_content {
    position: relative;
    padding: 35px 0;
}

.side_product_item {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.side_product_item figure {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
}

.side_product_item .item-img,
.side_product_item figcaption {
    display: table-cell;
    vertical-align: middle;
}

.side_product_item .item-img {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 70px;
}

.side_product_item .item-img img {
    display: block;
    width: 100%;
}

.side_product_item figcaption {
    padding-left: 15px;
}

.side_product_item figcaption h3 {
    font-weight: normal;
    font-size: 14px;
}

.side_product_item figcaption h3 a {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 3.2em;
    text-overflow: ellipsis;
    word-wrap: break-word;
    line-height: 1.6em;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.side_product_item figcaption h3 a:hover,
.side_product_item .item-img:hover+figcaption h3 a {
    color: #0E4FA3;
}

.side_product_item:hover .item-img {
    border-color: #0E4FA3;
}

.side-product-items .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.side-product-items .side_slider {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 480px;
}

.side-product-items .side_slider .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.side-product-items .side_product_item {
    height: 100px;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 32px;
    color: #ccd3d9;
    text-align: center;
    font-size: 38px;
    line-height: 32px;
    opacity: 1;
    cursor: pointer;
    filter: alpha(opacity=100);
}

.side-product-items .swiper-button-disabled {
    color: #eee;
    cursor: default;
}

.side-product-items .btn-prev:before,
.side-product-items .btn-next:before {
    display: inline-block;
    -webkit-transform: scale(2.5, 1);
    -o-transform: scale(2.5, 1);
    transform: scale(2.5, 1);
    -ms-transform: scale(2.5, 1);
}

.side-product-items .btn-prev {
    top: 0;
}

.side-product-items .btn-prev:before {
    content: '\f106';
}

.side-product-items .btn-next {
    bottom: 0;
}

.side-product-items .btn-next:before {
    content: '\f107';
}

.side-product-items .btn-prev:not(.swiper-button-disabled):hover,
.side-product-items .btn-next:not(.swiper-button-disabled):hover {
    color: #000;
}

.aside .side-bn {
    margin: 0 0 40px;
    width: 100%;
}

.aside .side-bn img {
    width: 100%;
}

.side-tags-ul a {
    color: rgb(136, 136, 136);
    font-family: Satisfy;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.tagsImg {
    padding-left: 30px;
}

.tagsImg img {
    margin-top: 50px;
    width: 100%;
}

.web_rec_faq {
    padding-bottom: 80px;
}

.web_rec_faq .faq_list {
    margin-top: 50px;
}

/*-------------------------------------------------------- 
													page: single Product
																	------------------------------------------------------*/
/*product photos*/
.product-intro {
    position: relative;
    margin-bottom: 60px;
}

.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}

.cloud-zoom-title {
    position: absolute !important;
    top: 0px;
    padding: 3px;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.cloud-zoom-big {
    overflow: hidden;
    padding: 0px;
    background-color: #fff;
}

.cloud-zoom-loading {
    padding: 3px;
    border: 1px solid #000;
    background: #222;
    color: white;
}

.product-view .swiper-slide {
    padding-bottom: 1px;
}

/* .product-view .product-image.zoom_remove:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	content: "";
} */
.product-view {
    position: relative;
    float: left;
    width: 53.75%;
    margin-right: 30px;
    display: flex;
    align-items: flex-start;
    height: 600px;
}

.product-view .product-image {
    overflow: hidden;
    order: 2;
    flex: 1;
}

.product-view .product-image img {
    position: relative;
    width: 100%;
}

.product-view .image-additional-wrap {
    position: relative;
    z-index: 999;
    /* margin: auto; */
    width: 100px;
    order: 1;
    padding-bottom: 50px;
    margin-right: 10px;
}

.product-view .image-additional {
    position: relative;
    overflow: hidden;
    height: 500px;
    /* margin: 35px 0 25px; */
}

.product-view .image-additional li {
    position: relative;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: visible;
    /* width: 100%; */
    /* width: 20%; */
    height: auto;
    border: 1px solid #eee;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.product-view .image-additional li:before {
    position: absolute;
    bottom: -5px;
    left: 40%;
    z-index: 1;
    display: block;
    width: 20%;
    height: 4px;
    border-radius: 6px;
    content: '';
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.product-view .image-additional li.single {
    display: none;
}

.product-view .image-additional li img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    filter: alpha(opacity=40);
}

.product-view .image-additional li a {
    position: relative;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-view .image-additional li.current {
    border: 1px solid #333;
    /* border-bottom: 10px solid #d2535b; */
}

.product-view .image-additional img.popup {
    display: none;
}

.ad_prompt {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    display: none;
    margin: -20px 0 0;
    width: 100%;
    color: #0E4FA3;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    -webkit-animation: twinkling 1s infinite ease-in-out;
    animation: twinkling 1s infinite ease-in-out;
}

.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}

.product-view .swiper-button-next,
.product-view .swiper-button-prev {
    margin-top: -16px;
    width: 50%;
    height: 50px;
    border-radius: 0;
    background: rgb(241, 243, 243);
    color: #fff;
    font-weight: bold;
    font-weight: normal;
    font-size: 24px;
    line-height: 50px;
    opacity: .9;
    bottom: 0;
    /* opacity: 0; */
    filter: alpha(opacity=90);
    filter: alpha(opacity=0);
}

.product-view .swiper-button-next.swiper-button-disabled,
.product-view .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    filter: alpha(opacity=0);
}

.product-view:hover .swiper-button-next.swiper-button-disabled,
.product-view:hover .swiper-button-prev.swiper-button-disabled {
    opacity: .3;
    filter: alpha(opacity=30);
}

.product-view .swiper-button-prev,
.product-view .swiper-container-rtl .swiper-button-prev {
    left: 0;
}

.product-view .swiper-button-next,
.product-view .swiper-container-rtl .swiper-button-next {
    right: 0;
}

.product-view:hover .swiper-button-prev,
.product-view:hover .swiper-button-next {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-view:hover .swiper-button-disabled {
    opacity: .3;
    filter: alpha(opacity=30);
}

.product-view .swiper-button-prev:not(.swiper-button-disabled):hover,
.product-view .swiper-button-next:not(.swiper-button-disabled):hover {
    background-color: #0E4FA3;
    color: #fff;
}

/*product summary*/
.product-intro {
    display: flex;
}

.product-summary {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-summary .page_title {
    margin-bottom: 30px;
    color: rgb(17, 61, 60);
    font-family: Poppins;
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: left;
    border-bottom: 0;
    text-transform: capitalize;
}

.product-summary .product-meta {
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.product-summary .product-meta h3 {
    margin: 0 0 10px;
    color: #aaa;
    font-weight: normal;
    font-size: 18px;
}

.product-summary .product-meta p {
    font-size: 16px;
}

.product-summary .product-meta ul {
    padding-top: 25px;
}

.product-summary .product-meta li {
    display: table;
    padding: 2px 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
}

.product-summary .product-meta li em {
    display: table-cell;
    width: 36%;
    color: #98a6b1;
}

.product-summary .product-meta li .item-val {
    display: table-cell;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
}

.product-summary .product-meta br {
    display: none;
    height: 10px;
}

.product-btn-wrap {
    position: relative;
    padding-top: 90px;
}

.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .buy {
    position: relative;
    display: inline-block;
    margin: 0 0 7px 7px;
    background: #0E4FA3;
    color: #fff;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 16px;
    padding: 20px 60px;
    border-radius: 8px;
    line-height: 28px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.product-btn-wrap .email:before {
    display: none;
}

.product-btn-wrap .email:hover,
.product-btn-wrap .pdf:hover,
.product-btn-wrap .buy:hover {
    border: 1px solid #0E4FA3;
    background: #fff;
    color: #0E4FA3;
}

.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before {
    padding-right: 10px;
    font-size: 16px;
}

.product-btn-wrap .email:before {
    content: '\f003';
}

.product-btn-wrap .pdf:before {
    content: '\f1c1';
}

.product-summary .share-this {
    margin: 45px 0 0;
    text-align: right;
}

/* product detail */
.product-detail {
    position: relative;
    overflow: visible;
    margin-top: 80px;
}

.detail-tabs {
    text-align: center;
    position: relative;
}

.detail-tabs .tab-title:nth-child(1) {
    margin-right: 20px;
}

.detail-tabs .title {
    position: relative;
    display: inline-block;
    margin-right: -1px;
    margin-right: 7px;
    padding: 1px 0;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
}

.product-view .swiper-button-prev:before {
    content: '\f106';
    color: rgb(128, 128, 128);
}

.product-view .swiper-button-next:before {
    content: '\f107';
    color: rgb(128, 128, 128);
}

.detail-tabs .title.current {
    position: relative;
    z-index: 2;
    margin-bottom: -1px;
    padding-bottom: 2px;
    border-bottom: 1px solid rgb(51, 51, 51);
    background: #fff;
}

.product-detail .tab-panel-content {
    display: block;
    overflow: hidden;
    padding: 10px 0;
}

.product-detail .disabled {
    display: none;
}

.tab-panel-wrap {
    margin-bottom: 60px;
    padding: 20px;
    border-top: 1px solid #ccd3d9;
    background-color: #fff;
}

/*like product*/
.goods-may-like {
    position: relative;
    overflow: hidden;
    padding: 30px 0 50px 0;
    background: #f6f6f6;
}

.goods-may-like .index_title_bar {
    display: table;
    margin-left: auto;
    padding-right: 0;
}

.goods-may-like .index_title_bar .pagination_bar {
    margin-bottom: 20px;
}

.goods-may-like .product_item {
    height: auto !important;
}

.goods-may-like .product_item .item_img:hover img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.product-view .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
}

.product-view .swiper-button-prev {
    left: 0;
    bottom: 0;
    top: auto;
}

.psnsBox {
    margin-top: 30px;
}

.psnsBox img {
    width: 36px;
    height: 36px;
    margin-right: 12px;
}

.entry p {
    color: rgb(51, 51, 51);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    /* text-align: center; */
}

.entry table {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.entry th,
.entry td {
    padding: 15px;
    height: 30px;
    border: 1px solid rgb(216, 216, 216);
    color: #333;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
}

.entry th {
    font-size: 16x;
}

.entry td p,
.entry th p,
.pd-panel .entry td p,
.pd-panel .entry th p {
    margin: 0;
    padding: 5px;
    color: #666;
    font-size: 16px;
    line-height: 1.3;
}

@media only screen and (max-width:1440px) {
    .web_con {
        padding: 30px 0;
    }
}

@media only screen and (max-width:950px) {
    .pdfNo {
        display: none !important;
    }

    .path_tit,
    .page_about_tit,
    .page_new_tit2,
    .web_tit2 {
        font-size: 30px;
        line-height: 1.3;
        letter-spacing: 0;
    }

    .page_about_page,
    .app_div {
        flex-wrap: wrap;
    }

    .page_about_left,
    .page_about_right {
        width: 100%;
    }

    .page_about,
    .page_about_cat,
    .web_con {
        padding: 30px 0;
    }

    .path_bar li {
        line-height: 1.5;
    }

    .page_cat_btn {
        width: 50px;
        height: 50px;
    }

    .page_timez {
        padding-top: 30px;
    }

    .timeLineText {
        margin-top: 30px;
    }

    .app_div>div {
        padding: 0 !important;
        width: 100%;
    }

    .app_main .app_div:nth-child(even) .app_left {
        order: 1;
    }

    .app_right {
        margin-top: 20px;
    }

    .app_div {
        margin-bottom: 30px;
    }

    .main {
        padding-bottom: 30px;
    }

    .page_news_div,
    .web_con_call_div {
        width: 100%;
        margin-bottom: 30px;
    }

    .web_con_call {
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .web_con_call_tet {
        font-size: 16px;
        line-height: 1.2;
    }

    .faq_div {
        padding: 10px;
    }

    .faq_tit p,
    .paf_div p {
        line-height: 1.3;
        font-size: 18px;
    }

    .paf_div {
        padding: 10px;
    }

    .product-view {
        width: 100%;
        float: none;
    }

    .image-additional-wrap {
        width: 100% !important;
    }

    .product-intro {
        flex-wrap: wrap;
    }

    .product-view {
        height: auto;
        margin-right: 0;
    }

    .product-summary .page_title {
        padding-bottom: 0;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .product-btn-wrap {
        padding-top: 20px;
    }

    .psnsBox {
        margin-top: 20px;
    }

    .product-intro {
        margin-bottom: 0;
    }

    .product-detail {
        margin-top: 20px;
    }

    .detail-tabs .title {
        letter-spacing: 0;
    }

    .tab-panel-wrap {
        padding: 5px;
        margin-bottom: 20px;
    }

    .prohomePath a {
        width: 150px;
        font-size: 18px !important;
        height: 50px;
        line-height: 50px;
    }

    .prohomePath a[title=PDF] {
        display: none
    }

    .page_proh_bottomt {
        margin-bottom: 30px;
    }

    .web_rec_faq {
        padding-bottom: 30px;
    }

    .pro_list_div {
        width: 100%;
    }

    .page_proh_div {
        width: 100%;
        margin-top: 20px;
    }

    .page_proh_tit {
        margin: 15px 0;
    }

    .reviews_box {
        padding: 30px 0;
    }

    .reviews_side_dh {
        width: 50px;
        height: auto;
    }

    .reviews_side {
        padding: 20px;
    }

    .web_fea_vid_swi {
        margin-top: 30px;
    }

    .video_box {
        width: 100%;
    }

    .layout_page_video .main {
        width: 100%;
    }
}

body {
    overflow: inherit
}

.web_main {
    overflow: inherit;
    margin-bottom: 30px;
}

.container .web_main {
    overflow: inherit;
}

.aside {
    position: sticky;
    top: 127px;
    overflow-y: inherit;
}

.con_form_small_title {
    font-family: Satisfy;
    font-size: 30px;
    color: #fff;
    color: rgb(37, 66, 67);
}

.con_form_title {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    margin: 2% 0 5%;
    color: rgb(51, 51, 51);
}

.path_bar .layout ul li a:hover {
    color: inherit !important;
}