html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
    font-weight: 300;
}

ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

input[type="text"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* =General-------------------------------------------------------------- */

body,input,textarea {
    font-family: "Circular-Pro-Book";
    font-size: 18px;
    font-weight: 300;
    color: #000033;
}

b,
strong {
    font-weight: 700;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit;
    text-decoration: none;
}

body.fixed-pos {
    position: fixed;
    width: 100%;
    height: 100%;
}

.site-width {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.inner-width {
    position: relative;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

.ptable {
    display: table;
}

.ptable .ptr {
    display: table-row;
}

.ptable .ptd {
    display: table-cell;
}

.caps {
    text-transform: uppercase;
}

.abs-fulls {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.trnsf-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* placeholder */
::-webkit-input-placeholder{ color: rgba(0, 0, 51, 0.4);}
:-moz-placeholder{ color: rgba(0, 0, 51, 0.4);}
::-moz-placeholder{ color: rgba(0, 0, 51, 0.4);}
:-ms-input-placeholder{ color: rgba(0, 0, 51, 0.4);}
::-ms-input-placeholder{ color: rgba(0, 0, 51, 0.4);}
:placeholder-shown{ color: rgba(0, 0, 51, 0.4);}

/* Page Layout */
.wrapper {
    max-width: 1368px;
    margin: 0 auto;
}
.content {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.btn {
    display: inline-block;
    width: 208px;
    font-size: 18px;
    letter-spacing: -0.8px;
    line-height: 43px;
    background-color: #ff5400;
    font-weight: normal;
    border: 2px solid #ff5400;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    opacity: 1;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.btn:hover {
    opacity: .8;
}

/* Debug */
body.debug * {
    opacity: 0.7;
}
body.blog_post.debug{
    background: url(../img/Blog-Post-Desktop.png) no-repeat top center;
}

/* blog post */
body.blog_post{
    background-color: #f1f1f1;
    padding-top: 81px;
}
.blog_banner *{
    position: relative;
	box-sizing: border-box;
    color: #fff;
}
.blog_banner {
    background-color: #f1f1f1;
    padding-top: 32px;
    padding-bottom: 76px;
}
.blog_banner .wrapper {
    position: relative;
	max-width: 100%;
	margin: 0 30px;
	box-shadow: 20px 20px 20px 0 rgba(197, 206, 216, 0.5);
    height: calc(100% - 72px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    background-color: rgba(58, 58, 58, 0.6);
}
.blog_banner .wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(58, 58, 58, 0.6);

}
.blog_banner .wrapper .date span {
    font-size: 18px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
}
.blog_banner .wrapper .date{
    max-width: 394px;
    margin: 0 auto;
    padding-bottom: 29px;
    border-bottom: solid 1px #ffffff;
}
.blog_banner .wrapper h1 {
    font-size: 71px;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -5px;
    padding-top: 22px;
    font-family: "Circular-Pro-Black";
}
.blog_banner .wrapper h2 {
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -1.5px;
    padding-top: 36px;
    font-weight: normal;
}
.blog_banner .wrapper p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    padding-top: 45px;
}
.blog_banner .wrapper h1 span {
    color: #ff5400;
}
.blog_content * {
    box-sizing: border-box;
}
.blog_content a {
    text-decoration: none;
}
.blog_content img{
    max-width: 100%;
}
.blog_introduction .wrapper {
    max-width: 1220px;
}
.side_bar {
    float: left;
    width: 23.7%;
}
.blog_introduction .right_sec {
    float: left;
    width: 76.3%;
    padding-left: 10%;
    border-left: solid 1px rgba(0, 0, 51, 0.5);
}
.side_bar .menu_list{
    padding-right: 10px;
}
.side_bar .menu_list a {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.3px;
    color: #000033;
    text-decoration: none;
    display: block;
    vertical-align: top;
    padding-bottom: 8px;
    position: relative;
	left: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.side_bar .menu_list a::after{
    content: '';
    position: absolute;
    width: 1000px;
    height: 1px;
    background-color: #ff5400;
    top: 11px;
    right: 100%;
	margin-right: 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.side_bar .menu_list li.active a,.side_bar .menu_list a:hover {
    color: #ff5400;
	left: 26px;
}
.side_bar .menu_list a:hover::after,.side_bar .menu_list li.active a::after {
    margin-right: 12px;
    opacity: 1;
    visibility: visible;
}
.side_bar .more_articale {
    margin-top: 34px;
    border-top: solid 1px rgba(0, 0, 51, 0.5);
    border-bottom: solid 1px rgba(0, 0, 51, 0.5);
    max-width: 187px;
    padding-top: 31px;
    padding-bottom: 27px;
}
.side_bar .more_articale a {
    display: block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.4px;
    color: #b2b2c0;
    text-decoration: none;
    padding-bottom: 24px;
}
.side_bar .more_articale li:last-child a {
    padding-bottom: 0;
}
.social_share {
    padding-top: 54px;
}
.social_share li {
    display: inline-block;
    vertical-align: top;
}
.social_share li a{
    position: relative;
    display: block;
}
.social_share li a .tooltip{
    position: absolute;
    width: 36px;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #b2b2c0;
    bottom: calc(100% + 4px );
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
}
.social_share li a .tooltip::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}
.social_share li .popup {
    position: fixed;
    min-width: 275px;
    line-height: 49px;
    border-radius: 24.5px;
    background-color: #ff5400;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.8px;
    color: #ffffff;
    font-family: "Circular-Pro-Black";
    left: 20px;
    bottom: 40px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: bottom left;
	box-shadow: 5px 5px 10px 0 rgba(255, 84, 0, 0.34);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.social_share li .popup.active{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.social_share p {
    font-size: 18px;
    letter-spacing: -0.8px;
    color: #b2b2c0;
    padding-top: 8px;
}
.blog_introduction {
    margin-bottom: 86px;
    background-color: #f1f1f1;
}
.blog_introduction .detail_sec h2,
.blog_introduction .detail_sec h3 {
	font-weight: 900;
    letter-spacing: -1.1px;
    color: #000033;
    font-family: "Circular-Pro-Black";
    padding-bottom: 13px;
}
.blog_introduction .detail_sec h2 {
    font-size: 34px;
}
.blog_introduction .detail_sec h3 {
    font-size: 25px;
}
.blog_introduction .detail_sec h4 {
	font-size: 14px;
	color: #ff5400;
	text-transform: uppercase;
}
.blog_introduction .detail_sec span {
    color: #ff5400;
}
.blog_introduction .detail_sec p{
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #000033;
    padding-bottom: 23px;
}
.blog_introduction .detail_sec .light_box{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 32px;
    margin-bottom: 42px;
}
.blog_introduction .detail_sec .light_box .open_img{
    position: absolute;
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    background-color: #ff5400;
    background-image: url(../img/open.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: 7px;
    right: 0;
}
.blog_introduction .right_sec .social_share {
    display: none;
}
.blog_introduction .you_may_also_like {
    margin-top: 115px;
	padding-top: 10px;
}
.blog_introduction .you_may_also_like h3 {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.8px;
    color: #ff5400;
    font-family: "Circular-Pro-Black";
    text-transform: uppercase;
}
.blog_introduction .you_may_also_like .blog_post_list{
    margin-top: 34px;
    margin-bottom:43px;
}
.blog_content .blog_post {
    float: left;
    width: 48.7%;
    margin-right: 2.5%;
    position: relative;
	top: 0;
    background: #fff;
    box-shadow: none;
    transition: 0.8s all ease;
    -webkit-transition: 0.8s all ease;
    -moz-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
}
.blog_content .blog_post:hover {
    top: -20px;
	box-shadow: 20px 20px 20px 0 rgba(197, 206, 216, 0.5);
}
.blog_content .blog_post:last-child {
    margin-right: 0;
}
.blog_content .blog_post .image {
    display: block;
    width: 100%;
    min-height: 202px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blog_content .blog_post .tag {
    position: absolute;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #3a3a3a;
    padding: 2px 13px;
    background-color: #fff;
    border-radius: 11.5px;
    top: 9px;
    right: 13px;
}
.blog_content .blog_post .text {
    padding: 22px 22px 15px 34px;
}
.blog_content .blog_post h2 {
    font-size: 21px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.9px;
    color: #000033;
    font-family: "Circular-Pro-Black";
    padding-bottom: 10px;
    min-height: 64px;
}
.blog_content .blog_post .text p {
    opacity: 0.5;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #000033;
}
.blog_content .blog_post .bottom_sec {
    padding-top: 32px;
}
.blog_content .blog_post .bottom_sec h3 {
    font-size: 12px;
    letter-spacing: -0.5px;
    font-weight: 400;
    font-family: "Circular-Pro-Book";
    text-transform: capitalize;
    float: left;
    display: inline-block;
    vertical-align: top;
    /*width: calc( 100% - 90px );*/
}
.blog_content .blog_post .bottom_sec h3:before:hover{
    height: 1px;
    width: 40px;
    background: #11112A;
    display: inline-block;
    transform: translateY(-3px);
    margin-right: 5px;
}
.blog_content .blog_post .bottom_sec .date {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: -0.5px;
    color: #000033;
    text-align: right;
    float: right;
}
.blog_content .blog_post .read_more_btn {
    position: absolute;
    font-size: 0;
    width: 0;
    height: 62px;
    background-color: #ff5400;
    top: 10px;
    left: -10px;
    background-image: url(../img/left_arrow.png);
    background-position: center right 18px;
    background-repeat: no-repeat;
    /*box-shadow: 5px 5px 20px 0 rgba(197, 206, 216, 0.5);*/
    transition: 0.8s all ease;
    -webkit-transition: 0.8s all ease;
    -moz-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
}
.blog_content .blog_post:hover .read_more_btn{
    width: 111px;
}
.blog_content .show_more{
    text-align: center;
}
.blog_content .show_more_btn {
    font-size: 14px;
    line-height: 43px;
    letter-spacing: -0.6px;
    color: #ffffff;
    width: 187px;
    background-color: rgba(178, 178, 192, 0.5);
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 1;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.blog_content .show_more_btn:hover{
    opacity: .8;
}
.contact_us {
    background-color: #ffffff;
    padding: 90px 0px 79px;
}
.contact_us .wrapper{
    max-width: 1220px;
}
.contact_us .left_sec {
    float: left;
    width: 33.8%;
}
.contact_us .left_sec h3 {
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #ff5400;
    font-family: "Circular-Pro-Black";
    padding-bottom: 5px;
}
.contact_us .left_sec h2 {
    font-size: 52px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -2.3px;
    color: #000033;
    font-family: "Circular-Pro-Black";
}
.contact_us .left_sec h2 span {
    color: #ff5400;
}
.contact_us .left_sec .btn {
    margin-top: 24px;
}
.contact_us .left_sec .btn:hover {
    color: #ffffff;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 4px;
}
.contact_us .left_sec .email {
    display: block;
    vertical-align: top;
    font-size: 18px;
    letter-spacing: -0.8px;
    color: #b2b2c0;
    margin-top: 129px;
}
.contact_us .social_share {
    padding-top: 27px;
}
.contact_us .right_sec {
    float: left;
    width: 66.2%;
    padding-top: 36px;
}
.contact_us .right_sec .col_ {
    float: left;
    width: 48.6%;
    margin-right: 2.8%;
}
.contact_us .right_sec .col_.last{
    margin-right: 0;
}
.contact_us .right_sec .row_ {
    float: left;
    width: 100%;
}
.contact_us .right_sec input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.contact_us .right_sec input , .contact_us .right_sec textarea {
    border: 0;
    border-bottom: solid 1px #000033;
    display: block;
    width: 100%;
    padding-bottom: 12px;
    color: rgba(0, 0, 51, 0.4);
	resize: none;
}
.contact_us .right_sec textarea{
    margin-top: 60px;
    min-height: 142px;
}
.contact_us .right_sec .check_box_col {
    float: left;
    width: calc( 100% - 210px );
    margin-right: 2.8%;
}
.contact_us .right_sec .check_box_col label.status_label:after {
    display: none;
}

.contact_us .right_sec .check_box_col label.status_label {
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #000033;
    padding-left: 0;
}
.contact_us .right_sec .check_box_col label {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #000033;
    margin-top: 47px;
    display: block;
    padding-left: 23px;
    position: relative;
}
.contact_us .right_sec .check_box_col label span {
    font-weight: 900;
    font-family: "Circular-Pro-Black";
}
.contact_us .right_sec .check_box_col label #check_box{
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
}
.contact_us .right_sec .check_box_col label::after{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border: solid 1px #000033;
    border-radius: 50%;
    top: 3px;
    left: 0;
}
.contact_us .right_sec .check_box_col label.active::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #000033;
    border-radius: 50%;
    top: 6px;
    left: 3px;
}
.contact_us .right_sec .submit {
    float: right;
    width: 183px;
}
.contact_us .right_sec input[type="submit"] {
    margin-top: 35px;
    width: 183px;
    border: 1px solid #b2b2c0;
    background-color: #b2b2c0;
    font-size: 18px;
    letter-spacing: -0.8px;
    color: #ffffff;
    line-height: 46px;
    padding: 0;
    text-align: center;
    margin-left: auto;
    opacity: 1;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.contact_us .right_sec input[type="submit"]:hover{
    opacity: .8;
}
.research_news {
    padding-top: 88px;
    padding-bottom: 87px;
}
.research_news .wrapper {
    max-width: 1220px;
}
.research_news h3 {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.8px;
    color: #ff5400;
    font-family: "Circular-Pro-Black";
    padding-bottom: 19px;
}
.research_news h2 {
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2.3px;
    color: #000033;
    font-family: "Circular-Pro-Black";
    padding-bottom: 42px;
}
.research_news h2 span{
    color: #ff5400;
}
.blog_content .research_news .blog_post {
    width: 32.2%;
    margin-right: 1.7%;
    top: 0;
}
.blog_content .research_news .blog_post:hover {
    top: -20px;
}
.blog_content .research_news .blog_post:last-child {
    margin-right: 0;
}
.blog_content .research_news .blog_post:nth-child(3n) {
    margin-right: 0;
}
.blog_content .research_news .show_more_blog_post{
    display: none;
}
.research_news .show_more_btn {
    margin-top: 32px;
}

@media only screen and (max-width:1300px) {
    .blog_content .wrapper {
        margin: 0 30px;
    }
}
@media only screen and (max-width:1024px) {
    .blog_banner {
        padding-top: 0;
        padding-bottom: 49px;
    }
    .side_bar {
        width: 290px;
    }
    .blog_introduction .right_sec {
        width: calc( 100% - 290px );
        padding-left: 3.9%;
    }
    .side_bar .more_articale {
        margin-top: 25px;
    }
    .blog_content .blog_post {
        box-shadow: 20px 20px 20px 0 rgba(197, 206, 216, 0.5);
    }
    .blog_content .blog_post .text {
        position: relative;
        padding: 16px 30px 71px 20px;
        top: -110px;
        background: #fff;
        margin: 0 11px;
        margin-bottom: -110px;
    }
    .blog_content .blog_post .bottom_sec {
        display: none;
    }
    .blog_content .blog_post .read_more_btn {
        font-size: 14px;
        font-weight: 900;
        letter-spacing: -0.8px;
        color: #ff5400;
        font-family: "Circular-Pro-Black";
        opacity: 1;
        visibility: visible;
        background: transparent;
        box-shadow: none;
        top: auto;
        bottom: 16px;
        left: 31px !important;
        z-index: 99;
        text-transform: uppercase;
        height: auto;
        width: auto;
    }


}
@media only screen and (max-width:768px) {
    .blog_banner .wrapper {
		height: auto;
		margin: 0;
		padding: 39px 30px 35px;
		text-align: left;
	}

    .blog_banner .wrapper .date {padding-bottom: 26px;max-width: 165px;margin-right: auto;margin-left: 0;}
    .blog_banner .wrapper .date span {font-family: "Circular-Pro-Black";font-weight: 900;}
    .blog_banner .wrapper h1 {font-size: 52px;line-height: 0.88;letter-spacing: -2.3px;max-width: 300px;}
    .blog_banner .wrapper h2 {
		font-family: "Circular-Pro-Book";
		font-weight: 400;
		font-size: 25px;
		line-height: 1.16;
		letter-spacing: -1.3px;
		padding-top: 30px;
	}
    .blog_banner .wrapper p {padding-top: 87px;max-width: 211px;}
    .blog_content .blog_introduction .wrapper {margin: 0;}
    .blog_introduction .right_sec {float: none;width: 100%;border: 0;padding-left: 0;}
    .blog_introduction .right_sec .detail_sec {padding: 0 26px;}
    .blog_introduction .detail_sec .light_box {margin-top: 20px;margin-bottom: 34px;}
    .blog_introduction .right_sec .social_share {display: block;text-align: center;margin-top: 22px;}
    .blog_introduction .you_may_also_like {margin-top: 32px;/*padding-left: 22px;*/padding-top: 32px;border-top: solid 1px #b2b2c0;}
    .blog_introduction .you_may_also_like h3{padding-left: 22px;}
    .blog_introduction .you_may_also_like .blog_post_list {margin-top: 23px;}
    .blog_introduction{margin-bottom: 6px;}
    .blog_content .show_more{display: none;}
    .side_bar {display: none;}
    .contact_us {padding: 44px 0 54px;}
    .contact_us .left_sec {float: none;width: 100%;}
    .contact_us .wrapper {margin: 0 25px;}
    .contact_us .left_sec .btn ,.contact_us .left_sec .email ,.contact_us .social_share{display: none;}
    .contact_us .right_sec {float: none;width: 100%;}
    .contact_us .right_sec .col_ ,.contact_us .right_sec .row_{float: none;width: 100%;}
    .contact_us .right_sec input, .contact_us .right_sec textarea {line-height: 1.22;letter-spacing: -0.8px;color: #000033;margin-bottom: 31px;margin-top: 0;}
    .contact_us .right_sec input::-webkit-input-placeholder,.contact_us .right_sec textarea::-webkit-input-placeholder{ color: #000033;}
    .contact_us .right_sec input:-moz-placeholder,.contact_us .right_sec textarea:-moz-placeholder{ color: #000033;}
    .contact_us .right_sec input::-moz-placeholder,.contact_us .right_sec textarea::-moz-placeholder{ color: #000033;}
    .contact_us .right_sec input:-ms-input-placeholder,.contact_us .right_sec textarea:-ms-input-placeholder{ color: #000033;}
    .contact_us .right_sec input::-ms-input-placeholder,.contact_us .right_sec textarea::-ms-input-placeholder{ color: #000033;}
    .contact_us .right_sec input:placeholder-shown,.contact_us .right_sec textarea:placeholder-shown{ color: #000033;}
    .contact_us .right_sec textarea{margin-bottom: 24px;}
    .contact_us .right_sec .check_box_col,.contact_us .right_sec .submit {float: none;width: 100%;}
    .contact_us .right_sec .check_box_col label {margin-top: 0;}
    .contact_us .right_sec .check_box_col label br{display: none;}
    .contact_us .right_sec .check_box_col label.active::before{background-color: #ff5400;}
    .contact_us .right_sec input[type="submit"] {margin-top: 62px;margin-right: auto;letter-spacing: -0.8px;text-align: center;color: #ff5400;text-decoration: underline;width: auto;line-height: normal;background: transparent;border: 0;font-weight: 900;font-family: "Circular-Pro-Black";margin-bottom: 0;}
    .research_news {padding-top: 58px;padding-bottom: 0;}
    .research_news h3{display: none;}
    .research_news h2 {font-size: 18px;color: #ff5400;letter-spacing: -1px;padding-left: 25px;}
    .research_news h2 span{display: none;}
    
    
    .scrollbar {position: absolute;width: calc(100% - 52px); height: 1px;margin-top: 3px;background: #000033;top: 0;left: 26px;right: 26px;}
    .handle {height: 5px;background: #ff5400;margin-top: -2px;}
    .blog_introduction .blog_post_scroll {position: relative;margin-top: 23px;}
    
    .research_news .wrapper{position: relative;margin: 0px;}
    .research_news .scrollbar {top: 7px;left: 169px;width: calc( 100% - 195px );}
    .blog_content .blog_post .show_more_post {width: 100%;text-align: center;height: 100%;}
    .blog_content .research_news .show_more_blog_post{display: block;}
    .blog_content .blog_post .show_more_post .show_more_btn {letter-spacing: -0.8px;color: #ff5400;width: auto;margin-top: 0;line-height: normal;background: transparent;border: 0;font-weight: 900;font-family: "Circular-Pro-Black";margin-bottom: 0;position: relative;top: 50%;transform: translateY(-50%);}
    .blog_content .blog_post .show_more_post ._articles { position: absolute;bottom: 25px;left: 0;right: 0;margin: 0 auto;}
    .blog_content .blog_post .show_more_post ._articles p{font-size: 14px;letter-spacing: -0.8px;color: #b2b2c0;}
    
}

@media only screen and (max-width:767px) {
	.blog_content .blog_post {width: 268px;margin: 0 10px !important;}
	.blog_content .research_news .blog_post {width: 301px;margin-right: 12px;margin-bottom: 53px !important;}
	.blog_content .research_news .blog_post:hover{top: 0;}
	.blog_content .blog_post:first-child{margin-left: 26px !important;}
    .blog_content .blog_post:last-child{margin-right: 26px !important;}
}


















/* Example wrapper */
.wrap {
    position: relative;
    float: left;
}
.wrap:nth-child(2n) { margin-right: 0; }

/* Frame */
.frame {
    width: 330px;
    height: 345px;
    overflow: hidden;
}
.frame .slidee {
    padding: 20px 25px;
}
.frame ul.items {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 24px;
    line-height: 100px;
}
.frame ul.items li {
    float: left;
    width: 100%;
    height: 100px;
    margin: 0 0 1px;
    padding: 0;
    background: #333;
    color: #ddd;
    text-align: center;
    cursor: pointer;
}
.frame ul.items li.active {
    color: #fff;
    background: #a03232;
}

/* Scrollbar */
.wrap .scrollbar {
    position: absolute;
    width: 2px;
    height: 275px;
    background: #ccc;
    line-height: 0;
    right: 0;
    left: auto;
    top:40px;
}
.wrap .scrollbar .handle {
    margin-left: -2px;
    width: 5px;
    height: 100px;
    cursor: pointer;
}
.wrap .scrollbar .handle .mousearea {
    position: absolute;
    top: 0;
    left: -10px;
    width: 22px;
    height: 100%;
}
