/*@import url('http://toidicode.com/wp-content/themes/Thanhtai/style.css?ver=1.4');*/

@media (min-width: 768px) and (max-width: 1000px) {
    .hidden-md {
        display: none!important;
    }
}



/*text color*/

.text-red {
    color: red;
}

.text-gray {
    color: #848484;
}

.text-dark {
    color: #212a32;
}

a.text-dark{
    color: inherit;
}

.text-white {
    color: white;
}


/*bg color*/

.bg-orange {
    background: #fb6c0d;
}

.bg-ee {
    background-color: #eeeeee
}


/* text-size */
.text-14 {
    font-size: 16px;
}

.text-15 {
    font-size: 19px;
}

.text-20 {
    font-size: 20px;
}

.text-24 {
    font-size: 24px;
}


.text-black{
    color: #212a32;
}
/* position */

.margin-top-15 {
    margin-top: 15px;
}

.none-padding {
    padding: 0px;
}

.none-margin {
    margin: 0px;
}

.none-padding-right {
    padding-right: 0;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.none-padding-bottom {
    padding-bottom: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.right:after {
    content: "";
    clear: both;
    display: table;
}


/* other style */

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

.btn-reg{
    border: 1px solid;
    border-radius: 50px;
    /*background: #FF4200;*/
    /*background:rgba(76,76,76,.3);*/
    padding: 5px 40px;
    background-color: rgba(255,255,255,0.1);
    color:#FFF;
    font-size: 18pt;
    font-weight: bold;
    border-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-reg:hover{
    background: inherit;
    color: inherit;
    border: 1px solid transparent;
    background-color: #FF4200;
}
/* boder */

.border-bottom {
    border-bottom: 1px solid #e1e1e1;
    /*margin-right: 5px;*/
    padding-bottom: 10px;
}

body{
    /*font-family: roboto;*/
    overflow-x: hidden;
    font-family: "Open Sans";
    color: #212a32;
}

.menu-header {
    background: rgba(9,23,39,1);
    border-bottom: 1px solid #242d37;
    height: 90px;
}

.form-inline button {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    height: 34px;
    margin-top: 8px;
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
}

@media only screen and (max-width: 768px){
    .form-inline button {
        margin-top:0;
    }
}

.navbar-nav {
    padding-top: 20px;
}

.navbar-nav li {
    margin-right: 10px;
}

.navbar-nav a {
    color: white;
    font-weight: 300;
}

.nav>li>a:hover,
.nav>li>a.active,
.nav>li>a:focus {
    text-decoration: none;
    color: red;
    background-color: transparent;
}

nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
    border-color: #428bca;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: rgba(9, 23, 39, 1);
    color: white;
}

.nav li.last-nav-li{
    margin-top: 17px;
}
.nav li.last-nav-li a{
    display: inline;
    padding-right: 0;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
}

.search {
    background-color: rgba(255, 255, 255, 0.1);
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border: 0px;
    border-radius: 5px;
}

.search:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.clear {
    clear: both;
}


/* slider*/

.des-left .des-text p {
    margin: 0;
    padding: 0;
}

.des-right {}

.rotate-img {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.over-hide{
    overflow: hidden
}
a.viewmore{
    font-size: 11pt;
}
a.viewmore:hover{
    color: inherit;
}
.map {
    position: absolute;
    top: 70px;
    right: 220px;
}

.map-tool {
    width: 15%;
    position: absolute;
    top: 100px;
    right: 340px;
}

.rotate-img.lg {
    position: absolute;
    right: 320px;
    top: 0px;
}

.lg-tool {
    display: none;
    position: absolute;
    right: 370px;
    top: 15px;
} 

.rotate-img.sm {
    position: absolute;
    right: 180px;
    top: 0px;
}

.sm-tool {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
}

.bg1 {
    background-image: url(../images/home/bg-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 160px;
}

.bg1 .merchant-img {
    padding-top: 100px;
}

.bg1 .merchant-text {
    padding-top: 100px;
    padding-left: 100px;
}

.bg1 .merchant-text p {
    margin: 0;
    padding: 0;
    font-size: 120%;
}

.btn-crl {
    height: 51px;
    width: 206px;
    margin-top: 70px;
    background-image: url(../images/home/btn-mer.png);
    background-repeat: no-repeat;
}

.btn-adpia {
    background: #091727;
    color: white;
    padding: 10px 30px;
    font-size: 20px;
}
.btn-adpia:hover{
    color: #fff !important;
}
.btn-crl:hover {
    background-image: url(../images/home/btn-mer-hover.png);
}


/*bg2*/

.bg2 {
    background-image: url(../images/home/bg-ctv.png);
    margin-top: -82px;
    padding-top: 140px;
    padding-bottom: 170px;
    background-repeat: no-repeat;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg2 .merchant-img {
    padding-top: 100px;
}

.bg2 .ctv-text {
    padding-top: 100px;
    padding-left: 100px;
    color: white;
}

.bg2 .ctv-text p {
    margin: 0;
    padding: 0;
    font-size: 120%;
}

.btn-crl-ctv {
    height: 51px;
    width: 206px;
    margin-top: 70px;
    background-image: url(../images/home/btn-ctv.png);
    background-repeat: no-repeat;
}

.btn-crl-ctv:hover {
    background-image: url(../images/home/btn-ctv-hover.png);
}

.map-cc {
    padding-bottom: 95px;
}

.steps {
    background-color: #091727;
    color: white;
    padding-bottom: 90px;
}

.step-detail-text{
    font-size: 17px;
}
.img-light {
    margin: 0 auto;
    margin-left: calc(50% - 170px);
    background-image: url(../images/home/light.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 400px;
    height: 350px;
    color: white;
}

.img-light-s {
    position: absolute;
    top: 0;
    left: calc(50% - 197px);
    background-image: url(../images/home/light-shawdow.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 350px;
    width: 400px;
    color: white;
    -webkit-animation: op 2s linear infinite;
    animation: op 2s linear infinite;
}

@-webkit-keyframes op {
    100% {
        background-image: none;
    }
}

@keyframes op {
    100% {
        background-image: none;
    }
}

.sub-light {
    margin-top: -175px;
    font-size: 40px;
    color: #f7a023;
    -webkit-animation: tx 2s linear infinite;
    animation: tx 2s linear infinite;
    margin-bottom: 70px;
}

@-webkit-keyframes tx {
    100% {
        color: #222930;
    }
}

@keyframes tx {
    100% {
        color: #222930;
    }
}

.step-detail {
    margin: 0 auto;
}

.step-detail {
    position: relative;
    z-index: 1;
    background-color: #efefef;
    border-radius: 50%;
    width: 237px;
    height: 237px;
    margin-bottom: 50px;
}

.step-detail p {
    color: #dddddd;
}

.step-detail-hov {
    position: absolute;
    top: 0px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border-radius: 50%;
    z-index: -1;
    width: 237px;
    height: 0px;
    height: 237px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.step-detail:hover .step-detail-hov {
    left: 0;
    top: 0px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background-color: #ffce4c;
}

.step-detail-hov {
    position: absolute;
    top: 0px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border-radius: 50%;
    z-index: -1;
    width: 237px;
    height: 0px;
    height: 237px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.step-detail:hover .step-detail-hov {
    left: 0;
    top: 0px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background-color: #ffce4c;
}

.step-detail-hov1 {
    position: absolute;
    top: 0px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border-radius: 50%;
    z-index: -1;
    width: 237px;
    height: 0px;
    height: 237px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.step-detail:hover .step-detail-hov1 {
    left: 0;
    top: 0px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background-color: #87ccca;
}

.step-detail-hov2 {
    position: absolute;
    top: 0px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border-radius: 50%;
    z-index: -1;
    width: 237px;
    height: 0px;
    height: 237px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.step-detail:hover .step-detail-hov2 {
    left: 0;
    top: 0px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background-color: #4887a3;
}

.step-detail img {
    padding-top: 30px;
}

.btn-cus {
    background: #dddddd;
    color: #1a2229;
    height: 55px;
    width: 255px;
    font-size: 20px;
    padding-top: 15px;
    box-shadow: 0px 10px 24px -5px rgba(0, 0, 0, 0.75);
}

.btn-cus:hover {
    background: #9babb9;
}

.news {
    padding-top: 50px;
}

.news .sub-dot {
    padding-top: 53px;
}
.sub-dot .sub-line{
    margin: 10px 0 0 0;
    border-top: 1px dashed #969696;
}
.news .event-title {
    background-image: url(../images/home/bg-event.png);
    background-repeat: no-repeat;
    background-position: top center;
    color: #ee3630;
    font-weight: bold;
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.news .news-title span {
    border-bottom: 5px solid #1a2229;
    font-size: 20px;
}

.news .news-content {}

.news .news-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    border-left: 1px solid #c4c4c4;
}

.news .news-content ul li {
    padding: 6px 10px 6px 20px
}

.news .news-content ul li:hover {
    background-color: #e1e1e1
}

.news .news-content ul li a {
    color: #1a2229;
    text-decoration: none;
}

.news .event-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 30px;
}

.news .event-content ul li {}

.news .event-content ul li:hover {}

.news .event-content ul li a img {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

.news .event-content ul li a {
    color: #1a2229;
    text-decoration: none;
}

#owl {
    margin-top: 50px;
}

#owl .item {
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    text-align: center;
}

.customNavigation {
    text-align: center;
}

.customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* foooter*/

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

.footer {
    background-color: #091727;
    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: 50px;
    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:#f7f7f7;
    padding: 40px 0 40px 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 {}

.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 {}

.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{

}
.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{

}
.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: rgb(228, 228, 228);
    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 rgb(228, 228, 228);
}

#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: rgb(0,0,0);
    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;
}
.owl-carousel .owl-item img{
    object-fit: scale-down
}
.bg-diff{position: relative}
.one{background: #f1f1f1;
    position: absolute;
    top: 39.1px;
    right: -402px;
    box-shadow: -3px 4px 6px}
.two{background: #f1f1f1;
    position: absolute;
    top: 176px;
    right: -431px;
    box-shadow: -3px 4px 6px}
.three{background: #f1f1f1;
    position: absolute;
    top: 314px;
    right: -465px;
    box-shadow: -3px 4px 6px}
.one span{background: red; padding: 25px 15px;display: inline-block}
.one .text-left{padding: 6px}
.two span{background: red; padding: 25px 15px;display: inline-block}
.two .text-left{padding: 6px}
.three span{background: red; padding: 25px 15px;display: inline-block}
.three .text-left{padding: 6px}
.adpia_diff{padding-top: 50px; padding-bottom: 90px}


/*@media (min-width: 576px) {*/
/*    .content_entry_iframe { width: 100%; height: 1900px; }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .content_entry_iframe { width: 100%; height: 1880px; }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .content_entry_iframe { width: 100%; height: 1820px; }*/
/*}*/

/*@media (max-width: 575px) {*/
/*    .content_entry_iframe { width: 100%; height: 1950px; }*/
/*}*/

.content-entry img {
    max-width: 100%;
    height: auto !important;
}