﻿.about_list{
    margin:60px 0 0;
}

.about_item:not(:last-child){margin-bottom:30px;}

.about_item .container{
    display:flex;
    justify-content:space-between;
}

.about_itm_ttl p{
	background: #1a95ab;
	padding:0 10px;
}

.about_itm_txt{
    width:60%;
}

.about_itm_img {
    width:35%;
    margin: 55px 0 0;
}

/* .about_item:nth-child(2) .about_itm_img{width:45%;} */
.about_item:nth-child(2) .about_itm_txt{width:100%;}
.about_item:nth-child(2) .about_itm_ttl:before{left:auto;right: 690px;}
.about_itm_txt ul li::marker{color:#1a95ab;}
li ul li::marker{content: "–    ";color:#000!important;}

.about_item:nth-child(2), .about_item:nth-child(4) {background:#fff4dc;padding:50px 0;}
.about_item:nth-child(3) .about_itm_txt, .about_item:nth-child(4) .about_itm_txt{width:100%;}

.about_item:nth-child(5){margin-bottom:40px;}
.about_item:nth-child(5) .about_itm_txt{width:37%;}
.chungnhan_list{display:flex;width:60%;}
.chungnhan_list .slick-arrow{
    position: absolute;
    width: 30px;
    height: 20px;
    background: url(/W_images/b02_prev.png) no-repeat center center #1a95ab;
    border: none;
    left: 0;
    z-index: 3;
    cursor: pointer;
    text-indent: -500000px;
    top: 50%;
    transition: all 0.3s;
}
.chungnhan_list .slick-next{
    left: auto;
    right: 0;
    background-image: url(/W_images/b02_next.png);
}

.chungnhan_list p {margin:0 10px;}

.about_itm_ttl{
    background: transparent;
    width: fit-content;
    color: #fff;
    text-transform:capitalize;
    padding-left:15px;
	border-left: 5px solid #1a95ab;
}


@media screen and (max-width: 768px) {
.about_item .container{
    flex-wrap:wrap;
}
.about_itm_txt, .about_itm_img{
    width:100%;
    margin: 0;
}
.xvnet-content ul li {padding-left:0;}

.about_itm_ttl:before{height: 28px;left: 25px;}

.about_item:nth-child(2) .about_itm_img{display:none;}
.about_item:nth-child(2) .about_itm_txt{width:100%;}
.about_item:nth-child(2) .about_itm_ttl:before{left:25px;}

.about_item:nth-child(5){margin-bottom:20px;}
.about_item:nth-child(5) .about_itm_txt{width:100%;}
.chungnhan_list{width:100%;}
}