/* company1 */
#company1 .sec1 .rt .item {
    border: 1px solid #f4f4f4;
    background-color: rgba(250,250,250,1);
    border-radius: 15px;
    padding: 30px 15px;
}
#company1 .sec1 .rt .item p {
    line-height: 1.2em;
}
@media (max-width:992px) {
    #company1 .sec1 .fbox {
        flex-wrap: wrap;
    }
    #company1 .sec1 .fbox > div {
        width: 100%;
    }
    #company1 .sec1 .rt {
        padding: 0px;
        padding-top: 40px;
    }
}
@media (max-width:768px) {
    #company1 .sec1 .rt {
        width: 100%;
        padding-top: 20px;;
    }
    #company1 .sec1 .rt .item {
        border-radius: 7px;
        padding: 15px;
    }
    #company1 .sec1 .rt .item .icon img {
        width: 15vw;
    }
}

/* subBg */
.subBg {
    background: url(../img/ms1_bg.png) left top no-repeat;
    background-color: #f4f7fc;
}


/* hisList */
.hisList {
    position: relative;
}
.hisList:after {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    background: url(../img/his_bg.png) center center no-repeat;
    background-attachment: fixed;
    background-color: #eee;
    top: 0;
    height: 100%;
    width: 3px;
}
.hisList > li {
    margin: 40px 0;
    padding-left: 40px;
    position: relative;
    z-index: 3;
}
.hisList > li ul {
    margin-top: 20px;
}
.hisList > li ul li {
    margin: 10px 0;
}
.hisList > li ul li h5 {
    position: relative;
    padding-left: 85px;
    word-break: keep-all;
    color: #444;
    font-weight: 300;
    position: relative;
}
.hisList > li ul li h5:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: -45px;
    height: 11px;
    width: 11px;
    border: 2px solid #2967af;
    background-color: #fff;
    border-radius: 50%;
}
.hisList > li ul li h5 > strong {
    position: absolute;
    left: 0;
    color: #111;
    font-weight: 700;
	font-family: "Roboto";
}
@media (min-width:768px){
    .hisList > li {
        width: 50%;
    }
    .hisList > li:nth-child(odd) {
        margin-left: 50%;
    }
    .hisList > li:nth-child(even) {
        padding-left: 0;
        padding-right: 30px;
        text-align: right;
    }
    .hisList > li:nth-child(even) ul li h5 {
        padding-right: 85px;
        padding-left: 0;
    }
    .hisList > li:nth-child(even) ul li h5 > strong {
        left: auto;
        right: 0;
    }
    .hisList > li:nth-child(even) ul li h5:after {
        left: auto;
        right: -35px;
    }
}
@media (max-width:768px){
    .hisList:after {
        background: #eee;
        left: -2px;
    }
    .hisList > li {
        padding-left: 20px;
    }
    .hisList > li ul li h5 {
        padding-left: 70px;
    }
    .hisList > li ul li h5:after {
        left: -25px;
        height: 9px;
        width: 9px;
        top: 7px;
    }
}

/* imgSlideLeft */
.imgSlideLeft span {
    display: inline-block;
    position: relative;
}
.imgSlideLeft .lft {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #f4f7fc;
    width: 100%;

    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
.imgSlideLeft.aos-animate .lft {
    width: 0%;
}


/* cont */
#cont .sec1 {
    position: relative;
}
#cont .sec1 .tit {
    background: transparent;
    /* border-right: 1px solid #ddd; */
}

/* cont .sec1 */
#cont .sec1 .tit {
    width: 100%;
    background: url(../img/sec2_bg.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#cont .sec1 .tit .txt ul li {
    margin-top: 5px;
}
#cont .sec1 .tit .txt ul li p {
    display: flex;
    gap: 8px;
    opacity: .7;
}
@media (min-width:992px){
    #cont .sec1 .tit {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 900px;
        height: 100%;
    }
    #cont .sec1 .tit .txt {
        width: 100%;
        max-width: 600px;
        padding: 0 50px;
    }
}
@media (max-width:1370px) and (min-width:992px){
    #cont .sec1 .tit {
        max-width: 40vw;
    }
    #cont .sec1 .tit .txt {
        width: 100%;
        max-width: 600px;
        padding: 0 50px;
    }
}
@media (max-width:992px){
    #cont .sec1 {
        padding: 0px !important;
    }
    #cont .sec1 .pcPt {
        display: block !important;
    }
    #cont .sec1 .pcPt .tit .txt,
    #cont .sec1 .pcPt .contactForm {
        padding: 4rem 0;
        max-width: 750px;
        margin: 0 auto;
    }
    #cont .sec1 .pcPt .tit .txt {
        padding: 6rem 0;
    }
    #cont .sec1 .tit {
        justify-content: flex-start;
    }
}
@media (min-width:991px){
    #cont .sec1 .pcPt {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width:992px){
    #cont .sec1 .tit {
        border-right: 0px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
}
@media (max-width: 768px){
    #cont .sec1 .pcPt .tit .txt,
    #cont .sec1 .pcPt .contactForm {
        padding: 3rem 15px;
        max-width: 100%;
        width: 100%;
    }
    #cont .sec1 .pcPt .tit .txt {
        padding: 4rem 15px;
    }
    #cont .sec1 .pcPt > div {
        padding: 3rem 15px;
    }
    #cont .sec1 .pcPt .contactForm .mobile {
        gap: 10px;
        justify-content: center;
    }
}

/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 4rem 0;
}
/* contactForm */
.contactForm .row {
    margin: 0 -5px;
}
.contactForm .row > li,
.contactForm .row > div {
    padding: 0 5px;
}
.contactForm ul li {
    margin: 5px 0;
}
.contactForm .form-item {
    position: relative;
}
.contactForm .form-item > label {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.contactForm .form-item > label .c_pt {
    display: inline-block;
    margin-left: 3px;
}
.contactForm select.form-common,
.contactForm input.form-common[type="tel"],
.contactForm input.form-common[type="email"],
.contactForm input.form-common[type="text"] {
    height: 50px;
}
.contactForm .form-common {
    box-shadow: 0 0 0;
    border-radius: 0px;
    border: 1.5px solid rgba(68, 68, 68, 0.1);
    /* border-bottom-width: 1px; */
    font-weight: 400;
    color: #666;
    font-size: 1.7rem;
    background-color: rgba(255, 255, 255, 0.8);
}
.contactForm input.form-common[type="file"] {
    border-width: 1px;
    padding: 1px;
}
.contactForm .checkWrp {
    line-height: 50px;
}
.contactForm .form-item .form-common {
    padding-left: 110px;
}
.contactForm label {
    font-size: 1.5rem;
    line-height: 1em;
    color: #959595;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
}
.contactForm .btnItem {
    width: 100%;
}
.contactForm .agrees input,
.contactForm .agrees label,
.contactForm .agrees strong {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.contactForm .agrees input {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.contactForm .agrees label {
    padding-left: 30px;
    position: relative;
}
.contactForm .agrees label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ddd;
    transform: translateY(-50%);
}
.contactForm .agrees input[type="checkbox"]:checked + label:before {
    background-color: #111;
    border-color: #111;
}
.contactForm .agrees label:after {
    font-family: remixicon !important;
    content: "\eb7b";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    opacity: 0;
}
.contactForm .agrees input[type="checkbox"]:checked + label:after {
    color: #fff;
    opacity: 1;
}
.contactForm .agrees strong {
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
    border-bottom: 1px solid #aaa;
}

@media (min-width:1370px){
    .contactForm {
        margin-left: 800px;
        padding: 4rem 6rem;
    }
    .contactForm ul {
        max-width: 700px;
    }
}
@media (max-width:1370px) and (min-width:992px){
    .contactForm {
        margin-left: 40vw;
        padding: 4rem 6rem;
    }
    .contactForm ul {
        max-width: 700px;
    }
}
@media (max-width:768px){
    .contactForm .checkWrp {
        line-height: 30px;
    }
    .contactForm .checkWrp .checkbox-custom {
        margin: 0px !important;
        margin-right: 5px !important;
    }
}

/* proList */
.proList li {
    background-color: #f5f5f5;
    position: relative;
}
.proList li:nth-child(even) {
    background: linear-gradient(103deg, #0e2956, #254983);
}
.proList li:nth-child(even) h6,
.proList li:nth-child(even) h1,
.proList li:nth-child(even) .btnItem {
    color: #fff;
}
.proList li:nth-child(even) .moreBtn .btnItem strong {
    background-color: #fff;
    color: #1a3a6e;
}
@media (min-width:767px){
    .proList li .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-decoration: none;
        padding-left: 7vw;
    }
}
@media (max-width:767px){
    .proList li .txt {
        text-decoration: none;
        display: block;
        padding: 40px 20px 0;
    }
}



/* work_tabs */
.work_tabs {
	display: flex;
	justify-content: center;
}
.work_tabs li,
.work_tabs li a {
	text-decoration: none;
	display: inline-block;
	margin: 0 1px;
}
.work_tabs li a {
    padding: 0 18px;
    text-align: center;
    line-height: 36px;
    font-size: 17px;
    font-weight: 400;
    background-color: #eee;
    color: #aaa;
    border-radius: 80px;
    border: 2px solid transparent;
}
.work_tabs li a.active {
	background-color: #fff;
    color: #fff;
    background-color: #254983;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
}

@media (max-width:768px){
	.work_tabs {
		flex-wrap: wrap;
	}
	.work_tabs li,
	.work_tabs li a {
		margin: 1px;
	}
	.work_tabs li a {
        padding: 2px 15px 0;
        min-width: auto;
        line-height: 25px;
        font-size: 14px;
    }
	.work_tabs li a.active {
		background-color: #fff;
		color: #fff;
		background-color: #254983;
		box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
	}
}

/* prdList */
.prdList li a {
    text-decoration: none;
    display: block;
}
.prdList li a .img {
    border: 1px solid #ddd;
    overflow: hidden;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.prdList li a:hover .img {
    border-color: #254983;
}
.prdList li a .img img {
    transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}
.prdList li a:hover .img img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.prdList li a .txt .prd_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* prouduct_view */
#prouduct_view .tp .img {
    border: 1px solid #ddd;
}
#prouduct_view .tp .txt .cate span {
    display: inline-block;
    border: 1px solid #254983;
    border-radius: 5px;
    padding: 0 8px;
}
#prouduct_view .topImg {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    #prouduct_view .tp .img,
    #prouduct_view .tp .txt {
        width: 100%;
    }
    #prouduct_view .tp .img {
        margin-top: 20px;
    }
}


/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
    margin: 8px 0;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:767px){
    .pList > li:after {
        top: 8px ;
    }
}