@charset "utf-8";
body {
    font-family: 'Roboto', sans-serif;
}

input, button, select, textarea {
    outline: none;
}

img {
    max-width: 100%;
}

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

a {
    color: #333;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}

.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}

.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}

/* css main slider */
#slider-home .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#slider-home .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#slider-home .owl-nav .fa {
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

.second-nav {
    display: none;
}

.top-header-left p {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
}

.top-header-left p svg {
    margin-right: 5px;
}

.top-header {
    height: 40px;
    background: #028661;
    line-height: 40px;
    overflow: hidden;
}

.top-header-center {
    text-align: center;
}

.top-header-center ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-header-center ul li {
    float: left;
    padding: 0 10px;
}

.top-header-center ul li a {
    color: #fff;
}

.top-header-center ul li svg {
    font-size: 18px;
}

.top-header-right {
    line-height: inherit;
    text-align: right;
}

.top-header-right form {
    display: inline-block;
    line-height: inherit;
    position: relative;
}

.top-header-right form input[type=text] {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 14px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 10px;
    width: 222px;
}

.top-header-right form button {
    line-height: inherit;
    background: no-repeat;
    border: 0;
    position: absolute;
    right: 9px;
    top: 0;
}

.banner img {
    width: 100%;
}

#main-menu {
    position: relative;
    z-index: 2;
    padding: 10px 0;
}

#main-menu > .container > ul { /* display: inline-block; */
    padding: 0;
    margin: 0;
}

#main-menu > .container > ul > li {
    display: inline-block;
    float: left;
    position: relative;
    padding-right: 13px;
}

#main-menu > .container > ul > li > a {
    font-size: 13px;
    display: inline-block;
    padding: 10px 0;
    text-transform: uppercase;
    color: #000000;
}

#main-menu > .container > ul > li.active > a {
    color: #028661;;
}

#main-menu > .container > ul > li > a:hover {
    color: #028661;
}

.logo-footer img {
    width: 150px;
}

#main-menu ul li .sub-menu {
    position: absolute;
    background: #fff;
    z-index: 22;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 50px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    border: 1px solid #ddd;
    padding: 0!important;
}

#main-menu ul li:hover .sub-menu {
    top: 40px;
    visibility: visible;
    opacity: 1;
}

#main-menu ul li .sub-menu li {
    border-bottom: 1px solid #ddd;
}

#main-menu ul li .sub-menu li:last-child {
    border-bottom: 0;
}

#main-menu ul li .sub-menu li a {
    color: #333!important;
    padding: 6px 15px;
    display: inline-block;
    width: 100%;
}

#main-menu ul li .sub-menu li a:hover {
    color: #fff!important;
}

#main-menu ul li .sub-menu li a:hover {
    background: #028661;
    color: #fff;
}

#main-menu ul li:hover .sub-menu {
    top: 40px;
    visibility: visible;
    opacity: 1;
}

#main-menu > .container > ul > li > a svg {
    font-size: 10px;
    margin-left: 5px;
}

.top-title {
    border: 1px solid #028661;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}

.top-title .title-2 {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #028661;
    display: inline-block;
    float: left;
    padding: 10px;
    margin: 0;
    width: 190px;
    display: inline-block;
    float: left;
}

.slider-title .title-3 img {
    width: 26px !important;
    height: 26px !important;
    display: inline-block;
    margin-right: 8px;
    object-fit: cover;
}

.slider-title .title-3 {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.slider-title .title-3 a {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

.slider-title {
    padding-right: 70px;
}

.slider-title .owl-nav {
    background: rgba(2, 134, 97, 0.75);
    border-radius: 3px;
    width: 60px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: -2px;
}

.slider-title .owl-nav > div {
    display: inline-block;
    float: left;
}

.slider-title .owl-nav .owl-prev {
    color: #fff;
    font-size: 23px;
    left: 10px;
    position: absolute;
}

.slider-title .owl-nav .owl-next {
    color: #fff;
    font-size: 23px;
    right: 10px;
    position: absolute;
}

.slider-title {
    margin-top: 5px;
    width: calc(100% - 200px);
    display: inline-block;
    float: right;
}

.top-content-left .content-l {
    position: relative;
}

.top-content-left .content-l .image img {
    width: 100%;
    height: 358px;
    object-fit: cover;
}

.top-content-left .content-l:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.top-content-left .content-l .image {
    overflow: hidden;
}

.top-content-left .content-l .nav-img {
    /* background: linear-gradient(1.89deg, rgba(4, 81, 59, 0.8) 26.41%, rgba(71, 71, 71, 0) 83.22%); */
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 0px 0;
}

.top-content-left .content-l .nav-img .content-1 {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* padding: 10px; */
}

.top-content-left .content-l .nav-img .content-1 .date {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin: 0;
    color: #333;
}

.top-content-left .content-l .nav-img .content-1 .date span {
    padding-right: 10px;
}

.top-content-left .content-l .nav-img .content-1 .date span svg {
    margin-right: 5px;
}

.top-content-left .content-l .nav-img .content-1 .title-3 {
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    font-family: 'Roboto-Bold';
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
    color: #333!important;
}

.top-content-left .content-l .nav-img .content-1 .title-3 a {
    color: #fff;
    color: #333;
}

.top-content-left .content-l .nav-img .content-1 .desc {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
    height: 80px;
    overflow: hidden;
    color: #333;
    text-align: justify;
}

.top-content-left .nav-content-left .row {
    margin-left: -5px;
    margin-right: -5px;
}

.top-content-left .nav-content-left .row .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;
}

.top-content-left .nav-content-left .row .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.top-content-left .content-r .item {
    margin-bottom: 10px;
}

.top-content-left .content-r .item .image {
    width: 95px;
    display: inline-block;
    float: left;
}

.top-content-left .content-r .item .image img {
    width: 100%;
    height: 82px;
    object-fit: cover;
}

.top-content-left .content-r .item .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.top-content-left .content-r .item .image {
    overflow: hidden;
}

.top-content-left .content-r .item .title-4 {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    height: 57px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 6px;
}

.top-content-left .content-r .item .title-4 a:hover {
    color: #028661
}

.top-content-left .content-r .item .date {
    margin: 0;
    font-size: 12px;
}

.top-content-left .content-r .item .nav-image {
    width: calc(100% - 95px);
    display: inline-block;
    float: right;
    padding-left: 5px;
}

.top-content-left .nav-content-left {
    margin-top: 10px;
}

.top-content-right select {
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding-left: 10px;
    font-family: 'Roboto-Bold';
    margin-bottom: 25px;
}

.title-sb {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
}

.title-sb:before {
    content: '';
    position: absolute;
    background: #D32F2F;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 1px;
}

.title-sb:after {
    content: '';
    position: absolute;
    background: #D32F2F;
    bottom: -2px;
    left: 0;
    width: 70px;
    height: 1px;
}

.top-content-right .nav-aside-library .row {
    margin-left: -5px;
    margin-right: -5px;
}

.top-content-right .nav-aside-library .row .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.top-content-right .nav-aside-library {
    background: #E5E5E5;
    padding: 10px;
    margin-top: 15px;
}

.top-content-right .nav-aside-library .item {
    margin-bottom: 10px;
}

.top-content-right .nav-aside-library .item img {
    width: 100%;
    height: 105px;
    object-fit: cover;
}

.top-content-right .nav-aside-library .readmore a {
    background: #C4C4C4;
    font-size: 18px;
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 6px;
    text-align: center;
}

.slogan .slogan-content {
    background: #DA251D;
    color: #FFE600;
    margin-top: 10px;
}

.slogan .slogan-content .title-1 {
    margin: 0;
    font-size: 36px;
    font-family: 'Roboto-Bold';
}

.title-title2 .title-3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    background: url('../images/icon2.png');
    display: inline-block;
    color: #fff;
    background-size: 100% 100%;
    padding: 10px 35px 10px 20px;
}

.content-homepage-primary .item-item ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 9px;
    float: right;
}

.content-homepage-primary .item-item ul li {
    display: inline-block;
    margin-left: 10px;
}

.content-homepage-primary .item-item ul li a {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto-Bold';
}

.content-homepage-primary .item-item ul li a:hover {
    color: #028661
}

.title-title2 {
    border-bottom: 1px solid #028661;
    margin-bottom: 15px;
}

.content-homepage-primary .nav-item-item .item-primary .image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.content-homepage-primary .nav-item-item .item-primary:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.content-homepage-primary .nav-item-item .item-primary .image {
    overflow: hidden;
    width: 50%;
    display: inline-block;
}

.content-homepage-primary .nav-item-item .item-primary {
    position: relative;
}

.content-homepage-primary .nav-item-item .item-primary .content-overlay {
    width: 50%;
    /* height: 100%; */
    /* position: absolute; */
    right: 0;
    top: 0;
    /* background-color: rgba(0, 0, 0, 0.8); */
    padding: 20px 10px;
    float: right;
}

.content-homepage-primary .nav-item-item .item-primary .content-overlay .date {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.content-homepage-primary .nav-item-item .item-primary .content-overlay .date span {
    padding-right: 10px;
}

.content-homepage-primary .nav-item-item .item-primary .content-overlay .date span svg {
    margin-right: 5px;
}

.content-homepage-primary .nav-item-item .item-primary .content-overlay .title-4 {
    font-size: 16px;
    font-family: 'Roboto-Bold';
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 3px;
}

.content-homepage-primary .nav-item-item .item-primary .content-overlay .title-4 a {
    color: #333;
}

.content-homepage-primary .nav-item-item .item-primary .content-overlay .desc {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
    margin-top: 8px;
    text-align: justify;
}

.content-homepage-primary .nav-item-item .item-primary .content-overlay .readmore {
    border: 1px solid #028661;
    display: inline-block;
    height: 33px;
    color: #fff;
    line-height: 30px;
    padding: 0 23px;
    margin-top: 10px;
    background: #028661;
}

.content-homepage {
    margin-top: 20px;
}

.content-homepage-primary .nav-item-item .second-item .row {
    margin-left: -7px;
    margin-right: -7px;
}

.content-homepage-primary .nav-item-item .second-item .row .col-md-4 {
    padding-left: 7px;
    padding-right: 7px;
}

.content-homepage-primary .nav-item-item .second-item {
    margin-top: 15px;
}

.content-homepage-primary .nav-item-item .second-item .item-child .image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.content-homepage-primary .nav-item-item .second-item .item-child .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.content-homepage-primary .nav-item-item .second-item .item-child .image {
    overflow: hidden;
}

.content-homepage-primary .nav-item-item .second-item .item-child .title-4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-family: 'Roboto-Bold';
    margin-top: 10px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.content-homepage-primary .nav-item-item .second-item .item-child .title-4 a:hover {
    color: #028661
}

.content-homepage-primary .nav-item-item .second-item .item-child .desc-1 {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    height: 60px;
    overflow: hidden;
    margin: 0;
    text-align: justify;
}

.date {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

.date span {
    padding-right: 10px;
}

.date span svg {
    margin-right: 5px;
}

.content-homepage-primary .item-item2 .row {
    margin-left: -7px;
    margin-right: -7px;
}

.content-homepage-primary .item-item2 .row .col-md-6 {
    padding-left: 7px;
    padding-right: 7px;
}

.content-homepage-primary .item-item2 .item-first {
    border: 1px solid #ddd;
}

.content-homepage-primary .item-item2 .item-first .image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.content-homepage-primary .item-item2 .item-first .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.content-homepage-primary .item-item2 .item-first .image {
    overflow: hidden;
}

.content-homepage-primary .item-item2 .item-first .nav-image {
    padding: 10px;
}

.content-homepage-primary .item-item2 .item-first .nav-image .title-4 {
    margin-top: 10px;
    font-family: 'Roboto-Bold';
    line-height: 20px;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
}

.content-homepage-primary .item-item2 .item-first .nav-image .title-4 a:hover {
    color: #028661
}

.content-homepage-primary .item-item2 .item-first .nav-image .desc {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    text-align: justify;
}

.content-homepage-primary .item-item2 .item .image {
    width: 130px;
    display: inline-block;
    float: left;
}

.content-homepage-primary .item-item2 .item .image img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.content-homepage-primary .item-item2 .item .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.content-homepage-primary .item-item2 .item .image {
    overflow: hidden;
}

.content-homepage-primary .item-item2 .item .nav-img {
    width: calc(100% - 130px);
    display: inline-block;
    float: right;
    padding-left: 10px;
    text-align: justify;
}

.content-homepage-primary .item-item2 .item .nav-img .title-4 {
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 5px;
}

.content-homepage-primary .item-item2 .item .nav-img .title-4 a:hover {
    color: #028661
}

.clearfix {
    clear: both;
}

.content-homepage-primary .item-item2 .item {
    margin-bottom: 14px;
}

.content-homepage-primary .item-item {
    padding-bottom: 25px;
}

.content-homepage-primary .item-item3 .item .image {
    width: 220px;
    display: inline-block;
    float: left;
}

.content-homepage-primary .item-item3 .item .image img {
    width: 100%;
    height: 157px;
    object-fit: cover;
}

.content-homepage-primary .item-item3 .item .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.content-homepage-primary .item-item3 .item .image {
    overflow: hidden;
}

.content-homepage-primary .item-item3 .item .nav-img {
    width: calc(100% - 220px);
    display: inline-block;
    float: right;
    padding-left: 10px;
}

.content-homepage-primary .item-item3 .item .nav-img .title-4 {
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
}

.content-homepage-primary .item-item3 .item .nav-img .title-4 a:hover {
    color: #028661
}

.content-homepage-primary .item-item3 .item .desc {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    margin-top: 6px;
    text-align: justify;
}

.content-homepage-primary .item-item3 .item {
    margin-bottom: 15px;
}

.sidebar-right .item-aside-ads img {
    width: 100%
}

.sidebar-right .item-aside-dowload {
    border: 1px solid #000
}

.sidebar-right .item-aside-dowload .title-4 {
    margin: 0;
    background: #028661;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.sidebar-right .item-aside-dowload ul {
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 15px;
    list-style: none;
    padding-bottom: 5px;
}

.sidebar-right .item-aside-dowload ul li {
    width: 100%;
    margin-bottom: 10px;
}

.sidebar-right .item-aside-dowload ul li a {
    color: #000;
    font-size: 18px;
    position: relative;
}

/*.sidebar-right .item-aside-dowload ul li a:after {*/
/*    content: url('../images/Vector.png');*/
/*    float: left;*/
/*    padding-right: 10px;*/
/*}*/

.sidebar-right .item-aside-dowload ul li img {
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.sidebar-right .item-aside {
    margin-bottom: 20px;
}

.sidebar-right .item-sidebar-information {
    border: 1px solid #ddd;
    padding: 15px;
}

.sidebar-right .item-sidebar-information .title-3 {
    margin: 0;
    font-weight: 500;
    line-height: 21px;
    color: #028661;
    margin-bottom: 7px;
    font-size: 18px;
    text-align: center
}

.sidebar-right .item-sidebar-information ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-right .item-sidebar-information ul li {
    border-bottom: 1px solid;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}

.sidebar-right .item-sidebar-information ul li a:hover {
    color: #028661
}

.sidebar-right .item-sidebar-follow {
    margin-top: 20px;
}

.sidebar-right .item-sidebar-follow ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
    display: inline-block;
}

.sidebar-right .item-sidebar-follow ul li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.sidebar-right .item-sidebar-follow ul li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.sidebar-right .item-sidebar-follow ul li a svg {
    font-size: 20px;
}

.sidebar-right .item-sidebar-follow ul li a.fb {
    background: #3B5999;
}

.sidebar-right .item-sidebar-follow ul li a.tw {
    background: #55ACEE;
}

.sidebar-right .item-sidebar-follow ul li a.ins {
    background: #0077B5;
}

.sidebar-right .item-sidebar-follow ul li a.vine {
    background: #0077B5;
}

.sidebar-right .item-sidebar-follow ul li a.you {
    background: #BD081C;
}

.sidebar-right .item-sidebar-follow ul li a.pinter {
    background: #BD081C;
}

/* Custom Styles================================================== *//* Highlight Styles */
::selection {
    /* background-color: #262223; */
    /* color: #444; */
}

/* Audio Player Styles================================================== *//* Default / Desktop / Firefox */
#mainwrap {
    background: #E5E5E5;
    border-radius: 10px;
}

#audiowrap {
    background-color: #e5e5e587;
    margin: 0 auto;
}

#plwrap {
    margin: 0 auto;
}

#tracks {
    position: relative;
    text-align: center;
}

#nowPlay {
    display: inline;
}

#npTitle {
    margin: 0;
    padding: 21px;
    text-align: right;
}

#npAction {
    padding: 21px;
    position: absolute;
}

#plList {
    margin: 0;
    padding: 0;
}

#plList li {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 8px 0;
}

.plItem {
    position: relative;
}

.plTitle {
    left: 50px;
    overflow: hidden;
    position: absolute;
    right: 65px;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
}

.plNum {
    padding-left: 21px;
    width: 25px;
}

.plLength {
    padding-left: 21px;
    position: absolute;
    right: 21px;
    top: 0;
}

a[id^="btn"] {
    color: #C8C7C8;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    margin: 0;
    padding: 0 18px;
    text-decoration: none;
}

a[id^="btn"]:last-child {
    margin-left: -4px;
}

a[id^="btn"]:hover, a[id^="btn"]:active {
    background-color: #262223;
}

a[id^="btn"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* IE 9 */
html[data-useragent*="MSIE 9.0"] audio {
    margin-left: 9px;
    outline: none;
    width: 680px;
}

html[data-useragent*="MSIE 9.0"] #audiowrap {
    background-color: #000;
}

html[data-useragent*="MSIE 9.0"] a[id^="btn"] {
    background-color: #000;
}

html[data-useragent*="MSIE 9.0"] a[id^="btn"]:hover {
    background-color: #080808;
}

html[data-useragent*="MSIE 9.0"] #plList li {
    background-color: #000;
}

html[data-useragent*="MSIE 9.0"] #plList li:hover {
    background-color: #080808;
}

html[data-useragent*="MSIE 9.0"] .plSel, html[data-useragent*="MSIE 9.0"] .plSel:hover {
    background-color: #080808 !important;
}

/* IE 10 */
html[data-useragent*="MSIE 10.0"] audio {
    margin-left: 6px;
    width: 687px;
}

html[data-useragent*="MSIE 10.0"] #audiowrap {
    background-color: #000;
}

html[data-useragent*="MSIE 10.0"] a[id^="btn"] {
    background-color: #000;
}

html[data-useragent*="MSIE 10.0"] a[id^="btn"]:hover {
    background-color: #080808;
}

html[data-useragent*="MSIE 10.0"] #plList li {
    background-color: #000;
}

html[data-useragent*="MSIE 10.0"] #plList li:hover {
    background-color: #080808;
}

html[data-useragent*="MSIE 10.0"] .plSel, html[data-useragent*="MSIE 10.0"] .plSel:hover {
    background-color: #080808 !important;
}

/* IE 11 */
html[data-useragent*="rv:11.0"] audio {
    margin-left: 2px;
    width: 695px;
}

html[data-useragent*="rv:11.0"] #audiowrap {
    background-color: #000;
}

html[data-useragent*="rv:11.0"] a[id^="btn"] {
    background-color: #000;
}

html[data-useragent*="rv:11.0"] a[id^="btn"]:hover {
    background-color: #080808;
}

html[data-useragent*="rv:11.0"] #plList li {
    background-color: #000;
}

html[data-useragent*="rv:11.0"] #plList li:hover {
    background-color: #080808;
}

html[data-useragent*="rv:11.0"] .plSel, html[data-useragent*="rv:11.0"] .plSel:hover {
    background-color: #080808 !important;
}

/* All Apple Products */
html[data-useragent*="Apple"] audio {
    margin: 0;
    width: 100%;
}

/* IOS 7 */
html[data-useragent*="OS 7"] body {
    color: #373837;
}

html[data-useragent*="OS 7"] audio {
    margin-left: 3px;
    width: 690px;
}

html[data-useragent*="OS 7"] #audiowrap {
    background-color: #e6e6e6;
}

html[data-useragent*="OS 7"] a[id^="btn"] {
    background-color: #e6e6e6;
    color: #373837;
}

html[data-useragent*="OS 7"] a[id^="btn"]:hover {
    background-color: #eee;
}

html[data-useragent*="OS 7"] #plList li {
    background-color: #e6e6e6;
}

html[data-useragent*="OS 7"] #plList li:hover {
    background-color: #eee;
}

html[data-useragent*="OS 7"] .plSel, html[data-useragent*="OS 7"] .plSel:hover {
    background-color: #eee !important;
}

/* IOS 8 */
html[data-useragent*="OS 8"] body {
    color: #373837;
}

html[data-useragent*="OS 8"] audio {
    margin-left: 6px;
    width: 694px;
}

html[data-useragent*="OS 8"] #audiowrap {
    background-color: #e4e4e4;
}

html[data-useragent*="OS 8"] a[id^="btn"] {
    background-color: #e4e4e4;
    color: #373837;
}

html[data-useragent*="OS 8"] a[id^="btn"]:hover {
    background-color: #eee;
}

html[data-useragent*="OS 8"] #plList li {
    background-color: #e4e4e4;
}

html[data-useragent*="OS 8"] #plList li:hover {
    background-color: #eee;
}

html[data-useragent*="OS 8"] .plSel, html[data-useragent*="OS 8"] .plSel:hover {
    background-color: #eee !important;
}

/* IOS 9 */
html[data-useragent*="OS 9"] body {
    color: #373837;
}

html[data-useragent*="OS 9"] audio {
    margin-left: 6px;
    width: 694px;
}

html[data-useragent*="OS 9"] #audiowrap {
    background-color: #d5d5d5;
}

html[data-useragent*="OS 9"] a[id^="btn"] {
    background-color: #d5d5d5;
    color: #373837;
}

html[data-useragent*="OS 9"] a[id^="btn"]:hover {
    background-color: #eee;
}

html[data-useragent*="OS 9"] #plList li {
    background-color: #d5d5d5;
}

html[data-useragent*="OS 9"] #plList li:hover {
    background-color: #eee;
}

html[data-useragent*="OS 9"] .plSel, html[data-useragent*="OS 9"] .plSel:hover {
    background-color: #eee !important;
}

/* Chrome */
html[data-useragent*="Chrome"] body {
    color: #5a5a5a;
}

html[data-useragent*="Chrome"] #audiowrap {
    background-color: #fafafa;
}

html[data-useragent*="Chrome"] a[id^="btn"] {
    background-color: #fafafa;
    color: #5a5a5a;
}

html[data-useragent*="Chrome"] #plList li {
    background-color: #fafafa;
}

html[data-useragent*="Chrome"] #plList li:hover {
    background-color: #eee;
}

html[data-useragent*="Chrome"] .plSel, html[data-useragent*="Chrome"] .plSel:hover {
    background-color: #eee !important;
}

/* Chrome / Android / Tablet */
html[data-useragent*="Chrome"][data-useragent*="Android"] body {
    color: #373837;
}

html[data-useragent*="Chrome"][data-useragent*="Android"] audio {
    margin-left: 4px;
    width: 689px;
}

html[data-useragent*="Chrome"][data-useragent*="Android"] #audiowrap {
    background-color: #fafafa;
}

html[data-useragent*="Chrome"][data-useragent*="Android"] a[id^="btn"] {
    background-color: #fafafa;
    color: #373837;
}

html[data-useragent*="Chrome"][data-useragent*="Android"] a[id^="btn"]:hover {
    background-color: #eee;
}

html[data-useragent*="Chrome"][data-useragent*="Android"] #plList li {
    background-color: #fafafa;
}

html[data-useragent*="Chrome"][data-useragent*="Android"] #plList li:hover {
    background-color: #eee;
}

html[data-useragent*="Chrome"][data-useragent*="Android"] .plSel, html[data-useragent*="Chrome"][data-useragent*="Android"] .plSel:hover {
    background-color: #eee !important;
}

/* Audio Player Media Queries================================================== *//* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    audio {
        width: 526px;
    }

    html[data-useragent*="MSIE 9.0"] audio {
        width: 536px;
    }

    html[data-useragent*="MSIE 10.0"] audio {
        width: 543px;
    }

    html[data-useragent*="rv:11.0"] audio {
        width: 551px;
    }

    html[data-useragent*="OS 7"] audio {
        width: 546px;
    }

    html[data-useragent*="OS 8"] audio {
        width: 550px;
    }

    html[data-useragent*="OS 9"] audio {
        width: 550px;
    }

    html[data-useragent*="Chrome"] audio {
        width: 100%;
    }

    html[data-useragent*="Chrome"][data-useragent*="Android"] audio {
        margin-left: 4px;
        width: 100%;
    }
}

/* Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    audio {
        width: 390px;
    }

    html[data-useragent*="MSIE 9.0"] audio {
        width: 400px;
    }

    html[data-useragent*="MSIE 10.0"] audio {
        width: 407px;
    }

    html[data-useragent*="rv:11.0"] audio {
        width: 415px;
    }

    html[data-useragent*="OS 7"] audio {
        width: 410px;
    }

    html[data-useragent*="OS 8"] audio {
        width: 414px;
    }

    html[data-useragent*="OS 9"] audio {
        width: 414px;
    }

    html[data-useragent*="Chrome"] audio {
        width: 397px;
    }

    html[data-useragent*="Chrome"][data-useragent*="Mobile"] audio {
        margin-left: 4px;
        width: 410px;
    }

    #npTitle {
        width: 245px;
    }

}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
    audio {
        width: 270px;
    }

    html[data-useragent*="MSIE 9.0"] audio {
        width: 280px;
    }

    html[data-useragent*="MSIE 10.0"] audio {
        width: 287px;
    }

    html[data-useragent*="rv:11.0"] audio {
        width: 295px;
    }

    html[data-useragent*="OS 7"] audio {
        width: 290px;
    }

    html[data-useragent*="OS 8"] audio {
        width: 294px;
    }

    html[data-useragent*="OS 9"] audio {
        width: 294px;
    }

    html[data-useragent*="Chrome"] audio {
        width: 277px;
    }

    html[data-useragent*="Chrome"][data-useragent*="Mobile"] audio {
        margin-left: 4px;
        width: 290px;
    }

    #npTitle {
        width: 167px;
    }
}

.video-home .video-home-left iframe {
    width: 100%;
    height: 431px;
}

.video-home .video-home-right .item .image {
    width: 165px;
    display: inline-block;
    float: left;
}

.video-home .video-home-right .item {
    margin-bottom: 20px;
}

.video-home .video-home-right .item .image img {
    width: 100%;
    height: 95px;
    object-fit: cover;
}

.video-home .video-home-right .item .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.video-home .video-home-right .item .image {
    overflow: hidden;
    position: relative;
}

.video-home .video-home-right .item .nav-img {
    width: calc(100% - 165px);
    display: inline-block;
    float: right;
    padding-left: 10px;
}

.video-home .video-home-right .item .nav-img .title-4 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 5px;
}

.video-home .video-home-right .item .nav-img .title-4 a:hover {
    color: #028661
}

.video-home .video-home-right .item .nav-img .date {
    text-align: right;
}

.information-home .nav-information-home .item {
    width: calc((100% - 60px) / 5);
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.information-home .nav-information-home .item:nth-child(5) {
    margin-right: 0
}

.information-home .nav-information-home .item .image img {
    width: 100%;
    height: 155px;
    object-fit: cover;
}

.information-home .nav-information-home .item .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.information-home .nav-information-home .item .image {
    overflow: hidden;
}

.information-home .nav-information-home .item .title-4 {
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    line-height: 20px;
    /* height: 60px; */
    overflow: hidden;
    margin-top: 10px;
}

.nav-information-home h3.title-4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.information-home .nav-information-home .item .title-4 a:hover {
    color: #028661
}

.information-home .nav-information-home {
    border: 1px solid #028661;
    padding: 15px;
    overflow: hidden;
}

.information-home .title-title2 {
    margin-bottom: 0
}

/*css footer */
.footer-1 {
    padding-top: 55px;
    padding-bottom: 25px;
}

.h3-title-ft {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 0
}

.wp-ft a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.wp-ft a:hover {
    color: #d8af77;
    padding-left: 5px;
}

.footer-2 > .container {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #595959;
    padding-bottom: 45px;
}

.copy-right {
    background: #0093c9;
    padding: 15px 0px;
}

.list-ft li {
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-size: 15px;
}

.list-ft li:last-child {
    border-bottom: 0
}

.copy-right a:hover {
    color: #d93438 !important;
}

.mxh-top li i {
    color: #7f7f7f;
}

.ul-phone {
    padding: 0px;
    margin-right: 60px;
}

.ul-phone li {
    float: left;
    margin-left: 12px;
    color: #000;
    list-style: none;
}

.ul-phone li a {
    font-weight: bold;
}

.ul-phone li p {
    margin-bottom: 0px;
    color: #999999;
}

.ul-phone li:nth-of-type(1) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: 0px 0px;
    padding-left: 15px;
}

.ul-phone li:nth-of-type(2) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: -129px 0px;
    padding-left: 30px;
}

.ul-phone li:nth-of-type(3) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: -270px 0px;
    padding-left: 30px;
}

.h2-title-ft {
    font-size: 20px;
}

.box_mxhft li {
    list-style: none;
    display: inline-block;
    float: left;
}

.box_mxhft li a {
    width: 38px;
    height: 38px;
    margin-right: 5px;
    float: left;
    background: #84bd32;
    text-align: center;
    line-height: 38px;
}

.clearfix-20 {
    height: 20px;
    clear: both;
}

.box_mxhft {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.box_formft .left {
    width: 70%;
    display: inline-block;
    float: left:;
}

.box_formft .right {
    width: 28%;
    display: inline-block;
    float: right;
}

.box_formft input {
    border: 0px;
    border-radius: 4px; /* padding: 10px; */
    width: 100%;
    height: 39px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.box_formft .right button {
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.box_formft input {
    border: 0px;
    width: 100%;
    height: 34px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.copy-right {
    width: 100%;
    display: inline-block;
    background: #028661;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.copy-right .text-center {
    text-align: center;
    color: #fff;
}

.div-list-ft p {
    color: #333;
}

.copy-right a {
    color: #fff;
}

.footer-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer-site {
    background: #028661;
    margin-top: 50px;
}

#footer-site .wp-ft .title-footer img {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

#footer-site .wp-ft .title-footer {
    font-family: 'GoogleSans-Bold';
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    line-height: 24px;
    display: inline-block;
    padding-bottom: 12px;
}

#footer-site .wp-ft .desc {
    font-size: 14px;
    color: #fff;
}

.form-footer .item1 {
    width: calc(100% - 65px);
    display: inline-block;
    float: left;
}

.footer-1 .description p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
}

.wp-copy span {
    display: inline-block;
    padding: 0 5px;
}

.form-footer {
    position: relative;
    margin-top: 17px;
}

.form-footer input[type=text], .form-footer input[type=email] {
    width: 100%;
    height: 35px;
    border: 0;
    padding-left: 10px;
}

.form-footer input[type=submit] {
    background: #000;
    height: 35px;
    border: 0;
    padding: 0 13px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.toolbar .inner a {
    display: block;
    height: 45px;
    width: 45px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.toolbar {
    position: fixed;
    width: 70px;
    left: 30px;
    bottom: 10px;
    z-index: 999;
}

.toolbar .inner {
    padding-left: 0px;
    width: 100%;
    text-align: center;
}

#scrollUp {
    z-index: 99;
    background: #333;
    color: #fff;
    bottom: 40px;
    right: 40px;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2);
    transition: 0.3s;
    display: inline-block;
    position: fixed;
    bottom: 70px;
    right: 30px;
    cursor: pointer;
}

#scrollUp:hover {
    background: #fff;
    color: #000;
}

/*pagenavi */
img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.header-mobile {
    display: none;
}

.main-category .sidebar-right {
    margin-top: 15px;
}

.main-category .sidebar-right .item-aside.item-aside-dowload {
    margin-top: 15px;
}

.main-category .content-homepage-primary .item-item3 .item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.pagenavi {
    padding-bottom: 20px;
}

.pagenavi ul {
    padding-left: 0;
}

.pagenavi ul li {
    display: inline-block;
}

.pagenavi ul a {
    height: 27px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 27px;
    border: 1px solid #028661;
    padding: 0 10px;
    margin-right: 5px;
    font-weight: 700;
}

.pagenavi ul a.active {
    background: #028661;
    color: #fff !important;
}

.pagenavi ul {
    float: none !important
}

.pagenavi ul li {
    margin-left: 0 !important
}

.main-category-detail .content-new-detail .title-pr {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin: 0;
    padding-bottom: 10px;
}

.main-category-detail .content-new-detail .date {
    padding-bottom: 10px;
}

.main-category-detail .content-homepage-primary.other-new {
    margin-top: 50px;
}

.main-category-detail.main-category .content-homepage-primary .item-item3 .item {
    border-bottom: 0;
    padding-bottom: 0;
}

/*.item-weather {*//*    display: flex;*//*    align-items: center;*//*    width: 100%;*//*    padding: 0 10px;*//*    margin-bottom: 10px;*//*}*//*.item-weather:first-child {*//*    margin-top: 10px;*//*}*//*.item-weather .name-country {*//*    width: 30%;*//*}*/
.box-weather .item-weather {
    display: inline-block;
    width: 50%;
    float: left;
}

.box-weather {
    overflow: hidden;
    padding: 15px 10px 0 10px;
    text-align: center;
}

.box-weather .item-weather .name-country {
    font-size: 13px;
    padding: 10px 0;
}

.plLength {
    display: none;
}

@media (max-width: 767px) {
    #npAction {
        margin-left: 15px;
    }
    .image-video .icon {
        padding: 11px 10px!important;
        background-color: #ecebeb;
        font-size: 4px;
        display: table;
        width: 100%;
        color: #000;
        position: relative;
    }

    .item .title a {
        font-size: 14px!important;
    }

    .title_box h1 {
        font-size: 18px!important;
        margin-top: 25px;
    }
    .image-video .icon img{
        display: none;
    }
    .gallery_mb{
        display: block!important;
    }
    .pc_img_gr{
        display: none;
    }
    .top-content-right select {
        margin-bottom: 20px!important;
        margin-top: 15px!important;
    }
    .content-homepage-primary .nav-item-item .item-primary .image {
        width: 100%;
    }
    .content-homepage-primary .nav-item-item .item-primary .content-overlay {
        width: 100%;
        padding: 10px 0 20px 0;
    }
    .content-homepage-primary .nav-item-item .item-primary .content-overlay .desc {
        height: 80px;
    }
    .top-content-left .content-l .nav-img .content-1 {
        margin-bottom: 10px;
    }
}

.information-home {
    margin-top: 20px;
}

.wp-item-album {
    margin-bottom: 30px;
    padding-bottom: 47px;
    border-bottom: 1px solid #e5e5e5;
}

.img-album.img-cover img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}
.image-video .title {
    text-align: center!important;
    margin: 0;
}

.item .title {
    text-align: center;
    display: block;
    width: 100%;
}

.item .title a {
    font-size: 16px;
}
.image-video .icon {
    display: flex;
}

.icon img {
    height: 28px;
    width: 38px;
    /* object-fit: contain; */
    /* position: absolute; */
    /* top: 20px; */
    margin-right: 10px;
}

.image-video .icon {
    padding: 23px 30px;
    background-color: #ecebeb;
    font-size: 16px;
    /* display: table; */
    width: 100%;
    color: #000;
    position: relative;
}
.title_box h1 {
    text-align: center;
    color: #333;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.item-sidebar-follow{
    display: none;
}
.video-home-right {
    margin-top: 40px;
}
div#main-menu ul {
    /*overflow: hidden;*/
    background: #028661;
    padding: 0 10px!important;
}

div#main-menu ul > li a {
    color: #fff!important;
}
._header__title a {
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.item-aside-music h2.title-sb {
    margin-bottom: 20px;
}
.clear-fix {
    clear: both;
}
.slogan-content img {
    width: 100%;
    height: auto;
}

.item .nav-image .icon,.item.sidebar_video .icon {
    width: 56px;
    height: 56px;
    background-color: #3c424f;
    color: #ff6c8d;
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
}

.item .nav-image .icon path,.item.sidebar_video .icon path {
    fill: #fff;
}

.video-home .item .nav-image {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item.sidebar_video .icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.item.sidebar_video {
    position: relative;
}

.item.sidebar_video {
    overflow: hidden;
}
.item.main img {
    width: 100%;
    height: 425px;
    object-fit: cover;
}
h2.title-3 a {
    color: #fff;
}
.item-sidebar.item-sidebar-ig .list_banner {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.item-sidebar.item-sidebar-ig .list_banner li img {
    width: 100%;
    height: auto;
}

.item-sidebar.item-sidebar-ig .list_banner li {
    margin-bottom: 15px;
}