/***

====================================================================
        News Section Three
====================================================================

***/
.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: 0;
    width: 100%;
    font-size: 72px;
    line-height: 1em;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .10;
    font-family: "Arimo", sans-serif;
    display: none;
}
.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;
    padding-top: 0px;
    padding-bottom: 0px;
}

.news-section-two .sec-title{
    margin-bottom: 30px;
}

.news-section-two .column{
    position: relative;
}

.news-section-two .column .inner-column{
    padding-right: 0px;
}
/*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: #1390c6;
    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: bold;
    margin-bottom: 12px;
}

.news-block-three .content-box h3 a{
    color: #2f2f2f;
    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: #1390c6;
}

.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: #1390c6;
}

.news-block-three .content-box .text{
    position: relative;
    display: block;
    font-size: 18px;
    font-family: 'Kanit';
    font-weight: bold;
    line-height: 30px;
    color: #777777;
}

/*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: 300px;
    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: #1390c6;
    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;margin-left: 30px;
}
.news-section-two .row.main_content {
    margin-left: 45px;
}
.news-block-four .content-box h3{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #2f2f2f;
    font-weight: 500;
    margin-bottom: 12px;
}

.news-block-four .content-box h3 a{
    color: #2f2f2f;
    font-weight: bold;
    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: #1390c6;
}

.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: #1390c6;
}

.news-block-four .content-box .text{
    position: relative;
    display: block;
    font-size: 18px;
    font-family: 'Kanit';
    font-weight: bold;
    line-height: 30px;
    color: #777777;
    
}
@media(max-width: 480px) {
    
 .news-section-two .row.main_content {
    margin-left: 0px;margin-right: 0px;
}   
.news-block-four {
    position: unset;
    margin-bottom: 50px;
}
.news-block-four .inner-box {
    padding-left: 0px;
    min-height: 257px;
}
.news-block-four .content-box {
    position: unset;
    padding: 20px 0 0;
    margin-left: 0px;
}
.news-block-four .image-box {
    position: relative;
    left: 0;
    top: 0;
    width: unset;
    height: auto;
}



    
}






