/***



====================================================================

        News Section Three

====================================================================



***/

.news-section-two{
    background-image: url(https://domusdevelopment.co.th/themes/9999/_images/bg-s-dom.jpg);
    
    background-size: cover;
}

.auto-container {

    position: static;

    max-width: 1200px;

    padding: 0px 15px;

    margin: 0 auto;

}

.news-section-two .sec-title {

    margin-bottom: 30px;

}

.sec-title {

    position: relative;

    margin-bottom: 75px;

}

.sec-title .float-text {

position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    font-size: 72px;
    line-height: 1em;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .10;
    font-family: "kanit", sans-serif;

}

.sec-title h2 {

    position: relative;

    display: block;

    font-size: 30px;

    line-height: 40px;

    color: #2f2f2f;

    font-weight: 500;

    padding: 16px 0;

}

.news-section-two{

    position: relative;

}



.news-section-two .sec-title{

    margin-bottom: 30px;

}



.news-section-two .column{

    position: relative;

}



.news-section-two .column .inner-column{

    padding-right: 35px;

}

/*News Block Three*/



.news-block-three{

    position: relative;

    margin-bottom: 50px;

}



.news-block-three .inner-box{

    position: relative;

}



.news-block-three .image-box{

    position: relative;

}



.news-block-three .image-box .image{

    position: relative;

    margin-bottom: 0;

}



.news-block-three .image-box .image img{

    display: block;

    width: 100%;

    height: auto;

}



.news-block-three .image-box .overlay-box{

    position: absolute;

    left: 0;

    top: 0;

    height: 0%;

    width: 100%;

    background: #3a3e55;

    content: "";

    opacity: 0;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear;

}



.news-block-three .inner-box:hover .overlay-box{

    height: 100%;

    opacity: 0.70;

}



.news-block-three .overlay-box a{

    position: absolute;

    left: 50%;

    top: 50%;

    height: 40px;

    width: 40px;

    margin-left: -20px;

    margin-top: -20px;

    text-align: center;

    font-size: 30px;

    line-height: 40px;

    color: #000000;

    font-weight: 400;

    -webkit-transform: scale(0);

    -moz-transform: scale(0);

    -ms-transform: scale(0);

    -o-transform: scale(0);

    transform: scale(0);

}



.news-block-three .inner-box:hover .overlay-box a{

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear;

    -webkit-transition-delay: 300ms;

    -moz-transition-delay: 300ms;

    -ms-transition-delay: 300ms;

    -o-transition-delay: 300ms;

    transition-delay: 300ms;

}



.news-block-three .overlay-box a i{

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.news-block-three .overlay-box a:hover i{

    color: #ffffff;

}



.news-block-three .content-box{

    position: relative;

    padding: 35px 0 0;

}



.news-block-three .content-box h3{

    position: relative;

    display: block;

    font-size: 24px;

    line-height: 34px;

    color: #000000;

    font-weight: 500;

    margin-bottom: 12px;
    font-family: 'Kanit';

}



.news-block-three .content-box h3 a{

    color: #fff;

    display: inline-block;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.news-block-three .inner-box:hover .content-box h3 a{

    color: #eb8833;

}



.news-block-three .content-box .info{

    position: relative;

    display: block;

    margin-bottom: 10px;

}



.news-block-three .content-box .info li{

    position: relative;

    display: inline-block;

    font-size: 14px;

    line-height: 24px;

    color: #777777;

    font-weight: 400;

    margin-right: 10px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.news-block-three .inner-box:hover .content-box .info li{

    color: #222222;

}



.news-block-three .content-box .info li a{

    color: #777777;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.news-block-three .content-box .info li a:hover{

    color: #3a3e55;

}



.news-block-three .content-box .text{

    position: relative;

    display: block;

    font-size: 14px;

    line-height: 30px;

    color: #777777;

    font-weight: 400;
    font-family: 'Kanit';

}



/*News Block Four*/



.news-block-four{

    position: relative;

    margin-bottom: 50px;

}



.news-block-four .inner-box{

    position: relative;

    padding-left: 300px;

    min-height: 200px;

}



.news-block-four .image-box{

    position: absolute;

    left: 0;

    top: 0;

    width: 270px;

    height: auto;

}



.news-block-four .image-box .image{

    position: relative;

    margin-bottom: 0;

}



.news-block-four .image-box .image img{

    display: block;

    width: 100%;

    height: auto;

}



.news-block-four .image-box .overlay-box{

    position: absolute;

    left: 0;

    top: 0;

    height: 0%;

    width: 100%;

    background: #3a3e55;

    content: "";

    opacity: 0;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear;

}



.news-block-four .inner-box:hover .overlay-box{

    height: 100%;

    opacity: 0.70;

}



.news-block-four .overlay-box a{

    position: absolute;

    left: 50%;

    top: 50%;

    height: 40px;

    width: 40px;

    margin-left: -20px;

    margin-top: -20px;

    text-align: center;

    font-size: 30px;

    line-height: 40px;

    color: #000000;

    font-weight: 400;

    -webkit-transform: scale(0);

    -moz-transform: scale(0);

    -ms-transform: scale(0);

    -o-transform: scale(0);

    transform: scale(0);

}



.news-block-four .inner-box:hover .overlay-box a{

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear;

    -webkit-transition-delay: 300ms;

    -moz-transition-delay: 300ms;

    -ms-transition-delay: 300ms;

    -o-transition-delay: 300ms;

    transition-delay: 300ms;

}



.news-block-four .overlay-box a i{

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.news-block-four .overlay-box a:hover i{

    color: #ffffff;

}



.news-block-four .content-box{

    position: relative;

    padding: 20px 0 0;

}



.news-block-four .content-box h3{

    position: relative;

    display: block;

    font-size: 20px;

    line-height: 30px;

    color: #2f2f2f;

    font-weight: 500;

    margin-bottom: 12px;
    font-family: 'Kanit';

}



.news-block-four .content-box h3 a{

    color: #fff;

    display: inline-block;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.news-block-four .inner-box:hover .content-box h3 a{

    color: #eb8833;

}



.news-block-four .content-box .info{

    position: relative;

    display: block;

    margin-bottom: 10px;

}



.news-block-four .content-box .info li{

    position: relative;

    display: inline-block;

    font-size: 14px;

    line-height: 24px;

    color: #777777;

    font-weight: 400;

    margin-right: 10px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.news-block-four .inner-box:hover .content-box .info li{

    color: #222222;

}



.news-block-four .content-box .info li a{

    color: #777777;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.news-block-four .content-box .info li a:hover{

    color: #3a3e55;

}



.news-block-four .content-box .text{

    position: relative;

    display: block;

    font-size: 14px;

    line-height: 30px;

    color: #777777;

    font-weight: 400;font-family: 'Kanit';

}


@media(max-width: 480px){

.image-ab::before {
    display: none;
}
.image-ab img {
    width: 100%;
    height: 100%;
}
.news-block-four .image-box {
    position: unset;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.news-block-four .inner-box {
    position: relative;
    padding-left: 0px;
    min-height: 200px;
}


}