.president {
    position: relative;
    margin-top: -80px;
    z-index: 1;
}

.president-box_design {
    background: white;
}

.president .president_picture {
    margin: 1em 0;
}

.president .president_picture img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    border: 2px solid #f5f5f5;
}

.president .quote {
    margin-top: 40px;
    border-right: 1px dotted #dddddd;
}

.president .quote h1 {
    font-family: 'quarkBold';
    color: #959595;
    font-style: italic;
    font-size: 1.5em;
    line-height: 1.3;
}

.president .quote .line {
    width: 100px;
    border-bottom: 4px solid #f9be1f;
}

.president .quote h2,
.president .quote h3 {
    color: #4a4a4a;
    font-family: 'quarkBold';
    font-size: 1.5em;
    margin: 0;
    padding: 0;
}

.president .quote h2 {
    margin-top: 10px;
}

.president .service-box {
    margin-top: 5px;
}

.president .service-box h1 {
    color: #4a4a4a;
    font-family: 'quarkBold';
    font-size: 1.5em;
}

.president .service-box .item {
    text-align: center;
}

.president .service-box .item a {
    text-decoration: none;
    color: #444444;
}

.president .service-box .item p {
    margin-top: 10px;
    color: #444444;
}

.orange_ico {
    background: #f4893a;
    border-radius: 50%;
    padding: 15px;
    color: white;
}

.yellow_ico {
    background: #f9be1f;
    border-radius: 50%;
    padding: 15px;
    color: white;
}

.pink_ico {
    background: #fa9789;
    border-radius: 50%;
    padding: 15px;
    color: white;
}

.blue_ico {
    background: #33cfd0;
    border-radius: 50%;
    padding: 15px;
    color: white;
}

.green_ico {
    background: #41c967;
    border-radius: 50%;
    padding: 15px;
    color: white;
}

.ocean_ico {
    background: #349c9d;
    border-radius: 50%;
    padding: 15px;
    color: white;
}


/*activities*/

.activities {
    padding: 2em 0;
}

.activities .header {
    border-bottom: 1px solid #f9be1f;
}

.activities .header h2 {
    font-family: 'quarkBold';
    color: #444444;
    font-size: 1.5em;
    margin-top: 0;
}

.activities .header a {
    font-family: 'quarkBold';
    color: #959595;
    font-size: 1.2em;
    text-decoration: none;
}

.activities .activities_box-header {
    padding: 1em 0;
}

.activities .activities_box-header span {
    padding: 5px 10px;
    background: orange;
    font-family: 'quarkBold';
    color: white;
}

.activities .activities_item a {
    text-decoration: none;
}

.activities .activities_item h3 {
    font-family: 'quarkBold';
    color: #444444;
    font-size: 1.4em;
    margin: 10px 0;
    height: 52.4px;
    font-size: 1.5em;
    margin-top: 10px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.activities .activities_item .description {
    border-bottom: 1px dotted #dddddd;
}

.activities .activities_item .description p {
    color: #959595;
    margin: 10px 0;
}

.activities .activities_item .date_post p {
    color: #959595;
    margin: 10px 0;
}

.activities .feature_post {
    margin-top: 10px;
}

.activities .feature_post .feature_post-item {
    margin: 0.7em 0;
}

.activities .feature_post .feature_post-item img {
    width: 100%;
}

.activities .feature_post .feature_post-item a {
    text-decoration: none;
}

.activities .feature_post .feature_post-item h3 {
    font-family: 'quarkBold';
    color: #444444;
    font-size: 1.2em;
    margin: 0;
}

.activities .feature_post .feature_post-item p {
    color: #959595;
    margin: 10px 0;
}

.activities img {
    min-height: 225px;
}


/*link css*/

#owl-demo .item {
    margin: 10px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo .item p {
    color: white;
    font-size: 20px;
    padding: 10px 5px;
}

#owl-demo i {
    opacity: 0.6;
}

#owl-demo .owl-controls {
    margin-top: 0;
}

#owl-demo .owl-page.active span,
#owl-demo .owl-page:hover span {
    background: #f9be1f;
    border: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#owl-demo .owl-page span {
    border: 2px solid #eeeeee;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#owl-demo .owl-buttons div {
    color: #202e31;
    border: none;
    position: absolute;
}

#owl-demo .owl-prev {
    left: 0;
    top: 14%;
    background: rgba(255, 255, 255, 0.6);
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#owl-demo .owl-prev:hover {
    background: rgba(255, 255, 255, 0.8);
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#owl-demo .owl-next {
    right: 0;
    top: 14%;
    background: rgba(255, 255, 255, 0.6);
}

#owl-demo .owl-next:hover {
    background: rgba(255, 255, 255, 0.8);
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}


/*announce css*/

.announce {
    background: #f5f5f5;
    margin-top: 20px;
    padding: 1em 0 2.5em;
}

.announce .nav-tabs_design {
    margin-top: 20px;
    padding: 0 1.5em;
}

.nav-tabs_design>li {
    color: #444444;
    font-family: 'quarkBold';
    font-size: 1.5em;
}

.nav-tabs_design>li>a {
    border-radius: 0;
    margin-right: 0px;
    border: none;
    color: #444444;
}

.nav-tabs_design>li>a:hover {
    border: none;
    background: none;
    color: #444444;
}

.nav-tabs_design>li.active>a,
.nav-tabs_design>li.active>a:focus,
.nav-tabs_design>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #f9be1f;
    border-bottom-color: transparent;
    border-top: 4px solid #f9be1f;
}

.nav-tabs {
    border-bottom: 1px solid #f9be1f;
}

.tab-pane_design {
    background: white;
}

.announce .item, .post-type-archive-downloads .item, .tax-download .item {
    padding: 1em;
    border-bottom: 3px solid #f5f5f5;
}

.announce .item i, .post-type-archive-downloads .item i, .tax-download .item i {
    color: #d6d6d6;
}

.announce .item a, .post-type-archive-downloads .item a, .tax-download .item a {
    text-decoration: none;
    color: #444444;
}

.announce .item p, .post-type-archive-downloads  .item p, .tax-download .item p {
    color: #959595;
}

.announce .item a p, .post-type-archive-downloads .item a p, .tax-download .item a p {
    margin-top: 10px;
    color: #f9be1f;
}

.announce .view_all, .post-type-archive-downloads  .view_all, .tax-download .view_all{
    text-align: center;
}

.announce .view_all a, .post-type-archive-downloads  .view_all a, .tax-download .view_all a {
    font-family: 'quarkBold';
    color: #959595;
    font-size: 1.5em;
    text-decoration: none;
}

.announce .heaader_item h3, .post-type-archive-downloads .header_item h3 {
    font-family: inherit;
    margin: 0;
    font-size: 1em;
    line-height: 1.42857;
}

.announce_price {
    margin-top: 20px;
}

.announce_price-bg {
    background: white;
}

.announce_price-bg h3 {
    font-family: inherit;
    margin: 0;
    font-size: 1em;
    line-height: 1.42857;
}

.announce_price-header {
    border-bottom: 1px solid #f9be1f;
}

.announce_price p {
    margin: 8px 0;
}

.announce_price .announce_price-header h2 {
    font-family: 'quarkBold';
    padding: 10px 0px;
    color: #444444;
    font-size: 1.5em;
    margin-top: 1px;
}

.announce_price .announce_price-header .view_all {
    padding: 5px 0px;
    text-align: right;
}

.announce_price .announce_price-header .view_all a {
    font-family: 'quarkBold';
    color: #959595;
    font-size: 1.5em;
    text-decoration: none;
}

.announce_price .item {
    padding: 1em;
    border-bottom: 1px dotted #dddddd;
}

.announce_price .item .view {
    color: #f9be1f;
}





/*mobile site*/

@media (max-width: 767px) and (min-width: 320px) {
    .president {
        position: relative;
        margin-top: 0;
        z-index: 1;
    }
    .president .quote {
        margin-top: 0;
        border-right: none;
    }
    .president .quote h1 {
        font-size: 1em;
    }
    .president .quote h2,
    .president .quote h3 {
        font-size: 1em;
    }
    .president .quote .line {
        width: 50px;
        border-bottom: 2px solid #f9be1f;
    }
    .president .service-box {
        border-top: 1px dotted #dddddd;
    }
    .president .service-box .item p {
        /*font-size: 16px;*/
    }
    .activities_item img {
        width: 100%;
    }
    .activities .header h2 {
        font-size: 1.2em;
    }
    .activities .header a {
        font-size: 1.2em;
    }
    .feature_post-item img {
        width: 100%;
    }
    .announce .nav-tabs_design {
        padding: 0;
    }
    .nav-tabs_design>li {
        font-size: 1em;
        width: 50%;
        text-align: center;
        margin-bottom: -9px
    }
    .nav-tabs_design>li.active>a,
    .nav-tabs_design>li.active>a:focus,
    .nav-tabs_design>li.active>a:hover {
        padding: 0 4px;
        padding-bottom: 7px;
    }
    .download_btn {
        display: none;
    }
    .announce .item {
        padding: 1em;
    }
    .icon-file i {
        font-size: 2.5em;
    }
    .announce_price {
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .announce .view_all a {
        font-size: 1em;
    }
    .announce_price .announce_price-header h2,
    .announce_price .announce_price-header .view_all a {
        font-size: 1.2em;
    }
    .announce_price .announce_price-header .view_all {
        padding-top: 10px;
    }
}


/*tablet css*/

@media(max-width: 1024px) and (min-width: 768px) {
    .president {
        position: relative;
        margin-top: 0px;
        z-index: 1;
    }
    .president .quote {
        margin-top: 40px;
        border-right: none;
    }
    .announce .item {
        padding: 1.46em 1em;
    }
    .announce_price {
        overflow: hidden;
    }
    .announce_price .item {
        padding: 1em;
    }
    .announce_price .announce_price-header h2 {
        margin-bottom: 0;
        font-size: 1.2em;
    }
    .announce_price .announce_price-header .view_all a {
        font-size: 1.2em;
    }
    .nav-tabs_design>li {
        font-size: 1.2em;
    }
    .president .quote h1 {
        font-size: 1.8em;
    }
    .president .quote h2,
    .president .quote h3 {
        font-size: 1.8em;
    }
}

.president-section .president-box {
    background: #b79042;
    margin-left: -15px;
    padding: 15px;
}

.president-section .president_picture img {
    border: none;
}

.president-section .quote {
    border: none;
}

.president-section .quote .title {
    color: #ffffff;
    font-style: inherit;
    font-size: 2.2em;
}

.president-section .quote h3 {
    color: #ffffff;
}

.president-section .quote a {
    display: block;
    color: #b79042;
    text-align: center;
    padding: 5px;
    background: white;
    margin-top: 20px;
    text-decoration: none;
    font-family: 'quarkBold';
    font-size: 1.6em;
    width: 80%;
}

.president-section .service-box .title {
    color: #b79042;
    font-family: 'quarkBold';
    font-size: 1.5em;
    text-align: center;
}

.president-section .service-box i {
    width: 60px;
    height: 60px;
    text-align: center;
}

.president-section .ocean_ico {
    padding: 16px 22px;
    background: #7071a1;
}

.president-section .oceanblue_ico {
    background: #339d9e;
    border-radius: 50%;
    padding: 16px 18px;
    color: white;
}

.president-section .weed_ico {
    background: #b8a57a;
    border-radius: 50%;
    padding: 16px 14px;
    color: white;
}


/*<!--****************************** NEW start ******************************-->*/

.activities-section .header {
    border-bottom: 1px solid #b79042;
}

.activities-section .header .title {
    font-family: 'quarkBold';
    color: #b79042;
    font-size: 1.5em;
    margin-top: 0;
}

.activities-section .activities_box-header span {
    background: #b79042;
}

.activities-section .activities_item .title {
    font-family: 'quarkBold';
    color: #444444;
    font-size: 1.3em;
    margin: 10px 0;
}

.activities-section .feature_post .feature_post-item .title {
    font-family: 'quarkBold';
    color: #444444;
    font-size: 1.2em;
    margin: 0;
}


/*<!--****************************** otop start ******************************-->*/

.otop-section {
    margin-bottom: 40px;
}

.otop-section .header {
    border-bottom: 1px solid #b79042;
}

.otop-section .header .title {
    font-family: 'quarkBold';
    color: #b79042;
    font-size: 1.5em;
    margin-top: 0;
}

.otop-section .header a {
    font-family: 'quarkBold';
    color: #959595;
    font-size: 1.2em;
    text-decoration: none;
}

.otop-section .activities_box-header span {
    background: #b79042;
}

.otop-section .flag {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #b79042;
    color: white;
    font-family: 'quarkLight';
    font-size: 1.4em;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: -20px;
    left: 15px;
    padding-top: 20px;
}

.otop-section .highlight img {
    width: auto;
    max-height: 160px;
    margin: 0 auto;
    display: block;
    max-width: 241px;
}

.otop-section .product_name {
    font-family: 'quarkBold';
    color: #b79042;
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .otop-section .product_name a {
        color: #b79042;
    }

.otop-section .rate {
    font-size: 0.7em;
    color: #d7c095;
    margin-top: 10px;
    margin-bottom: 10px;
}

.otop-section .rate i {
    margin-right: 2px;
}

.otop-section .rate i.active {
    color: #b79042;
}

.otop-section .price {
    color: #58585a;
    font-family: 'quarkBold';
    font-size: 1.6em;
}

.otop-section .highlight {
    margin-top: 30px;
    border: 1px solid #b79042;
    padding: 30px 10px;
}

.otop-section .highlight .share-box {
    vertical-align: middle;
}

.otop-section .highlight .share-box a {
    text-decoration: none;
    color: #818285;
}

.otop-section .highlight .share-box .order_btn {
    padding: 7px 13px;
    margin: 0 10px;
    background: #b79042;
    border-radius: 4px;
    font-family: 'quarkBold';
    color: white;
    font-size: 1.3em;
    text-decoration: none;
}

.otop-section .highlight .share-box .ico {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #818285;
    text-align: center;
    vertical-align: middle;
    padding-top: 7px;
    font-size: 1em;
}

.otop-section .highlight .share-box i {
    margin: 0 9px;
    font-size: 1.2em;
}

.otop-section .product_item {
    margin-top: 20px;
}

.otop-section .product_item .item {
    padding: 15px;
}

.otop-section .product_item .item .product-box {
    border: 1px solid #b79042;
    padding: 10px;
    padding-bottom: 20px;
}

.otop-section .product_item .item .product-box i {
    margin: 0 5px;
}

.otop-section .product_item .item .product-box .share-box {
    margin: 10px 0;
    text-align: center;
}

.otop-section .product_item .item .product-box .share {
    margin: 5px;
    color: #818285;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.otop-section .product_item .item .product-box .share:hover {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #202e31;
}

.otop-section .product_item .item .product-box .love {
    margin: 5px;
    color: #818285;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.otop-section .product_item .item .product-box .love:hover {
    color: #dc0000;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.otop-section .product_item .item .product-box .ico {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #818285;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
    font-size: 1em;
    color: #818285;
}

.otop-section .product_item .item .product-box img {
    /*width: auto;
    max-height: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;*/
    max-width: 100%;
    max-height: 180px;
    margin: 0 auto;
    display: block;
}

.otop-section .product_item .item .product-box .btn_buy {
    padding: 7px 10px;
    margin: 0 10px;
    background: #b79042;
    border-radius: 4px;
    font-family: 'quarkBold';
    color: white;
    font-size: 1.3em;
    text-decoration: none;
}

.otop-section .detail {
    font-family: 'quarkLight';
    font-size: 1.3em;
    text-decoration: none;
    color: #818285;
}

#owl-otop .owl-pagination {
    display: block;
}

#owl-otop .owl-buttons div {
    color: #202e31;
    border: none;
    position: absolute;
}

#owl-otop .owl-prev {
    color: #1f2f31;
    left: -5%;
    top: 25%;
}

#owl-otop .owl-prev:hover,
#owl-otop .owl-next:hover {
    background: none;
}

#owl-otop .owl-next {
    color: #1f2f31;
    right: -5%;
    top: 25%;
}

#owl-otop .owl-pagination {
    display: none;
}


/*<!--****************************** pr start ******************************-->*/

.pr-section {
    margin-bottom: 40px;
}

.pr-section .header {
    border-bottom: 1px solid #b79042;
}

.pr-section .header .title {
    font-family: 'quarkBold';
    color: #b79042;
    font-size: 1.5em;
    margin-top: 0;
}

.pr-section .header a {
    font-family: 'quarkBold';
    color: #959595;
    font-size: 1.2em;
    text-decoration: none;
}

.pr-section .activities_box-header {
    padding: 1em 0;
    margin-top: 10px;
}

.pr-section .activities_item a {
    text-decoration: none;
}

.pr-section .activities_box-header span {
    padding: 5px 10px;
    background: #b79042;
    font-family: 'quarkBold';
    color: white;
}

.pr-section .activities_item .title {
    font-family: 'quarkBold';
    color: #444444;
    font-size: 1.4em;
    margin: 10px 0;
    height: 52.4px;
    margin-top: 10px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pr-section .activities_item .description {
    border-bottom: 1px dotted #dddddd;
}

.pr-section .activities_item .description p {
    color: #959595;
    margin: 10px 0;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pr-section .activities_item .date_post p {
    color: #959595;
    margin: 10px 0;
}


/*<!--****************************** announce start ******************************-->*/

.announce-section {
    background: white;
}

.announce-section .nav-tabs {
    border-bottom: 1px solid #b79042;
}

.announce-section .nav-tabs_design>li {
    /*width: 50%;*/
    text-align: center;
}

.announce-section .nav-tabs_design>li.active>a,
.announce-section .nav-tabs_design>li.active>a:focus,
.announce-section .nav-tabs_design>li.active>a:hover {
    color: #b79042;
    border: 1px solid #b79042;
    border-bottom-color: transparent;
    border-top: 4px solid #b79042;
}

.announce-section .nav-tabs_design>li>a {
    color: #b79042;
}

.announce-section .item a p, .post-type-archive-downloads .item a p, .tax-download .item a p {
    color: #b79042;
}

.announce-section .announce_price .announce_price-header .title {
    font-family: 'quarkBold';
    padding: 10px 0px;
    color: #b79042;
    font-size: 1.5em;
    margin-top: 1px;
}

.announce-section .announce_price .item .view {
    color: #b79042;
}
/*
.announce-section .item:last-child {
    border-bottom: none;
}

*/
/*<!--****************************** knowledge start ******************************-->*/

.knowledge-section {
    margin-bottom: 40px;
}

.knowledge-section .header {
    border-bottom: 1px solid #b79042;
}

.knowledge-section .header .title {
    font-family: 'quarkBold';
    color: #b79042;
    font-size: 1.5em;
    margin-top: 0;
}

.knowledge-section .header a {
    font-family: 'quarkBold';
    color: #959595;
    font-size: 1.2em;
    text-decoration: none;
}

.knowledge-section .knowledge-box {
    margin-top: 30px;
}

.knowledge-section .knowledge-box img {
    width: 100%;
}

.knowledge-section .knowledge-box a {
    text-decoration: none;
}

.knowledge-section .knowledge-box .item {
    padding: 10px;
}

.knowledge-section .knowledge-box .title {
    color: #959595;
    margin: 10px 0;
    font-size: 1em;
    border-bottom: 1px dotted #dddddd;
    line-height: 1.3;
    padding-bottom: 15px;
    min-height: 52px;
}

.knowledge-section .knowledge-box .post {
    color: #959595;
    margin: 10px 0;
}

.knowledge-section .knowledge-box .ico {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: -10px;
    height: 100%;
}

.knowledge-section .knowledge-box .ico i {
    border: 3px solid white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 3em;
    padding-top: 15px;
    padding-left: 5px;
    color: white;
    position: relative;
    top: 25%;
}

#owl-knowledge .owl-pagination {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

#owl-knowledge .owl-buttons div {
    color: #202e31;
    border: none;
    position: absolute;
}

#owl-knowledge .owl-prev {
    color: #716659;
    left: -5%;
    top: 25%;
}

#owl-knowledge .owl-prev:hover,
#owl-knowledge .owl-next:hover {
    background: none;
}

#owl-knowledge .owl-next {
    color: #716659;
    right: -5%;
    top: 25%;
}

#owl-knowledge .owl-page span {
    background: #949699;
    border: none;
}

#owl-knowledge .owl-page.active span,
#owl-knowledge .owl-page:hover span {
    background: #3a3a3c;
}


/*<!--****************************** link start ******************************-->*/

.link-section {
    margin-bottom: 40px;
}

.link-section .header {
    border-bottom: 1px solid #b79042;
}

.link-section .header .title {
    font-family: 'quarkBold';
    color: #b79042;
    font-size: 1.5em;
    margin-top: 0;
}

.link-section .header a {
    font-family: 'quarkBold';
    color: #959595;
    font-size: 1.2em;
    text-decoration: none;
}

#owl-link {
    margin-top: 30px;
}

#owl-link .item {
    padding: 0 0.5em;
}

#owl-link .item a {
    margin-bottom: 20px;
    border: 1px solid #b79042;
    display: block;
    width: 100%;
    padding: 2em 1em;
    text-align: center;
}

#owl-link .item img {
    width: 100%;
    vertical-align: middle;
    /*height: auto;*/
    height: 87px;
}

#owl-link .owl-pagination {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

#owl-link .owl-buttons div {
    color: #202e31;
    border: none;
    position: absolute;
}

#owl-link .owl-prev {
    color: #716659;
    left: -5%;
    top: 5%;
}

#owl-link .owl-prev:hover,
#owl-link .owl-next:hover {
    background: none;
}

#owl-link .owl-next {
    color: #716659;
    right: -5%;
    top: 5%;
}

#owl-link .owl-page span {
    background: #949699;
    border: none;
}

#owl-link .owl-page.active span,
#owl-link .owl-page:hover span {
    background: #3a3a3c;
}


/*<!--****************************** other link start ******************************-->*/

.other-section {
    margin-bottom: 40px;
}

.other-section .header {
    border-bottom: 1px solid #b79042;
}

.other-section .header .title {
    font-family: 'quarkBold';
    color: #b79042;
    font-size: 1.5em;
    margin-top: 0;
}

.other-section .header a {
    font-family: 'quarkBold';
    color: #959595;
    font-size: 1.2em;
    text-decoration: none;
}

.other-section .link-item {
    margin-top: 20px;
}

.other-section .link-item .panel {
    background: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.other-section .link-item .panel-group .panel-heading {
    border-bottom: 1px dotted #bbbdbf;
}

.other-section .link-item .panel:last-child .panel-heading {
    border-bottom: 1px dotted #bbbdbf;
}

.other-section .link-item .panel i {
    float: right;
}

.other-section .link-item .panel-title>.small,
.other-section .link-item .panel-title>.small>a,
.other-section .link-item .panel-title>a,
.other-section .link-item .panel-title>small,
.other-section .link-item .panel-title>small>a {
    color: #949494;
    text-decoration: none;
    font-size: 0.9em;
    font-family: Tahoma;
}

.other-section .link-item .panel:last-child .panel-title>.small,
.other-section .link-item .panel:last-child .panel-title>.small>a,
.other-section .link-item .panel:last-child .panel-title>a,
.other-section .link-item .panel:last-child .panel-title>small,
.other-section .link-item .panel:last-child .panel-title>small>a {
    text-decoration: none;
    /*font-weight: 700;*/
}

.other-section .col-md-4:last-child .link-item .panel:last-child .panel-title>.small,
.other-section .col-md-4:last-child .link-item .panel:last-child .panel-title>.small>a,
.other-section .col-md-4:last-child .link-item .panel:last-child .panel-title>a,
.other-section .col-md-4:last-child .link-item .panel:last-child .panel-title>small,
.other-section .col-md-4:last-child .link-item .panel:last-child .panel-title>small>a {
    text-decoration: none;
    font-weight: 700;
}

.other-section .link-item .panel-group .panel-heading+.panel-collapse>.list-group,
.other-section .link-item .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.other-section .link-item .panel-body a {
    display: block;
    margin: 5px 0;
    color: #949494;
    text-decoration: none;
    font-size: 0.9em;
    font-family: Tahoma;
}

.other-section .link-item .panel-body {
    padding: 8px;
}

@media (max-width: 767px) and (min-width: 320px) {
    .president-section .president-box {
        margin-right: -15px;
    }
    .president-section .quote .title {
        margin-bottom: 5px;
        font-size: 1.3em;
    }
    .president-section .quote a {
        margin-top: 20px;
        font-size: 1.2em;
        width: 100%;
    }
    .president-section .service-box {
        border-top: none;
    }
    .activities-section .header .title {
        font-size: 1.2em;
    }
    .otop-section .header .title {
        font-size: 1.2em;
    }
    #owl-otop .owl-next {
        right: 0;
    }
    #owl-otop .owl-prev {
        left: 0;
    }
    .pr-section {
        margin-bottom: 10px;
    }
    .pr-section .header .title {
        font-size: 1.2em;
    }
    .announce-section {
        margin-top: 0;
    }
    .nav>li>a {
        padding: 10px;
    }
    .announce-section .announce_price .announce_price-header .title {
        font-size: 1.2em;
    }
    .knowledge-section .header .title {
        font-size: 1.2em;
    }
    .knowledge-section .knowledge-box .ico i {
        top: 20%;
    }
    #owl-knowledge .owl-next {
        right: 0;
    }
    #owl-knowledge .owl-prev {
        left: 0;
    }
    .link-section .header .title {
        font-size: 1.2em;
    }
    #owl-link .owl-pagination {
        display: none;
    }
    #owl-link .owl-prev {
        top: -5px;
        left: 0;
    }
    #owl-link .owl-next {
        top: -5px;
        right: 0;
    }
    .other-section .col-md-4:first-child .link-item {
        margin-top: 20px;
    }
    .other-section .link-item {
        margin-top: 0px;
    }
    .other-section .panel-group {
        margin-bottom: 0px;
    }
    .other-section .link-item .panel:last-child .panel-heading {
        border-bottom: 1px dotted #bbbdbf;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .president-section .president-box {
        margin: 0 -24px;
    }
    .president-section .quote .title {
        text-align: center;
    }
    .president-section .quote h3 {
        text-align: center;
    }
    .president-section .quote a {
        width: 100%;
    }
    #owl-otop .owl-next {
        right: 0;
        top: 35%;
    }
    #owl-otop .owl-prev {
        left: 0;
        top: 35%;
    }
    #owl-knowledge .owl-next {
        right: 0;
    }
    #owl-knowledge .owl-prev {
        left: 0;
    }
    #owl-link .owl-prev {
        left: 0;
    }
    #owl-link .owl-next {
        right: 0;
    }
    .other-section .col-md-4:first-child .link-item {
        margin-top: 20px;
    }
    .other-section .link-item {
        margin-top: 0px;
    }
    .other-section .panel-group {
        margin-bottom: 0px;
    }
    .other-section .link-item .panel:last-child .panel-heading {
        border-bottom: 1px dotted #bbbdbf;
    }
    .knowledge-section .knowledge-box .ico i {
        top: 15%;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .president-section .president-box {
        margin: 0 0 0 -42px;
        min-height: 310px;
        padding-top: 50px;
    }
    .otop-section .highlight .share-box i {
        margin: 0 2px;
        font-size: 1em;
    }
    .otop-section .product_item .item .product-box i {
        margin: 0 0px;
    }
    .otop-section .product_name {
        font-size: 1.7em;
    }
    .announce-section .announce_price .announce_price-header .title {
        font-size: 1.4em;
    }
    .other-section .link-item {
        margin-top: 20px;
    }
    .other-section .link-item .panel:last-child .panel-heading {
        border-bottom: 1px dotted #bbbdbf;
    }
    .knowledge-section .knowledge-box .ico i {
        top: 20%;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .president-section .president-box {
        margin: 0 0 0 -15px;
        min-height: 310px;
        padding-top: 50px;
    }
    .otop-section .highlight .share-box i {
        margin: 0 2px;
        font-size: 1em;
    }
    .otop-section .product_item .item .product-box i {
        margin: 0 0px;
    }
    .otop-section .product_name {
        font-size: 1.7em;
    }
    .announce-section .announce_price .announce_price-header .title {
        font-size: 1.4em;
    }
}
