.btn{
    -moz-user-select:none;
    -ms-user-select:none;
    -webkit-user-select:none;
    border:1px solid transparent;
    border-radius:3px;
    font-size:1rem;
    padding:10px 15px;
    user-select:none
}
button{
    cursor:pointer
}
.btn:focus,.btn:active,.btn.active{
    box-shadow:none !important
}
button,input,optgroup,select,textarea{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
    margin:0
}
button,select{
    text-transform:none
}
.btn-primary,.btn-primary:focus,.btn-primary:active,.btn-primary:focus:active{
    background-color:#2780e3;
    border-color:#2780e3;
    color:#fff
}
.btn-primary:hover,.btn-primary:focus:hover,.btn-primary:active:hover{
    background-color:#1967be;
    border-color:#1862b5;
    color:#fff
}
.btn-success,.btn-success:focus,.btn-success:active,.btn-success:focus:active{
    background-color:#3fb618;
    border-color:#3fb618;
    color:#fff
}
.btn-success:hover,.btn-success:focus:hover,.btn-success:active:hover{
    background-color:#2f8912;
    border-color:#2c8011;
    color:#fff
}
.btn-info,.btn-info:focus,.btn-info:active,.btn-info:focus:active{
    background-color:#9954bb;
    border-color:#9954bb;
    color:#fff
}
.btn-info:hover,.btn-info:focus:hover,.btn-info:active:hover{
    background-color:#7e3f9d;
    border-color:#783c96;
    color:#fff
}
.btn-warning,.btn-warning:focus,.btn-warning:active,.btn-warning:focus:active{
    background-color:#ff7518;
    border-color:#ff7518;
    color:#fff
}
.btn-warning:hover,.btn-warning:focus:hover,.btn-warning:active:hover{
    background-color:#e45c00;
    border-color:#da5800;
    color:#fff
}
.btn-danger,.btn-danger:focus,.btn-danger:active,.btn-danger:focus:active{
    background-color:#ff0039;
    border-color:#ff0039;
    color:#fff
}
.btn-danger:hover,.btn-danger:focus:hover,.btn-danger:active:hover{
    background-color:#cc002e;
    border-color:#c2002b;
    color:#fff
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
a.disabled,btn.disabled,.btn:disabled{
    opacity:.6;
    pointer-events:none
}
.d-inline-block{
    display:inline-block !important
}
.d-inline{
    display:inline !important
}
.d-block{
    display:block !important
}
.d-none{
    display:none
}
.dropdown{
    position:relative
}
.dropdown-menu{
    -webkit-transition:all .1s ease;
    background-clip:padding-box;
    background-color:#fff;
    border:1px solid rgba(0,0,0,.15);
    border-radius:.25rem;
    color:#212529;
    display:none;
    font-size:1rem;
    list-style:none;
    margin:.125rem 0 0;
    opacity:0;
    padding:.5rem 0;
    position:absolute;
    text-align:left;
    transition:all .1s ease;
    visibility:hidden;
    z-index:1000
}
.show>.dropdown-menu{
    display:block;
    opacity:1;
    visibility:visible
}
.dropdown-menu-right{
    left:auto;
    right:0
}
.dropdown-item{
    background-color:transparent;
    border:0;
    clear:both;
    color:#333;
    display:block;
    font-weight:400;
    padding:.25rem 1.5rem;
    text-align:inherit;
    white-space:nowrap
}
.dropdown-item:hover{
    background-color:#eee
}
.dropdown-item.active{
    background-color:#0078c6;
    color:#fff
}
.dropdown-toggle:after{
    border-bottom:0;
    border-left:.3em solid transparent;
    border-right:.3em solid transparent;
    border-top:.3em solid;
    content:'';
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em
}
.d-flex{
    display:-ms-flexbox;
    display:flex
}
.d-inline-flex{
    display:-ms-inline-flexbox;
    display:inline-flex
}
.align-items-center{
    -ms-flex-align:center;
    align-items:center
}
.align-content-between{
    -ms-flex-line-pack:justify;
    align-content:space-between
}
.align-content-center{
    -ms-flex-line-pack:center;
    align-content:center
}
.align-items-end{
    -ms-flex-align:end;
    align-items:flex-end
}
.justify-content-between{
    -ms-flex-pack:justify;
    justify-content:space-between
}
.justify-content-center{
    -ms-flex-pack:center;
    justify-content:center
}
.justify-content-around{
    justify-content:space-around
}
.justify-content-end{
    -ms-flex-pack:end;
    justify-content:flex-end
}
.flex-wrap{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.flex-column{
    -ms-flex-direction:column;
    flex-direction:column
}
.flex-1{
    -ms-flex:1 0 auto;
    -webkit-box-flex:1;
    -webkit-flex:1 0 auto;
    flex:1 0 auto
}
.flex-row-reverse{
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
}
@media(min-width:992px){
    .d-lg-flex{
        display:-ms-flexbox;
        display:flex
    }
}
input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],select,select:focus,textarea{
    font-size:16px
}
.form-control{
    background-clip:padding-box;
    background-color:#fff;
    border:1px solid #ced4da;
    border-radius:.25rem;
    color:#495057;
    display:block;
    font-weight:400;
    line-height:1.5;
    padding:8px 12px;
    width:100%
}
.form-control::-webkit-input-placeholder{
    color:#999
}
.form-control::-moz-placeholder{
    color:#999
}
.form-control:-ms-input-placeholder{
    color:#999
}
.form-control:-moz-placeholder{
    color:#999
}
.form-control,.form-control:focus{
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
label{
    display:inline-block;
    font-weight:normal;
    margin-bottom:.5rem
}
.form-group{
    margin-bottom:1rem
}
.input-group{
    -ms-flex-align:stretch;
    align-items:stretch;
    display:-ms-flexbox;
    display:flex;
    position:relative;
    width:100%
}
.input-group>.form-control{
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    margin-bottom:0;
    position:relative;
    width:1%
}
.input-group-append>.btn{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.input-group-prepend>.btn{
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
.input-group-append,.input-group-prepend{
    display:-ms-flexbox;
    display:flex
}
.input-group-prepend .btn,.input-group-append .btn{
    padding:10px 12px
}
.input-group .form-control{
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
.input-group .input-group-prepend+.form-control{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
#loader-overlay{
    background-color:rgba(0,0,0,.2);
    bottom:0;
    display:none;
    height:100%;
    left:0;
    position:fixed;
    right:0;
    top:0;
    width:100%;
    z-index:1050
}
#loader-container{
    -webkit-align-items:center;
    -webkit-transform:translate(-50%,-50%);
    align-items:center;
    background-color:rgba(0,0,0,.9);
    border-radius:5px;
    color:#fff;
    display:-webkit-flex;
    display:flex;
    left:50%;
    margin:0;
    padding:8px 12px;
    position:absolute;
    top:50%;
    transform:translate(-50%,-50%)
}
#loader-container span{
    margin-left:6px
}
#loader-container .loader{
    -webkit-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
    border:5px solid #f3f3f3;
    border-radius:50%;
    border-top:5px solid #ed8f03;
    height:30px;
    width:30px
}
@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg)
    }
}
@-moz-keyframes spin{
    0%{
        -webkit-transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg)
    }
}
@-o-keyframes spin{
    0%{
        -webkit-transform:rotate(0);
    }
    100%{
        -webkit-transform:rotate(360deg);
    }
}
@keyframes spin{
    0%{
        -webkit-transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg)
    }
}
#modal-backdrop{
    -webkit-transition:all .15s linear;
    background-color:#000;
    bottom:0;
    cursor:pointer;
    left:0;
    opacity:0;
    position:fixed;
    right:0;
    top:0;
    transition:all .15s linear;
    visibility:hidden;
    width:100%;
    z-index:9
}
#modal-backdrop.show{
    opacity:.5;
    visibility:visible
}
.fade:not(.show){
    opacity:0
}
.fade{
    -webkit-transition:opacity .15s linear;
    transition:opacity .15s linear
}
.modal-open{
    overflow:hidden
}
.modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto
}
.modal{
    background-color:rgba(0,0,0,.6);
    display:none;
    left:0;
    outline:0;
    overflow:hidden;
    padding:10px;
    position:fixed;
    top:0;
    width:100%;
    z-index:99999;
}
.modal .close{
    cursor:pointer;
    right:4px;
    top:6px
}
.modal-dialog{
    background-color:#fff;
    border-radius:.3rem;
    outline:0;
    position:relative;
    width:100%
}
.modal.fade .modal-dialog{
    -webkit-transform:translate(0,-50px);
    transform:translate(0,-50px);
    transition:-webkit-transform .3s ease-out;
    transition:transform .3s ease-out;
    transition:transform .3s ease-out,-webkit-transform .3s ease-out
}
.modal.show .modal-dialog{
    -webkit-transform:none;
    transform:none
}
.modal-title{
    font-weight:500;
    margin-bottom:0
}
.modal-body{
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:1rem;
    position:relative
}
@media(min-width:576px){
    .modal-dialog{
        margin:10px auto;
        max-width:500px
    }
}
.pagination-container{
    text-align:center
}
.pagination{
    -ms-flex-pack:center;
    -ms-flex-wrap:wrap;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    line-height:normal;
    margin:0;
    padding:0
}
.pagination li{
    display:block;
    margin:4px
}
.pagination li a,.pagination li span{
    background-color:#f3f4f5;
    border:0 none;
    border-radius:4px;
    color:rgba(12,18,28,.6);
    display:block;
    height:40px;
    line-height:40px;
    overflow:hidden;
    position:relative;
    width:40px
}
.pagination li a:hover{
    background-color:#dadada
}
.PagedList-skipToPrevious a:before,.PagedList-skipToNext a:before,.PagedList-skipToFirst a:before,.PagedList-skipToFirst a:after,.PagedList-skipToLast a:before,.PagedList-skipToLast a:after{
    border-radius:2px;
    content:'';
    display:inline-block;
    height:8px;
    width:8px
}
.PagedList-skipToPrevious a:before,.PagedList-skipToFirst a:before,.PagedList-skipToFirst a:after{
    -webkit-transform:rotate(45deg);
    border-bottom:2px solid rgba(12,18,28,.6);
    border-left:2px solid rgba(12,18,28,.6);
    transform:rotate(45deg)
}
.PagedList-skipToNext a:before,.PagedList-skipToLast a:before,.PagedList-skipToLast a:after{
    -webkit-transform:rotate(-45deg);
    border-bottom:2px solid rgba(12,18,28,.6);
    border-right:2px solid rgba(12,18,28,.6);
    transform:rotate(-45deg)
}
.PagedList-skipToPrevious a:before{
    margin-left:2px
}
.PagedList-skipToNext a:before{
    margin-right:2px
}
.PagedList-skipToFirst a:before{
    margin-left:5px
}
.PagedList-skipToFirst a:after{
    margin-left:-4px
}
.PagedList-skipToLast a:before{
    margin-right:-4px
}
.PagedList-skipToLast a:after{
    margin-right:5px
}
.radio,.checkbox{
    -moz-user-select:none;
    -ms-user-select:none;
    -webkit-user-select:none;
    display:block;
    line-height:1.875rem;
    margin-bottom:5px;
    margin-top:5px;
    min-width:1rem;
    position:relative;
    user-select:none
}
.checkbox input[type="checkbox"],.radio input[type="checkbox"],.checkbox input[type="radio"],.radio input[type="radio"]{
    display:none;
    height:.0625rem;
    opacity:0;
    position:absolute;
    width:.0625rem
}
.checkbox .caption,.radio .caption{
    margin-left:5px;
    vertical-align:middle
}
.checkbox .check,.radio .check{
    background-color:#fff;
    border:1px solid #999;
    border-radius:4px;
    display:inline-block;
    height:16px;
    padding:0;
    position:relative;
    vertical-align:middle;
    width:16px
}
.radio .check{
    border-radius:50%
}
.checkbox .check:before,.radio .check:before{
    -webkit-transform:rotate(-45deg);
    -webkit-transition:all .2s linear;
    border-bottom:2px solid;
    border-color:transparent;
    border-left:2px solid;
    color:transparent;
    content:'';
    display:block;
    font-size:0;
    height:6px;
    left:50%;
    margin-left:-5px;
    margin-top:-4px;
    position:absolute;
    top:50%;
    transform:rotate(-45deg);
    transition:all .2s linear;
    vertical-align:middle;
    width:10px
}
.radio .check:before{
    -webkit-transform:rotate(0);
    background-color:#4a90e2;
    border-radius:50%;
    height:8px;
    margin-left:-4px;
    margin-top:-4px;
    transform:rotate(0);
    width:8px
}
.checkbox input[type="radio"]:checked~.check,.radio input[type="radio"]:checked~.check{
    background:#fff;
    border:1px solid #4a90e2
}
.checkbox.text-left .check,.radio.text-left .check{
    margin:0 0 0 .3125rem
}
.checkbox input[type="checkbox"]:indeterminate~.check:before{
    -webkit-transform:rotate(0);
    border-color:#999;
    border-left:0;
    margin-top:-5px;
    transform:rotate(0)
}
.checkbox input[type=checkbox]~.check:before,.radio input[type=radio]~.check:before{
    border-color:transparent
}
.checkbox input[type="checkbox"]:checked~.check:before,.radio input[type="checkbox"]:checked~.check:before,.checkbox input[type="radio"]:checked~.check:before,.radio input[type="radio"]:checked~.check:before{
    border-color:#fff;
    transition:all .2s linear
}
.radio input[type="radio"]:checked~.check:before{
    border-color:transparent
}
.radio input[type="radio"]:not(:checked)~.check:before{
    background-color:transparent
}
.radio input[type="radio"]:disabled~.check:before{
    border-color:transparent
}
.checkbox .check:focus,.radio .check:focus{
    border-color:#e4e4e4
}
.checkbox input[type="checkbox"]:checked~.check,.radio input[type="checkbox"]:checked~.check{
    background-color:#4a90e2;
    border:1px solid #4a90e2
}
.text-truncate{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.text-center{
    text-align:center !important;
    width: 100%;
}
.text-right{
    text-align:right !important
}
.text-left{
    text-align:left !important
}
.text-3-dots-mobile{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.text-nowrap{
    white-space:nowrap
}
@media(min-width:768px){
    .text-3-dots-mobile{
        overflow:visible;
        text-overflow:clip;
        white-space:normal
    }
}
.toast-title{
    font-weight:500
}
.toast-message{
    -ms-word-wrap:break-word;
    font-size:15px;
    word-wrap:break-word
}
.toast-message a,.toast-message label{
    color:#fff
}
.toast-message a:hover{
    color:#ccc;
    text-decoration:none
}
.toast-close{
    background:transparent;
    border:0;
    cursor:pointer;
    height:20px;
    position:absolute;
    right:6px;
    top:6px;
    width:20px
}
.toast-close:hover,.toast-close:focus{
    opacity:.8
}
.toast-close:before,.toast-close:after{
    background:rgba(255,255,255,.8);
    content:'';
    height:2px;
    left:0;
    margin-top:-1px;
    position:absolute;
    top:50%;
    width:100%
}
.toast-close:before{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.toast-close:after{
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
#toast-container{
    display:none;
    margin-left:5px;
    max-width:280px;
    position:fixed;
    right:5px;
    top:5px;
    width:100%;
    z-index:11
}
#toast-container>div{
    color:#fff;
    margin:0 0 15px;
    opacity:1;
    overflow:hidden;
    padding:12px 30px 12px 15px;
    position:relative
}
#toast-container>:hover{
    cursor:pointer;
    opacity:1
}
.toast{
    background-color:#030303;
    border-radius:2px;
    display:none
}
.toast-success{
    background-color:#449d44;
    color:#fff
}
.toast-error{
    background-color:#d9534f;
    color:#fff
}
.toast-warning{
    background-color:#ffa500;
    color:#fff
}
.affix{
    top:65px
}
@media(min-width:992px){
    .affix-bottom{
        bottom:0 !important;
        position:absolute !important;
        top:auto !important
    }
    .affix{
        position:fixed;
        top:10px
    }
    .no-affix.affix,.no-affix.affix-bottom{
        position:static !important
    }
}
.breadcrumb{
    background-color:transparent;
    color:#333;
    font-size:1rem;
    list-style:none;
    margin-top:15px;
    padding:0
}
.breadcrumb li{
    display:inline-block;
    margin-right:10px;
    position:relative
}
.breadcrumb li+li{
    padding-left:0
}
.breadcrumb a{
    color:#333;
    display:block
}
.breadcrumb a:hover{
    color:#005da2
}
.breadcrumb li,.breadcrumb a{
    font-size:14px;
    line-height:1.4
}
@media(min-width:768px){
    .breadcrumb{
        margin-top:15px
    }
}
.container{
    margin:0 auto;
    max-width:1300px;
    padding-left:15px;
    padding-right:15px;
    width:100%
}
.container.small{
    max-width:1200px
}
.container.big{
    max-width:1400px
}
@media(min-width:992px){
    .container{
        padding-left:30px !important;
        padding-right:30px !important
    }
}
@media(min-width:1600px){
    .container{
        max-width:1500px;
        padding-left:80px !important;
        padding-right:80px !important
    }
}
.col{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.col-2{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
}
.col-3{
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%
}
@media(min-width:576px){
    .col-sm-2{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-sm-3{
        -ms-flex:0 0 33.333333%;
        flex:0 0 33.333333%;
        max-width:33.333333%
    }
}
@media(min-width:768px){
    .col-md-2{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-md-3{
        -ms-flex:0 0 33.333333%;
        flex:0 0 33.333333%;
        max-width:33.333333%
    }
    .col-md-4{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
}
@media(min-width:992px){
    .col-lg-2{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-lg-3{
        -ms-flex:0 0 33.333333%;
        flex:0 0 33.333333%;
        max-width:33.333333%
    }
    .col-lg-4{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-lg-5{
        -ms-flex:0 0 20%;
        flex:0 0 20%;
        max-width:20%
    }
}
@media(min-width:1200px){
    .col-xl-3{
        -ms-flex:0 0 33.333333%;
        flex:0 0 33.333333%;
        max-width:33.333333%
    }
    .col-xl-4{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-xl-5{
        -ms-flex:0 0 20%;
        flex:0 0 20%;
        max-width:20%
    }
    .col-xl-6{
        -ms-flex:0 0 16.666667%;
        flex:0 0 16.666667%;
        max-width:16.666667%
    }
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-size:inherit;
    font-weight:normal;
    line-height:1.4;
    margin:0;
    padding:0
}
iframe{
    width:100%
}
.fb-like.fb_iframe_widget{
    display:block;
    text-align:right
}
.fb_iframe_widget_fluid_desktop iframe{
    width:100% !important
}
.input-group input{
    width:calc(100% - 46px)
}
.input-group-append{
    -ms-flex-align:center;
    -ms-flex-pack:center;
    align-items:center;
    justify-content:center;
    width:46px
}
.line-clamp-2{
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    display:-webkit-box;
    overflow:hidden
}
.line-clamp-3{
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    display:-webkit-box;
    overflow:hidden
}
.mt-1{
    margin-top:.25rem !important
}
.mt-2{
    margin-top:.5rem !important
}
.mt-3{
    margin-top:1rem !important
}
.mt-4{
    margin-top:1.5rem !important
}
.mt-5{
    margin-top:3rem !important
}
.mb-1{
    margin-bottom:.25rem !important
}
.mb-2{
    margin-bottom:.5rem !important
}
.mb-3{
    margin-bottom:1rem !important
}
.mb-4{
    margin-bottom:1.5rem !important
}
.pagination-container{
    margin-top:25px
}
.pagination li.active span{
    background-color:#AA8943;
    color:#fff
}
.PagedList-skipToPrevious a:before,.PagedList-skipToNext a:before,.PagedList-skipToFirst a:before,.PagedList-skipToFirst a:after,.PagedList-skipToLast a:before,.PagedList-skipToLast a:after{
    margin:16px 0
}
#left-sidebar,#middle-sidebar,#right-sidebar{
    width:100%
}
#right-sidebar{
    margin-top:25px
}
#fb-comment-container{
    margin-top:30px;
    width:100%
}
@media(min-width:992px){
    #left-sidebar{
        -ms-flex-order:1;
        margin-right:30px;
        order:1;
        width:calc(100% - 360px)
    }
    #right-sidebar{
        -ms-flex-order:2;
        margin-top:30px;
        order:2;
        width:330px
    }
    #middle-sidebar{
        -ms-flex-order:3;
        order:3
    }
    #sticky{
        position:-webkit-sticky;
        position:sticky;
        top:0
    }
    .sidebar{
        background-color:#fff;
        padding:10px
    }
    .sidebar .sub-title{
        margin-top:5px
    }
    #fb-comment-container.full{
        width:100%
    }
    #fb-comment-container.not-full{
        width:calc(100% - 360px)
    }
}
.swipe{
    position:relative
}
.swipe .btn-slider{
    display:none
}
.swipe-container{
    overflow:hidden;
    position:relative
}
.swipe-slider{
    -webkit-transition:all 500ms;
    display:-ms-flexbox;
    display:flex;
    left:0;
    position:relative;
    transition:all 500ms
}
.swipe-slider .item{
    -webkit-flex-shrink:0;
    flex-shrink:0
}
@media(min-width:992px){
    .swipe .btn-slider{
        -webkit-transition:all .2s;
        background-color:rgba(0,0,0,.2);
        border:0;
        border-radius:2px;
        cursor:pointer;
        display:block;
        height:50px;
        margin-top:-25px;
        position:absolute;
        text-align:center;
        top:50%;
        transition:all .2s;
        width:40px;
        z-index:3
    }
    .swipe .btn-slider:hover{
        background-color:rgba(0,0,0,.9)
    }
    .swipe .btn-slider.prev{
        left:0
    }
    .swipe .btn-slider.next{
        right:0
    }
    .swipe .btn-slider.hide{
        display:none !important
    }
    .swipe .btn-slider .svg-icon{
        display:block;
        height:15px;
        margin:0 auto;
        width:15px
    }
    .swipe .btn-slider .svg-icon path{
        fill:#fff
    }
}
table{
    background-color:transparent;
    border-collapse:collapse;
    width:100%
}
.table-responsive{
    -ms-overflow-style:-ms-autohiding-scrollbar;
    -webkit-overflow-scrolling:touch;
    display:block;
    overflow-x:auto;
    width:100%
}
.table-responsive table th,.table-responsive table td{
    border:1px solid #ddd;
    padding:.75rem
}
.content-body{
    color:#333;
    font-size:18px;
    line-height:1.7
}
.content-body p{
    min-height:10px
}
.content-body ol,.content-body ul{
    padding-left:30px
}
.content-body li{
    margin:0 0 8px
}
.content-body div,.content-body p,.content-body ol,.content-body ul,.content-body blockquote,.content-body .table-responsive,.content-body h2,.content-body h3,.content-body h4,.content-body h5,.content-body h6,.content-col-2{
    margin:0 0 10px
}
.content-body h2{
    font-size:22px;
    line-height:1.6
}
.content-body h3{
    font-size:20px;
    line-height:1.6
}
.content-body h4,.content-body h5{
    font-size:18px;
    line-height:1.7
}
.content-body blockquote{
    background-color:#f6f6f6;
    border-left:3px solid #ffb700;
    color:#494949;
    padding:20px 0 20px 48px
}
.content-body .img-caption{
    color:#808080;
    display:block;
    font-size:.9rem;
    line-height:1.4;
    margin-top:-24px;
    padding:0 5px;
    text-align:center
}
.content-body table{
    margin-left:auto;
    margin-right:auto
}
.content-body pre{
    background-color:#f6f8fa;
    border:1px solid #ededed;
    border-radius:3px;
    font-size:17px;
    overflow:auto;
    padding:10px 15px;
    white-space:normal
}
.content-body :first-child{
    margin-top:0
}
.content-body :last-child{
    margin-bottom:0
}
@media(min-width:992px){
    .content-body .content-col{
        -ms-flex-align:center;
        align-items:center;
        display:-ms-flexbox;
        display:flex;
        margin-left:-14px;
        margin-right:-14px
    }
    .content-body .content-col-2{
        width:50%
    }
    .content-body .content-col-3{
        width:calc(100%/3)
    }
    .content-body .content-col-4{
        width:25%
    }
    .content-body .content-col>div{
        margin:0;
        padding:0 14px
    }
}
.toc-title{
    color:#167ac6;
    display:block;
    margin-bottom:10px !important;
    text-align:center
}
#table-of-contents{
    background:#f6f6f6;
    border:1px solid #f6f6f6;
    border-radius:5px;
    display:inline-block;
    margin-bottom:30px;
    padding:12px 15px;
    width:auto
}
#table-of-contents p,#table-of-contents h2,#table-of-contents h3,#table-of-contents h4,#table-of-contents h5,#table-of-contents h6{
    line-height:1.7;
    margin-bottom:10px !important
}
#table-of-contents a{
    color:#333;
    display:block;
    font-size:17px;
    font-weight:normal;
    padding:5px 0;
    text-decoration:none
}
#table-of-contents a:hover{
    color:#000
}
.content-body iframe{
    height:60vw;
    max-height:400px
}
.content-body iframe.video-youtube{
    display:block;
    height:53vw;
    margin:0 auto;
    max-height:450px;
    max-width:800px;
    width:100%
}
.content-body h2,.content-body h3,.content-body h4,.content-body h5,.content-body h6{
    font-weight:500
}
blockquote:after{
    background:none;
    content:'“';
    font-family:arial,sans-serif;
    font-size:60px;
    left:15px;
    position:absolute;
    top:-7px
}
@media(max-width:576px){
    .content-body img{
        margin-left:-15px;
        max-width:none;
        width:calc(100% + 30px)
    }
}
@media(min-width:460px){
    .content-body iframe.video-youtube{
        height:54vw
    }
}
@media(min-width:992px){
    .content-body table{
        font-size:16px;
        line-height:1.6
    }
}
@-webkit-keyframes move-left{
    0%{
        left:0
    }
    to{
        left:-100%
    }
}
@keyframes move-left{
    0%{
        left:0
    }
    to{
        left:-100%
    }
}
.ripple-container{
    height:100px;
    width:100px
}
.ripple{
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite;
    background-color:#f5fe00;
    border-radius:50%;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    top:0;
    visibility:hidden;
    width:100%;
    z-index:-1
}
@-webkit-keyframes ripple{
    0%{
        -webkit-transform:scale(0);
        opacity:1;
        transform:scale(0);
        visibility:visible
    }
    100%{
        -webkit-transform:scale(1);
        opacity:0;
        transform:scale(1);
        visibility:hidden
    }
}
@keyframes ripple{
    0%{
        -webkit-transform:scale(0);
        opacity:1;
        transform:scale(0);
        visibility:visible
    }
    100%{
        -webkit-transform:scale(1);
        opacity:0;
        transform:scale(1);
        visibility:hidden
    }
}
.ripple:nth-child(2){
    -webkit-animation-delay:.3s;
    animation-delay:.3s
}
.ripple:nth-child(3){
    -webkit-animation-delay:.6s;
    animation-delay:.6s
}
.facebook .datetime{
    font-size:14px;
    margin-top:0
}
.ar-article3 section:nth-child(2){
    margin-top:20px
}
.ar-article3 .item{
    width:100%
}
.ar-article3 .item:nth-child(n+2),.ar-article3 section:nth-child(3) .item:first-child{
    border-top:1px solid #e4e4e4;
    padding:15px 0
}
.ar-article3 .item:nth-child(n+2) .img-info,.ar-article3 section:nth-child(3) .item:first-child .img-info{
    max-width:220px;
    width:35%
}
.ar-article3 img{
    border-radius:2px
}
.ar-article3 .item:nth-child(n+2) .info,.ar-article3 section:nth-child(3) .item:first-child .info{
    margin-left:10px;
    min-width:calc(100% - 230px);
    width:calc(65% - 10px)
}
.ar-article3 .title{
    color:#333;
    display:block
}
.ar-article3 .title h2{
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    display:-webkit-box;
    font-size:16px;
    font-weight:500;
    line-height:1.4;
    overflow:hidden
}
.ar-article3 .title:hover{
    color:#e8de8b
}
.ar-article3 .item:nth-child(n+2) .datetime,.ar-article3 section:nth-child(3) .item:first-child .datetime{
    display:none
}
@media(min-width:600px){
    .ar-article3{
        margin:10px -10px 0
    }
    .ar-article3 .item{
        float:left;
        margin:0 10px;
        width:calc(50% - 20px)
    }
}
@media(min-width:992px){
    .ar-article3 section{
        margin:0 10px !important;
        width:calc(100%/3 - 20px)
    }
    .ar-article3 .item{
        float:none;
        margin:0;
        position:relative;
        width:100%
    }
    .ar-article3 .item:first-child .info{
        margin:0
    }
    .ar-article3 .item:nth-child(n+2){
        border-top:1px solid #e4e4e4;
        padding:15px 0
    }
    .ar-article3 .info{
        margin-top:0 !important
    }
    .ar-article3 section:not(:nth-child(3)) .item:first-child .info{
        background-color:rgba(0,0,0,.75);
        bottom:0;
        left:0;
        margin:0 !important;
        padding:10px 15px;
        position:absolute;
        right:0
    }
    .ar-article3 section:not(:nth-child(3)) .item:first-child .title{
        color:#fff
    }
    .ar-article3 section:not(:nth-child(3)) .item:first-child .title:hover{
        color:rgba(255,255,255,.75)
    }
    .ar-article3 section:not(:nth-child(3)) .item:first-child .datetime{
        color:#b4b4b4;
        display:block
    }
}
.ar-article3 section:not(:nth-child(3)) .item:first-child .img-info,.ar-article3 section:not(:nth-child(3)) .item:first-child .info{
    width:100%
}
.ar-article3 section:not(:nth-child(3)) .item:first-child .info{
    margin:10px 0
}
.ar-article3 section:not(:nth-child(3)) .item:first-child .title h2{
    font-size:18px;
    line-height:1.25
}
@media(min-width:600px){
    .ar-article3 section:not(:nth-child(3)) .item:nth-child(2){
        border-top:0 none;
        padding-top:0
    }
}
@media(min-width:992px){
    .ar-article3 section:not(:nth-child(3)) .item:nth-child(2){
        border-top:1px solid #e4e4e4;
        padding-top:15px
    }
}
@media(min-width:992px){
    .ar-article3 section:nth-child(3){
        -ms-flex-line-pack:justify;
        -ms-flex-wrap:wrap;
        align-content:space-between;
        display:-ms-flexbox;
        display:flex;
        flex-wrap:wrap
    }
    .ar-article3 section:nth-child(3) .item:first-child{
        border-top:0 none;
        padding-top:0
    }
    .ar-article3 section:nth-child(3) .item:last-child{
        display:none
    }
}
.ar-none{
    margin-top:20px
}
.ar-none .grid{
    margin-top:-30px
}
.ar-none .item{
    background-color:#fff;
    border-radius:.125rem;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    margin-top:30px;
    width:100%
}
.ar-none img:hover{
    opacity:.7
}
.ar-none .title,.ar-none .datetime,.ar-none .description,.ar-none .footer{
    padding:0 20px
}
.ar-none .title{
    background-color:#fff;
    color:#333;
    display:block;
    margin-top:20px;
    position:relative
}
.ar-none .title:hover{
    color:#e8de8b
}
.ar-none .title h2{
    font-size:22px;
    font-weight:400;
    line-height:1.4
}
.ar-none .description{
    background-color:#fff;
    color:#6e6e6e;
    font-size:16px;
    margin-top:12px
}
.ar-none .footer{
    border-top:1px solid #eee;
    color:#AA8943;
    margin-top:15px
}
.ar-none .footer:hover{
    color:#e8de8b
}
.ar-none .footer span{
    display:block;
    font-size:16px;
    padding:15px 0
}
.ar-none .footer svg{
    -webkit-transition:-webkit-transform .3s ease;
    height:32px;
    position:relative;
    stroke:#AA8943;
    transition:-webkit-transform .3s ease;
    transition:transform .3s ease;
    transition:transform .3s ease,-webkit-transform .3s ease;
    vertical-align:middle;
    width:32px
}
.ar-none .footer:hover svg{
    -webkit-transform:translate3d(5px,0,0);
    stroke:#e8de8b;
    transform:translate3d(5px,0,0)
}
.ar-none .footer circle{
    -webkit-transition:stroke-dashoffset .3s ease;
    stroke-dasharray:95;
    stroke-dashoffset:95;
    transition:stroke-dashoffset .3s ease
}
.ar-none .footer:hover circle{
    stroke-dashoffset:0
}
@media(min-width:576px){
    .ar-none .grid{
        margin:-30px -15px 0
    }
    .ar-none .item{
        margin:30px 15px 0;
        width:calc(50% - 30px)
    }
}
@media(min-width:768px){
    .ar-none .item{
        width:calc(100%/3 - 30px)
    }
}
@media(min-width:992px){
    .ar-none .grid{
        margin:-40px -20px 0
    }
    .ar-none .item{
        margin:40px 20px 0;
        width:calc(100%/3 - 40px)
    }
}
.ar-article1{
    margin-top:20px
}
.ar-article1 .grid{
    margin-top:-30px
}
.ar-article1 .item{
    margin-top:30px;
    width:100%
}
.ar-article1 .img-info,.ar-article1 img{
    border-radius:15px;
    box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    position:relative;
    width:100%;
    z-index:1
}
.ar-article1 img:hover{
    opacity:.7
}
.ar-article1 .title{
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    color:#333;
    font-size:20px;
    margin:0 6%;
    padding:20px;
    text-align:center
}
.ar-article1 .title:hover{
    color:#e8de8b
}
@media(min-width:576px){
    .ar-article1 .grid{
        margin:-30px -15px 0
    }
    .ar-article1 .item{
        margin:30px 15px 0;
        width:calc(50% - 30px)
    }
}
@media(min-width:768px){
    .ar-article1 .item{
        width:calc(100%/3 - 30px)
    }
}
@media(min-width:992px){
    .ar-article1 .grid{
        margin:-40px -20px 0
    }
    .ar-article1 .item{
        margin:40px 20px 0;
        width:calc(100%/3 - 40px)
    }
}
.ar-article2{
    margin-top:-5px
}
.ar-article2 .item{
    width:100%
}
.ar-article2 .item:first-child,.ar-article2 .item:nth-child(2){
    margin-top:20px
}
.ar-article2 .item:first-child .img-info,.ar-article2 .item:nth-child(2) .img-info,.ar-article2 .item:first-child .info,.ar-article2 .item:nth-child(2) .info{
    width:100%
}
.ar-article2 .item:nth-child(n+3){
    -ms-flex-wrap:wrap;
    border-top:1px solid #e4e4e4;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    margin-top:15px;
    padding-top:15px;
    position:relative
}
.ar-article2 .item:nth-child(n+3) .img-info{
    max-width:285px;
    width:35%
}
.ar-article2 .item:first-child .info,.ar-article2 .item:nth-child(2) .info{
    margin-top:10px
}
.ar-article2 img{
    border-radius:2px
}
.ar-article2 .item:nth-child(n+3) .info{
    margin-left:15px;
    min-width:calc(100% - 300px);
    width:calc(65% - 15px)
}
.ar-article2 .title{
    color:#333;
    display:block;
    width:100%
}
.ar-article2 .title:hover{
    color:#e8de8b
}
.ar-article2 .title h2{
    font-size:18px;
    font-weight:500;
    line-height:1.4
}
.ar-article2 .item:first-child .title h2,.ar-article2 .item:nth-child(2) .title h2{
    font-size:20px;
    line-height:1.3
}
.ar-article2 .item .description{
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    display:-webkit-box;
    font-size:1.05rem;
    margin-top:5px;
    overflow:hidden
}
.ar-article2 .item:nth-child(n+3) .description{
    display:none
}
@media(min-width:600px){
    .ar-article2{
        margin-top:15px
    }
    .ar-article2 .item:first-child,.ar-article2 .item:nth-child(2){
        margin-top:0;
        width:calc(50% - 10px)
    }
    .ar-article2 .item:first-child{
        margin-right:10px
    }
    .ar-article2 .item:nth-child(2){
        margin-left:10px
    }
}
@media(min-width:650px){
    .ar-article2 .item:nth-child(n+3) .description{
        -webkit-line-clamp:2;
        display:-webkit-box
    }
}
@media(min-width:992px){
    .ar-article2 .title h2{
        font-size:20px;
        line-height:1.3
    }
    .ar-article2 .item:first-child .title h2,.ar-article2 .item:nth-child(2) .title h2{
        font-size:22px;
        line-height:1.4
    }
    .ar-article2 .item:nth-child(n+3) .description{
        display:none
    }
}
@media(min-width:1200px){
    .ar-article2 .item:nth-child(n+3) .description{
        -webkit-line-clamp:3;
        display:-webkit-box
    }
}
@media(min-width:1400px){
    .ar-article2 .title h2{
        font-size:22px;
        line-height:1.4
    }
}
.datetime{
    color:#959595;
    font-size:13px;
    margin-top:4px
}
.article-right .item{
    border-top:1px solid #e4e4e4;
    padding:15px 0;
    width:100%
}
.article-right .item:last-child{
    padding-bottom:0
}
.article-right .item>a{
    max-width:220px;
    width:35%
}
.article-right .item img{
    border-radius:2px
}
.article-right .info{
    margin-left:10px;
    min-width:calc(100% - 230px);
    width:calc(65% - 10px)
}
.article-right .info a{
    color:#333;
    display:block
}
.article-right .info a:hover{
    color:#e8de8b
}
.article-right .title h3{
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    display:-webkit-box;
    font-size:16px;
    font-weight:500;
    line-height:1.4;
    overflow:hidden
}
.article-right+.sub-title{
    margin-top:45px
}
@media(min-width:650px){
    .article-right .item{
        width:50%
    }
    .article-right .item:nth-child(odd){
        padding-right:10px
    }
    .article-right .item:nth-child(even){
        padding-left:10px
    }
}
@media(min-width:992px){
    .article-right .item{
        width:100%
    }
    .article-right .item:nth-child(odd){
        padding-right:0
    }
    .article-right .item:nth-child(even){
        padding-left:0
    }
}
.b-cover .element{
    padding:30px 0
}
.b-cover .sub-element{
    display:block;
    position:relative;
    width:100%
}
.b-article .ar-none,.b-article .ar-article1,.b-article .ar-article3{
    margin-top:0
}
.b-background .sub-element{
    margin-top:25px
}
.b-background .title{
    color:#333;
    font-size:20px;
    font-weight:500;
    line-height:1.4
}
.b-background .description{
    font-size:18px;
    font-weight:300;
    margin-top:5px
}
@media(min-width:992px){
    .block.b-background .container{
        bottom:0;
        left:0;
        margin:0 auto;
        overflow:hidden;
        position:absolute;
        right:0;
        top:100px
    }
    .b-background .element{
        background-color:rgba(0,0,0,.4);
        padding:30px 40px
    }
    .b-background .b-title{
        color:#fff
    }
    .b-background .title{
        color:#ffeb3b;
        font-size:22px;
        line-height:1.3
    }
    .b-background .description{
        color:#fff;
        font-size:20px
    }
}
.block.b-background1{
    min-height:200px
}
.b-background1 .img-top img{
    min-height:200px;
    object-fit:cover
}
.b-background1 img+.title{
    margin-top:20px
}
.b-background1 .title{
    color:#AA8943;
    font-family:'Baloo 2';
    font-size:32px;
    line-height:1.1
}
.b-background1 .description{
    color:#333;
    font-size:20px;
    margin-top:15px
}
.b-background1 .sub-element img{
    margin:0 auto;
    max-width:250px
}
@media(min-width:992px){
    .block.b-background1 .sub-element{
        max-width:800px;
        padding:14px 15px
    }
}
@media(min-width:1400px){
    .block.b-background1 .sub-element{
        max-width:400px
    }
}
.b-background2 .s-element{
    margin-bottom:20px;
    text-align:center
}
.b-background2 .s-title{
    color:#AA8943;
    font-size:26px;
    line-height:1.4;
    width:100%
}
.b-background2 .s-description{
    font-size:20px;
    line-height:1.4;
    margin-top:5px;
    width:100%
}
.b-background2 .description{
    background-color:rgba(169,107,17,.8);
    border-radius:5px;
    color:#fff;
    font-size:18px;
    font-style:italic;
    font-weight:300;
    padding:12px 20px
}
.b-background2 .sub-element+.sub-element{
    margin-top:30px
}
@media(min-width:600px){
    .b-background2 .sub-element.Right .description{
        -moz-column-count:2;
        -webkit-column-count:2;
        padding:12px 10px
    }
    .b-background2 .sub-element.Right .description p{
        margin:0 10px
    }
}
@media(min-width:992px){
    .b-background2 .s-element{
        background-color:#AA8943;
        margin-bottom:0;
        padding:30px 0
    }
    .b-background2 .s-title{
        color:#30f148
    }
    .b-background2 .s-description{
        color:#fff
    }
    .b-background2 .element{
        bottom:0;
        left:0;
        position:absolute;
        right:0;
        width:100%
    }
    .b-background2 .element .container{
        overflow:hidden
    }
    .b-background2 .sub-element{
        width:auto
    }
    .b-background2 .sub-element+.sub-element{
        margin-top:0
    }
    .b-background2 .sub-element.Left{
        float:left
    }
    .b-background2 .sub-element.Right{
        float:right
    }
    .b-background2 .b-title{
        color:#fff;
        text-shadow:2px 2px 4px #000
    }
    .b-background2 .sub-element.Right .description{
        max-width:600px
    }
}
.block.b-background3{
    min-height:200px
}
.b-background3 .img-top img{
    min-height:200px;
    object-fit:cover
}
.block.b-background3 .container{
    position:static
}
.b-background3 .info{
    margin:10px 0
}
.b-background3 .title{
    font-size:20px;
    font-weight:500;
    line-height:1.4
}
.b-background3 .description{
    font-size:18px;
    font-weight:300;
    margin-top:4px
}
@media(min-width:500px){
    .block.b-background3 .container{
        bottom:0;
        left:0;
        position:absolute;
        right:0;
        top:0
    }
    .b-background3 .info{
        bottom:20px;
        left:10px;
        margin:0;
        position:absolute
    }
    .b-background3 .title{
        color:#fff;
        font-size:22px;
        line-height:1.2;
        text-shadow:0 1px 1px #000
    }
    .b-background3 .description{
        color:#fff;
        font-size:18px;
        line-height:1.3;
        text-shadow:0 1px 1px #000
    }
}
.b-background4 .s-element{
    margin-bottom:20px;
    text-align:center
}
.b-background4 .s-title{
    color:#AA8943;
    font-size:26px;
    line-height:1.4;
    width:100%
}
.b-background4 .s-description{
    font-size:20px;
    line-height:1.4;
    margin-top:5px;
    width:100%
}
.b-background4 .grid{
    margin:10px -10px 0
}
.b-background4 .item{
    margin-top:20px;
    padding:0 10px;
    position:relative
}
.b-background4 .item span{
    background-color:#AA8943;
    border-bottom:2px solid #30f148;
    color:#fff;
    font-size:18px;
    left:25px;
    padding:4px 10px;
    position:absolute;
    text-align:center;
    top:0
}
.b-background4 .item .title{
    font-size:16px;
    margin-top:5px
}
@media(min-width:500px){
    .b-background4 .grid{
        margin:10px -15px 0
    }
    .b-background4 .item{
        padding:0 15px
    }
}
@media(min-width:992px){
    .b-background4 .s-element{
        background-color:#AA8943;
        margin-bottom:0;
        padding:30px 0
    }
    .b-background4 .s-title{
        color:#30f148
    }
    .b-background4 .s-description{
        color:#fff
    }
}
.block.b-backgroundcard{
    min-height:200px
}
.b-backgroundcard .img-top img{
    min-height:200px;
    object-fit:cover
}
.b-backgroundcard .grid{
    margin:-16px -8px 0
}
.b-backgroundcard .item{
    box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    margin:16px 8px 0;
    position:relative;
    width:calc(50% - 16px)
}
.b-backgroundcard .title{
    font-size:16px;
    line-height:1.5;
    padding:8px 10px
}
.b-backgroundcard .loadmore .grid{
    max-height:1100px;
    overflow:hidden;
    position:relative
}
.b-backgroundcard .loadmore .grid:after{
    background:linear-gradient(0,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);
    bottom:0;
    content:'';
    height:140px;
    left:0;
    position:absolute;
    right:0;
    width:100%
}
@media(min-width:576px){
    .b-backgroundcard .grid{
        margin:-30px -15px 0
    }
    .b-backgroundcard .item{
        margin:30px 15px 0;
        min-height:65px;
        width:calc(50% - 30px)
    }
    .b-backgroundcard .title{
        background-color:rgba(169,107,17,.8);
        border:0 solid #e8de8b;
        bottom:15px;
        box-shadow:0 0 40px 8px #e8de8b;
        color:#fff;
        display:inline-block;
        left:-14px;
        padding:8px 20px;
        position:absolute;
        width:auto
    }
    .b-backgroundcard .title:after{
        border-color:transparent rgba(169,107,17,.8) transparent transparent;
        border-style:solid;
        border-width:0 14px 10px 0;
        bottom:-10px;
        content:'';
        height:0;
        left:0;
        position:absolute;
        width:0;
        z-index:0
    }
}
@media(min-width:992px){
    .b-backgroundcard .item{
        width:calc(100%/3 - 30px)
    }
}
@media(min-width:1200px){
    .b-backgroundcard .title{
        font-size:18px
    }
}
.b-card .grid{
    margin-top:-30px
}
.b-card .item{
    margin-top:30px;
    position:relative
}
.b-card img{
    border-radius:15px;
    box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)
}
.b-card .info{
    background:linear-gradient(0,#AA8943 40%,rgba(0,0,0,.35) 100%);
    border-radius:.5rem;
    box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
    margin:-50px 10px 0;
    padding:1rem;
    position:relative
}
.b-card .item .title{
    color:#fff;
    font-family:'Baloo 2';
    font-size:24px;
    font-weight:300;
    line-height:1
}
.b-card .title span{
    color:#e8de8b;
    font-size:30px;
    text-shadow:1px 1px 0 #000
}
.b-card .description{
    color:#fff;
    font-size:20px;
    font-weight:300;
    line-height:1.4
}
.b-card a{
    -webkit-transition:all .5s;
    background-color:#AA8943;
    border-radius:2px;
    color:#fff;
    display:block;
    font-size:17px;
    margin:20px auto 0;
    max-width:80%;
    overflow:hidden;
    padding:10px 0;
    position:relative;
    text-align:center;
    transition:all .5s;
    width:130px;
    font-weight: bold;
}
.b-card a:hover{
    background-color:#e8de8b;
    color:#000;
}
@media(min-width:500px){
    .b-card .info{
        margin-left:auto;
        margin-right:auto;
        max-width:90%
    }
}
@media(min-width:768px){
    .b-card .item .title{
        font-size:30px
    }
    .b-card .title span{
        font-size:40px
    }
    .b-card .grid{
        margin:-30px -15px 0
    }
    .b-card .item{
        padding:0 15px
    }
}
@media(min-width:1200px){
    .b-card .grid{
        margin:-50px -25px 0
    }
    .b-card .item{
        margin-top:50px;
        padding:0 25px
    }
}
.b-card1 .grid{
    margin-top:-30px
}
.b-card1 .item{
    margin-top:30px
}
.b-card1 img{
    border-radius:15px;
    box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    position:relative;
    z-index:1
}
.b-card1 .title{
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    font-size:20px;
    margin:0 5%;
    padding:20px;
    text-align:center;
    z-index:1
}
@media(min-width:768px){
    .b-card1 .grid{
        margin:-30px -15px 0
    }
    .b-card1 .item{
        padding:0 15px
    }
}
@media(min-width:992px){
    .b-card1 .grid{
        margin:-30px -20px 0
    }
    .b-card1 .item{
        padding:0 20px
    }
}
.b-gallery .grid{
    margin:-20px -10px 0
}
.b-gallery .item{
    height:auto;
    margin:20px 10px 0;
    padding-top:50%;
    position:relative;
    width:100%
}
.b-gallery img{
    bottom:0;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    cursor:pointer;
    height:100%;
    left:0;
    object-fit:cover;
    position:absolute;
    right:0;
    top:0;
    width:100%
}
@media(min-width:768px){
    .b-gallery .item{
        padding-top:25%;
        width:calc(50% - 20px)
    }
}
@media(min-width:1200px){
    .b-gallery .item{
        padding-top:18%;
        width:calc(100%/3 - 20px)
    }
}
@media(min-width:992px){
    .text-photo .left,.text-photo .right{
        width:50%
    }
    .W20{
        width:20% !important
    }
    .W25{
        width:25% !important
    }
    .W30{
        width:30% !important
    }
    .W35{
        width:35% !important
    }
    .W40{
        width:40% !important
    }
    .W45{
        width:45% !important
    }
    .W50{
        width:50% !important
    }
    .W55{
        width:55% !important
    }
    .W60{
        width:60% !important
    }
    .W65{
        width:65% !important
    }
    .W70{
        width:70% !important
    }
    .W75{
        width:75% !important
    }
    .W80{
        width:80% !important
    }
    .CenterRight{
        -ms-transform:translateY(-50%);
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        width:100%
    }
    .CenterRight .sub-element{
        margin-left:auto
    }
    .CenterRight .container .sub-element{
        margin-right:-30px
    }
}
@media(min-width:1600px){
    .CenterRight .container .sub-element{
        margin-right:-80px
    }
}
.b-iframe .iframe-container{
    min-height:300px;
    padding-top:50%;
    position:relative
}
.b-iframe iframe{
    bottom:0;
    height:100%;
    left:0;
    position:absolute;
    right:0;
    top:0
}
.has-background{
    background-position:center;
    background-size:cover
}
.block{
    display:block;
    padding:30px 0;
    position:relative;
    width:100%
}
.block.b-cover{
    padding:0
}
.block .container{
    position:relative;
    z-index:2
}
.b-height-true{
    min-height:100vh
}
.b-element{
    margin-top:30px
}
.see-more{
    -webkit-transition:all .2s;
    background-color:#AA8943;
    border-radius:2px;
    color:#fff;
    display:block;
    font-size:16px;
    margin:25px auto 0;
    max-width:130px;
    padding:10px 0;
    text-align:center;
    transition:all .2s;
    width:100%;
    font-weight: bold;
}
.see-more:hover{
    background-color: #e8de8b;
    color: #000;
}
@media(min-width:992px){
    .block{
        padding:40px 0
    }
}
.b-listphoto .img-top+.element{
    margin-top:30px
}
.b-listphoto .grid{
    margin-top:-20px
}
.b-listphoto .item{
    margin-top:20px
}
@media(min-width:768px){
    .b-listphoto .img-top+.element{
        margin-top:40px
    }
    .b-listphoto .grid{
        margin:-30px -15px 0
    }
    .b-listphoto .item{
        margin-top:30px;
        padding:0 15px;
        width:50%
    }
}
@media(min-width:992px){
    .b-listphoto .img-top+.element{
        margin-top:60px
    }
    .b-listphoto .grid{
        margin:-50px -25px 0
    }
    .b-listphoto .item{
        margin-top:50px;
        padding:0 25px;
        width:50%
    }
}
.b-partner .grid{
    border-left:1px solid #ddd;
    border-top:1px solid #ddd;
    margin:0 -15px
}
.b-partner .item{
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
    padding:15px;
    width:calc(100%/3)
}
.b-partner img{
    display:block;
    height:20vw;
    margin:0 auto;
    max-height:100px;
    max-width:180px;
    object-fit:contain;
    width:100%
}
@media(min-width:576px){
    .b-partner .item{
        width:25%
    }
}
@media(min-width:768px){
    .b-partner .item{
        width:20%
    }
}
@media(min-width:992px){
    .b-partner .grid{
        margin:0 -25px
    }
    .b-partner .item{
        padding:25px;
        width:calc(100%/6)
    }
}
@media(min-width:992px){
    .CenterRight{
        -ms-transform:translateY(-50%);
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        width:100%
    }
    .CenterRight .sub-element{
        margin-left:auto
    }
}
.block.b-slider{
    min-height:200px
}
.b-slider .item{
    cursor:pointer;
    width:100%
}
.b-slider .item img{
    min-height:200px;
    object-fit:cover;
    width: 100%;
}
.b-step{
    text-align:center
}
.b-step img{
    display:block;
    height:70px;
    margin:0 auto;
    object-fit:contain;
    width:70px
}
.b-step .title{
    font-size:22px;
    margin-top:20px
}
.b-step .description{
    color:#333;
    font-size:18px;
    margin-top:15px
}
.b-step1 img{
    height:70px;
    margin:0 auto;
    object-fit:contain;
    width:70px
}
.b-step1 .title{
    font-size:25px;
    margin-left:10px;
    width:calc(100% - 80px)
}
.b-step1 .description{
    color:#333;
    font-size:18px;
    margin-top:15px
}
.text-photo .left,.text-photo .right{
    position:relative
}
.text-photo .left{
    margin-bottom:30px
}
.text-photo .left .title,.text-photo .left .s-title{
    margin-bottom:20px
}
.text-photo .left .title{
    color:#AA8943;
    display:block;
    font-size:22px;
    line-height:1.25;
    width:100%
}
.text-photo .left .s-title{
    color:#e8de8b;
    display:block;
    font-size:32px;
    line-height:1.2;
    text-transform:uppercase;
    width:100%
}
.text-photo .right{
    margin-top:30px
}
.text-photo .right img:first-child{
    position:relative;
    z-index:1
}
.text-photo .description{
    color:#333;
    display:block;
    font-size:18px;
    line-height:1.6;
    position:relative;
    width:100%
}
.text-photo .description ol,.text-photo .description ul{
    padding-left:0
}
.text-photo .description li{
    clear:both;
    list-style:none
}
.text-photo .description li:before{
    background-repeat:no-repeat;
    background-size:contain;
    content:'';
    display:block;
    float:left;
    height:20px;
    margin:5px 10px 0 0;
    width:20px
}
.text-photo ul li:before{
    background-image:url(../img/tree.svg)
}
.text-photo ol li:before{
    background-image:url(../img/star.svg)
}
.b-textphoto .b-title+.description{
    margin-top:18px
}
.b-textphoto .list-photo{
    margin:10px -10px 0
}
.b-textphoto .list-photo .item{
    margin:30px 10px 0;
    width:calc(50% - 20px)
}
.b-textphoto .list-photo img{
    max-width:200px
}
@media(min-width:992px){
    .text-photo .left-right{
        display:-ms-flexbox;
        display:flex;
        margin-left:-20px;
        margin-right:-20px
    }
    .text-photo.reverse .left-right,.text-photo .element.reverse{
        -ms-flex-direction:row-reverse;
        flex-direction:row-reverse
    }
    .text-photo .left,.text-photo .right{
        -ms-flex-align:center;
        -ms-flex-line-pack:center;
        -ms-flex-wrap:wrap;
        display:-ms-flexbox;
        display:flex;
        flex-wrap:wrap;
        margin:0;
        padding:0 20px
    }
    .text-photo .left.Center{
        text-align:center
    }
}
.b-textphoto1 .description{
    margin-top:-5px
}
.b-textphoto1 .tagline{
    background-color:#AA8943;
    display:inline-block;
    height:2px;
    margin-right:10px;
    width:100px
}
.b-textphoto1 .description p{
    display:inline-block;
    font-size:24px;
    font-style:italic;
    font-weight:300
}
.b-textphoto1 .b-title+.content{
    margin-top:20px
}
.b-textphoto1 .info{
    margin-top:20px;
    width:100%
}
.b-textphoto1 .info .item{
    border-top:1px solid #ddd;
    font-size:18px;
    margin-top:10px;
    padding-top:10px
}
.b-textphoto1 .info span{
    display:inline-block
}
.b-textphoto1 .info .text{
    color:#AA8943;
    line-height:1.4;
    width:100%
}
.b-textphoto1 .info .sub-text{
    -ms-flex-order:2;
    line-height:1.4;
    margin-top:10px;
    order:2;
    text-align:right;
    width:160px
}
.b-textphoto1 .info .color{
    -ms-flex-order:1;
    height:28px;
    margin-top:10px;
    order:1;
    width:50px
}
@media(min-width:600px){
    .b-textphoto1 .info .item{
        border-top:0 none;
        padding-top:0
    }
    .b-textphoto1 .info .text{
        width:calc(100% - 220px)
    }
    .b-textphoto1 .info .sub-text{
        -ms-flex-order:1;
        margin-top:0;
        order:1;
        padding:0 10px
    }
    .b-textphoto1 .info .color{
        -ms-flex-order:2;
        margin-left:10px;
        margin-top:0;
        order:2
    }
}
@media(min-width:992px){
    .b-textphoto1 .left{
        margin:30px 0
    }
    .b-textphoto1 .right{
        bottom:0;
        display:-ms-flexbox;
        display:flex;
        position:absolute;
        right:0;
        top:0
    }
    .b-textphoto1 .right img{
        object-fit:contain
    }
}
@media(min-width:1300px){
    .b-textphoto1 .container{
        -webkit-transform:translate(-50%,-50%);
        left:50%;
        position:absolute;
        top:50%;
        transform:translate(-50%,-50%)
    }
    .b-textphoto1 .right{
        margin-left:auto;
        padding-left:30px;
        position:relative
    }
}
@media(min-width:1600px){
    .b-textphoto1 .right{
        padding-left:80px
    }
}
.b-textphoto2 .item+.item{
    margin-top:30px
}
.b-textphoto2 .info{
    width:100%
}
.b-textphoto2 .text{
    color:#00a3ff;
    display:block;
    font-family:'Baloo 2';
    font-size:50px;
    line-height:1;
    text-align:center
}
.b-textphoto2 .sub-text{
    color:#AA8943;
    display:block;
    font-size:20px;
    text-align:center
}
.b-textphoto2 .description{
    font-weight:300;
    margin-top:15px;
    width:100%
}
.b-textphoto2 .description p+p{
    margin-top:6px
}
.b-textphoto2 .right .overlay{
    bottom:-30px;
    height:auto;
    left:-15px;
    right:-15px;
    width:auto
}
@media(min-width:400px){
    .b-textphoto2 .item+.item{
        margin-top:40px
    }
    .b-textphoto2 .info{
        width:100px
    }
    .b-textphoto2 .description{
        margin-left:20px;
        margin-top:0;
        width:calc(100% - 120px)
    }
}
@media(min-width:992px){
    .b-textphoto2 .container,.b-textphoto2 .left-right,.b-textphoto2 .left,.b-textphoto2 .right{
        position:static
    }
    .b-textphoto2 .right .overlay{
        bottom:0;
        height:100%;
        left:50%;
        right:auto;
        width:50%
    }
}
.b-textphoto3 .info{
    width:100%
}
.b-textphoto3 .title{
    font-size:20px;
    line-height:1.5
}
.b-textphoto3 .description{
    font-size:18px;
    font-weight:300;
    margin-top:10px
}
.b-textphoto3 .description p{
    min-height:20px
}
.b-textphoto3 .info-img{
    margin-top:30px;
    text-align:center;
    width:100%
}
@media(min-width:992px){
    .b-textphoto3 .element{
        display:-ms-flexbox;
        display:flex
    }
    .b-textphoto3 .info-img{
        margin:0;
        padding-left:30px
    }
}
.b-textphoto4 .left-side{
    margin-bottom:30px;
    overflow:hidden;
    position:relative
}
.b-textphoto4 .left-side-info,.b-textphoto4 .right-side{
    margin-top:8px
}
.b-textphoto4 .title{
    color:#fff;
    font-size:20px;
    font-weight:500
}
.b-textphoto4 .description{
    color:#fff;
    font-size:18px;
    font-style:italic;
    font-weight:300
}
@media(min-width:768px){
    .b-textphoto4 .left-side{
        border-radius:30px 0 30px 0;
        margin:0;
        width:80%
    }
    .b-textphoto4 .left-side-info,.b-textphoto4 .right-side{
        bottom:10px;
        position:absolute;
        right:10px
    }
    .b-textphoto4 .center-side{
        border:4px solid #fff;
        border-radius:30px 0 30px 0;
        box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
        height:50%;
        overflow:hidden;
        position:absolute;
        right:0;
        top:0;
        width:25%
    }
    .b-textphoto4 .center-side img{
        height:100%;
        object-fit:cover;
        width:100%
    }
    .b-textphoto4 .right-side{
        bottom:0;
        margin:0;
        overflow:hidden;
        padding-left:15px;
        position:absolute;
        right:0;
        top:50%;
        width:20%
    }
    .b-textphoto4 .right-side-info{
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        left:50%;
        position:absolute;
        top:50%;
        transform:translate(-50%,-50%)
    }
    .b-textphoto4 .title,.b-textphoto4 .description{
        line-height:1.2
    }
    .b-textphoto4 .right-side .description{
        font-size:17px;
        margin-top:5px
    }
}
@media(min-width:992px){
    .b-textphoto4 .right-side .description{
        margin-top:10px
    }
}
@media(min-width:1200px){
    .b-textphoto4 .right-side .title{
        font-size:24px
    }
    .b-textphoto4 .right-side .description{
        font-size:18px
    }
}
.b-textphoto5 .title{
    font-family:'Baloo 2';
    font-size:28px;
    line-height:1.25
}
.b-textphoto5 .s-title,.b-textphoto5 .description{
    font-size:18px;
    font-weight:300;
    margin-top:10px
}
.b-textphoto5 .s-title{
    font-style:italic;
    margin-top:10px
}
.b-textphoto5 .right-side{
    display:block;
    margin:0 auto;
    text-align:center
}
.b-textphoto5 .left-info+img,.b-textphoto5 .right-side{
    margin-top:20px
}
.b-textphoto5 .right-info{
    margin-top:10px
}
.b-textphoto5 .right-info .description{
    margin-top:0
}
@media(min-width:992px){
    .b-textphoto5 .element{
        display:-ms-flexbox;
        display:flex;
        margin:0 -20px
    }
    .b-textphoto5 .left-side,.b-textphoto5 .right-side{
        margin:0;
        padding:0 20px;
        width:50%
    }
    .b-textphoto5 .left-info{
        display:-ms-flexbox;
        display:flex
    }
    .b-textphoto5 .left-info-title{
        max-width:220px;
        padding-right:20px
    }
    .b-textphoto5 .description{
        margin-top:0
    }
    .b-textphoto5 img{
        border-radius:30px 0;
        object-fit:contain
    }
    .b-textphoto5 .right-side{
        -ms-flex-wrap:wrap;
        display:-ms-flexbox;
        display:flex;
        flex-wrap:wrap;
        margin-top:0
    }
    .b-textphoto5 .right-info{
        margin-bottom:10px;
        width:100%
    }
    .b-textphoto5 .right-info .title+.description{
        margin-top:8px
    }
}
.b-textphoto6 .left-side,.b-textphoto6 .right-side{
    position:relative
}
.b-textphoto6 .right-side{
    margin-top:30px
}
.b-textphoto6 .title{
    bottom:5px;
    color:#fff;
    font-size:18px;
    left:0;
    line-height:1.2;
    position:absolute;
    right:0;
    text-align:center
}
.b-textphoto6 .title-1{
    font-weight:500
}
.b-textphoto6 .title-2{
    font-style:italic;
    font-weight:300
}
@media(min-width:992px){
    .b-textphoto6 .left-right{
        display:-ms-flexbox;
        display:flex;
        margin:0 -15px
    }
    .b-textphoto6 .reverse{
        -ms-flex-direction:row-reverse;
        flex-direction:row-reverse
    }
    .b-textphoto6 .left-side,.b-textphoto6 .right-side{
        margin:0;
        padding:0 15px;
        width:50%
    }
    .b-textphoto6 img{
        border-radius:0 30px
    }
}
.b-textphoto7 .grid{
    width:100%
}
.b-textphoto7 .item{
    min-height:100px;
    position:relative;
    width:100%
}
.b-textphoto7 .item+.item{
    margin-top:20px
}
.b-textphoto7 .item .info{
    background-color:#AA8943;
    bottom:20px;
    color:#fff;
    padding:8px 25px 8px 15px;
    position:absolute
}
.b-textphoto7 .item .info:after{
    border:4px solid #e8de8b;
    border-left:0;
    bottom:-10px;
    content:'';
    left:0;
    position:absolute;
    right:10px;
    top:-10px
}
.b-textphoto7 .info__title{
    font-size:20px;
    font-weight:300
}
@media(min-width:768px){
    .b-textphoto7 .grid{
        margin:-20px -10px 0;
        width:auto
    }
    .b-textphoto7 .item{
        margin:20px 10px 0;
        width:calc(50% - 20px)
    }
}
.b-textphoto8 .info{
    background-color:rgba(169,107,17,.5);
    padding:20px
}
.b-textphoto8 .title-info{
    font-size:24px;
    line-height:1.4;
    text-align:center
}
.b-textphoto8 .title{
    margin-right:5px
}
.block.b-textphoto8[data-bg] .s-title{
    color:#e8de8b
}
.b-textphoto8 .description{
    font-size:20px;
    font-style:italic;
    text-align:center
}
.b-textphoto8 .right-side{
    margin-top:20px
}
.b-textphoto8 .img-info{
    text-align:center
}
@media(min-width:992px){
    .b-textphoto8 .element{
        border:5px solid #e8de8b;
        display:-ms-flexbox;
        display:flex
    }
    .b-textphoto8 .left-side,.b-textphoto8 .right-side{
        margin:0;
        width:50%
    }
    .b-textphoto8 .left-side{
        padding-right:20px
    }
    .b-textphoto8 .right-side{
        padding-left:20px
    }
    .b-textphoto8 .info{
        background-color:transparent
    }
    .b-textphoto8 .left-side .img-info{
        margin-bottom:-30px;
        margin-left:-30px
    }
    .b-textphoto8 .right-side .img-info{
        margin-right:-30px;
        margin-top:-30px
    }
}
@media(min-width:1200px){
    .b-textphoto8 .left-side{
        padding-right:30px
    }
    .b-textphoto8 .right-side{
        padding-left:30px
    }
}
.b-textphoto9 .description{
    font-size:20px;
    margin:20px 0
}
@media(min-width:992px){
    .b-textphoto9 .element{
        display:-ms-flexbox;
        display:flex;
        margin:0 -15px
    }
    .b-textphoto9 .left-side,.b-textphoto9 .right-side{
        margin:0;
        padding:0 15px;
        width:50%
    }
    .b-textphoto9 .right-side{
        display:-ms-flexbox;
        display:flex
    }
    .b-textphoto9 .right-side .info,.b-textphoto9 .right-side .img-info{
        height:calc(50% - 15px);
        width:100%
    }
    .b-textphoto9 .right-side .info{
        background-color:rgba(255,255,255,.3);
        display:-ms-flexbox;
        display:flex;
        margin-bottom:15px;
        padding:20px
    }
    .b-textphoto9 .right-side .img-info{
        margin-top:15px
    }
    .b-textphoto9 .right-side img{
        height:100%;
        object-fit:cover
    }
}
.b-textphoto10 .left{
    text-align:center
}
.b-textphoto10 .top{
    display:block;
    width:100%
}
.b-textphoto10 .top img{
    max-width:300px
}
.b-textphoto10 .top-title{
    font-size:20px
}
.b-textphoto10 .item{
    margin-top:30px;
    width:100%
}
.b-textphoto10 .info{
    width:100%
}
.b-textphoto10 .text{
    color:#4db748;
    display:inline-block;
    font-family:'Baloo 2';
    font-size:30px;
    line-height:1;
    position:relative
}
.b-textphoto10 em{
    font-size:30px;
    position:absolute;
    right:-15px;
    top:-10px
}
.b-textphoto10 .description{
    font-weight:300;
    width:100%
}
.b-textphoto10 .description p+p{
    margin-top:6px
}
@media(min-width:992px){
    .b-textphoto10 .list-text{
        margin:0 -20px
    }
    .b-textphoto10 .item{
        padding:20px;
        width:50%
    }
    .b-textphoto10 .text{
        font-size:40px
    }
}
.b-textphoto11 .left{
    padding-left:15px;
    padding-right:15px
}
.b-textphoto11 .left .title{
    color:#AA8943;
    display:block;
    font-size:22px;
    line-height:1.4;
    width:100%
}
.b-textphoto11 .left .s-title{
    color:#e8de8b;
    display:block;
    font-size:32px;
    margin-bottom:20px;
    text-transform:uppercase;
    width:100%
}
.b-textphoto11 .right img{
    object-fit:cover
}
@media(min-width:992px){
    .b-textphoto11 .left-right,.b-textphoto11 .left,.b-textphoto11 .right{
        margin-left:0 !important;
        margin-right:0 !important
    }
    .b-textphoto11 .left{
        width:50%
    }
    .b-textphoto11 .sub-left{
        display:block;
        margin:0 auto;
        max-width:500px;
        padding:30px 0
    }
    .b-textphoto11 .right{
        width:50%
    }
}
@media(min-width:1400px){
    .b-textphoto11 .sub-left{
        margin-right:50px
    }
}
.b-title-description{
    padding-bottom:45px;
    position:relative;
    text-align:center;
    z-index:2
}
.b-title-description:before{
    background: #ccc;
    background-size: contain;
    bottom: 25px;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    max-width: 130px;
    position: absolute;
    right: 0;
    width: 100%;
}
.b-title{
    color:#AA8943;
    display:block;
    font-size:34px;
    line-height:1.05;
    position:relative;
    width:100%
}
.b-title,.b-title h1,.b-title h2,.b-title h3{
    font-family:'Baloo 2';
    font-weight:300
}
.b-description{
    color:#333;
    display:block;
    font-size:20px;
    font-weight:300;
    line-height:1.3;
    margin:0 0 12px;
    position:relative
}
.block[data-bg] .b-title,.block[data-bg] .title,.block[data-bg] .s-title,.block[data-bg] .b-description,.block[data-bg] .description,.block[data-bg] .s-description{
    color:#fff
}
.block[data-bg] .description,.block[data-bg] .s-description{
    font-weight:300
}
@media(min-width:576px){
    .b-title{
        font-size:37px
    }
}
@media(min-width:992px){
    .b-title{
        font-size:40px
    }
}
@media(min-width:1200px){
    .b-title{
        font-size:44px
    }
}
.block.b-video{
    min-height:200px
}
.b-video .poster{
    min-height:200px;
    object-fit:cover
}
.b-video video{
    background-size:cover;
    height:auto;
    max-height:calc(100vh - 60px);
    min-height:200px;
    object-fit:cover;
    object-position:center;
    width:100%
}
.b-video .title{
    bottom:5px;
    color:#fff;
    font-size:20px;
    left:15px;
    position:absolute;
    text-shadow:1px 1px 1px #000
}
@media(min-width:576px){
    .b-video .title{
        bottom:10px;
        font-size:24px;
        left:20px
    }
}
@media(min-width:992px){
    .b-video .title{
        left:30px
    }
}
.b-youtube .swipe{
    overflow:hidden
}
.b-youtube .swipe-container{
    margin:0 -10px
}
.b-youtube .item{
    margin:0 10px;
    width:calc(88% - 20px)
}
.b-youtube .item a:first-child{
    margin-bottom:20px
}
.b-youtube .item a:nth-child(2){
    margin-top:20px
}
@media(min-width:576px){
    .b-youtube .item{
        width:calc(44% - 20px)
    }
}
@media(min-width:992px){
    .b-youtube .item{
        width:calc(100%/3 - 20px)
    }
}
.f-about .content{
    color:#fff;
    font-size:17px
}
.f-about .list-photo{
    margin:4px -4px 0;
    width:100%
}
.f-about .list-photo a{
    -webkit-transition:all .4s;
    background-color:rgba(0,0,0,.15);
    border-radius:50%;
    display:block;
    margin:4px;
    padding:13px;
    transition:all .4s
}
.f-about .list-photo svg{
    display:block;
    height:25px;
    margin:0 auto;
    width:25px
}
.f-about .list-photo path{
    fill:#e8de8b;
}
.f-about .list-photo a:hover{
    background-color:rgba(0,0,0,.5)
}
.f-about .list-photo a:hover path{
    fill:#fff
}
footer.bottom{
    border-top:1px solid rgba(255,255,255,.1);
    color:#fff;
    font-size:.85rem;
    margin-top:0;
    min-height:0;
    opacity:.9;
    padding:5px 0;
    text-align:center
}
footer.d-none+footer{
    display:none
}
.f-category a,.f-category p{
    color:#fff;
    display:block;
    font-size:17px;
    padding:8px 0
}
.f-category .sub-item a:hover{
    color:#e8de8b
}
.f-category .sub-item svg{
    height:14px;
    margin-right:8px;
    width:14px
}
.f-category .sub-item path{
    -webkit-transition:all .2s;
    fill:#e8de8b;
    transition:all .2s
}
@media(min-width:992px){
    .f-category a,.f-category p{
        padding:2px 0
    }
}
.f-contact .content{
    color:#fff;
    font-size:17px
}
.f-contact .info{
    margin-top:10px
}
.f-contact svg{
    display:inline-block;
    height:20px;
    margin-bottom:2px;
    vertical-align:middle;
    width:20px
}
.f-contact path{
    fill:#e8de8b
}
.f-contact .name{
    color:#fff;
    font-size:17px;
    width:82px
}
.f-contact .info .content{
    width:calc(100% - 82px)
}
.f-form input{
    background-color:rgba(0,0,0,.3);
    border:1px solid transparent;
    border-radius:0;
    color:#fff;
    margin-bottom:10px;
    padding:10px 15px;
    width:100%
}
.f-form .customer-submit{
    text-align:center
}
.f-form .customer-submit button{
    -webkit-transition:all .3s;
    background-color:#e8de8b;
    border:2px solid #e8de8b;
    border-radius:3px;
    box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    font-size:17px;
    margin:10px 0 16px;
    padding:6px 15px;
    transition:all .3s
}
.f-form .customer-submit button:hover{
    background-color:#AA8943;
    color:#fff
}
footer{
    background-color:#AA8943;
    margin-top:30px;
    position:relative
}
footer.no-margin{
    margin-top:0
}
footer .container{
    display:block;
    padding:0;
    position:relative;
    width:100%
}
footer .item{
    border-bottom:1px solid rgba(255,255,255,.1);
    width:100%
}
footer .item:last-child{
    border-bottom:0 none
}
footer .title{
    color:#e8de8b;
    cursor:pointer;
    display:block;
    font-size:18px;
    padding:10px 35px 10px 15px;
    position:relative
}
footer .arrow-down{
    border-color:#e8de8b;
    height:10px;
    position:absolute;
    right:15px;
    top:16px;
    width:10px
}
footer .sub-item{
    background-color:rgba(255,255,255,.1);
    display:none;
    padding:15px 20px
}
footer .content p+p{
    margin-top:6px
}
footer .content a{
    color:#e8de8b
}
footer .content a:hover{
    opacity:.8
}
@media(min-width:992px){
    footer .container{
        padding-bottom:30px;
        padding-top:30px
    }
    footer .grid{
        -ms-flex-pack:justify;
        display:-ms-flexbox;
        display:flex;
        justify-content:space-between;
        margin:0 -15px
    }
    footer .item{
        border-bottom:0 none;
        margin:0;
        padding:0 15px;
        width:auto
    }
    footer .arrow-down{
        display:none
    }
    footer .title{
        font-size:22px;
        line-height:1.3;
        margin-bottom:14px;
        padding:0;
        pointer-events:none
    }
    footer .sub-item{
        background-color:transparent;
        display:block !important;
        padding:0
    }
}
.modal .close{
    -webkit-transition:all .4s;
    background:#fff;
    border:0 none;
    border-radius:2px;
    padding:8px 12px;
    position:absolute;
    transition:all .4s;
    z-index:3;
    top: -10px !important;
    right: -22px !important;
    border-radius: 100%;
}
.modal .close svg{
    height:18px;
    width:18px
}
.modal .close path{
    fill:#9b9b9b
}
.modal .close:hover{
    background-color:rgba(0,0,0,.7)
}
.modal .close:hover path{
    fill:#fff
}
.modal-form .modal-dialog{
    background-color:#AA8943;
    border:2px solid #fff;
    border-radius:0;
    color:#e8de8b
}
.modal-form .modal-dialog .close{
    right:-8px;
    top:-8px
}
.modal-form .modal-title{
    color:#e8de8b;
    font-size:24px;
    line-height:1.4;
    margin:5px 0 0;
    padding:0;
    text-transform:uppercase
}
.modal-form .modal-description{
    color:#ddd;
    font-size:16px;
    margin:12px 0
}
.modal-form .customer-form{
    margin-top:25px
}
.modal-form input,
.modal-form textarea{
    background:#fff;
    border:0 none;
    border-radius:4px;
    color:#000;
    display:block;
    font-size:18px;
    height:auto;
    padding:8px;
}
.modal-form form>input,.modal-form form>.input-group,.modal-form textarea,.modal-form .dropdown{
    margin-bottom:25px;
    width:100%
}
.modal-form .btn-submit{
    text-align:center
}
.modal-form .btn-submit button{
    -webkit-transition:all .3s;
    background-color:#e8de8b;
    color:#e8de8b;
    font-size:18px;
    margin:0 0 10px;
    padding:8px 28px 6px;
    transition:all .3s
}
.modal-form .btn-submit button:hover{
    opacity:.7
}
@media(min-width:576px){
    .modal-form .modal-description,.modal-form .btn-form,.modal-form .customer-form{
        padding:0 15px
    }
}
.modal-form .input-group input{
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
.modal-form .input-group-append{
    border:2px solid rgba(255,255,255,.2);
    border-radius:0 4px 4px 0;
    color:#fff
}
.modal-form .dropdown-toggle{
    background:transparent;
    border-bottom:2px solid rgba(255,255,255,.2);
    color:#fff;
    font-size:18px;
    padding:12px 12px 8px
}
.modal-form .dropdown-menu{
    background-color:#03272e;
    width:100%
}
.modal-form .dropdown-item{
    color:#fff;
    font-size:18px;
    padding:8px 10px
}
.dropdown-item:hover,.dropdown-item.active{
    background-color:#e8de8b;
    color:#e8de8b
}
.modal-form .dropdown-toggle:after{
    -webkit-transform:translate(0,-50%);
    position:absolute;
    right:15px;
    top:50%;
    transform:translate(0,-50%)
}
#modalLightBox{
    background-color:#000;
    overflow:hidden;
    padding:0 !important
}
#modalLightBox .close{
    background-color:rgba(255,255,255,.3);
    right:10px
}
#modalLightBox .modal-dialog{
    background-color:transparent;
    height:100%;
    margin:0 auto;
    max-width:100%;
    padding:0;
    width:100%
}
#modalLightBox .modal-body{
    padding:0;
    width:100%
}
#modalLightBox .swipe-container{
    margin:0 auto;
    max-width:1500px
}
#modalLightBox .btn-slider .svg-icon{
    height:25px;
    width:25px
}
#modalLightBox .btn-slider{
    display:none
}
#modalLightBox .item{
    display:-ms-flexbox;
    display:flex;
    margin:0 10px;
    text-align:center;
    width:calc(100% - 20px)
}
#modalLightBox .item img{
    margin:0 auto;
    max-height:100vh;
    max-width:100%;
    object-fit:contain
}
@media(min-width:992px){
    #modalLightBox .btn-slider{
        background-color:rgba(0,0,0,.6);
        display:block
    }
    #modalLightBox .btn-slider.prev{
        left:10px
    }
    #modalLightBox .btn-slider.next{
        right:10px
    }
    #modalLightBox .btn-slider:hover{
        background-color:rgba(0,0,0,.8)
    }
    #modalLightBox .btn-slider path{
        fill:#dfdfdf
    }
}
#popupModal{
    z-index:13
}
#popupModal .close{
    right:0;
    top:-20px
}
#popupModal .modal-body{
    padding:0
}
#popupModal .modal-dialog{
    margin-top:calc(4vh + 10px)
}
@media(min-width:576px){
    #popupModal .close{
        right:-8px;
        top:-8px
    }
}
.btn-registration{
    background-color:#AA8943;
    box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    font-size:18px;
    margin-top:20px;
    padding:12px 20px;
    color:#fff;
    font-weight: bold;
}
.btn-registration,.btn-registration path{
    -webkit-transition:all .5s;
    transition:all .5s;
}
.btn-registration svg{
    margin-right:8px;
}
.btn-registration span{
    font-weight:500;
    text-transform:uppercase;
}
.btn-registration:hover{
    background-color:#e8de8b;
    color:#000;
}
.btn-registration:hover path{
    fill:#fff
}
.open-youtube{
    position:relative;
    width:100%
}
.open-youtube .poster{
    position:static !important
}
.icon-youtube{
    -webkit-transition:all .2s;
    background-color:rgba(0,0,0,.5);
    border-radius:50%;
    padding:10px;
    transition:all .3s;
    width:80px
}
.open-youtube:hover .icon-youtube{
    background-color:rgba(255,255,255,.3)
}
#modalVideo .modal-dialog{
    background-color:#000;
    margin:0;
    max-width:145vh
}
#modalVideo .close{
    right:0;
    top:-35px
}
.back-to-top{
    -webkit-transition:all .2s ease-in-out;
    background-color:rgba(0,0,0,.8);
    border-radius:50%;
    bottom:-60px;
    box-shadow:0 0 5px 2px rgba(255,255,255,.5);
    cursor:pointer;
    height:60px;
    opacity:.6;
    overflow:hidden;
    position:fixed;
    right:10px;
    text-align:center;
    transition:all .2s ease-in-out;
    visibility:hidden;
    width:60px;
    z-index:8
}
.back-to-top:hover{
    opacity:1
}
.back-to-top.show{
    bottom:75px;
    visibility:visible
}
.back-to-top svg{
    height:18px;
    width:18px
}
.back-to-top svg path{
    fill:#fff
}
@media(min-width:992px){
    .back-to-top{
        height:60px;
        width:60px;
    }
    .back-to-top.show{
        bottom:60px;
    }
}
#header-mobile{
    font-size:16px;
    padding:5px
}
#header-mobile svg{
    height:30px;
    width:30px
}
#header-mobile .text{
    color:#333;
    display:block
}
#header-mobile a+a{
    margin-left:10px
}
@media(min-width:992px){
    #header-mobile{
        display:none
    }
}
header .container{
    padding-left:0;
    padding-right:0
}
#header-logo{
    display:block;
    max-width:calc(100% - 250px);
    padding:5px;
    width:auto;
    z-index:1
}
#header-logo img{
    display:block;
    height:54px;
    object-fit:contain;
    object-position:left;
    width:200px
}
@media(min-width:992px){
    header{
        background-color:transparent;
        padding:0
    }
    #header-logo{
        max-width:none;
        padding:0
    }
}
.m-hotline{
    font-size:18px;
    line-height:1;
    padding:0 5px;
    width:auto
}
.m-hotline svg{
    height:22px;
    margin:-2px 5px 0 0;
    width:22px
}
.m-hotline svg path{
    fill:#f00
}
.m-hotline .text{
    color:#AA8943;
    font-weight:600
}
.d-hotline{
    display:none
}
@media(min-width:992px){
    .m-hotline{
        display:none
    }
    .d-hotline{
        background:linear-gradient(45deg,#8f884f,#AA8943);
        border:2px solid #fff;
        border-radius:25px;
        bottom:20px;
        box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
        display:block;
        left:20px;
        padding:10px 20px;
        position:fixed;
        width:auto;
        z-index:2;
    }
    .d-hotline .icon{
        float:left;
        padding:4px 0;
        position:relative
    }
    .d-hotline svg{
        -webkit-animation:tada 1.8s infinite;
        animation:tada 1.8s infinite;
        margin-right:5px;
        position:relative
    }
    .d-hotline svg path{
        fill:#f5fe00
    }
    .d-hotline .text{
        color:#fff;
        font-size:20px;
        font-weight:600
    }
}
header.fixed{
    background-color:#fff;
    box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);
    left:0;
    position:fixed;
    right:0;
    z-index:9999;
}
div[data-ajax]{
    position:relative
}
.lazy-loader{
    background-color:rgba(200,200,200,.2);
    min-height:64px
}
.lds-facebook{
    display:inline-block;
    height:64px;
    left:50%;
    margin:0;
    position:absolute;
    top:50%;
    transform:translate(-32px,-32px);
    width:64px
}
.lds-facebook div{
    animation:lds-facebook 1.2s cubic-bezier(0,.5,.5,1) infinite;
    background:rgba(2,100,111,.5);
    display:inline-block;
    left:6px;
    position:absolute;
    width:10px
}
.lds-facebook div:nth-child(1){
    animation-delay:-.24s;
    left:6px
}
.lds-facebook div:nth-child(2){
    animation-delay:-.12s;
    left:26px
}
.lds-facebook div:nth-child(3){
    animation-delay:0;
    left:45px
}
@keyframes lds-facebook{
    0%{
        height:51px;
        top:6px
    }
    50%,100%{
        height:26px;
        top:19px
    }
}
.sidenav{
    -webkit-transition:all .3s linear;
    bottom:0;
    left:100%;
    max-width:280px;
    opacity:0;
    overflow-y:auto;
    position:fixed;
    top:0;
    transition:all .3s linear;
    visibility:hidden;
    width:calc(100% - 60px);
    z-index:10
}
.sidenav.show{
    -webkit-transform:translateX(-100%);
    opacity:1;
    transform:translateX(-100%);
    visibility:visible
}
#horizontal-menu{
    background-color:#AA8943;
    color:#fff
}
#horizontal-menu li{
    border-bottom:1px solid rgba(255,255,255,.08);
    width:100%
}
#horizontal-menu li.active,#horizontal-menu li:hover{
    background-color:rgba(255,255,255,.2)
}
#horizontal-menu .open-child{
    cursor:pointer
}
#horizontal-menu .menu{
    color:#fff;
    font-size:17px;
    padding:14px 8px;
    position:relative;
    text-align:left;
    text-transform:uppercase
}
#horizontal-menu .has-child .menu{
    width:calc(100% - 50px)
}
#horizontal-menu .btn-down{
    background-color:rgba(255,255,255,.08);
    padding:12px 0;
    text-align:center;
    width:50px
}
#horizontal-menu .arrow-down{
    border-color:#fff;
    height:10px;
    width:10px
}
#horizontal-menu .list-sub{
    background-color:#fff;
    display:none;
    width:100%
}
#horizontal-menu .sub-menu{
    border-bottom:1px solid #e4e4e4;
    color:#333;
    display:block;
    font-size:17px;
    line-height:1.6;
    padding:14px 10px;
    white-space:normal;
    width:100%
}
#horizontal-menu .sub-menu:last-child{
    border-bottom:0 none
}
#horizontal-menu .sub-menu.active,#horizontal-menu .sub-menu:hover{
    background-color:rgba(192,192,192,.28)
}
#horizontal-menu .arrow-right{
    border-color:#AA8943;
    height:8px;
    margin-bottom:4px;
    margin-right:8px;
    width:8px
}
@media(min-width:992px){
    #modal-backdrop.show{
        display:none
    }
    #horizontal-menu{
        -webkit-transform:none;
        background-color:transparent;
        display:-ms-flexbox;
        display:flex;
        margin-left:20px;
        max-width:100%;
        opacity:1;
        overflow:visible;
        position:static;
        transform:none;
        transition:none;
        visibility:visible;
        width:auto;
        z-index:3
    }
    #horizontal-menu ul.list-unstyled{
        display:-ms-flexbox;
        display:flex
    }
    #horizontal-menu li{
        -webkit-transition:all .2s;
        border-bottom:0 none;
        position:relative;
        width:auto
    }
    #horizontal-menu li+li{
        margin-left:10px
    }
    #horizontal-menu li.active,#horizontal-menu li:hover{
        background-color:rgba(85,85,85,.2)
    }
    #horizontal-menu .open-child{
        cursor:auto;
        pointer-events:none
    }
    #horizontal-menu .menu{
        color:#AA8943;
        font-size:15px;
        font-weight:bold;
        height:100%;
        padding:20px 5px;
        white-space:nowrap
    }
    #horizontal-menu .has-child section{
        position:relative
    }
    #horizontal-menu .has-child .menu{
        padding-right:22px;
        width:auto
    }
    #horizontal-menu .btn-down{
        -ms-flex-align:center;
        align-items:center;
        background-color:transparent;
        bottom:3px;
        display:-ms-flexbox;
        display:flex;
        height:100%;
        padding:0;
        position:absolute;
        right:9px;
        width:auto
    }
    #horizontal-menu .arrow-down{
        border-color:#AA8943;
        height:8px;
        width:8px
    }
    #horizontal-menu .list-sub{
        background-color:#fff;
        box-shadow:0 5px 8px rgba(0,0,0,.15);
        display:none;
        left:0;
        position:absolute;
        top:100%;
        z-index:3
    }
    #horizontal-menu .edge-right .list-sub{
        left:auto;
        right:0
    }
    #horizontal-menu li:hover .list-sub{
        display:block !important
    }
    #horizontal-menu .sub-menu{
        color:#333;
        display:inline-block;
        font-size:16px;
        height:auto;
        padding:10px 8px;
        float: left;
        width: 50%;
    }
    #horizontal-menu .ul1{
        width:240px
    }
    #horizontal-menu .ul2{
        width:480px
    }
    #horizontal-menu .ul3{
        width:720px
    }
}
.menu-d360 a{
    background-color:#e8de8b;
    color:#e8de8b;
    display:block;
    font-size:17px;
    padding:8px;
    position:relative;
    text-align:left;
    text-transform:uppercase
}
.menu-d360 .svg-icon{
    height:38px;
    margin-right:8px;
    width:38px
}
.menu-d360 .svg-icon path{
    fill:#AA8943
}
@media(min-width:992px){
    .menu-d360 a{
        -ms-flex-align:center;
        -webkit-transition:all .4s ease-in-out;
        align-items:center;
        background:linear-gradient(-45deg,rgba(87,225,181,1) 0,rgba(0,63,255,1) 100%);
        box-shadow:0 5px 20px rgba(0,63,255,.5);
        color:#fff !important;
        display:-ms-flexbox;
        display:flex;
        margin:6px 0;
        padding:2px 10px;
        transition:all .4s ease-in-out;
        white-space:nowrap
    }
    .menu-d360 .svg-icon path{
        fill:#fff
    }
    .menu-d360 a:hover{
        background:linear-gradient(135deg,#3aa560 0%,#b7e66c 100%)
    }
}
.btn-open-search{
    display:none
}
.search-container{
    background-color:rgba(128,128,128,.8);
    display:none;
    left:0;
    padding:20px;
    position:fixed;
    right:0;
    top:0;
    width:100%;
    z-index:4
}
.search-container .form-control{
    border:1px solid #fff;
    border-right:0 none
}
.search-container .btn-search{
    background-color:#fff;
    border:0 none;
    border-radius:0;
    padding:0 12px !important;
    width:50px
}
.search-container .btn-close{
    background-color:#dfdfdf;
    padding:0 20px;
    position:relative
}
.search-container .btn-close span{
    height:20px;
    opacity:.4;
    position:absolute;
    right:1px;
    top:10px;
    width:20px
}
.search-container .btn-close:hover span{
    opacity:.8
}
.search-container .btn-close span:before,.search-container .btn-close span:after{
    background-color:#333;
    content:'';
    height:20px;
    left:0;
    position:absolute;
    width:2px
}
.search-container .btn-close span:before{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.search-container .btn-close span:after{
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.search-container .input-group{
    margin:0 auto;
    max-width:500px
}
@media(min-width:992px){
    .btn-open-search{
        background-color:rgba(151,151,151,.1);
        border-radius:2px;
        display:block;
        line-height:20px;
        opacity:.7;
        padding:10px 0;
        width:52px
    }
    .btn-open-search:hover{
        opacity:1
    }
    .btn-open-search svg path{
        fill:#AA8943
    }
}
body{
    padding:0 0 56px
}
#support-center{
    background:#ddd;
    border-top:1px solid #eee;
    bottom:0;
    box-shadow:0 -1px 2px 0 rgba(60,64,67,.3),0 -2px 6px 2px rgba(60,64,67,.15);
    height:57px;
    position:fixed;
    right:0;
    width:100%;
    z-index:7
}
#support-center .sup-action{
    color:#333;
    display:block;
    float:left;
    font-size:13px;
    line-height:1;
    padding:7px 2px;
    text-align:center;
    width:25%;
    z-index:7
}
#support-center .sup-action+.sup-action{
    border-left:1px solid #cacaca
}
#support-center img,#support-center svg{
    height:25px;
    width:25px
}
#support-center path{
    fill:#1e88e5
}
#support-center span{
    display:block;
    margin-top:4px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
#support-center path+path{
    fill:#fff
}
#support-center .fanpage{
    display:none
}
@media(min-width:992px){
    body{
        padding:0
    }
    #support-center{
        background:transparent;
        border:0 none;
        bottom:40px;
        box-shadow:none;
        height:auto;
        right:10px;
        width:60px
    }
    #support-center .sup-action{
        -webkit-transition:all .2s ease-in-out;
        background-color:rgba(0,0,0,.2);
        border-radius:50%;
        box-shadow:0 0 5px 2px rgba(255,255,255,.5);
        height:60px;
        line-height:58px;
        padding:0;
        transition:all .2s ease-in-out;
        width:100%
    }
    #support-center .sup-action:hover{
        background-color:rgba(0,0,0,.3)
    }
    #support-center .sup-action+.sup-action{
        border-left:0 none;
        margin-top:10px
    }
    #support-center .call,#support-center .open-form,#support-center span{
        display:none
    }
    #support-center img,#support-center svg{
        height:32px;
        width:32px
    }
    #support-center .d360{
        display:none
    }
    #support-center .messenger,#support-center .fanpage{
        background-color:#1877f2
    }
    #support-center .messenger path,#support-center .fanpage path{
        fill:#fff
    }
    #support-center path+path{
        fill:#1877f2 !important
    }
    #support-center .fanpage{
        display:block
    }
}
.svg-icon{
    height:22px;
    vertical-align:middle;
    width:22px
}
.svg-icon path{
    fill:#AA8943
}
.arrow,.arrow-up,.arrow-down,.arrow-left,.arrow-right{
    border-radius:2px;
    display:inline-block;
    vertical-align:middle
}
.arrow-up,.arrow-left{
    border-left:2px solid #828282;
    border-top:2px solid #828282
}
.arrow-right,.arrow-down{
    border-bottom:2px solid #828282;
    border-right:2px solid #828282
}
.arrow-up,.arrow-down{
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.arrow-left,.arrow-right{
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.overlay{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:1
}
img.overlay{
    object-fit:cover
}
.img-mx-auto{
    display:block;
    height:auto;
    margin:0 auto;
    width:100%
}
.img-responsive{
    display:block
}
*,::after,::before{
    box-sizing:border-box
}
html,body{
    -moz-osx-font-smoothing:grayscale;
    -webkit-backface-visibility:hidden;
    -webkit-font-smoothing:antialiased;
    -webkit-overflow-scrolling:touch;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust:100%;
    background-color:#fff;
    color:#000;
    display:block;
    font-family:'Roboto',arial,sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:1.6;
    margin:0;
    outline:none;
    position:relative;
    text-rendering:optimizeLegibility;
    word-wrap:break-word
}
.not-click{
    cursor:default;
    pointer-events:none
}
ol,ul,dl{
    margin:0
}
p,menu,figure{
    margin:0;
    padding:0
}
b,strong{
    font-weight:500
}
a{
    color:#7a6027;
    cursor:pointer;
    outline:0 !important;
    text-decoration:none
}
a:hover{
    color:#000
}
:focus{
    outline:0
}
picture{
    display:block
}
.mx-auto{
    margin-left:auto !important;
    margin-right:auto !important
}
.w-100{
    width:100% !important
}
.h-100{
    height:100%
}
.invisible{
    visibility:hidden !important
}
.position-relative{
    position:relative !important
}
.list-unstyled{
    list-style:none;
    margin:0;
    padding:0
}
.find-loading{
    color:#999;
    padding:5px 10px
}
.facebook{
    height:28px;
    margin-top:10px
}
.color-red{
    color:#f00
}
.overflow-hidden{
    overflow:hidden !important
}
.align-middle{
    -webkit-transform:translate(-50%,-50%) !important;
    left:50%;
    position:absolute !important;
    top:50%;
    transform:translate(-50%,-50%) !important;
    z-index: 999;
}
.admin-update{
    display:none
}
@media(min-width:992px){
    .admin-update{
        background-color:#f88315;
        color:#fff;
        display:block;
        padding:8px 12px;
        position:fixed;
        right:0;
        top:70px;
        z-index:9
    }
}
.main-title{
    font-size:1.5rem;
    font-weight:500;
    margin-top:25px;
    text-transform:uppercase
}
.sub-title{
    color:#000;
    font-size:1.4rem;
    font-weight:500;
    margin-bottom:10px;
    text-transform:uppercase
}
.sub-title-mt{
    margin-top:40px
}
@media(min-width:992px){
    .main-title{
        font-size:1.6rem
    }
    .breadcrumb~.content-focus .main-title{
        margin-top:0
    }
}
@media(min-width:1200px){
    .main-title{
        font-size:1.8rem
    }
}
.text-transform-none{
    text-transform:none !important
}
video{
    display:block;
    height:auto;
    margin:0 auto;
    width:100%
}
.video-container{
    height:0;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    width:100%
}
.video-container iframe,.video-container object,.video-container embed{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.youtube-container{
    height:0;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative
}
.youtube-container iframe{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
@media(min-width:992px){
    .youtube-container{
        height:calc(100vh - 60px);
        padding-bottom:0
    }
    .youtube-container iframe{
        height:100%;
        left:0;
        position:absolute;
        top:0;
        width:100%
    }
}