﻿@charset "utf-8";
	
/******Section Research Start******/
section.sec-research{
    width: calc(100% - 100px);
    display: table;
    color: #000;
    max-width: 1400px;
    margin: auto;
    padding: 50px;
}

section.sec-research-title {
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 4em;
    text-transform: uppercase;
    font-family: 'Lulo', Arial, sans-serif;
}
section.sec-research-subTitle {
    width: calc(100% - 300px);
    text-align: center;
    font-size: 1.4em;
    padding: 10px 150px;
    margin: -30px 0 30px 0;
}
section.sec-research-box {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid #adabab;
    border-bottom: 2px solid #adabab;
}
section.sec-research-column {
    width: calc(33.3% - 15px);
    background-size: cover;
    background-position-x: 50%;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    text-align: center;
}

section.sec-research-column-two {
    width: calc(33.3% - 33px);
    background-size: cover;
    background-position-x: 50%;
    float: left;
    margin: 0 15px;
    position: relative;
    text-align: left;
    box-shadow: 0 0 5px #00000026;
    min-height: 420px;
    background: white;
}

section.sec-research-footer {
    margin: 50px 0;
    text-align: center;
    display:table;
}
.sec-research-footer .title {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 15px;
}

section.sec-research-col-box-name {
    font-size: 1.3em;
}

section.sec-research-col-no {
    font-size: 2em;
    font-family: "AvenirNextLTPro-Bold";
}
section.sec-research-col-name {
    font-size: 1.3em;
    padding: 15px 20px;
    color: #FF9800;
}
section.sec-research-col-body {
    font-weight: bold;
    padding: 0 20px 20px;
}
section.sec-research-col-img {
    height: 250px;
    width: 100%;
    background-size: cover;
}
section.sec-research-col-body {
    font-weight: bold;
}
section.sec-research-col-btn {
    background: rgba(0, 0, 0, 0.30);
    color: white;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: "AvenirNextLTPro-Bold";
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
}
section.sec-research-more {
    position: relative;
    width: 100%;
    height: 70px;
}


.sec-research-more .moreBtn {
    background: #ff9800;
    padding: 10px 15px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 13.824px;
    font-family: "AvenirNextLTPro-Bold";
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    transition-duration: 0.2s;
    cursor: pointer;
}

.sec-research-more .moreBtn:hover {
    background: black;
    color: white;
    }

/******Section Research End******/




/************************************Mobile Start********************************************/
@media (min-width: 320px) and (max-width: 500px) {
	
section.sec-research {
	padding: 15px;
	width: calc(100% - 30px);
}

section.sec-research-title {
    font-size: 1.2em;
}

section.sec-research-subTitle {
    width: 100%;
    padding: 0;
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
}

section.sec-research-col-no {
    font-size: 1em;
}

section.sec-research-col-box-name {
    font-size: 1em;
}

.sec-research-footer .title {
    font-size: 1.2em;
}
section.sec-research-col-body {
    font-size: 1em;
    padding-bottom: 20px;
}
.sec-research-more .moreBtn {
    font-size: 1.2em;
}
section.sec-research-column-two {
    width: 100%;
    margin: 15px 0;
}
section.sec-research-column {
    width: calc(100% - 15px);
    margin: 5px 0;
}
section.sec-research-footer {
    margin: 15px 0;
}
.sec-research-more .moreBtn {
    font-size: 0.6em;
    margin-top: 30px;
    display: table;
}

}

/******Tablet Section******/
@media (min-width: 501px) and (max-width: 1024px){
section.sec-research-title {
    font-size: 3em;
}

section.sec-research-subTitle {
    padding: 15px;
    width: calc(100% - 30px);
    font-size: 1.5em;
}

section.sec-research-column {
    margin: 0 0 15px 0;
    width: 100%;
}
section.sec-research-col-name {
    font-size: 3em;
}
.sec-research-more .moreBtn {
    font-size: 1.2em;
}
section.sec-research-column-two {
    width: 100%;
    margin: 15px 0;
}
section.sec-research-col-body {
    font-size: 1.5em;
    padding-bottom: 20px;
}
section.sec-research-col-img {
    height: 400px;
}
section.sec-research-col-box-name {
    font-size: 1.5em;
}
.sec-research-footer .title {
    font-size: 2em;
}

}