body {
    margin: 0;
    padding: 0;
    font-family: OpenSans-Regular, 'Open Sans', 'Montserrat', serif;
    font-size: 16px;
    color: #292929;
    line-height: 1.2;
}
img{max-width: 100%;}

.marginb0{
    margin-bottom: 0px !important;
}

header {
    background: url('../img/bg-header.jpg') no-repeat top center;
    height: 645px;
    width: 100%;
    text-transform: uppercase;
}

.head.bg .logo{
    text-align: center;
    padding-top: 100px;
    margin-bottom: 35px;
}

.head.bg .logo img{
    margin-bottom: 40px;
}

.head.bg h3 {
    text-align: center;
    font-size: 38px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-family: "OpenSans-Light";
    text-transform: none;
}

.head.bg h3 strong{
    font-family: "OpenSans-SemiBold"
}

.head.bg h3 strong{
    font-weight: bold;
}

.head.bg .logo::after {
    display: inline-block;
    width: 92px;
    height: 15px;
    content: '';
    background: url(../img/icon.png) no-repeat;
    background-position: -15px -20px;
    margin-left: 0px auto;
}

.head.bg .text-bottom{
    margin: 45px auto 138px;
    text-align: center
}

.btn-next {
    display: inline-block;
    color: #fff;
    background-color: #055699;
    text-transform: uppercase;
    margin: 0px;    
    padding: 22px 40px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    font-family: OpenSans-SemiBold;
}

h1.btn-next:after {
    content: '';
    display: inline-block;
    height: 50px;
    width: 50px;
    background: url(../img/icon.png) no-repeat;
    background-position: -121px -19px;
    position: absolute;
    margin-left: 60px;
    margin-top: 35px;
}

.container-fluid.bg {
    background: url(../img/bg-color.png) repeat-y 0 0 #f5f5f5;
    height: 600px;
}

.container-fluid.bg .main{
    width: 1460px;
    margin-left: 80px;
}

.container .main{
    overflow:hidden;
}

.container-fluid.bg .main .content-left .vertical {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    display: inline-block;
    color: #fff;
    margin: 277px 0px 0px 12px;
    float: left;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: OpenSans-Light;
}

.container-fluid.bg .main .content-left .vertical strong{
    font-family: OpenSans-SemiBold;
}

.container-fluid.bg .main .content-left img{
    float: left;
    margin: -220px 0px 0px 40px;
}

.container-fluid.bg .main .content-right{
    padding-top: 63px;
    padding-bottom: 60px;
}

.container-fluid.bg .main .content-right h3 {
    font-size: 42px;
    padding: 0px;
    margin: 0px;
    color: #212121;
    line-height: 1.2;
    padding-bottom: 5px;
    font-family: OpenSans-Bold;
}

.container-fluid.bg .main .content-right h3 small {
    font-size: 15px;
    color: #3d9e46;
    text-transform: uppercase;
    font-weight: normal;
    font-family: OpenSans-Regular;
}

.main .content-right p,
.main .content-left p {
    line-height: 1.8;
    /*text-align: justify;*/
}

.container-fluid.bg .main .content-right p .icon-sub {
    content: '';
    display: inline-block;
    height: 20px;
    width: 30px;
    background: url(../img/icon.png) no-repeat;
    background-position: -375px -19px;
}

.container-fluid.bg-content {
    background: url(../img/bg-content.png) no-repeat top right #fff;
    overflow: hidden;
    width: 100%;
}

.main .content-left,
.main .content-right{
    float: left;
    width: 50%;
    overflow:hidden;
}

.main.row1 .content-left {
    width: 51%;
    margin-left: 4%;
}

.main.row1 .content-right {
    width: 43%
}

.main.row2 {
    margin-bottom: 70px
}

.main.row3 {
    margin-bottom: 85px
}

.main.main-buttom {
    margin-bottom: 100px
}

.main.main-buttom{
    text-align: center;
}

.main.row2 .content-left,
.main.row3 .content-right {
    width: 59%;
    padding-top: 15px;
}

.main.row2 .content-right,
.main.row3 .content-left {
    width: 41%;
}

.main.row2 .content-right{
    text-align: right
}

.main.row3 .content-left {
    text-align: left
}

.main.row2 .content-right img,
.main.row3 .content-left img{
    height: 280px;
}

.main .content-left p,
.main .content-right p{
    /*text-align: justify;*/
}

.main .content-left p strong{
    font-family: OpenSans-SemiBold;
    font-weight: bold;
} 

.main.row2 .box-border,
.main.row3 .box-border {
    overflow: hidden;
    display: inline-block;
    padding: 50px;
    box-shadow: 0px 0px 15px #ccc;
    border-radius: 380px;
    margin: 15px;
    background-color: #fff;
}

content .container {
    width: 1125px;
    margin: auto
}

content .container .main .content .stt{
    background: url(../img/icon.png) no-repeat;
    background-position: -185px -19px;
    display: inline-block;
    height: 60px;
    width: 60px;
    color: #fff;
    padding-left: 24px;
    padding-top: 15px;
    float: left;
    padding-bottom: 5px;
    font-family: OpenSans-Bold;
    font-size: 22px;
}

content .container .main, 
content .container .main-title{
    width: 100%;
}

content .container .main .content{
    width: 666px;
    margin: auto;
    text-align:justify;
    line-height: 1.8;
    overflow: hidden;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
}

content .container .main-title .content {
    margin: 105px auto 105px;
    overflow: hidden;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-family: OpenSans-Bold;
    line-height: 1.5
}

content .container .main-title .content .stt{
    color: #b89f58;
    font-size: 24px;
    float: left;
    margin-top: 10px;
}

content .container .main .content .title1{
    font-size: 30px;
    color: #212121;
    float: left;
    display: block;
    width: calc(100% - 50px);
    font-weight: bold;
    font-family: OpenSans-Bold;
}

content .container .main .content .title2 {
    font-size: 18px;
    color: #515151;
    text-transform: initial;
    float: left;
    display: block;
    font-family: OpenSans-Light;
}

content .container .main .content .title {
    line-height: 1.3;
    font-weight: normal;
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
}

content .container .main .content.title h3{
    margin: 0px;
    padding: 0px;
}

.main-img.bg-content.bg1{
    width: 100%;
    background: url(../img/bg-content1.jpg) no-repeat center center;
    height: 390px;
    margin-bottom: 50px;
}

.main-img.bg-content.bg2 {
    width: 100%;
    background: url(../img/bg-content3.jpg) no-repeat center center;
    height: 457px;
    margin-bottom: 50px;
}

.main-img.bg-content.bg3 {
    width: 100%;
    background: url(../img/bg-content5.jpg) no-repeat center center;
    height: 428px;
    margin-bottom: 50px;
}

.main.img-col2 .content .col,
.main.col2-img .content .col {
    float: left;
}

.main.img-col2,
.main.col2-img {
    overflow: hidden;
}

.main.col2-img.row1 .col-left,
.main.col2-img.row3 .col-left{
    width: 500px;
}

.main.col2-img.row1 .col-right,
.main.col2-img.row3 .col-right{
    width: calc(100% - 560px);
    padding-left: 60px;
}

.main.col2-img.row1 .col-right img,
.main.col2-img.row3 .col-right img{
    width: 389px;
    max-width: 389px;
}

.main.img-col2 .col-right img,
.main.col2-img .col-right img{
    padding-top: 7px;
}

.main.img-col2.row2 .col-right,
.main.img-col2.row4 .col-right{
    width: 495px;
}

.main.img-col2.row2 .col-left,
.main.img-col2.row4 .col-left{
    width: calc(100% - 530px);
    padding-right: 35px;
}

.main.img-col2.row2 .col-left img{
    width: 274px;
    max-width: 274px;
    float: right;
}

.main.img-col2.row4 .col-left img{
    width: 413px;
    max-width: 413px;
    float: right;
}

.main.img-col2.row2{
    margin-top: 24px;
}

.main.col2-img.row3{
    margin-top: 17px;
    margin-bottom: 20px;
}

.main.img-col2.row4{
    margin-bottom: 35px;
}

.main-img.bg-content{
    margin-top: 43px;
    margin-bottom: 8px;
}

.main-img.bg-content.bg1 .content{
    margin-left: 47%;
    width: 389px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 124px;
    /*text-align: justify;*/
}

.main-img.bg-content.bg1 .content strong{
    font-size: 90px;
    float: left;
    margin-left: -55px;
    margin-top: -35px;
    line-height: 50px;
}

.main-img.bg-content.bg2 .content{
    margin-left: calc(50% - 370px);
    width: 378px;
    color: #00303c;
    font-size: 26px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 103px;
    /*text-align: justify;*/
}

.main-img.bg-content.bg2 .content p:first-child {
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.main-img.bg-content.bg2 .content p:last-child{
    margin-top: -25px;
}

.main-img.bg-content.bg2 .content strong{
    font-size: 90px;
    line-height: 1;
    margin: 0px;
    padding: 0px;
}

.main-img.bg-content.bg3 .content{
    margin-left: 50%;
    width: 320px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 99px;
    /*text-align: justify;*/
}

.main-img.bg-content.bg3 .content p:first-child {
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #b89f58;
}

.main-img.bg-content.bg3 .content p:last-child{
    margin-top: -25px;
}

.main-img.bg-content.bg3 .content strong{
    font-size: 90px;
    line-height: 1;
    margin: 0px;
    padding: 0px;
}

.footer{
    background: url(../img/bg-footer.jpg) no-repeat center center;
    height: 293px;
    color: #fff;
}

.footer a,
.footer a:hover{
    color: #fff;
    text-decoration: none;
}

.footer .main{
    text-align: center;
}

.footer .main img{
    margin-top: 75px;
    margin-bottom: 5px;
}

.footer .main ul{
    text-align: center;
    padding: 0px;
}

.footer .main ul li{
    display: inline-block;
    margin-left: 10px;
}

.main.main-buttom .btn-next {
    font-size: 15px;
}

.icon {
    content: '';
    display: inline-block;
    height: 16px;
    width: 20px;
    background: url(../img/icon.png) no-repeat;
    background-position: -277px -21px;
}

.icon.icon-next {
    margin-left: 8px;
    background-position: -277px -21px;
    margin-top: 2px;
}

.icon.icon-email{
    background-position: -303px -21px;
    margin-top: 2px;
    margin-right: 6px;
}

.icon.icon-phone{
    background-position: -335px -21px;
    margin-top: 2px;
    margin-right: 5px;
}

.styleContent span,
.styleContent i {
    float: left;
}

.socical {
    width: 40px;
    height: 161px;
    position: fixed;
    top: 220px;
    right: 0;
    background: url(../img/socical.png) no-repeat;
    z-index: 9;
    margin: 0px;
    padding: 0px;
}

.socical li{
    list-style-type: none;
}

.socical li a {
    width: 100%;
    height: 41px;
    display: block;
}

.wap{
    display: none;
}

.mask{
    display: inline-block;
}

@media screen and (max-width: 1500px) {
    body{
        font-size: 15px;
    }

    .main.row1 .content-left{
        margin-left: 0%;
    }

    .container-fluid.bg .main{
        width: 100%;
    }

    .main.row1 .content-left {
        width: 45%;
    }

    .main.row1 .content-right {
        width: calc(51% - 15px);
        margin-right: 15px;
    }

    .container-fluid.bg {
        background-position: -15% 0;
        height: 520px;
    }

    .container-fluid.bg .main{
        margin-left: 4%;
    }

    .container-fluid.bg .main .content-left img{
        height: 350px;
    }

    .container-fluid.bg .main .content-left .vertical{
        letter-spacing: 0px;
        margin: 240px 0px 0px 12px;
    }

    .container-fluid.bg .main .content-left img {        
        margin: -175px 0px 0px 40px;
    }

    .main .content-right p, .main .content-left p{
        line-height: 1.8;
    }

    content .container .main .content .stt{
        padding-top: 15px;
    }
}

@media screen and (max-width: 1366px) {
    body {
        font-size: 14px;
    }

    .head.bg h3{
        font-size: 36px;
    }

    .container-fluid.bg .main .content-right h3{
        font-size: 40px;
    }

    content .container .main-title .content{
        font-size: 38px;
    }

    content .container .main .content .title2{
        font-size: 16px;
    }

    .container-fluid.bg .main .content-right h3 small{
        font-size: 16px;
    }

    .main .content-right p, .main .content-left p {
        line-height: 1.6;
    }

    .container-fluid.bg .main .content-right {
        padding-top: 75px;
    }
}

@media screen and (max-width: 1280px) {
    .container-fluid.bg {
        background-position: -25% 0;
        height: 490px;
    }

    .container-fluid.bg .main .content-left img {
        height: 325px;
    }

    .container-fluid.bg .main .content-right {
        padding-top: 63px;
        padding-bottom: 66px;
    }
}

@media screen and (max-width: 1180px) {
    .container-fluid.bg {
        background-position: -50% 0;
        height: 490px;
    }

    .container-fluid.bg .main .content-left img {
        width: 470px;
    }

    .container-fluid.bg .main .content-right {
        padding-top: 62px;
        padding-bottom: 0px;
    }

    .container-fluid.bg .main {
        margin-left: 0;
    }

    .main.row1 .content-right {
        width: calc(55% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }

    content .container{
        width: 100%;
    }

    content .container .main, content .container .main-title {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 30px);
    }

    .head.bg h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1100px){
    .container-fluid.bg {
        background-position: -65% 0;
        height: 490px;
    }    
}

@media screen and (max-width: 1024px) {
    .container-fluid.bg .main .content-left .vertical {
        margin: 240px 0px 0px 35px;
    }

    .container-fluid.bg .main .content-left img {
        margin: -175px 0px 0px 75px;
    }

    .main.row1 .content-right {
        width: calc(55% - 60px);
        margin-left: 45px;
    }

    .container-fluid.bg .main .content-right {
        padding-top: 45px;
    }
}

@media screen and (max-width: 768px) {
    body{
        font-size: 16px;
    }

    .web {
        display: none;
    }

    .wap{
        display: block;
    }

    header {
        background: url(../img/bg-header-wap.jpg) no-repeat top center;
        height: 400px;
        background-size: auto 100%; 
    }

    .head.bg .logo img {
        height: 70px;
        margin-bottom: 28px;
    }

    .head.bg .logo{
        padding-top: 50px;
    }

    .head.bg .text-bottom {
        margin: 32px auto 50px;
    }

    .head.bg h3 {
        font-size: 28px;
        text-transform: initial;
        font-family: 'OpenSans-Light';
    }

    .head.bg h3 strong{
        font-family: 'OpenSans-SemiBold';
    }

    .head.bg .logo{
        margin-bottom: 21px;
    }

    h1.btn-next:after {
        margin-left: 60px;
        margin-top: 23px;
        background-position: -121px -100px;
    }

    .main.row1 .content-left,
    .main.row1 .content-right {
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
        margin: 0px;
    }

    .container-fluid.bg .main .content-right {
        padding-top: 15px;
        padding-bottom: 30px;
        background-color: #f5f5f5;
    }
  
    .container-fluid.bg {
        background: #f5f5f5;
    }

    .main.row1 .content-left {
        background: #055699;
        text-align: right;
    }

    .container-fluid.bg .main .content-left .vertical {
        margin: 218px 10px 0px 34px;
        width: 340px;
        text-align: left;
    }

    .container-fluid.bg .main .content-left img {
        width: calc(100% - 75px);
        float: none;
        padding-bottom: 60px;
        height: 416px;
    }

    .container-fluid.bg-content{
        background: #fff;
    }

    content .container .main-title .content {
        margin: 48px auto 55px;
        overflow: hidden;
        text-align: left;
        font-size: 34px;
        text-transform: uppercase;
    }

    .main.row2 .content-right, 
    .main.row3 .content-left {
        width: 100%;
        float: left;
        text-align: center;
    }

    .main.row2 .content-left, 
    .main.row3 .content-right{
        width: 100%;
        float: right;
    }

    content .container .main .content{
        width: 100%;
        margin: 0px;
    }

    .footer {
        background: url(../img/bg-footer_wap.jpg) no-repeat center center;
        background-size: auto 100%;
        height: 285px;
    }

    .main.main-buttom {
        margin-bottom: 75px;
    }

    content .container .main .content .stt {
        padding-top: 13px;
    }
}

@media screen and (max-width: 667px) {
    body {
        font-size: 14px;
    }

    .head.bg h3 {
        font-size: 24px;
    }

    .container-fluid.bg .main .content-left img{
        max-width: 550px;
        width: 550px;
        height: 390px;
        margin: 0px;
        padding: 0px;
    }

    .mask {
        overflow: hidden;
        width: calc(100% - 25px);
        float: none;
        height: 325px;
        margin-top: -188px;
        margin-bottom: 50px;
    }

    .container-fluid.bg .main .content-left .vertical{
        margin-left: 8px;
    }

    .btn-next {
        padding: 12px 25px;
        font-size: 12px;
    }

    h1.btn-next:after {
        margin-left: 40px;
        margin-top: 20px;
    }

    .container-fluid.bg .main .content-right h3 small {
        font-size: 15px;
    }
}

@media screen and (max-width: 580px) {
    .head.bg h3 {
        font-size: 20px;
    }

    .main.main-buttom .btn-next {
        font-size: 13px;
    }

    .icon.icon-next{
        margin-top: 0px;
    }
}

@media screen and (max-width: 480px) {
    .head.bg .logo img {
        height: 45px;
    }

    .mask {
        width: calc(100% - 25px);
    }

    .head.bg h3 {
        font-size: 18px;
    }

    .container-fluid.bg .main .content-right h3{
        font-size: 30px;
    }

    content .container .main .content .title{
        margin-top: 10px;
    }

    content .container .main-title .content,
    content .container .main .content .title1 {
        font-size: 20px;
    }

    content .container .main .content .title2{
        font-size: 16px;
    }
}

@media screen and (max-width: 420px){
    .main.row2 .content-right img, .main.row3 .content-left img {
        height: 200px;
    }
}

@media screen and (max-width: 320px) {
    .main.row2 .box-border, .main.row3 .box-border{
        padding: 30px;
    }

    .main.row2 .content-right img, .main.row3 .content-left img{
        height: 160px;
    }

    .main.main-buttom .styleContent span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100px;
        font-size: 13px;
    }

    .footer .main ul li{
        clear: both;
        margin-left: 0px;
    }
    .footer .main ul li:nth-child(2){
        display:none;
    }
}