h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: myfont
}

#about-us .block,
#blog .block ul li,
#footer-bottom p,
#price .block>p,
#slider .block .owl-carousel,
#subscribe,
.heading,
.slid_text {
    text-align: center
}
.btn, .btn:focus{outline: none !important;}
@font-face {
    font-family: myfont;
    src: url(../fonts/ufonts.com_tw-cen-mt.ttf)
}

body {
    font-size: 14px;
    font-weight: 400;
    padding: 0 !important;
    background-color: #e9e9e9 !important;
}
html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  min-height: 100%;
  padding-bottom: 6rem !important;
}
#footer-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
h1 {
    font-size: 36px
}

h2 {
    font-size: 24px;
    font-weight: 500
}

h3 {
    font-size: 20px;
    font-weight: 600
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

ul {
    padding: 0;
    list-style: none
}

a,
a:active,
a:focus {
    text-decoration: none !important;
    font-size: 15px
}

.overlay-effect {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/overlay-pattern.png) #000;
    opacity: .3
}

.heading {
    font-weight: 500;
    color: #2E2E2E;
    padding: 40px 0;
    position: relative
}

.before-border,
.heading:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 140px;
    height: 1px;
    background: #C8C1B3;
    margin-left: -70px
}

.heading span {
    font-size: 45px;
    color: #ff530a;
    font-weight: 600
}

.title {
    color: #2E2E2E;
    text-transform: uppercase;
    padding: 30px 0
}

.title span {
    color: #FF5333
}

.log_in_form .log_in_form_box {
    border-radius: 10px;
    background-color: #ddd;
    margin: 19.2vh 0
}

.choose_category_form {
    background-color: #ddd;
    margin: 26.7vh 0;
    border-radius: 10px;
    padding: 20px
}

.transition {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

#hero-area {
    position: relative
}

#hero-area:before,
nav .block .navbar-default .navbar-nav>li.current>a:before,
nav .block .navbar-default .navbar-nav>li>a:before {
    position: absolute;
    content: "";
    bottom: 0
}

#hero-area:before {
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/overlay-pattern.png) #000;
    opacity: .3
}

nav {
    z-index: 99999;
    width: 100%
}

nav .block {
    padding: 20px 40px;
    background: #F5F5F5!important;
    width: 100%;
}

nav .block .navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    background: 0 0
}

nav .block .navbar-default .navbar-brand {
    padding-left: 0
}

nav .block .navbar-default .navbar-brand img {
    height: 70px;
    width: 150px;
    margin-top: -18px;
}

nav .block .navbar-default .navbar-nav {
    padding-top: 5px
}

nav .block .navbar-default .navbar-nav>li>a {
    color: #3e4579;
    padding: 10px 0;
    margin: 0 15px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: myfont
}

nav .block .navbar-default .navbar-nav>li>a:before {
    background-color: transparent;
    left: 0;
    display: block;
    height: 2px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    width: 0
}

nav .block .navbar-default .navbar-nav>li>a:hover:before {
    background-color: #e94c3d;
    content: "";
    width: 100%
}

nav .block .navbar-default .navbar-nav>li.current>a {
    color: #2E2E2E;
    padding: 10px 0;
    margin: 0 15px
}

nav .block .navbar-default .navbar-nav>li.current>a:before {
    left: 0;
    display: block;
    height: 2px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    width: 100%;
    background-color: #e94c3d
}

nav .block .navbar-default .navbar-nav>.active>a,
nav .block .navbar-default .navbar-nav>.active>a:focus,
nav .block .navbar-default .navbar-nav>.active>a:hover {
    background: 0 0
}

nav .block .navbar-default .navbar-nav>.active>a:before,
nav .block .navbar-default .navbar-nav>.active>a:focus:before,
nav .block .navbar-default .navbar-nav>.active>a:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #FF5333
}

#slider {
    padding: 20.5vh 0
}

#slider .block {
    padding: 0 40px
}

#slider .block .title {
    padding: 0
}

#slider .block .owl-carousel {
    padding-top: 30px;
    position: relative
}

.slid_text {
    color: #fff;
    top: 50%;
    position: absolute;
    font-weight: 600;
    font-size: 30px;
    margin-left: 2%;
    text-transform: uppercase;
    text-shadow: 4px 4px #301f46
}

#slider .block .owl-carousel img {
    padding-right: 30px;
    border-radius: 2px;
    padding-bottom: 50px
}

#slider .block .owl-carousel .owl-pagination .active {
    background: #FF5333
}

#slider .block .owl-carousel .owl-pagination div {
    background: #DADADA;
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px
}

#slider .block .owl-carousel .owl-buttons {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 40px;
    color: #AA9D84
}

#about-us {
    padding: 100px 0;
    background: #F6F6F6
}

#about-us .block p {
    color: #959595;
    font-size: 16px;
    line-height: 26px;
    padding: 40px 0
}

#blog {
    padding-top: 75px;
    padding-bottom: 100px;
    background: url(../images/blog/blog-bg.jpg) no-repeat fixed;
    background-size: cover;
    position: relative
}

#blog:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/overlay-pattern.png) #000;
    opacity: .3
}

#blog .block .heading {
    color: #fff
}

#blog .block ul {
    padding-top: 40px
}

#blog .block ul li {
    overflow: hidden;
    width: 50%;
    float: left;
    background: #fff;
    color: #959595;
    transform: 1s
}

#blog .block ul li:hover img {
    transform: scale(1.2) rotate(10deg)
}

#blog .block ul li h3 {
    color: #323232;
    padding: 0 40px 20px;
    line-height: 26px;
    position: relative
}

#blog .block ul li h3:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 1px;
    background: #CBC4B5;
    margin-left: -45px
}

#blog .block ul li p {
    padding-top: 25px
}

#blog .block ul li .blog-img {
    float: left;
    width: 50%;
    height: 100%;
    background: red;
    overflow: hidden
}

#blog .block ul li .content-left:after,
#blog .block ul li .content-right:after {
    top: 50%;
    background: #fff;
    transform: rotate(45deg);
    content: ""
}

#blog .block ul li .blog-img img {
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out
}

#blog .block ul li .blog-img-2 {
    width: 50%;
    float: right;
    overflow: hidden
}

#blog .block ul li .blog-img-2 img {
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
    width: 100%
}

#blog .block .btn-more-info,
#price .block .pricing-list .btn {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    text-transform: uppercase
}

#blog .block ul li .content-right {
    padding: 40px 35px 23px;
    font-size: 16px;
    line-height: 26px;
    float: right;
    width: 50%;
    height: 100%;
    position: relative
}

#blog .block ul li .content-right:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px
}

#blog .block ul li .content-left {
    padding: 40px 35px 23px;
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 999
}

#blog .block ul li .content-left:after {
    position: absolute;
    right: -15px;
    width: 30px;
    height: 30px;
    margin-top: 0
}

#blog .block .btn-more-info {
    float: right;
    padding: 28px 102.5px;
    border-radius: 0;
    background: #ff530a;
    color: #fff;
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    transition: .3s all
}

#blog .block .btn-more-info:hover {
    background: 0 0;
    color: #ff530a;
    border: 1px solid #ff530a
}

#price {
    padding: 70px 0
}

#price .block>p {
    color: #9D9D9D;
    font-size: 16px;
    line-height: 26px;
    padding: 40px 133px 0
}

#price .block .pricing-list {
    padding-top: 85px
}

#price .block .pricing-list ul {
    padding: 0 0 30px;
    margin: 0
}

#price .block .pricing-list ul li {
    padding: 21px 0
}

#price .block .pricing-list ul li .item .item-title {
    position: relative
}

#price .block .pricing-list ul li .item .item-title h2 {
    display: inline-block;
    position: relative;
    z-index: 99;
    background: #fff
}

#price .block .pricing-list ul li .item .item-title .border-bottom {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    border: 1px dotted #C9C9C9;
    margin-top: 20px
}

#price .block .pricing-list ul li .item .item-title span {
    float: right;
    color: #938463
}

#price .block .pricing-list ul li .item p {
    padding: 12px 0 0;
    color: #949494
}

#price .block .pricing-list .btn {
    padding: 28px 105px;
    border-radius: 0;
    background: 0 0;
    color: #FF4F02;
    border: 1px solid #FF4F02;
    font-size: 15px;
    font-weight: 600;
    transition: .3s all
}

#price .block .pricing-list .btn:hover {
    background: #ff530a;
    color: #fff
}

#subscribe {
    padding: 100px 0;
    background: url(../images/subscribe-bg.jpg) no-repeat fixed;
    background-size: cover;
    position: relative
}

#subscribe:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/overlay-pattern.png) #000;
    opacity: .3
}

#subscribe .block h1.heading {
    color: #fff
}

#subscribe .block p {
    padding: 25px 0;
    color: #fff;
    font-size: 18px
}

#subscribe .block form .form-control {
    width: 450px;
    background: #fff;
    opacity: .9;
    border: none;
    height: 65px;
    border-radius: 0;
    font-size: 15px
}

#subscribe .block form .input-group-addon {
    padding: 0;
    border: none;
    background: 0 0
}

#subscribe .block form .input-group-addon button {
    width: 212px;
    height: 65px;
    border: none;
    border-radius: 0;
    background: #7EC3BB;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

#subscribe .block form .input-group-addon button:hover {
    background: #69a8a1
}

.log_in_form .login_title {
    background-color: #35124c;
    color: #eee;
    padding: 10px;
    border-radius: 30px;
    margin: 30px 0;
    font-size: 16px
}

.log_in_form .log_in_button {
    margin: 30px 0;
    height: 35px;
    padding: 0;
    font-size: 22px;
    background-color: #35124c;
    border: none;
    color: #d4b03e;
    font-weight: 700;
    width: 100%;
    box-shadow: 2px 2px 2px #333;
    border-radius: 30px
}

#contact-us {
    padding: 70px 0
}

#contact-us .block .title {
    padding: 20px 0
}

#contact-us .block form {
    padding-bottom: 20px
}

#contact-us .block form input {
    height: 48px;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

#contact-us .block form input:focus {
    border: 1px solid #7EC3BB
}

#contact-us .block form textarea {
    height: 140px;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

#contact-us .block form textarea:focus {
    border: 1px solid #7EC3BB
}

#contact-us .block a {
    background: #FF4F02;
    float: right;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    width: 512px;
    height: 50px;
    padding-top: 15px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

#footer {
    padding: 70px 0
}

#footer .block h3 {
    color: #2E2E2E;
    padding-bottom: 25px
}

#footer .block h3 span {
    color: #FF4F02
}

#footer .block .blog ul,
#footer .block .gallary ul,
#footer .block .info ul {
    padding-top: 20px
}

#footer .block .blog ul li,
#footer .block .gallary ul li,
#footer .block .info ul li {
    margin-bottom: 25px;
    display: inline-block;
    margin-right: 20px
}

#footer .block .blog ul li h4,
#footer .block .gallary ul li h4,
#footer .block .info ul li h4 {
    padding-bottom: 10px;
    display: block;
    color: #FF4F02
}

#footer .block .blog ul li h4 i,
#footer .block .gallary ul li h4 i,
#footer .block .info ul li h4 i {
    color: #555;
    margin-right: 30px;
    font-size: 20px
}

#footer .block .blog ul li h4 a,
#footer .block .gallary ul li h4 a,
#footer .block .info ul li h4 a {
    color: #FF4F02;
    font-size: 20px;
    font-weight: 600
}

#footer .block .blog ul li p,
#footer .block .gallary ul li p,
#footer .block .info ul li p {
    color: #474747;
    font-size: 14px
}

#footer .block .social-media-link h3 {
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 30px
}

#footer .block .social-media-link h3 span {
    color: #FF4F02
}

#footer .block .social-media-link ul li {
    display: inline-block;
    margin-right: 20px
}

#footer .block .social-media-link ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    padding-top: 8px;
    border-radius: 100%;
    background: #B0B0B0;
    color: #FFF;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

#footer .block .social-media-link ul li a:hover {
    background: #FF4F02;
    color: #fff
}

#footer-bottom {
    background: #3c3c3c;
    bottom: 0;
    width: 100%;
    padding-bottom: 12px
}

#footer-bottom p {
    padding-top: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px
}

#footer-bottom p a {
    color: #ef6357;
    font-weight: 600
}

.codenumber {
    color: #fff;
    font-size: 22px
}
.mbview-msdn{
	position: absolute;
    float: right;
    right: 17%;
    top: 21px;
    color: #fff;
	display: none;
}
@media only screen and (min-width:768px) {
    nav .block .navbar-default .navbar-brand img {
        margin-top: -16px
    }
}
@media only screen and (max-width:768px) {
    .mbview-msdn{
		display: inline;
	}
}
.lang-btn{
    position: absolute;
    right: 65px;
}
@media (min-width:300px) and (max-width:767px){
    .lang-btn{
        position: absolute;
        top:20px;
        right:34px;
    }
}