/*
 ******************************
            OVERVIEW
 ***********************8*****
*/
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-size: 16px;
    line-height: 1.4;
    background: #fff;
    margin: 0;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
}

input,
textarea,
button,
select {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-weight: bold;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
button:focus {
    outline: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

a,
.text-link {
    text-decoration: none;
    background: transparent;
}

a:hover,
a:focus {
    text-decoration: none;
}

.vta1 {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}

.box-shadow {
    -webkit-box-shadow: 2px 2px 5px 1px rgba(222, 222, 223, 1);
    -moz-box-shadow: 2px 2px 5px 1px rgba(222, 222, 223, 1);
    box-shadow: 2px 2px 5px 1px rgba(222, 222, 223, 1);
}

.box-shadow-1 {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

#go-top {
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 999;
    cursor: pointer;
}

#go-top img {
    width: 40px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    padding-top: 10px;
    padding-bottom: 15px;
}

.video-container .video-inner {
    margin: 0;
    padding: 0;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.video-container .video-inner iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

#thumbs.owl-carousel .owl-item {
    cursor: pointer;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots>button {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #774fa0;
}

.border-hover span:before {
    position: absolute;
    top: 7.5%;
    right: 7.5%;
    bottom: 7.5%;
    left: 7.5%;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.border-hover span:after {
    position: absolute;
    top: 7.5%;
    right: 7.5%;
    bottom: 7.5%;
    left: 7.5%;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.border-hover:hover span:before,
.border-hover:hover span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*
Mobile Menu
*/
aside.mobile-sidebar {
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

aside.mobile-sidebar.show {
    opacity: 1;
    visibility: visible;
}

aside.mobile-sidebar .btn-close {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
}

aside.mobile-sidebar .main-menu {
    margin-top: 50px;
}

aside.mobile-sidebar .main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 30px;
}

aside.mobile-sidebar .main-menu>ul>li {
    position: relative;
    border-bottom: 1px solid #ececec;
}

aside.mobile-sidebar .main-menu>ul>li:before {
    content: '';
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #334982;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
    width: 0;
    height: 0;
    display: none;
}

aside.mobile-sidebar .main-menu>ul>li.active:before {
    display: block;
}

aside.mobile-sidebar .main-menu a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
}

aside.mobile-sidebar .main-menu a>i {
    margin-left: 20px;
}

aside.mobile-sidebar .main-menu ul ul {
    border-left: 1px solid #ececec;
    display: none;
}

/*
******************************
            PAGINATION
***********************8*****
*/
#pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#pagination ul:after {
    content: '';
    clear: both;
    display: block;
}

#pagination ul li {
    float: left;
    line-height: 43px;
    min-width: 35px;
    text-align: center;
    border: 1px solid #068747;
    border-right-width: 0;
    color: #068747;
}

#pagination ul li.active {
    background-color: #068747;
    color: #fff;
}

#pagination ul li:hover {
    background-color: #ccc;
}

#pagination ul li:last-child {
    border-right-width: 1px;
}

#pagination ul li a {
    color: inherit;
    display: block;
}

/*
******************************
            HEADER
***********************8*****
*/
header#header {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

header#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-animation: headerScroll 0.3s forwards;
    -moz-animation: headerScroll 0.3s forwards;
    -o-animation: headerScroll 0.3s forwards;
    animation: headerScroll 0.3s forwards;
}

header#header .bottom {
    position: relative;
    z-index: 2;
    padding-top: 5px;
    padding-bottom: 5px;
}

header#header .bottom .menu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-size: 30px;
    cursor: pointer;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    padding: 0 10px;
    width: 50px;
    height: 50px;
    z-index: 10;
    background: transparent;
    border: 0;
    margin: 0;
}

header#header .bottom .menu-toggle .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal;
}

header#header .bottom .menu-toggle i {
    line-height: 50px;
}

header#header .bottom .logo {
    max-height: 40px;
    text-align: center;
}

header#header.fixed .bottom .logo {
    display: none;
}

header#header .bottom .list-phone {
    padding-top: 2px;
    display: none;
}

header#header .bottom .list-phone ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

header#header .bottom .list-phone ul li {
    margin: 4px 0 0;
    line-height: 32px;
    border: 2px solid #038847;
    padding: 0 8px;
    border-radius: 20px;
}

header#header .bottom .list-phone ul li:first-child {
    margin-top: 0;
}

header#header .bottom .list-phone ul li i {
    color: #038847;
}

header#header .bottom .list-phone ul li span {
    margin-left: 5px;
    margin-right: 5px;
}

header#header .bottom .list-phone ul li a {
    font-weight: bold;
    color: inherit;
}

header#header .main-navigation {
    border-top: 1px solid #ddd;
    padding: 0;
    display: none;
}

header#header .main-navigation .main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

header#header .main-navigation .main-menu>li {
    float: left;
    position: relative;
}

header#header .main-navigation .main-menu>li>a {
    padding: 11px 15px;
    position: relative;
    display: block;
    font-size: 14px;
    color: inherit;
    text-transform: uppercase;
}

header#header .main-navigation .main-menu>li>a:after {
    background-color: transparent;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
}

header#header .main-navigation .main-menu>li:hover>a:after {
    background-color: #f27322;
    width: 100%;
}

header#header .main-navigation .main-menu>li.has-sub ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    float: left;
    min-width: 100%;
    padding: 5px 0;
    margin: 1px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .175);
    box-shadow: 0 0 5px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

header#header .main-navigation .main-menu>li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-top: 5px;
    padding-bottom: 5px;
}

header#header .main-navigation .main-menu>li.has-sub ul.sub-menu li {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

header#header .main-navigation .main-menu>li.has-sub ul.sub-menu li:hover {
    -webkit-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    -o-transform: translate(2px, 0);
    transform: translate(2px, 0);
}

header#header .main-navigation .main-menu>li.has-sub ul.sub-menu li a {
    padding: 7px 15px;
    color: inherit;
    display: block;
    white-space: nowrap;
}

header#header .bottom .phone-mobile {
    display: none;
}

header#header.fixed .bottom .phone-mobile {
    line-height: 40px;
    text-align: right;
    font-size: 22px;
    color: #f27322;
    font-weight: bold;
    display: block;
}

header#header .bottom .phone-mobile a {
    color: inherit;
}

header#header .bottom .phone-mobile a span {
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #f27322;
    margin-left: 5px;
    font-weight: normal;
}

@-webkit-keyframes headerScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes headerScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-o-keyframes headerScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes headerScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (min-width: 992px) {
    header#header {
        position: relative;
        border-bottom-width: 0;
    }

    header#header .bottom .menu-toggle {
        display: none;
    }

    header#header .bottom .logo {
        float: left;
        max-height: 80px;
        display: block;
    }

    header#header .bottom .list-phone {
        display: block;
    }

    header#header .main-navigation {
        display: block;
    }

    header#header .bottom .phone-mobile {
        display: none;
    }
}

/*
******************************
            FOOTER
***********************8*****
*/
footer#footer {
    border-top: 2px solid #eee;
}

footer#footer .top {
    padding-top: 50px;
    padding-bottom: 25px;
}

footer#footer .top h4.title {
    text-transform: uppercase;
    color: #f27322;
    font-weight: bold;
    font-size: 18px;
}

footer#footer .top .desc {
    margin-top: 10px;
}

footer#footer .top .desc p {
    font-size: 18px;
}

footer#footer .top .department-list .item {
    margin-bottom: 20px;
}

footer#footer .top .department-list .item p i {
    margin-right: 7px;
    color: #f27322;
}

footer#footer .top .department-list .item p a {
    color: inherit;
}

footer#footer .top .social ul {
    padding: 0;
    list-style: none;
    margin: 10px 0 0;
}

footer#footer .top .social ul li {
    margin-right: 8px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

footer#footer .top .social ul li a {
    color: inherit;
}

footer#footer .top .social ul li a i {
    font-size: 40px;
}

footer#footer .top .social ul li.facebook a i {
    color: #3b5998;
}

footer#footer .top .social ul li.google-plus a i {
    color: #dd4b39;
}

footer#footer .top .social ul li.youtube a i {
    color: #d33724;
}

footer#footer .top .social ul li.twitter a i {
    color: #55acee;
}

footer#footer .middle {
    background: #f3f3f3;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer#footer .middle ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer#footer .middle ul li {
    padding: 0 25px;
    border-right: 1px solid #ccc;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}

footer#footer .middle ul li:last-child {
    border-right-width: 0;
}

footer#footer .middle ul li a {
    line-height: 25px;
    color: inherit;
}

footer#footer .bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer#footer .bottom .copyright {
    font-size: 10px;
}

@media (min-width: 768px) {
    footer#footer .top h4.title {
        font-size: 20px;
    }

    footer#footer .bottom .copyright {
        font-size: 14px;
    }
}

/*
******************************
            HOMEPAGE
***********************8*****
*/
/*
    SLIDER
*/
.main-slider img {
    width: 100%;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-carousel .nav-btn {
    height: 60px;
    position: absolute;
    width: 60px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel .owl-nav .prev-slide,
.owl-carousel .owl-nav .next-slide {
    background-image: url(../images/nav-icon.png);
    background-repeat: no-repeat;
    background-size: 120px 100%;
}

.owl-carousel .owl-nav .prev-slide {
    background-position: 0 0;
    left: 1.5%;
}

.owl-carousel .owl-nav .next-slide {
    background-position: -60px 0;
    right: 1.5%;
}

/*
    BLOCK 1
*/
section#about-us {
    padding: 5% 0%;
}

section#about-us h1 {
    font-size: 21px;
    text-align: center;
    font-weight: 700;
    position: relative;
    color: #f27322;
    padding-bottom: 10px;
}

section#about-us h1:after {
    display: block;
    content: '';
    position: absolute;
    max-width: 260px;
    height: 1px;
    background: #f27322;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

section#about-us .desc {
    margin-top: 5%;
}

section#about-us .desc ul {
    list-style: none;
    padding-left: 0;
}

section#about-us .desc li {
    margin-bottom: 5px;
}

section#about-us .desc li:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 12px;
    background: #f27322;
    border-radius: 50%;
    margin-right: 10px;
}

section#about-us .desc li strong {
    color: #028746;
}

section#about-us .desc .more {
    margin-top: 30px;
}

section#about-us .desc .more a {
    color: #fff;
    background: #f27322;
    padding: 10px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    display: block;
    max-width: 200px;
}

section#about-us .col-img {
    text-align: center;
    margin-top: 30px;
}

@media (min-width: 576px) {
    section#about-us .col-img {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    section#about-us h1 {
        font-size: 46px;
    }
}

/*
    HOME PRODUCT
*/
section#product-list {
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #eeeeee;
}

section#product-list h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #f27322;
}

section#product-list .desc {
    margin-top: 10px;
}

section#product-list .row {
    margin-top: 2%;
}

section#product-list .inner {
    border: 1px solid #ccc;
    padding: 10px;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

section#product-list .inner .col-left {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

section#product-list .inner .col-left h5 {
    font-weight: bold;
    font-size: 16px;
}

section#product-list .inner .col-left p {
    font-size: 14px;
    max-height: 78px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 5px;
}

section#product-list .inner .col-right {
    display: table-cell;
    max-width: 110px;
    width: 110px;
}

section#product-list .more {
    margin-top: 30px;
}

section#product-list .more a {
    color: #fff;
    background: #f27322;
    padding: 10px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    display: block;
    max-width: 200px;
}

@media (min-width: 768px) {
    section#product-list h2 {
        font-size: 30px;
    }
}

/*
    LIST POST
*/
section#list-post {
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #eeeeee;
}

section#list-post .list-cate .item-cate {
    margin-top: 35px;
}

section#list-post .list-cate .item-cate>h3 {
    color: #f27322;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}

section#list-post .list-cate .item-cate>h3 a {
    color: inherit;
}

section#list-post .list-cate .item-cate .list-post .item-post {
    margin-top: 20px;
}

section#list-post .list-cate .item-cate .list-post .item-post .img {
    float: left;
    width: 97px;
    display: block;
    position: relative;
}

section#list-post .list-cate .item-cate .list-post .item-post h4 {
    float: right;
    width: calc(100% - 115px);
    font-weight: normal;
}

section#list-post .list-cate .item-cate .list-post .item-post h4 a {
    color: inherit;
}

/*
    SALER
*/
section#list-action-magazine {
    padding-top: 5%;
    padding-bottom: 5%;
}

section#list-action-magazine h2 {
    text-align: left;
    max-width: 400px;
}

section#list-action-magazine h2:after {
    text-align: left;
    right: unset;
}

section#list-action-magazine #list-post-magazine {
    margin-top: 25px;
    margin-bottom: 25px;
}

section#list-action-magazine #list-post-magazine .owl-nav {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 30px;
}

section#list-action-magazine #list-post-magazine .owl-prev,
section#list-action-magazine #list-post-magazine .owl-next {
    background: rgb(195 195 195 / 50%);
    color: #fff;
    height: 45px;
    width: 20px;
    line-height: 45px;
    display: block;
}

section#list-action-magazine #list-post-magazine .owl-prev {
    float: left;
}

section#list-action-magazine #list-post-magazine .owl-next {
    float: right;
}

section#list-action-magazine #list-post-action {
    margin-top: 15px;
}

section#list-action-magazine #list-post-action .item {
    padding-top: 10px;
    padding-bottom: 10px;
}

section#list-action-magazine #list-post-magazine .item .col-img {
    width: 50%;
    float: left;
    margin-right: 15px;
}

section#list-action-magazine #list-post-magazine .item .col-img a {
    display: block;
    position: relative;
}

section#list-action-magazine #list-post-magazine .item .col-info a {
    color: inherit;
    font-size: 18px;
}

section#list-action-magazine #list-post-magazine .item .col-info .excerpt {
    margin-top: 10px;
}

section#list-action-magazine #list-post-action .item .col-img {
    width: 30%;
    float: left;
    margin-right: 10px;
}

section#list-action-magazine #list-post-action .item .col-img a {
    display: block;
    position: relative;
}

section#list-action-magazine #list-post-action .item a {
    color: inherit;
}

/*
    SALER
*/
section#home-doctor {
    padding-top: 3%;
    padding-bottom: 3%;
}

section#home-doctor #saler-gallery {
    margin-top: 30px;
}

section#home-doctor .img {
    margin-bottom: 15px;
}

section#home-doctor .img img {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

section#home-doctor .img:hover img {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

section#home-doctor a {
    color: inherit;
}

section#home-doctor p {
    margin-bottom: 5px;
}

section#home-doctor .owl-nav {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 30px;
}

section#home-doctor .owl-prev,
section#home-doctor .owl-next {
    background: rgb(195 195 195 / 50%);
    color: #fff;
    height: 45px;
    width: 20px;
    line-height: 45px;
    display: block;
}

section#home-doctor .owl-prev {
    float: left;
}

section#home-doctor .owl-next {
    float: right;
}

/*
    VIDEO GALLERY
*/
section#home-video {
    padding-top: 3%;
    padding-bottom: 3%;
}

section.section-home h2 {
    font-size: 21px;
    text-align: center;
    font-weight: 700;
    position: relative;
    color: #f27322;
    padding-bottom: 10px;
    text-transform: uppercase;
}

section.section-home h2:after {
    display: block;
    content: '';
    position: absolute;
    max-width: 260px;
    width: 260px;
    height: 1px;
    background: #f27322;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

section#home-video .desc {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

section#home-video #video-gallery {
    margin-top: 35px;
}

section#home-video #video-gallery .owl-nav {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 30px;
}

section#home-video #video-gallery .owl-prev,
section#home-video #video-gallery .owl-next {
    background: rgb(195 195 195 / 50%);
    color: #fff;
    height: 45px;
    width: 20px;
    line-height: 45px;
    display: block;
}

section#home-video #video-gallery .owl-prev {
    float: left;
}

section#home-video #video-gallery .owl-next {
    float: right;
}

section#home-video #video-gallery a.item {
    color: inherit;
    display: block;
}

section#home-video #video-gallery a.item .thumb {
    position: relative;
}

section#home-video #video-gallery a.item .thumb i.play-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/play-icon.png) no-repeat;
    background-size: 23%;
    background-position: 50%;
    z-index: 99;
}

section#home-video #video-gallery a.item .thumb {
    overflow: hidden;
}

section#home-video #video-gallery a.item:hover .thumb img {
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

section#home-video #video-gallery a.item h4 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 8px;
    height: 52px;
    overflow: hidden;
}

section#hotline {
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #068747;
}

section#hotline .desc {
    text-align: center;
}

section#hotline .desc h3 {
    color: #fff;
    font-size: 20px;
}

section#hotline .desc h4 {
    color: #f27322;
    font-size: 20px;
    margin-top: 10px;
}

section#hotline .phone {
    text-align: center;
}

section#hotline .phone a {
    color: #fff;
    font-size: 22px;
    padding: 6px 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 20px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}

@media (min-width: 768px) {
    section.section-home h2 {
        font-size: 46px;
    }
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
******************************
            BREADCRUMB
***********************8*****
*/
#main .default-page .breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-top: 40px;
}

#main .default-page .breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main .default-page .breadcrumb ul li {
    font-size: 18px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}

#main .default-page .breadcrumb ul li a {
    text-transform: uppercase;
    color: inherit;
}

#main .default-page .breadcrumb ul li:first-child a {
    margin-left: 0;
}

#main .default-page .breadcrumb ul li:last-child a {
    margin-right: 0;
}

#main .default-page .breadcrumb ul li.home a,
#main .default-page .breadcrumb ul li.category a {
    color: #f27322;
}

/*
******************************
            MAIN
***********************8*****
*/
#main .default-page {
    margin-top: 30px;
    padding-bottom: 60px;
}

#main .default-page .h1,
#main .default-page .h2,
#main .default-page .h3,
#main .default-page h1,
#main .default-page h2,
#main .default-page h3 {
    margin-top: 23px;
    margin-bottom: 11.5px;
}

#main .default-page .entry-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
******************************
            CATEGORY
***********************8*****
*/
#main .category-page .list-news {
    margin-top: 20px;
}

#main .category-page .list-news .img {
    display: block;
}

#main .category-page .list-news article {
    margin-bottom: 40px;
}

#main .category-page .list-news article .col-img {
    float: left;
    width: 30%;
    position: relative;
}

#main .category-page .list-news article .col-img a {
    color: inherit;
}

#main .default-page .list-news .info {
    float: right;
    width: 70%;
    padding-left: 15px;
}

#main .category-page .list-news article h5 {
    color: #f27322;
    font-size: 20px;
}

#main .category-page .list-news article h5 a {
    color: inherit;
}

#main .category-page .list-news article .meta {
    list-style: none;
    padding: 0;
    margin-top: 8px;
    font-size: 14px;
    color: #a3a3a3;
}

#main .category-page .list-news article .meta li {
    line-height: 23px;
}

#main .category-page .list-news article .meta li i {
    margin-right: 10px;
}

/*
******************************
            DETAIL PAGE
***********************8*****
*/
#main .detail-page .entry-meta .post-meta {
    color: #a3a3a3;
    font-size: 14px;
}

#main .detail-page .entry-meta .post-meta i {
    margin-right: 10px;
}

#main .detail-page .entry-content img {
    display: block;
    margin: 15px auto;
}

#main .detail-page .register-form {
    margin-top: 30px;
}

#main .detail-page .register-form h4 {
    background-color: #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
    font-size: 18px;
    text-align: center;
    color: #f27322;
}

#main .detail-page .register-form h4 p {
    margin-bottom: 0;
}

#main .detail-page .register-form .inner {
    padding: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #068747;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
    margin-top: 20px;
}

#main .detail-page .register-form input,
#main .detail-page .register-form textarea {
    font-size: 16px;
}

#main .detail-page .register-form input[type="text"] {
    height: 40px;
}

#main .detail-page .register-form textarea {
    height: 90px;
}

#main .detail-page .register-form input[type="submit"] {
    height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    background-color: #f27322;
    text-align: center;
    color: #fff;
    width: 200px;
}

#main .detail-page #relative-post {
    margin-top: 30px;
}

#main .detail-page #relative-post h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    color: #f27322;
}

#main .detail-page #relative-post article {
    padding-top: 10px;
    padding-bottom: 15px;
}

#main .detail-page #relative-post article .col-img {
    float: left;
    width: 115px;
    position: relative;
}

#main .detail-page #relative-post article .col-info {
    float: right;
    width: calc(100% - 130px);
    max-height: 117px;
    overflow: hidden;
}

#main .detail-page #relative-post article .col-info a {
    color: #f27322;
    font-size: 18px;
    line-height: 1.3;
}

@media (min-width: 992px) {
    #main .detail-page .register-form input[type="submit"] {
        width: 100%;
        height: 90px;
    }
}

/*@media (min-width: 576px) {}

@media screen and (min-width: 768px) {}

@media (min-width: 992px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1222px) {}*/