.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
html, body {
    height: 100%;
}
.home-bg {
    width: 100%;
    height: 100%;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('../images/home-bg.png')
}
.header-bg {
    height: 110px;
    background-color: #ffffffdd;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-left: 60px;
}
.top-logo {
    width: 60px;
    height: 60px;
    background-image: url('../images/top-logo.png');
}
.top-title {
    color: #000000;
    font-size: 30px;
    padding-left: 8px;
    font-family: Quicksand-Regular;
}
.top-menu {
    padding-left: 20px;
    padding-right: 20px;
    color: #201d1c;
    font-size: 18px;
    height: 110px;
    float: left;
    padding-top: 40px;
    font-family: "EncodeSans-Medium";
}
.top-menu:hover {
    padding-left: 20px;
    float: left;
    padding-right: 20px;
    color: #201d1c;
    background-color: #f3d0b6aa;
    font-size: 18px;
    height: 110px;
    padding-top: 40px;
    font-family: "EncodeSans-Medium";
    cursor: pointer;
}
.menu-active {
    background-color: #f3d0b6;
}
.btn-try {
    width: 200px;
    height: 50px;
    color: #FFFFFF;
    background-color: #ffab6d;
    border-radius: 50px;
    float: left;
    font-size: 18px;
    text-align: center;
    padding-top: 12px;
    margin-left: 10px;
    cursor: pointer;
}
.footer-bg {
    background-color: #363636;
    height: 60px;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.footer-copyright {
    color: #ffffff;
    font-size: 14px;
}
.height-60 {
    height: 60px;
}
.height-110 {
    height: 110px;
}
.f-f-OpenSans-Regular {
    font-family: OpenSans-Regular;
}
.f-f-OpenSans-Bold {
    font-family: OpenSans-Bold;
}
.f-f-OpenSans-ExtraBold {
    font-family: OpenSans-ExtraBold;
}
.f-f-EncodeSans-Regular {
    font-family: "EncodeSans-Regular";
}
.f-f-EncodeSans-Medium {
    font-family: "EncodeSans-Medium";
}
.f-f-Quicksand-Regular {
    font-family: Quicksand-Regular;
}
.f-f-AlegreyaSans-Regular {
    font-family: AlegreyaSans-Regular;
}
.f-f-Mitr-SemiBold {
    font-family: Mitr-SemiBold;
}
.f-f-Mitr-Medium {
    font-family: Mitr-Medium;
}
.f-f-UTM-Impact {
    font-family: UTM-Impact;
}
.f-s-100 {
    font-size: 100px;
}
.f-s-60 {
    font-size: 60px;
}
.f-s-24 {
    font-size: 24px;
}
.f-s-21 {
    font-size: 21px;
}
.f-s-16 {
    font-size: 16px;
}
.menu-list {
    padding-right: 60px;
}
.slide-title-format {
    padding-right: 60px;
    padding-bottom: 90px;
    font-size: 100px;
    font-family: Myriad-Pro-Regular;
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 15%;
    z-index: 10;
    color: #fff;
    cursor: context-menu;
    text-shadow: 1px 1px 2px #00000088, 0 0 35px #00000088, 0 0 15px #00000088;
}
.product-img1 {
    width: 100%;
    height: 100%;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('../images/product/img1.png')
}
.product-img2 {
    width: 100%;
    height: 100%;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('../images/product/img2.png')
}
.product-description {
    padding: 20px 50px;
    margin-right: 15.7%;
    margin-left: 15.7%;
    background-color: #00000066;
    font-family: AlegreyaSans-Regular;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
}
.secondary-info {
    padding-top: 90px;
    padding-bottom: 80px;
    padding-right: 19%;
    padding-left: 19%;
    background-color: #FFF;
}
.subject-item {
    margin: 10px 10px 20px 0px;
    border-radius: 35px;
    height: 75px;
    padding-left: 20px;
    padding-right: 35px;
    color: #1f1f1f;
    border-color: #000000;
    border-width: 1px;
    vertical-align: middle;
    background-color: #ffab6d00;
    font-size: 24px;
}
.subject-item:hover {
    margin: 10px 10px 20px 0px;
    border-radius: 35px;
    height: 75px;
    padding-left: 20px;
    padding-right: 35px;
    color: #fff;
    border-color: #ffab6d;
    border-width: 1px;
    vertical-align: middle;
    background-color: #ffab6d;
    font-size: 24px;
}
.h-100-percent {
    height: 100%;
}
.w-100-percent {
    width: 100%;
}
.w-50-percent {
    width: 50%;
}
.feature-item {
    width: 24%;
    min-height: 453px;
    border: solid 1px;
    border-color: #d0e0e6;
}
.line-orange {
    background-color: #ffab6d;
    height: 2px;
    width: 20%;
    margin-bottom: 40px;
}
.input-info {
    background-color: #FFFFFF;
    border: solid 1px #e8e8e8;
    padding: 15px;
    color: #444;
    font-size: 16px;
    font-family: OpenSans-Regular;
    width: 100%;
    margin-bottom: 20px;
}
.btn-send-info {
    color: #ffffff;
    background-color: #ffab6d;
    padding: 17px 37px;
    border-radius: 2px;
}
