@charset "UTF-8";
@font-face {
    src: url("/landing_page/fonts/VL_Oswald-Light.otf");
    font-family: "VL_Oswald-Light";
}

@font-face {
    src: url("/landing_page/fonts/SVN-Linux Libertine regular.ttf");
    font-family: "Libertine";
}

@font-face {
    src: url("/landing_page/fonts/UTM Swiss Condensed.ttf");
    font-family: "Swiss Condensed";
}

.dangky {
    font-size: 20px;
    padding: 6px 25px;
    color: #f39d2d;
    border: 3px solid #fff;
    height: 57px;
    margin-top: 13px;
    background-color: white;
    background-color: white;
    cursor: pointer;
    font-weight: 600;
}

#show {
    position: fixed;
    top: 0;
    transition: top 0.5s;
    z-index: 999;
    width: 100%;
    transition: 1s;
}

.header {
    background-color: #f9b357;
}

.header .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header .menu .logo {
    padding: 10px 0;
}

.header .menu .logo img {
    width: 80%;
}

.header .menu .title {
    color: #fff;
    font-size: 28px;
    font-family: "VL_Oswald-Light";
    padding-top: 28px;
    padding-right: 30px;
}

.sign-in {
    background-image: url("/landing_page/cpo_event/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
}

.sign-in .title {
    margin-top: 115px;
    margin-bottom: 22px;
    font-family: "Swiss Condensed";
    font-size: 36px;
    color: #f41915;
}

.sign-in .content {
    font-family: "Libertine";
    color: #121212;
    font-size: 22px;
    line-height: 1.8;
}

.sign-in .content .icon {
    color: #f1860d;
    padding-right: 8px;
    padding-top: 2px;
}

.sign-in .form {
    border: 10px solid #f9b357;
    margin-left: 67px;
    margin-top: 110px;
    background-color: #fff;
    padding: 0 30px;
}

.sign-in .form label {
    font-family: "Swiss Condensed";
    font-size: 31px;
    color: #f9b357;
    padding: 30px 0 24px 0;
}

.sign-in .form button.btn {
    color: #f9b357;
    font-size: 24px;
    font-family: "Swiss Condensed";
    background-color: #ffffff;
    border: none;
    padding: 10px 22px;
    border-radius: 40px;
    margin: 15px 0 30px 0;
    font-weight: 600;
    border: 3px solid;
    box-shadow: 0px 8px 8px #dacccce6;
}

.sign-in .chair {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: -60px;
    margin-bottom: 36px;
}

.sign-in .chair .item-1 {
    margin-right: 63px;
    object-fit: cover;
}

.sign-in .chair .item-1 img {
    width: 100%;
}

.sign-in .chair .item-2 {
    margin-right: 140px;
    object-fit: cover;
}

.sign-in .chair .item-2 img {
    width: 100%;
}

.about {
    background-color: #fff;
}

.about .book {
    object-fit: cover;
    margin-top: 80px;
}

.about .book img {
    width: 100%;
}

.about .content {
    margin-top: 80px;
    margin-left: 20px;
}

.about .content .icon {
    padding-top: 5px;
    padding-right: 5px;
    color: #f1860d;
}

.about .content h1 {
    font-size: 40px;
    color: #f41915;
    font-family: "Swiss Condensed";
}

.about .content p {
    font-size: 22px;
    font-family: "Libertine";
    padding: 20px 0;
    line-height: 1.4;
}

.about .detail {
    margin-bottom: 50px;
}

.about .detail .title {
    font-size: 45px;
    color: #f12f2b;
    margin-top: 10px;
    margin-bottom: 45px;
    font-family: "Swiss Condensed";
}

.about .detail .widget {
    border: 0.5px solid #e1e1e1;
}

.about .detail .widget .item {
    object-fit: cover;
}

.about .detail .widget .item img {
    width: 100%;
}

.about .detail .widget .item-content {
    font-family: "Libertine";
    color: #212121;
    min-height: 200px;
}

.about .detail .widget .item-content h1 {
    padding: 28px 0 20px 0;
    font-size: 28px;
    text-decoration: underline;
    color: #f12f2b;
}

.about .detail .widget .item-content p {
    font-size: 18px;
    text-align: justify;
    padding: 0 32px;
    line-height: 1.3;
}

.list {
    background-color: #f9bb69;
    overflow: hidden;
}

.list h1 {
    font-size: 40px;
    font-family: "Swiss Condensed";
    color: #fff;
    padding-top: 40px;
    padding-bottom: 38px;
}

.list .thumb {
    object-fit: cover;
}

.list .thumb img {
    width: 80%;
    position: absolute;
}

.list .table {
    object-fit: cover;
    margin-bottom: 100px;
}

.list .table img {
    width: 100%;
}

img#laptop {
    position: absolute;
    top: -173px;
    left: 0;
    z-index: 2;
}

img#sach {
    left: -42px;
    z-index: 1;
}

img#pen {
    bottom: -76px;
    left: -8px;
    z-index: 4;
}

img#lamina {
    bottom: -49px;
    left: 71px;
    z-index: 3;
}

img#laptop-2 {
    top: -240px;
    right: -87px;
    z-index: 7;
}

img#mouse {
    right: -62px;
    bottom: -10px;
    z-index: 9;
}

img#letter {
    bottom: -25px;
    right: 33px;
    z-index: 8;
}

.question {
    margin-bottom: 100px;
    background-color: #fff;
}

.question .title {
    font-size: 40px;
    color: #f41915;
    margin-top: 49px;
    margin-bottom: 45px;
    font-family: "Swiss Condensed";
}

.question .widget .cauhoi {
    font-size: 22px;
    color: #050505;
    text-align: justify;
    cursor: pointer;
    padding-bottom: 20px;
    font-family: "Swiss Condensed";
}

.question .widget .red {
    color: #f1860d;
}

.question .widget .nd {
    text-align: justify;
    color: #646464;
    padding: 0 20px 20px 20px;
    line-height: 1.4;
}

.contact {
    background-color: #f9b357;
    font-family: "Libertine";
}

.contact h1 {
    font-size: 30px;
    color: #121212;
    padding-top: 20px;
}

.contact p {
    font-size: 18px;
    color: #ffffff;
    padding: 10px 0 20px 0;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .header .menu .title {
        font-size: 30px;
    }
    .dangky {
        font-size: 15px;
        padding: 10px 20px;
    }
    .sign-in .form button.btn {
        font-size: 15px;
    }
    .form-control {
        font-size: 0.8rem;
    }
    .sign-in .form {
        margin-left: 7px;
    }
}

@media (max-width: 768px) {
    .sign-in .title {
        margin-top: 58px;
        font-size: 32px;
    }
    .header .menu .title {
        font-size: 17px;
        line-height: 1.3;
    }
    .sign-in .form {
        margin-top: 45px;
    }
    .dangky {
        font-size: 11px;
        padding: 5px 16px;
        height: 39px;
        margin-top: 22px;
    }
    .header .menu .logo {
        padding: 10px 0;
    }
    .header .menu .logo img {
        width: 70%;
    }
    .sign-in .chair .item-2 {
        margin-right: 70px;
    }
    .about .book {
        margin-top: 60px;
    }
    .about .content {
        margin-top: 30px;
    }
    .about .detail .title {
        margin-top: 18px;
    }
    .about .detail .widget .item-content p {
        font-size: 15px;
        padding: 0px 15px;
    }
}

@media (max-width: 568px) {
    .sign-in .title {
        margin-top: 75px;
    }
    .list .thumb {
        display: none;
    }
    .list h1 {
        font-size: 21px;
        padding-top: 18px;
        padding-bottom: 23px;
    }
    .about .detail {
        margin-bottom: 29px;
    }
    .question .title {
        font-size: 30px;
        margin-top: 27px;
        margin-bottom: 45px;
    }
    .question {
        margin-bottom: 31px;
        background-color: #fff;
    }
    .header .menu .title {
        padding-top: 11px;
    }
    .contact h1 {
        font-size: 23px;
    }
    .contact p {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .dangky {
        margin-top: 15px;
        margin-right: 10px;
    }
    .header .menu .title {
        font-size: 14px;
    }
    .sign-in .title {
        font-size: 28px;
    }
    .dangky {
        font-size: 8px;
        padding: 5px 10px;
        height: 28px;
    }
    .question .widget .cauhoi {
        font-size: 18px;
    }
    .list h1 {
        font-size: 16px;
    }
}

.backtotop {
    margin: 0 auto;
    background-color: #bbbcbd;
    width: 69px;
    height: 69px;
    color: white;
    margin-bottom: 10px;
}

.footer {
    background-color: #323232;
    color: white;
    padding-top: 63px;
    padding-bottom: 40px;
}

.footer a {
    color: white;
}

.footer ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.footer ul li {
    display: inline-block;
    padding-right: 10px;
}

.footer ul li a {
    color: white;
}

.fabox {
    background-color: white;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
}


/*nhÃ  cung cáº¥p*/

section.begin {
    margin-top: 200px;
    padding-bottom: 120px;
}

section.begin .btn-cicle,
.btn-orange {
    border: 1px solid;
    border-radius: 50px;
    /*background: #FF4200;*/
    background: #fff;
    padding: 5px 40px;
    color: #ff4200;
    font-size: 18pt;
    font-weight: bold;
    border-color: #ff4200;
}


/*section.begin .btn-orange {
  border-radius: 10px;
  background: #ee3630;
  padding: 13px 26px;
  color: #fff;
  text-decoration: none;
}*/

section.begin .btn-cicle:hover {
    background: #ff4200;
    color: #fff;
}

section.begin .btn-orange:hover {
    background: #ff4200;
    color: #fff;
    text-decoration: none;
}

section.begin .merchant-text {
    margin-top: 56px;
}

section.begin .merchant-text-content {
    padding: 0 0 0 75px;
}

section.more-merchant {
    background: #e6e6e6;
    padding: 70px 0;
}

section.more-merchant .steps-mer {
    margin-top: 40px;
}

section.more-merchant .sub-step {
    margin-top: 30px;
}

section.merchant-adpia {
    padding: 70px 0;
    background: white;
}

section.merchant-adpia .steps-service {
    margin-top: 30px;
}

section.merchant-adpia .steps-service .text {
    text-align: justify;
    margin-top: 20px;
}

section.merchant-adpia .steps-service h3 {
    font-size: 50px;
    margin-top: 89px;
}

section.merchant-adpia .steps-service .textf {
    opacity: 0.4;
}

section.merchant-adpia .steps-service .textf:hover {
    opacity: 1;
    -webkit-transition: all 0.3;
    transition: all 0.3;
}


/*3 buoc kiem tien*/

.process-item-holder .image-holder {
    background-color: #efefef;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    box-sizing: border-box;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.process-item-holder .image-holder.one {
    background: #87cfcc;
}


/*.process-item-holder .image-holder.one:hover {
  background: #87cfcc;
}*/

.process-item-holder .image-holder.two {
    background: #fbcf00;
}


/*.process-item-holder .image-holder.two:hover {
  background: #fbcf00;
}*/

.process-item-holder .image-holder.three {
    background: #4887a3;
}


/*.process-item-holder .image-holder.three:hover {
  background: #4887a3;
}*/

.pi-title {
    margin-bottom: 10px;
    font-weight: 700;
    color: #425caa;
}

.process-item-holder {
    width: 80%;
    margin: 0 auto;
}

.icon-tiny {
    position: relative;
    margin-bottom: 80px;
}


/*Tin tuc*/

.main {
    margin-top: 100px;
}

ul.none-style li {
    padding: 12px;
}

ul.none-style.main-list li:nth-child(2n-1) {
    background-color: #fff;
}

ul.none-style li:hover {
    font-weight: bold;
}

.alert-notification,
.list-cate-widget {
    /*border: 1px solid #dddddd;*/
}

.bg-gray-light {
    background: #f5f5f5;
}

.content-cate-widget ul {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.content-cate-widget ul li {
    padding: 5px;
}

.content-cate-widget ul li a {
    color: #6e7377;
}

.content-cate-widget ul li:hover,
.content-cate-widget ul li.active {
    font-weight: bold;
}

.content-cate-widget ul li:hover a,
.content-cate-widget ul li.active a {
    color: #212a32;
}

.mail-sub {
    padding-top: 7px;
    padding-bottom: 10px;
}

.mail-sub input {
    color: #fff;
}

.mail-sub input[type=email] {
    height: 40px;
    width: 180px;
    background: #091727;
    border: 4px solid #091727;
    display: inline-block;
    float: left;
    padding-left: 15px;
}

.mail-sub input[type=button] {
    height: 40px;
    width: 70px;
    background: #ee7c30;
    border: none;
    display: inline-block;
}

.kiem-tien {
    margin-top: 50px;
}

.kiem-tien .content {
    border: 1px solid #e1e1e1;
    background-color: #eeeeee;
}

.kt-content {
    margin-bottom: 28px;
}

.kt-content .link a {
    font-weight: bold;
    color: #000;
}

.kiem-tien .banner-widget {
    margin-bottom: 40px;
}

.kiem-tien .banner-widget:last-child {
    margin-bottom: 0px;
}

.link {
    margin-top: 8px;
}

.link a {
    color: #000;
    font-weight: bold;
}


/*detail- news*/

.detail-news {
    margin-top: 80px;
}

.detail-news .content-detail-n {
    background-color: #eeeeee;
}

.title-and-meta h1 {
    padding-bottom: 20px;
}

.meta {
    padding: 10px 0;
}

.widget-detail-news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-detail-news ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #e1e1e1;
    margin: 0 10px;
}

.widget-detail-news ul li:last-child {
    border-bottom: 1px solid transparent;
}

.widget-detail-news .img-fea {
    float: left;
    display: block;
}

.widget-detail-news ul li img {
    max-width: 120px;
}

.widget-detail-news ul li .links {
    max-width: 140px;
    float: left;
    display: block;
    margin-left: 10px;
}

.widget-detail-news ul li:after {
    clear: both;
    display: table;
    content: "";
}

.widget-detail .banner {
    padding: 10px 15px 15px;
}

.widget-detail .banner a {
    margin-top: 10px;
    display: block;
}

.detail-news .content-entry {
    padding: 20px 0 40px 0;
    overflow: hidden;
    line-height: 26px;
    font-size: 13pt;
}

.detail-news .meta-f {
    padding: 0px 0 20px 0;
    /*border-bottom: 1px solid #dddddd;*/
}

.detail-news .banner-f-d-n {
    padding: 40px 0;
}

.detail-news .news-other-f {
    background-color: white;
    margin-top: 40px;
}

.detail-news .news-other-f h2 {
    padding-bottom: 20px;
}

.content-loop {
    list-style: none;
}

.content-loop .links {
    margin-top: 20px;
    margin-bottom: 10px;
}

.content-loop .links a {
    color: black;
    font-weight: bold;
}


/*sale */

.sale-list {
    margin-top: 80px;
    margin-bottom: 50px;
}

.sale-list .loop-sale .img-thumd a img {
    border: 1px solid #dddddd;
}

.sale-list .loop-sale .des-and-link .links a {
    font-weight: bold;
    color: #000;
}

.sale-list .loop-sale .des-and-link .des {
    color: #605f5f;
    margin-top: 15px;
}

.sale-list .loop-sale>.row {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.sale-list .loop-sale .des-and-link .btn-create-link {
    margin-top: 10px;
    color: #fff;
    background-color: #ee7c30;
}

.sale-list .banner-f-sale {
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
    padding-bottom: 50px;
}


/*alert */

.alert-list {
    margin-top: 80px;
    margin-bottom: 50px;
}

.alert-list .loop-alert .img-thumd a img {
    border: 1px solid #e1e1e1;
}

.alert-list .loop-alert .des-and-link .links a {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.alert-list .loop-alert .des-and-link .des {
    color: #605f5f;
    /*margin-top: 15px;*/
}

.bordered {
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    padding-bottom: 15px;
    margin-top: 30px;
}

.list-post-row {
    overflow: hidden;
    padding-bottom: 15px;
    margin-top: 10px;
}

.list-post-row .des,
.kt-content .des {
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 15px;
    min-height: 177px;
}

.alert-list .loop-alert .des-and-link .btn-create-link {
    margin-top: 10px;
    color: #fff;
    background-color: #ee7c30;
}

.alert-list .banner-f-alert {
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
    padding-bottom: 50px;
}

.more-primary-news {
    padding: 0;
    margin: 0;
}

.more-primary-news ul {
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.more-primary-news ul li {
    position: relative;
}

.more-primary-news ul:hover li:not(:hover) {
    opacity: 0.5;
}


/*.more-primary-news ul li .shape{
  content: "";
  left: -20px;
  top: 40%;
  position: absolute;
  display: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid rgba(0,0,0,0.8);
}*/


/*.more-primary-news ul li:hover{
  background-color: rgba(0,0,0,0.8);

}*/

.prime-news {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.more-primary-news ul li .img-f-t {
    max-width: 132px;
    float: left;
    margin-left: 4px;
}

.more-primary-news ul li .img-f-t a img {
    max-width: 132px;
}

.more-primary-news ul li .des {
    margin-top: 15px;
    max-width: 200px;
    float: left;
    margin-left: 10px;
}

.more-primary-news ul li .des a {
    color: black;
    font-weight: bold;
    font-size: 16px;
}

.more-primary-news ul li .des a:hover {
    text-decoration: none;
}

.line-top {
    border-top: 1px solid #e1e1e1;
}

.line-top h3 {
    margin-bottom: 20px;
}

.breadcrumb-new {
    margin: 0 0 15px 5px;
}


/**TOOL TIPS **/

.login-wrap {
    position: relative;
}

#dropdow-menu {
    background: #fff;
    border-radius: 6px;
    padding: 10px 15px 5px;
    border: 1px solid #000;
    position: absolute;
    width: 215px;
    display: none;
}

#dropdow-menu p a {
    color: #091727;
}

#dropdow-menu span.arrow {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

div.tag {
    text-align: center;
    margin: 0 0 50px 0;
}

body,
html {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    /*overflow-x: hidden;*/
}

#affix-element.affix {
    position: fixed;
    top: 10px;
}

.affix-top {
    position: static;
}

.affix-bottom {
    position: absolute;
    bottom: auto !important;
}

@media (min-width: 992px) {
    .line-1,
    .line-2,
    .line-3,
    .line-4 {
        text-transform: uppercase;
        display: flex;
    }
    .line-1,
    .line-4 {
        color: #fff;
    }
    .line-1 {
        font-size: 1.14em;
    }
    .line-2 {
        color: #ff4200;
        font-weight: 900;
        letter-spacing: 3px;
        font-size: 2.2em;
    }
    .line-3 {
        display: flex;
        align-items: center;
        margin-bottom: 7px;
    }
    .line-3-1 {
        color: #f9c125;
        font-weight: 900;
        font-size: 4.1em;
        margin-right: 7px;
        transform: scale(1, 1.41);
        /* W3C */
        -webkit-transform: scale(1, 1.41);
        /* Safari and Chrome */
        -moz-transform: scale(1, 1.41);
        /* Firefox */
        -ms-transform: scale(1, 1.41);
        /* IE 9 */
        -o-transform: scale(1, 1.41);
        /* Opera */
    }
    span.span-1>h1 {
        font-size: 16px;
        margin: 0;
    }
    .span-3-2 {
        color: #fff;
        text-transform: capitalize;
        font-size: 2em;
    }
    .span-3-2>span {
        color: #ff4200;
        font-weight: 900;
        text-transform: uppercase;
    }
    .span-3-2>span {
        font-size: 1.1em;
    }
    .span-3-3 {
        color: #fff;
        text-transform: lowercase;
        letter-spacing: -0.9px;
    }
    .span-3-3>span {
        letter-spacing: -0.2px;
    }
    .line-4 {
        font-weight: 900;
        font-size: 2.04em;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 991px) {
    .des-text {
        /*background: black;*/
        margin-top: 20px;
        white-space: nowrap;
        max-width: 290px;
        max-height: 123px;
        /*line-height:1.2;*/
    }
    .line-1,
    .line-2,
    .line-3,
    .line-4 {
        text-transform: uppercase;
        display: flex;
    }
    .line-1,
    .line-4 {
        color: #fff;
    }
    .line-1 {
        font-size: 0.85em;
    }
    .line-2 {
        color: #ff4200;
        font-weight: 900;
        letter-spacing: 3px;
        font-size: 1.6em;
    }
    .line-3 {
        display: flex;
        align-items: center;
        margin-bottom: 7px;
    }
    .line-3-1 {
        color: #f9c125;
        font-weight: 900;
        font-size: 3em;
        margin-right: 7px;
        transform: scale(1, 1.41);
        /* W3C */
        -webkit-transform: scale(1, 1.7);
        /* Safari and Chrome */
        -moz-transform: scale(1, 1.7);
        /* Firefox */
        -ms-transform: scale(1, 1.7);
        /* IE 9 */
        -o-transform: scale(1, 1.7);
        /* Opera */
    }
    span.span-1>h1 {
        font-size: 12.2px;
        margin: 0;
    }
    .span-3-2 {
        color: #fff;
        text-transform: capitalize;
        font-size: 1.65em;
        float: left;
    }
    .span-3-2>span {
        color: #ff4200;
        font-weight: 900;
        text-transform: uppercase;
    }
    .span-3-2>span {
        font-size: 1.1em;
    }
    .span-3-3 {
        color: #fff;
        text-transform: lowercase;
        letter-spacing: -0.9px;
        font-size: 0.8em;
    }
    .span-3-3>span {
        letter-spacing: -0.2px;
    }
    .line-4 {
        font-weight: 900;
        font-size: 1.55em;
        letter-spacing: 0.5px;
    }
}

.des-text {
    /*background: black;*/
    white-space: nowrap;
    max-width: 478px;
    max-height: 203px;
    line-height: 1.2;
}

section.main {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #353e46;
}

.banner-f-d-n a {
    display: none;
}

.article-title {
    text-align: center;
    padding: 5px;
    color: black;
    font-weight: 700;
}

.polygon {
    display: flex;
    background-color: #e4e4e4;
    width: 43px;
    height: 19px;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 7px solid #e4e4e4;
}

#slider-menu .owl-prev i,
#slider-menu .owl-next i {
    position: relative;
    top: 50%;
}

#slider-menu .owl-prev,
#slider-menu .owl-next {
    /*    background:transparent;*/
    background: black;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 1.5em;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}

#slider-menu.owl-carousel:hover .owl-prev,
#slider-menu.owl-carousel:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

#slider-menu .owl-prev {
    /*border: 1px solid transparent;*/
    border-radius: 0;
    position: absolute;
    top: 0;
    left: -30px;
    margin: 0;
}

#slider-menu .owl-next {
    /*border: 1px solid transparent;*/
    border-radius: 0;
    position: absolute;
    top: 0;
    right: -30px;
    margin: 0;
}

#slider-menu.owl-carousel:hover .owl-prev {
    left: 0;
}

#slider-menu.owl-carousel:hover .owl-next {
    right: 0;
}

@media (min-width: 992px) {
    #affix-element {
        width: 293px;
    }
    #slider-menu .owl-pagination {
        display: none;
    }
}

.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tags a {
    text-decoration: none;
}

.tags li {
    float: left;
}

.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}


/*# sourceMappingURL=style.css.map */