@font-face {
    font-family: Lato-Regular;
    src: url('../fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: Kanit-Regular;
    src: url('../fonts/Kanit-Regular.ttf');
}

/* list products */
.aside {
    width: 390px;
    position: sticky;
    top: 140px;
    height: min-content;
}

.aside .side-top {
    width: 100%;
    font-size: 24px;
    line-height: 100%;
    padding: 6px 0;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}

.main {
    width: calc(100% - 390px);
    padding-right: 6.4%;
}

.video .main {
    margin-bottom: 50px;
}

.fixed_aside {
    display: flex;
}


.web_main>.layout {}

.web_main.video_main>.layout {
    overflow: visible;
}

.aside .side-tit {
    width: 100%;
    font-family: Century751BT-BoldB;
    font-size: 24px;
    color: #fff;
    line-height: 100%;
    padding: 26px 0;
    text-align: center;
    background-color: #65AAC9;
    background-color: #0172bd;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.side-cate {
    margin-bottom: 30px
}

.side-cate>li>a {
    font-family: Roboto-Bold;
    font-size: 18px;
    letter-spacing: .5px;
    color: #666;
    text-transform: capitalize;
}

.side-cate>li {
    position: relative;
    margin-top: 5px;
}

.side-cate>li>div {
    padding: 25px 30px;
    background-color: #ecf3fe;
    border-radius: 10px;
}

.side-cate>li.active>div {
    background-color: #0b68f2;
    color: #fff;
    border-radius: 10px;
}

.side-cate>li.active>div a {
    color: #fff;
}

.side-cate>li.haschild::after {
    content: '+';
    font-size: 30px;
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
}

.side-cate>li.active::after {
    content: '-';
    font-size: 30px;
    color: #fff;
    position: absolute;
    right: 18px;
    top: 12px;
    cursor: pointer;
}

.side-cate.special>li.haschild::after {
    content: '>';
    font-size: 26px;
    position: absolute;
    right: 14px;
    top: 18px;
    cursor: pointer;
    font-family: cursive;
}

.side-cate.special>li.active::after {
    content: '>';
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 14px;
    top: 18px;
    cursor: pointer;
    font-family: cursive;
}

.side-cate>li li a {
    font-family: Kanit-Regular;
    color: #000;
    transition: all ease-in-out .3s;
}

.side-cate>li li {
    margin: 10px;
}

.side-cate>li li a:hover {
    color: #65AAC9;
    color: #0172bd;
}

.side-cate>li ul {
    padding-bottom: 10px;
    display: none;
}

.side-cate>li>a:hover {
    color: #65AAC9;
}

.side-cate>li.nav-current>a {
    color: #65AAC9;
    color: #0172bd;
}

.plist {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 52%;
    overflow: hidden;
    margin-bottom: 50px;
}

.pro_list_main .plist {
    border-radius: 30px;
}

.plist .blank {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0% ,rgba(11,104,242, 0.6) 100%); */
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
}

.plist .describe {
    position: absolute;
    color: #fff;
    left: 8%;
    bottom: 9%;
    max-width: 80%;
}

.plist .describe .more {
    width: 170px;
    height: 62px;
    line-height: 62px;
    border-radius: 50px;
    text-align: center;
    background: rgba(226, 197, 33, 0.29);
    display: inline-block;
    padding: 0 5px;
    /*margin-top:20px;*/
}

.plist .describe .more>div {
    background-color: #E2C521;
    height: 52px;
    line-height: 52px;
    border-radius: 50px;
    padding: 0 20px;
    margin-top: 5px;
    color: #000;
}

.plist .describe .more>div:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../images/arrow-right-white.png) no-repeat center center;
    background-size: 70%;
}

.fixed_aside .plist .h1 {
    font-size: 36px;
    line-height: 44px;
}

@media screen and (max-width: 1400px) {
    .aside {
        /*width: 200px;*/
    }

    .main {
        /*width: calc(100% - 200px);*/
        padding-left: 4%;
    }

    .plist .p2 {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .fixed_aside .plist .h1 {
        line-height: 1.3;
        font-size: 30px;
    }

}

@media screen and (max-width: 1300px) {
    .plist .describe {
        /*top:28%;*/
    }

    .plist .h1 {
        font-size: 40px;
    }

    .fixed_aside .plist .h1 {
        font-size: 24px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 1200px) {
    .plist .p2 {
        margin-top: 10px;

    }
}

@media screen and (max-width: 1100px) {
    .fixed_aside .plist .h1 {
        font-size: 20px;

    }
}


@media screen and (max-width: 950px) {
    .aside {
        display: none
    }

    .main {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .plist .describe {
        top: 20%;
    }

    .plist .h1 {
        font-size: 40px;
    }

    .plist .p2 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .plist .describe {
        top: 16%;
    }

    .plist .h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .plist .p2 {
        margin-top: 10px;
    }

    .plist .describe .more {
        margin-top: 10px;
    }
}

@media screen and (max-width: 640px) {
    .plist {
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 0;
    }

    .plist img {
        position: static;
        width: 100%;
    }

    .plist .blank {
        display: none;
    }

    .plist .describe {
        position: static;
        color: #000;
    }

    .plist .h1 {
        margin-top: 10px;
    }

}

.aside {
    top: 0;
}

.p_Contact_l .form_r .sub {
    line-height: 58px;
}

.p_Contact_l .form_r .sub input[type="submit"] {
    margin: 0;
}

.p_Contact_l .form_r ul li.li1 input,
.p_Contact_l .form_r ul li.li2 input,
.p_Contact_l .form_r ul li.li2 textarea {
    border: 1px solid #ddd;
    border-radius: 8px;
}

.p_Contact_l .form_r ul li span {
    position: static;
    text-transform: capitalize;
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}

/*video*/
.video_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 1000px;
}

.video_list li {
    width: 48%;
}

.video_list li .video {
    position: relative;
    height: 0;
    padding-top: 60%;
    border-radius: 20px;
}

.video_list li .video img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.video_list li:nth-child(2n+1) {
    margin-right: 4%;
}

.video_list li .video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.video_list li .p2 {
    padding: 0px 20px;
    margin-bottom: 20px;
}

.video_list li .video .play_bbtn {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: all .3s;
}

.video_list li .video .play_bbtn:hover {
    transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.play_bbtn {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.video .plist .newDetailsImg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}




/*page*/
.page_bar {
    position: relative;
    line-height: 31px;
    height: 33px;
    margin: 30px 0;
    text-align: center;
    font-size: 16px;
}

.page_bar a,
.page_bar span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 33px;
    padding: 0 10px;
    margin: 0 4px 0 4px;
    text-align: center;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#e3e3e3', gradientType='0');
}

.page_bar span {
    line-height: 25px;
}

.page_bar a.current,
.page_bar a:hover {
    color: #036db7;
    background: transparent;
}


.page_bar span.current2 {
    padding-left: 8px;
    padding-right: 8px;
}

.page_bar .pagination li {
    display: inline-block;
    vertical-align: middle;
}

.page_bar .prev-page {
    width: 39px;
    height: 39px;
    background: url(../images/down2.png) no-repeat center top;
    background-size: 100%;
    transform: rotate(90deg);
}

.page_bar .prev-page a {
    color: transparent;
    width: 100%;
    height: 100%;
}

.page_bar .next-page {
    width: 39px;
    height: 39px;
    background: url(../images/up.png) no-repeat center top;
    background-size: 100%;
    transform: rotate(90deg);

}

.page_bar .next-page a {
    color: transparent;
    width: 100%;
    height: 100%;
}

/*download*/
.download {
    width: 100%;
}

.download li {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e1edfd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.download li a {
    cursor: pointer;
}

.download li .icon {
    width: 40px;
    height: 41px;
    background: url(../images/down-white.png) no-repeat center top;
    background-size: 100%;
    margin-right: 10px;
}

.download li .see-icon {
    width: 39px;
    height: 41px;
    background: url(../images/see.png) no-repeat center top;
    background-size: 100%;
    margin-right: 25px;
}

.download li .down-icon {
    width: 39px;
    height: 41px;
    background: url(../images/download-white.png) no-repeat center top;
    background-size: 100%;
    margin-right: 10px;
}

.download li a,
.download li span {
    display: inline-block;
    vertical-align: middle;
    font-family: Kanit-Regular;
}

/*bolg*/
.fixed_aside .options {
    padding-left: 30px;
    margin-top: 30px;
}

.fixed_aside .main p {
    font-family: 'Kanit-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #667588;
    line-height: 30px;
}

.fixed_aside .options li {
    padding-left: 30px;
    line-height: 50px;
    background: url(../images/success.png) no-repeat left center;
    background-size: 19px;
}

.fixed_aside .flexBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

.fixed_aside .flexBox .lproduct_shar {
    width: 50%;
    margin-top: 0;
    line-height: 35px;
    display: inline-flex;
    flex-direction: row;
}

.fixed_aside .flexBox .lproduct_shar span {
    font-family: 'Kanit-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}

.fixed_aside .flexBox .lproduct_shar:nth-child(2) {
    padding-left: 15%;
}

.fixed_aside .flexBox .lproduct_shar span.value {
    margin-left: 15px;
}

.fixed_aside .flexBox .lproduct_shar span.value a {
    font-family: 'Kanit-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2f75f3;
}

.fixed_aside .flexBox .lproduct_shar span.value a:hover {
    text-decoration: underline;
}

@media (max-width:1200px) {
    .fixed_aside .flexBox {
        flex-direction: column;
        align-items: flex-start;
    }

    .fixed_aside .flexBox .lproduct_shar {
        width: 100%;
        margin-bottom: 15px;

    }

    .fixed_aside .flexBox .lproduct_shar:nth-child(2) {
        order: 3 !important;
        padding-left: 0 !important;
    }
}

/*application*/
.main .imgBox {
    display: flex;
    justify-content: space-between;
}

.main .imgBox .lr {
    width: 48%;
    position: relative;
    height: 0;
    padding-top: 30%;
}

.main .imgBox .rr {
    width: 48%;
    height: 0;
    position: relative;
    padding-top: 30%;
}

.main .options li {
    margin-bottom: 20px;
}

.main .options li div.top {
    padding-left: 30px;
    line-height: 50px;
    background: url(../images/success.png) no-repeat left center;
    background-size: 19px;
    color: #2f75f3;
}

.application .flex-box .describe .more {
    padding: 0 5px;
    height: 62px;
    line-height: 62px;
}

.application .flex-box .describe .more:after {
    display: none;
}

.application .flex-box {
    background-color: #f3f7fe;
    padding: 50px 30px;
    width: 100%;
}

/*aboutus*/
.index_bd {
    background-color: #000;
}

.index_Quantity .index_Quantity_bg {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.index_Quantity .index_Quantity_bg .index_Quantity_list {
    flex: 0.25;
    padding: 55px 0;
}

.index_Quantity .index_Quantity_bg .index_Quantity_list .index_Quantity_title {
    font-size: 60px;
    color: #F0F6FF;
}

.index_Quantity .index_Quantity_bg .index_Quantity_list .index_Quantity_title span {
    color: #0B68F2;
}

.index_Quantity .index_Quantity_bg .index_Quantity_list .index_Quantity_text {
    font-size: 20px;
    color: #F0F6FF;
}

.index_Commodity {
    margin: 60px 0;
}

.index_Commodity .index_Commodity_list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index_Commodity .index_Commodity_title {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    text-transform: uppercase;
}

.time_box {
    padding-bottom: 50px;
}

.timeAxis {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.timeAxis .lr {
    width: 45%;
}

.timeAxis .lr .img_box {
    width: 100%;
    height: 0;
    padding-top: 127%;
    position: relative;
}

.timeAxis .rr .h1 {
    color: #0b68f2;
}

.timeAxis .rr {
    width: 45%;
}

.timeAxis .rr .p1 {
    font-size: 30px;
    line-height: 32px;
}

.timeAxis ul li {
    padding-left: 70px;
    border-left: 1px solid #d1e3fd;
    color: #7786a9;
    padding-bottom: 30px;
    position: relative;
}

.timeAxis ul li:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 0;
    background: url('../images/circle.png') no-repeat center top;
    background-size: 20px;
}

.timeAxis ul li:last-child {
    border-left: 1px solid transparent;
}

.timeAxis ul li .title {
    color: #000;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.timeAxis ul li .content {
    min-height: 75px;
    color: #013078;
    font-size: 16px;
    opacity: 0.69;
}

.timeAxis .time_list {
    margin-top: 55px;
}

.swiperBox {
    margin-top: 50px;
}

@media only screen and (max-width: 950px) {
    .plist .describe {
        max-width: 100%;
    }

    .swiperBox {
        margin-top: 20px;
    }

    .fixed_aside .flexBox {
        flex-direction: column;
    }

    .fixed_aside .flexBox .lproduct_shar {
        width: 100%;
        line-height: 1.5;
        display: flex;
        margin-bottom: 15px;
        order: 2;
    }

    .video .main {
        margin-bottom: 0;
    }

    .fixed_aside .flexBox .lproduct_shar:nth-child(2) {
        padding-left: 0;
        order: 1;
    }

    .product .model .tou_01 .h2 {
        font-size: 30px;
    }

    .product .model .tList .p2 {
        font-size: 20px;
    }

    .timeAxis {
        flex-direction: column;
    }

    .timeAxis .lr {
        width: 100%;
    }

    .timeAxis .rr {
        width: 100%;
    }

    .timeAxis .rr .p1 {
        line-height: 32px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .video_list li {
        width: 100%;
    }

    .video_list li:nth-child(2n+1) {
        margin-right: 0;
    }

    .timeAxis ul li {
        padding-left: 30px;
    }

    .index_Quantity .index_Quantity_bg {
        flex-direction: column;
    }

    .index_Quantity .index_Quantity_bg .index_Quantity_list {
        padding: 14px 0;
    }

    .product .media .flex-box .describe .p1 {
        margin: 10px 0;
    }

    .timeAxis .time_list {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 500px) {

    .download li {
        flex-direction: column;
        align-items: flex-start;
    }

    .download li>div:nth-child(2) {
        text-align: right;
        width: 100%;
    }

    .download li .see-icon {
        margin-right: 0;
    }
}