:root {
            --color-primary: #EC3237;
            --color-secondary: #0098DB;
            --primary-font: Roboto-Regular,Arial,Helvetica,sans-serif;
        }
.ih-item {
    position: relative;
    transition: all .35s ease-in-out
}

.ih-item,
.ih-item * {
    box-sizing: border-box
}

.ih-item a {
    color: #333
}

.ih-item a:hover {
    text-decoration: none
}

.ih-item img {
    width: 100%;
    height: 100%
}

.ih-item.circle,
.ih-item.circle .img {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%
}

.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px hsla(0, 0%, 100%, .6), 0 1px 2px rgba(0, 0, 0, .3);
    transition: all .35s ease-in-out
}

.ih-item.circle .img img {
    border-radius: 50%
}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ih-item.square {
    position: relative;
    width: 316px;
    height: 216px;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ih-item.circle.effect1 .spinner {
    width: 230px;
    height: 230px;
    border-color: #ecab18 #1ad280 #1ad280 #ecab18;
    border-style: solid;
    border-width: 10px;
    border-radius: 50%;
    transition: all .8s ease-in-out
}

.ih-item.circle.effect1 .img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto
}

.ih-item.circle.effect1 .img:before {
    display: none
}

.ih-item.circle.effect1.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, .6)
}

.ih-item.circle.effect1 .info {
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    background: #333;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: all .8s ease-in-out
}

.ih-item.circle.effect1 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect1 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect1 a:hover .spinner {
    transform: rotate(180deg)
}

.ih-item.circle.effect1 a:hover .info {
    opacity: 1
}

.ih-item.circle.effect2 .img {
    opacity: 1;
    transform: scale(1);
    transition: all .35s ease-in-out
}

.ih-item.circle.effect2.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, .6)
}

.ih-item.circle.effect2 .info {
    background: #333;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    pointer-events: none;
    transition: all .35s ease-in-out
}

.ih-item.circle.effect2 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect2 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect2.left_to_right .info {
    transform: translateX(-100%)
}

.ih-item.circle.effect2.left_to_right a:hover .img {
    transform: rotate(-90deg)
}

.ih-item.circle.effect2.left_to_right a:hover .info {
    opacity: 1;
    transform: translateX(0)
}

.ih-item.circle.effect2.right_to_left .info {
    transform: translateX(100%)
}

.ih-item.circle.effect2.right_to_left a:hover .img {
    transform: rotate(90deg)
}

.ih-item.circle.effect2.right_to_left a:hover .info {
    opacity: 1;
    transform: translateX(0)
}

.ih-item.circle.effect2.top_to_bottom .info {
    transform: translateY(-100%)
}

.ih-item.circle.effect2.top_to_bottom a:hover .img {
    transform: rotate(-90deg)
}

.ih-item.circle.effect2.top_to_bottom a:hover .info {
    opacity: 1;
    transform: translateY(0)
}

.ih-item.circle.effect2.bottom_to_top .info {
    transform: translateY(100%)
}

.ih-item.circle.effect2.bottom_to_top a:hover .img {
    transform: rotate(90deg)
}

.ih-item.circle.effect2.bottom_to_top a:hover .info {
    opacity: 1;
    transform: translateY(0)
}

.ih-item.circle.effect3 .img {
    z-index: 11;
    transition: all .35s ease-in-out
}

.ih-item.circle.effect3.colored .info {
    background: #1a4a72
}

.ih-item.circle.effect3 .info {
    background: #333;
    opacity: 0;
    pointer-events: none;
    transition: all .35s ease-in-out
}

.ih-item.circle.effect3 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect3 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect3.left_to_right .img {
    transform: scale(1) translateX(0)
}

.ih-item.circle.effect3.left_to_right .info {
    transform: translateX(-100%)
}

.ih-item.circle.effect3.left_to_right a:hover .img {
    transform: scale(.5) translateX(100%)
}

.ih-item.circle.effect3.left_to_right a:hover .info {
    opacity: 1;
    transform: translateX(0)
}

.ih-item.circle.effect3.right_to_left .img {
    transform: scale(1) translateX(0)
}

.ih-item.circle.effect3.right_to_left .info {
    transform: translateX(100%)
}

.ih-item.circle.effect3.right_to_left a:hover .img {
    transform: scale(.5) translateX(-100%)
}

.ih-item.circle.effect3.right_to_left a:hover .info {
    opacity: 1;
    transform: translateX(0)
}

.ih-item.circle.effect3.top_to_bottom .img {
    transform: scale(1) translateY(0)
}

.ih-item.circle.effect3.top_to_bottom .info {
    transform: translateY(-100%)
}

.ih-item.circle.effect3.top_to_bottom a:hover .img {
    transform: scale(.5) translateY(100%)
}

.ih-item.circle.effect3.top_to_bottom a:hover .info {
    opacity: 1;
    transform: translateY(0)
}

.ih-item.circle.effect3.bottom_to_top .img {
    transform: scale(1) translateY(0)
}

.ih-item.circle.effect3.bottom_to_top .info {
    transform: translateY(100%)
}

.ih-item.circle.effect3.bottom_to_top a:hover .img {
    transform: scale(.5) translateY(-100%)
}

.ih-item.circle.effect3.bottom_to_top a:hover .info {
    opacity: 1;
    transform: translateY(0)
}

.ih-item.circle.effect4 .img {
    opacity: 1;
    transition: all .4s ease-in-out
}

.ih-item.circle.effect4.colored .info {
    background: #1a4a72
}

.ih-item.circle.effect4 .info {
    background: #333;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .35s ease
}

.ih-item.circle.effect4 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect4 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    transition: all .35s ease-in-out
}

.ih-item.circle.effect4 a:hover .img {
    opacity: 0;
    pointer-events: none
}

.ih-item.circle.effect4 a:hover .info {
    visibility: visible;
    opacity: 1
}

.ih-item.circle.effect4.left_to_right .img {
    transform: translateX(0)
}

.ih-item.circle.effect4.left_to_right .info {
    transform: translateX(-100%)
}

.ih-item.circle.effect4.left_to_right a:hover .img {
    transform: translateX(100%)
}

.ih-item.circle.effect4.left_to_right a:hover .info,
.ih-item.circle.effect4.right_to_left .img {
    transform: translateX(0)
}

.ih-item.circle.effect4.right_to_left .info {
    transform: translateX(100%)
}

.ih-item.circle.effect4.right_to_left a:hover .img {
    transform: translateX(-100%)
}

.ih-item.circle.effect4.right_to_left a:hover .info {
    transform: translateX(0)
}

.ih-item.circle.effect4.top_to_bottom .img {
    transform: translateY(0)
}

.ih-item.circle.effect4.top_to_bottom .info {
    transform: translateY(100%)
}

.ih-item.circle.effect4.top_to_bottom a:hover .img {
    transform: translateY(-100%)
}

.ih-item.circle.effect4.bottom_to_top .img,
.ih-item.circle.effect4.top_to_bottom a:hover .info {
    transform: translateY(0)
}

.ih-item.circle.effect4.bottom_to_top .info {
    transform: translateY(-100%)
}

.ih-item.circle.effect4.bottom_to_top a:hover .img {
    transform: translateY(100%)
}

.ih-item.circle.effect4.bottom_to_top a:hover .info {
    transform: translateY(0)
}

.ih-item.circle.effect5 {
    perspective: 900px
}

.ih-item.circle.effect5.colored .info .info-back {
    background: #1a4a72;
    background: rgba(26, 74, 114, .6)
}

.ih-item.circle.effect5 .info {
    transition: all .35s ease-in-out;
    transform-style: preserve-3d
}

.ih-item.circle.effect5 .info .info-back {
    visibility: hidden;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #333;
    background: rgba(0, 0, 0, .6);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ih-item.circle.effect5 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect5 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect5 a:hover .info {
    transform: rotateY(-180deg)
}

.ih-item.circle.effect5 a:hover .info .info-back {
    visibility: visible
}

.ih-item.circle.effect6 .img {
    opacity: 1;
    transform: scale(1);
    transition: all .35s ease-in-out
}

.ih-item.circle.effect6.colored .info {
    background: #1a4a72
}

.ih-item.circle.effect6 .info {
    background: #333;
    opacity: 0;
    transition: all .35s ease-in-out
}

.ih-item.circle.effect6 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect6 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect6.scale_up .info {
    transform: scale(.5)
}

.ih-item.circle.effect6.scale_up a:hover .img {
    opacity: 0;
    transform: scale(1.5)
}

.ih-item.circle.effect6.scale_up a:hover .info {
    opacity: 1;
    transform: scale(1)
}

.ih-item.circle.effect6.scale_down .info {
    transform: scale(1.5)
}

.ih-item.circle.effect6.scale_down a:hover .img {
    opacity: 0;
    transform: scale(.5)
}

.ih-item.circle.effect6.scale_down a:hover .info {
    opacity: 1;
    transform: scale(1)
}

.ih-item.circle.effect6.scale_down_up .info {
    transform: scale(.5);
    transition: all .35s ease-in-out .2s
}

.ih-item.circle.effect6.scale_down_up a:hover .img {
    opacity: 0;
    transform: scale(.5)
}

.ih-item.circle.effect6.scale_down_up a:hover .info {
    opacity: 1;
    transform: scale(1)
}

.ih-item.circle.effect7 .img {
    opacity: 1;
    transform: scale(1);
    transition: all .35s ease-out
}

.ih-item.circle.effect7.colored .info {
    background: #1a4a72
}

.ih-item.circle.effect7 .info {
    background: #333;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .35s ease .2s
}

.ih-item.circle.effect7 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect7 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect7 a:hover .img {
    opacity: 0;
    transform: scale(.5)
}

.ih-item.circle.effect7 a:hover .info {
    visibility: visible;
    opacity: 1
}

.ih-item.circle.effect7.left_to_right .info {
    transform: translateX(-100%)
}

.ih-item.circle.effect7.left_to_right a:hover .info {
    transform: translateX(0)
}

.ih-item.circle.effect7.right_to_left .info {
    transform: translateX(100%)
}

.ih-item.circle.effect7.right_to_left a:hover .info {
    transform: translateX(0)
}

.ih-item.circle.effect7.top_to_bottom .info {
    transform: translateY(100%)
}

.ih-item.circle.effect7.top_to_bottom a:hover .info {
    transform: translateY(0)
}

.ih-item.circle.effect7.bottom_to_top .info {
    transform: translateY(-100%)
}

.ih-item.circle.effect7.bottom_to_top a:hover .info {
    transform: translateY(0)
}

.ih-item.circle.effect8.colored .info {
    background: #1a4a72
}

.ih-item.circle.effect8 .img-container {
    transform: scale(1);
    transition: all .3s ease-in-out
}

.ih-item.circle.effect8 .img-container .img {
    opacity: 1;
    transition: all .3s ease-in-out .3s
}

.ih-item.circle.effect8 .info-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out .3s
}

.ih-item.circle.effect8 .info {
    width: 100%;
    height: 100%;
    background: #333;
    pointer-events: none;
    transform: scale(.5);
    transition: all .35s ease-in-out .6s
}

.ih-item.circle.effect8 .info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 45px 0 0;
    height: 140px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect8 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect8 a:hover .img-container {
    pointer-events: none;
    transform: scale(.5)
}

.ih-item.circle.effect8 a:hover .img-container .img {
    opacity: 0;
    pointer-events: none
}

.ih-item.circle.effect8 a:hover .info-container {
    opacity: 1
}

.ih-item.circle.effect8 a:hover .info-container .info {
    transform: scale(1)
}

.ih-item.circle.effect8.left_to_right .img-container .img {
    transform: translateX(0)
}

.ih-item.circle.effect8.left_to_right .info-container {
    transform: translateX(100%)
}

.ih-item.circle.effect8.left_to_right a:hover .img-container .img {
    transform: translateX(-100%)
}

.ih-item.circle.effect8.left_to_right a:hover .info-container,
.ih-item.circle.effect8.right_to_left .img-container .img {
    transform: translateX(0)
}

.ih-item.circle.effect8.right_to_left .info-container {
    transform: translateX(-100%)
}

.ih-item.circle.effect8.right_to_left a:hover .img-container .img {
    transform: translateX(100%)
}

.ih-item.circle.effect8.right_to_left a:hover .info-container {
    transform: translateX(0)
}

.ih-item.circle.effect8.top_to_bottom .img-container .img {
    transform: translateY(0)
}

.ih-item.circle.effect8.top_to_bottom .info-container {
    transform: translateY(-100%)
}

.ih-item.circle.effect8.top_to_bottom a:hover .img-container .img {
    transform: translateY(100%)
}

.ih-item.circle.effect8.bottom_to_top .img-container .img,
.ih-item.circle.effect8.top_to_bottom a:hover .info-container {
    transform: translateY(0)
}

.ih-item.circle.effect8.bottom_to_top .info-container {
    transform: translateY(100%)
}

.ih-item.circle.effect8.bottom_to_top a:hover .img-container .img {
    transform: translateY(-100%)
}

.ih-item.circle.effect8.bottom_to_top a:hover .info-container {
    transform: translateY(0)
}

.ih-item.circle.effect9 .img {
    opacity: 1;
    transition: all .35s ease-out
}

.ih-item.circle.effect9.colored .info {
    background: #1a4a72
}

.ih-item.circle.effect9 .info {
    background: #333;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(.5);
    transition: all .35s ease .2s
}

.ih-item.circle.effect9 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect9 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect9 a:hover .img {
    opacity: 0;
    pointer-events: none;
    transform: scale(.5)
}

.ih-item.circle.effect9 a:hover .info {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.ih-item.circle.effect9.left_to_right .img {
    transform: translateX(0) rotate(0)
}

.ih-item.circle.effect9.left_to_right a:hover .img {
    transform: translateX(100%) rotate(180deg)
}

.ih-item.circle.effect9.right_to_left .img {
    transform: translateX(0) rotate(0)
}

.ih-item.circle.effect9.right_to_left a:hover .img {
    transform: translateX(-100%) rotate(-180deg)
}

.ih-item.circle.effect9.top_to_bottom .img {
    transform: translateY(0)
}

.ih-item.circle.effect9.top_to_bottom a:hover .img {
    transform: translateY(-100%)
}

.ih-item.circle.effect9.bottom_to_top .img {
    transform: translateY(0)
}

.ih-item.circle.effect9.bottom_to_top a:hover .img {
    transform: translateY(100%)
}

.ih-item.circle.effect10 .img {
    z-index: 11;
    transform: scale(1);
    transition: all .35s ease-in-out
}

.ih-item.circle.effect10.colored .info {
    background: #1a4a72
}

.ih-item.circle.effect10 .info {
    background: #333;
    opacity: 0;
    transform: scale(0);
    transition: all .35s ease-in-out
}

.ih-item.circle.effect10 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect10 .info p {
    color: #bbb;
    font-style: italic;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect10 a:hover .info {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.ih-item.circle.effect10.top_to_bottom .info h3 {
    margin: 0 30px;
    padding: 25px 0 0;
    height: 78px
}

.ih-item.circle.effect10.top_to_bottom .info p {
    margin: 0 30px;
    padding: 5px
}

.ih-item.circle.effect10.top_to_bottom a:hover .img {
    transform: translateY(50px) scale(.5)
}

.ih-item.circle.effect10.bottom_to_top .info h3 {
    margin: 95px 30px 0;
    padding: 25px 0 0;
    height: 78px
}

.ih-item.circle.effect10.bottom_to_top .info p {
    margin: 0 30px;
    padding: 5px
}

.ih-item.circle.effect10.bottom_to_top a:hover .img {
    transform: translateY(-50px) scale(.5)
}

.ih-item.circle.effect11 {
    perspective: 900px
}

.ih-item.circle.effect11 .img {
    opacity: 1;
    transform-origin: 50% 50%;
    transition: all .35s ease-in-out
}

.ih-item.circle.effect11.colored .info {
    background: #1a4a72
}

.ih-item.circle.effect11 .info {
    background: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease .35s
}

.ih-item.circle.effect11 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect11 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect11 a:hover .img {
    opacity: 0
}

.ih-item.circle.effect11 a:hover .info {
    visibility: visible;
    opacity: 1
}

.ih-item.circle.effect11.left_to_right .img {
    transform: translateZ(0) rotateY(0)
}

.ih-item.circle.effect11.left_to_right .info {
    transform: translateZ(-1000px) rotateY(-90deg)
}

.ih-item.circle.effect11.left_to_right a:hover .img {
    transform: translateZ(-1000px) rotateY(90deg)
}

.ih-item.circle.effect11.left_to_right a:hover .info,
.ih-item.circle.effect11.right_to_left .img {
    transform: translateZ(0) rotateY(0)
}

.ih-item.circle.effect11.right_to_left .info {
    transform: translateZ(-1000px) rotateY(90deg)
}

.ih-item.circle.effect11.right_to_left a:hover .img {
    transform: translateZ(-1000px) rotateY(-90deg)
}

.ih-item.circle.effect11.right_to_left a:hover .info {
    transform: translateZ(0) rotateY(0)
}

.ih-item.circle.effect11.top_to_bottom .img {
    transform: translateZ(0) rotateX(0)
}

.ih-item.circle.effect11.top_to_bottom .info {
    transform: translateZ(-1000px) rotateX(90deg)
}

.ih-item.circle.effect11.top_to_bottom a:hover .img {
    transform: translateZ(-1000px) rotateX(-90deg)
}

.ih-item.circle.effect11.bottom_to_top .img,
.ih-item.circle.effect11.top_to_bottom a:hover .info {
    transform: translateZ(0) rotateX(0)
}

.ih-item.circle.effect11.bottom_to_top .info {
    transform: translateZ(-1000px) rotateX(-90deg)
}

.ih-item.circle.effect11.bottom_to_top a:hover .img {
    transform: translateZ(-1000px) rotateX(90deg)
}

.ih-item.circle.effect11.bottom_to_top a:hover .info {
    transform: translateZ(0) rotateX(0)
}

.ih-item.circle.effect12 .img {
    opacity: 1;
    transition: all .35s ease-in-out
}

.ih-item.circle.effect12.colored .info {
    background: #1a4a72
}

.ih-item.circle.effect12 .info {
    background: #333;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(.5);
    transition: all .35s ease-in-out
}

.ih-item.circle.effect12 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect12 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect12 a:hover .img {
    opacity: 0;
    pointer-events: none
}

.ih-item.circle.effect12 a:hover .info {
    opacity: 1;
    visibility: visible
}

.ih-item.circle.effect12.left_to_right .img {
    transform: translateX(0) rotate(0)
}

.ih-item.circle.effect12.left_to_right .info,
.ih-item.circle.effect12.left_to_right a:hover .img {
    transform: translateX(100%) rotate(180deg)
}

.ih-item.circle.effect12.left_to_right a:hover .info {
    transform: translateX(0) rotate(0);
    transition-delay: .4s
}

.ih-item.circle.effect12.right_to_left .img {
    transform: translateX(0) rotate(0)
}

.ih-item.circle.effect12.right_to_left .info,
.ih-item.circle.effect12.right_to_left a:hover .img {
    transform: translateX(-100%) rotate(-180deg)
}

.ih-item.circle.effect12.right_to_left a:hover .info {
    transform: translateX(0) rotate(0);
    transition-delay: .4s
}

.ih-item.circle.effect12.top_to_bottom .img {
    transform: translateY(0) rotate(0)
}

.ih-item.circle.effect12.top_to_bottom .info,
.ih-item.circle.effect12.top_to_bottom a:hover .img {
    transform: translateY(-100%) rotate(-180deg)
}

.ih-item.circle.effect12.top_to_bottom a:hover .info {
    transform: translateY(0) rotate(0);
    transition-delay: .4s
}

.ih-item.circle.effect12.bottom_to_top .img {
    transform: translateY(0) rotate(0)
}

.ih-item.circle.effect12.bottom_to_top .info,
.ih-item.circle.effect12.bottom_to_top a:hover .img {
    transform: translateY(100%) rotate(180deg)
}

.ih-item.circle.effect12.bottom_to_top a:hover .info {
    transform: translateY(0) rotate(0);
    transition-delay: .4s
}

.ih-item.circle.effect13.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, .6)
}

.ih-item.circle.effect13 .info {
    background: #333;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    pointer-events: none;
    transition: all .35s ease-in-out
}

.ih-item.circle.effect13 .info h3 {
    visibility: hidden;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3);
    transition: all .35s ease-in-out
}

.ih-item.circle.effect13 .info p {
    visibility: hidden;
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    transition: all .35s ease-in-out
}

.ih-item.circle.effect13 a:hover .info {
    opacity: 1
}

.ih-item.circle.effect13 a:hover h3,
.ih-item.circle.effect13 a:hover p {
    visibility: visible
}

.ih-item.circle.effect13.from_left_and_right .info h3 {
    transform: translateX(-100%)
}

.ih-item.circle.effect13.from_left_and_right .info p {
    transform: translateX(100%)
}

.ih-item.circle.effect13.from_left_and_right a:hover h3,
.ih-item.circle.effect13.from_left_and_right a:hover p {
    transform: translateX(0)
}

.ih-item.circle.effect13.top_to_bottom .info h3,
.ih-item.circle.effect13.top_to_bottom .info p {
    transform: translateY(-100%)
}

.ih-item.circle.effect13.top_to_bottom a:hover h3,
.ih-item.circle.effect13.top_to_bottom a:hover p {
    transform: translateY(0)
}

.ih-item.circle.effect13.bottom_to_top .info h3,
.ih-item.circle.effect13.bottom_to_top .info p {
    transform: translateY(100%)
}

.ih-item.circle.effect13.bottom_to_top a:hover h3,
.ih-item.circle.effect13.bottom_to_top a:hover p {
    transform: translateY(0)
}

.ih-item.circle.effect14 {
    perspective: 900px
}

.ih-item.circle.effect14 .img {
    visibility: visible;
    opacity: 1;
    transition: all .4s ease-out
}

.ih-item.circle.effect14.colored .info {
    background: #1a4a72
}

.ih-item.circle.effect14 .info {
    background: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease-in-out .3s
}

.ih-item.circle.effect14 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect14 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect14 a:hover .img {
    opacity: 0;
    visibility: hidden
}

.ih-item.circle.effect14 a:hover .info {
    visibility: visible;
    opacity: 1
}

.ih-item.circle.effect14.left_to_right .img {
    transform: rotateY(0);
    transform-origin: 100% 50%
}

.ih-item.circle.effect14.left_to_right .info {
    transform: rotateY(90deg);
    transform-origin: 0 50%
}

.ih-item.circle.effect14.left_to_right a:hover .img {
    transform: rotateY(-90deg)
}

.ih-item.circle.effect14.left_to_right a:hover .info {
    transform: rotateY(0)
}

.ih-item.circle.effect14.right_to_left .img {
    transform: rotateY(0);
    transform-origin: 0 50%
}

.ih-item.circle.effect14.right_to_left .info {
    transform: rotateY(-90deg);
    transform-origin: 100% 50%
}

.ih-item.circle.effect14.right_to_left a:hover .img {
    transform: rotateY(90deg)
}

.ih-item.circle.effect14.right_to_left a:hover .info {
    transform: rotateY(0)
}

.ih-item.circle.effect14.top_to_bottom .img {
    transform: rotateX(0);
    transform-origin: 50% 100%
}

.ih-item.circle.effect14.top_to_bottom .info {
    transform: rotateX(-90deg);
    transform-origin: 50% 0
}

.ih-item.circle.effect14.top_to_bottom a:hover .img {
    transform: rotateX(90deg)
}

.ih-item.circle.effect14.top_to_bottom a:hover .info {
    transform: rotateX(0)
}

.ih-item.circle.effect14.bottom_to_top .img {
    transform: rotateX(0);
    transform-origin: 50% 0
}

.ih-item.circle.effect14.bottom_to_top .info {
    transform: rotateX(90deg);
    transform-origin: 50% 100%
}

.ih-item.circle.effect14.bottom_to_top a:hover .img {
    transform: rotateX(-90deg)
}

.ih-item.circle.effect14.bottom_to_top a:hover .info {
    transform: rotateX(0)
}

.ih-item.circle.effect15 .img {
    opacity: 1;
    visibility: visible;
    transform: scale(1) rotate(0);
    transition: all .35s ease-in-out
}

.ih-item.circle.effect15.colored .info {
    background: #1a4a72
}

.ih-item.circle.effect15 .info {
    background: #333;
    opacity: 0;
    visibility: hidden;
    transform: scale(.5) rotate(-2turn);
    transition: all .35s ease-in-out .3s
}

.ih-item.circle.effect15 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect15 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect15 a:hover .img {
    opacity: 0;
    visibility: hidden;
    transform: scale(.5) rotate(2turn)
}

.ih-item.circle.effect15 a:hover .info {
    opacity: 1;
    visibility: visible;
    transform: scale(1) rotate(0)
}

.ih-item.circle.effect16 .img {
    z-index: 11;
    transition: all .35s ease-in-out
}

.ih-item.circle.effect16.colored .info {
    background: #1a4a72
}

.ih-item.circle.effect16 .info {
    background: #333;
    transition: all .35s ease-in-out
}

.ih-item.circle.effect16 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect16 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    transition: all .35s ease-in-out
}

.ih-item.circle.effect16.left_to_right .img {
    transform-origin: 95% 40%
}

.ih-item.circle.effect16.left_to_right .img:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: 95%;
    margin: -4px 0 0 -4px;
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 0 1px hsla(0, 0%, 100%, .9)
}

.ih-item.circle.effect16.left_to_right a:hover .img {
    transform: rotate(-120deg)
}

.ih-item.circle.effect16.right_to_left .img {
    transform-origin: 5% 40%
}

.ih-item.circle.effect16.right_to_left .img:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: 5%;
    margin: -4px 0 0 -4px;
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 0 1px hsla(0, 0%, 100%, .9)
}

.ih-item.circle.effect16.right_to_left a:hover .img {
    transform: rotate(120deg)
}

.ih-item.circle.effect17 .info {
    opacity: 0;
    transform: scale(0);
    transition: all .35s ease-in-out
}

.ih-item.circle.effect17 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect17 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    opacity: 0;
    transition: all .35s ease-in-out
}

.ih-item.circle.effect17 a:hover .img:before {
    box-shadow: inset 0 0 0 110px #333, inset 0 0 0 16px hsla(0, 0%, 100%, .8), 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 110px rgba(0, 0, 0, .6), inset 0 0 0 16px hsla(0, 0%, 100%, .8), 0 1px 2px rgba(0, 0, 0, .1)
}

.ih-item.circle.effect17 a:hover .info {
    opacity: 1;
    transform: scale(1)
}

.ih-item.circle.effect17 a:hover .info p {
    opacity: 1
}

.ih-item.circle.effect17.colored a:hover .img:before {
    box-shadow: inset 0 0 0 110px #1a4a72, inset 0 0 0 16px hsla(0, 0%, 100%, .8), 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 110px rgba(26, 74, 114, .6), inset 0 0 0 16px hsla(0, 0%, 100%, .8), 0 1px 2px rgba(0, 0, 0, .1)
}

.ih-item.circle.effect18 {
    perspective: 900px
}

.ih-item.circle.effect18 .img {
    z-index: 11;
    transition: all .5s ease-in-out
}

.ih-item.circle.effect18.colored .info .info-back {
    background: #1a4a72
}

.ih-item.circle.effect18 .info {
    transform-style: preserve-3d
}

.ih-item.circle.effect18 .info .info-back {
    opacity: 1;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #333
}

.ih-item.circle.effect18 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect18 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect18.bottom_to_top .img {
    transform-origin: 50% 0
}

.ih-item.circle.effect18.bottom_to_top a:hover .img {
    transform: rotateX(180deg)
}

.ih-item.circle.effect18.top_to_bottom .img {
    transform-origin: 50% 100%
}

.ih-item.circle.effect18.top_to_bottom a:hover .img {
    transform: rotateX(-180deg)
}

.ih-item.circle.effect18.left_to_right .img {
    transform-origin: 100% 50%
}

.ih-item.circle.effect18.left_to_right a:hover .img {
    transform: rotateY(180deg)
}

.ih-item.circle.effect18.right_to_left .img {
    transform-origin: 0 50%
}

.ih-item.circle.effect18.right_to_left a:hover .img {
    transform: rotateY(-180deg)
}

.ih-item.circle.effect19.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, .6)
}

.ih-item.circle.effect19 .info {
    background: #333;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transform: scale(0);
    transition: all .35s ease-in-out
}

.ih-item.circle.effect19 .info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 45px 0 0;
    height: 140px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect19 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect19 a:hover .info {
    opacity: 1;
    transform: scale(1)
}

.ih-item.circle.effect20 {
    perspective: 900px
}

.ih-item.circle.effect20 .img {
    transition: all .35s linear;
    transform-origin: 50% 0
}

.ih-item.circle.effect20.colored .info .info-back {
    background: #1a4a72
}

.ih-item.circle.effect20 .info {
    transform-style: preserve-3d
}

.ih-item.circle.effect20 .info .info-back {
    opacity: 1;
    visibility: hidden;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #333;
    transition: all .35s linear;
    transform-origin: 50% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ih-item.circle.effect20 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect20 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

.ih-item.circle.effect20 a:hover .img {
    opacity: 0
}

.ih-item.circle.effect20 a:hover .info .info-back {
    opacity: 1;
    visibility: visible
}

.ih-item.circle.effect20.top_to_bottom .info .info-back {
    transform: translateZ(-220px) rotateX(90deg)
}

.ih-item.circle.effect20.top_to_bottom a:hover .img {
    transform: translate3d(0, 280px, 0) rotateX(-90deg)
}

.ih-item.circle.effect20.top_to_bottom a:hover .info .info-back {
    transform: rotateX(0deg)
}

.ih-item.circle.effect20.bottom_to_top .info .info-back {
    transform: translate3d(0, 280px, 0) rotateX(-90deg)
}

.ih-item.circle.effect20.bottom_to_top a:hover .img {
    transform: translateZ(-220px) rotateX(90deg)
}

.ih-item.circle.effect20.bottom_to_top a:hover .info .info-back {
    transform: rotateX(0deg)
}

.ih-item.square.effect1 {
    overflow: hidden
}

.ih-item.square.effect1.colored .info {
    background: #1a4a72
}

.ih-item.square.effect1 .img {
    z-index: 11;
    position: absolute;
    transition: all .35s ease-in-out;
    transform: scale(1)
}

.ih-item.square.effect1 .info {
    background: #333;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .35s ease-in-out
}

.ih-item.square.effect1 a:hover .info {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.ih-item.square.effect1.left_and_right .info h3 {
    position: absolute;
    top: 12px;
    left: 12px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin: 0
}

.ih-item.square.effect1.left_and_right .info p {
    position: absolute;
    right: 12px;
    bottom: 12px;
    margin: 0;
    font-style: italic;
    font-size: 12px;
    color: #bbb
}

.ih-item.square.effect1.left_and_right a:hover .img {
    transform: scale(.6)
}

.ih-item.square.effect1.top_to_bottom .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px 10px 0 4px;
    margin: 10px 0 0
}

.ih-item.square.effect1.top_to_bottom .info p {
    font-style: italic;
    font-size: 12px;
    color: #bbb;
    padding: 5px;
    text-align: center
}

.ih-item.square.effect1.top_to_bottom a:hover .img {
    transform: translateY(30px) scale(.6)
}

.ih-item.square.effect1.bottom_to_top .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px 10px 0 4px;
    margin: 134px 0 0
}

.ih-item.square.effect1.bottom_to_top .info p {
    font-style: italic;
    font-size: 12px;
    color: #bbb;
    padding: 5px;
    text-align: center
}

.ih-item.square.effect1.bottom_to_top a:hover .img {
    transform: translateY(-30px) scale(.6)
}

.ih-item.square.effect2 {
    overflow: hidden
}

.ih-item.square.effect2.colored .info {
    background: #1a4a72
}

.ih-item.square.effect2.colored .info h3 {
    background: rgba(12, 34, 52, .6)
}

.ih-item.square.effect2 .img {
    opacity: 1;
    transition: all .5s ease-in-out;
    transform: rotate(0deg) scale(1)
}

.ih-item.square.effect2 .info {
    background: #333;
    visibility: hidden;
    transition: all .35s ease-in-out .3s
}

.ih-item.square.effect2 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111;
    margin: 30px 0 0;
    transform: translateY(-200px);
    transition: all .35s ease-in-out .6s
}

.ih-item.square.effect2 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px;
    text-align: center;
    transform: translateY(-200px);
    transition: all .35s linear .5s
}

.ih-item.square.effect2 a:hover .img {
    transform: rotate(2turn) scale(0);
    opacity: 0
}

.ih-item.square.effect2 a:hover .info {
    visibility: visible
}

.ih-item.square.effect2 a:hover .info h3,
.ih-item.square.effect2 a:hover .info p {
    transform: translateY(0)
}

.ih-item.square.effect3 {
    overflow: hidden
}

.ih-item.square.effect3.colored .info {
    background: #1a4a72
}

.ih-item.square.effect3 .img {
    transform: translateY(0);
    transition: all .35s ease-in-out
}

.ih-item.square.effect3 .info {
    height: 65px;
    background: #333;
    opacity: 0;
    transition: all .35s ease-in-out
}

.ih-item.square.effect3 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px 10px 0 4px;
    margin: 4px 0 0
}

.ih-item.square.effect3 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 5px;
    text-align: center
}

.ih-item.square.effect3 a:hover .info {
    visibility: visible;
    opacity: 1
}

.ih-item.square.effect3.bottom_to_top .info {
    top: auto;
    transform: translateY(100%)
}

.ih-item.square.effect3.bottom_to_top a:hover .img {
    transform: translateY(-50px)
}

.ih-item.square.effect3.bottom_to_top a:hover .info {
    transform: translateY(0)
}

.ih-item.square.effect3.top_to_bottom .info {
    bottom: auto;
    transform: translateY(-100%)
}

.ih-item.square.effect3.top_to_bottom a:hover .img {
    transform: translateY(50px)
}

.ih-item.square.effect3.top_to_bottom a:hover .info {
    transform: translateY(0)
}

.ih-item.square.effect4 {
    overflow: hidden;
    position: relative
}

.ih-item.square.effect4.colored .info {
    background: rgba(12, 34, 52, .6)
}

.ih-item.square.effect4.colored .mask1,
.ih-item.square.effect4.colored .mask2 {
    background: #1a4a72;
    background: rgba(26, 74, 114, .6)
}

.ih-item.square.effect4 .img {
    transition: all .35s ease-in-out
}

.ih-item.square.effect4 .mask1,
.ih-item.square.effect4 .mask2 {
    position: absolute;
    background: #333;
    background: rgba(0, 0, 0, .6);
    height: 361px;
    width: 361px;
    transition: all .35s ease-in-out
}

.ih-item.square.effect4 .mask1 {
    left: auto;
    right: 0;
    top: 0;
    transform: rotate(56.5deg) translateX(-180px);
    transform-origin: 100% 0
}

.ih-item.square.effect4 .mask2 {
    top: auto;
    bottom: 0;
    left: 0;
    transform: rotate(56.5deg) translateX(180px);
    transform-origin: 0 100%
}

.ih-item.square.effect4 .info {
    background: #111;
    height: 0;
    visibility: hidden;
    width: 361px;
    transform: rotate(-33.5deg) translate(-112px, 166px);
    transform-origin: 0 100%;
    transition: all .35s ease-in-out .35s
}

.ih-item.square.effect4 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: transparent;
    margin-top: 5px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    opacity: 0;
    transition: all .35s ease-in-out .35s
}

.ih-item.square.effect4 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px;
    text-align: center;
    opacity: 0;
    transition: all .35s ease-in-out .35s
}

.ih-item.square.effect4 a:hover .mask1 {
    transform: rotate(56.5deg) translateX(1px)
}

.ih-item.square.effect4 a:hover .mask2 {
    transform: rotate(56.5deg) translateX(-1px)
}

.ih-item.square.effect4 a:hover .info {
    width: 300px;
    height: 120px;
    visibility: visible;
    top: 40px;
    transform: rotate(0deg) translate(0)
}

.ih-item.square.effect4 a:hover .info h3,
.ih-item.square.effect4 a:hover .info p {
    opacity: 1
}

.ih-item.square.effect5.colored .info {
    background: #1a4a72
}

.ih-item.square.effect5.colored .info h3 {
    background: rgba(12, 34, 52, .6)
}

.ih-item.square.effect5 .img {
    transition: all .35s ease-in-out;
    transform: scale(1)
}

.ih-item.square.effect5 .info {
    background: #333;
    opacity: 0;
    transition: all .35s ease-in-out
}

.ih-item.square.effect5 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111;
    margin: 30px 0 0
}

.ih-item.square.effect5 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px;
    text-align: center
}

.ih-item.square.effect5 a:hover .img {
    transform: scale(0);
    transition-delay: 0
}

.ih-item.square.effect5 a:hover .info {
    visibility: visible;
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transition-delay: .3s
}

.ih-item.square.effect5.left_to_right .info {
    transform: scale(0) rotate(-180deg)
}

.ih-item.square.effect5.right_to_left .info {
    transform: scale(0) rotate(180deg)
}

.ih-item.square.effect6 {
    overflow: hidden
}

.ih-item.square.effect6.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, .6)
}

.ih-item.square.effect6.colored .info h3 {
    background: rgba(12, 34, 52, .6)
}

.ih-item.square.effect6 .img {
    transition: all .35s ease-in-out;
    transform: scale(1)
}

.ih-item.square.effect6 .info {
    background: #333;
    background: rgba(0, 0, 0, .6);
    visibility: hidden;
    opacity: 0;
    transition: all .35s ease-in-out
}

.ih-item.square.effect6 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111;
    margin: 30px 0 0;
    transition: all .35s ease-in-out
}

.ih-item.square.effect6 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px;
    text-align: center;
    transition: all .35s linear .1s
}

.ih-item.square.effect6 a:hover .img {
    transform: scale(1.2)
}

.ih-item.square.effect6 a:hover .info {
    visibility: visible;
    opacity: 1
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
    transform: translateY(-100%)
}

.ih-item.square.effect6.from_top_and_bottom .info p {
    transform: translateY(100%)
}

.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
    transform: translateY(0)
}

.ih-item.square.effect6.from_left_and_right .info h3 {
    transform: translateX(-100%)
}

.ih-item.square.effect6.from_left_and_right .info p {
    transform: translateX(100%)
}

.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
    transform: translateX(0)
}

.ih-item.square.effect6.top_to_bottom .info h3,
.ih-item.square.effect6.top_to_bottom .info p {
    transform: translateY(-100%)
}

.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
    transform: translateY(0)
}

.ih-item.square.effect6.bottom_to_top .info h3,
.ih-item.square.effect6.bottom_to_top .info p {
    transform: translateY(100%)
}

.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
    transform: translateY(0)
}

.ih-item.square.effect7 {
    overflow: hidden
}

.ih-item.square.effect7.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, .6)
}

.ih-item.square.effect7.colored .info h3 {
    background: rgba(12, 34, 52, .6)
}

.ih-item.square.effect7 .img {
    transition: all .35s ease-in-out;
    transform: scale(1)
}

.ih-item.square.effect7 .info {
    background: #333;
    background: rgba(0, 0, 0, .6);
    visibility: hidden;
    opacity: 0;
    transition: all .35s ease-in-out
}

.ih-item.square.effect7 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111;
    margin: 30px 0 0;
    transform: scale(4);
    transition: all .35s ease-in-out .1s
}

.ih-item.square.effect7 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px;
    text-align: center;
    transform: scale(5);
    transition: all .35s linear .3s
}

.ih-item.square.effect7 a:hover .img {
    transform: scale(1.2)
}

.ih-item.square.effect7 a:hover .info {
    visibility: visible;
    opacity: 1
}

.ih-item.square.effect7 a:hover .info h3,
.ih-item.square.effect7 a:hover .info p {
    transform: scale(1)
}

.ih-item.square.effect8 {
    overflow: hidden
}

.ih-item.square.effect8.colored .info {
    background: #1a4a72
}

.ih-item.square.effect8.colored .info h3 {
    background: rgba(12, 34, 52, .6)
}

.ih-item.square.effect8 .img {
    opacity: 1;
    transition: all .35s ease-in-out
}

.ih-item.square.effect8 .info {
    background: #333;
    visibility: hidden;
    opacity: 0;
    transition: all .35s ease-in-out
}

.ih-item.square.effect8 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111;
    margin: 30px 0 0;
    transition: all .35s ease-in-out .1s
}

.ih-item.square.effect8 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px;
    text-align: center;
    transition: all .35s linear .15s
}

.ih-item.square.effect8 a:hover .img {
    opacity: 0
}

.ih-item.square.effect8 a:hover .info {
    visibility: visible;
    opacity: 1
}

.ih-item.square.effect8.scale_up .img {
    transform: scale(1)
}

.ih-item.square.effect8.scale_up .info,
.ih-item.square.effect8.scale_up .info h3,
.ih-item.square.effect8.scale_up .info p {
    transform: scale(0)
}

.ih-item.square.effect8.scale_up a:hover .img {
    transform: scale(5)
}

.ih-item.square.effect8.scale_down .img,
.ih-item.square.effect8.scale_up a:hover .info,
.ih-item.square.effect8.scale_up a:hover .info h3,
.ih-item.square.effect8.scale_up a:hover .info p {
    transform: scale(1)
}

.ih-item.square.effect8.scale_down .info,
.ih-item.square.effect8.scale_down .info h3,
.ih-item.square.effect8.scale_down .info p {
    transform: scale(5)
}

.ih-item.square.effect8.scale_down a:hover .img {
    transform: scale(.5)
}

.ih-item.square.effect8.scale_down a:hover .info,
.ih-item.square.effect8.scale_down a:hover .info h3,
.ih-item.square.effect8.scale_down a:hover .info p {
    transform: scale(1)
}

.ih-item.square.effect9 {
    perspective: 900px
}

.ih-item.square.effect9.colored .info .info-back {
    background: #1a4a72
}

.ih-item.square.effect9.colored .info h3 {
    background: rgba(12, 34, 52, .6)
}

.ih-item.square.effect9 .img {
    position: relative;
    z-index: 11;
    transition: all .5s ease-in-out
}

.ih-item.square.effect9 .info {
    z-index: 0;
    transform-style: preserve-3d
}

.ih-item.square.effect9 .info .info-back {
    opacity: 1;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    background: #333
}

.ih-item.square.effect9 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111;
    margin: 0
}

.ih-item.square.effect9 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px;
    text-align: center
}

.ih-item.square.effect9.left_to_right .img {
    transform-origin: 100% 50%
}

.ih-item.square.effect9.left_to_right a:hover .img {
    transform: rotateY(180deg)
}

.ih-item.square.effect9.right_to_left .img {
    transform-origin: 0 50%
}

.ih-item.square.effect9.right_to_left a:hover .img {
    transform: rotateY(-180deg)
}

.ih-item.square.effect9.top_to_bottom .img {
    transform-origin: 50% 100%
}

.ih-item.square.effect9.top_to_bottom a:hover .img {
    transform: rotateX(-180deg)
}

.ih-item.square.effect9.bottom_to_top .img {
    transform-origin: 50% 0
}

.ih-item.square.effect9.bottom_to_top a:hover .img {
    transform: rotateX(180deg)
}

.ih-item.square.effect10 {
    overflow: hidden
}

.ih-item.square.effect10.colored .info {
    background: #1a4a72
}

.ih-item.square.effect10.colored .info h3 {
    background: rgba(12, 34, 52, .6)
}

.ih-item.square.effect10 .img,
.ih-item.square.effect10 .info {
    transition: all .35s ease-in-out
}

.ih-item.square.effect10 .info {
    background: #333;
    visibility: hidden;
    opacity: 0
}

.ih-item.square.effect10 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111;
    margin: 30px 0 0
}

.ih-item.square.effect10 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px;
    text-align: center
}

.ih-item.square.effect10 a:hover .info {
    visibility: visible;
    opacity: 1
}

.ih-item.square.effect10.left_to_right .img {
    transform: translateX(0)
}

.ih-item.square.effect10.left_to_right .info {
    transform: translateX(-100%)
}

.ih-item.square.effect10.left_to_right a:hover .img {
    transform: translateX(100%)
}

.ih-item.square.effect10.left_to_right a:hover .info,
.ih-item.square.effect10.right_to_left .img {
    transform: translateX(0)
}

.ih-item.square.effect10.right_to_left .info {
    transform: translateX(100%)
}

.ih-item.square.effect10.right_to_left a:hover .img {
    transform: translateX(-100%)
}

.ih-item.square.effect10.right_to_left a:hover .info {
    transform: translateX(0)
}

.ih-item.square.effect10.top_to_bottom .img {
    transform: translateY(0)
}

.ih-item.square.effect10.top_to_bottom .info {
    transform: translateY(-100%)
}

.ih-item.square.effect10.top_to_bottom a:hover .img {
    transform: translateY(100%)
}

.ih-item.square.effect10.bottom_to_top .img,
.ih-item.square.effect10.top_to_bottom a:hover .info {
    transform: translateY(0)
}

.ih-item.square.effect10.bottom_to_top .info {
    transform: translateY(100%)
}

.ih-item.square.effect10.bottom_to_top a:hover .img {
    transform: translateY(-100%)
}

.ih-item.square.effect10.bottom_to_top a:hover .info {
    transform: translateY(0)
}

.ih-item.square.effect11 {
    overflow: hidden
}

.ih-item.square.effect11.colored .info {
    background: #1a4a72
}

.ih-item.square.effect11.colored .info h3 {
    background: rgba(12, 34, 52, .6)
}

.ih-item.square.effect11 .img {
    opacity: 1;
    transform: scale(1);
    transition: all .35s ease-in-out
}

.ih-item.square.effect11 .info {
    background: #333;
    visibility: hidden;
    opacity: 0;
    transition: all .35s ease .2s
}

.ih-item.square.effect11 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111;
    margin: 30px 0 0
}

.ih-item.square.effect11 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px;
    text-align: center
}

.ih-item.square.effect11 a:hover .img {
    opacity: 0;
    transform: scale(.5)
}

.ih-item.square.effect11 a:hover .info {
    visibility: visible;
    opacity: 1
}

.ih-item.square.effect11.left_to_right .info {
    transform: translateX(-100%)
}

.ih-item.square.effect11.left_to_right a:hover .info {
    transform: translateX(0)
}

.ih-item.square.effect11.right_to_left .info {
    transform: translateX(100%)
}

.ih-item.square.effect11.right_to_left a:hover .info {
    transform: translateX(0)
}

.ih-item.square.effect11.top_to_bottom .info {
    transform: translateY(-100%)
}

.ih-item.square.effect11.top_to_bottom a:hover .info {
    transform: translateY(0)
}

.ih-item.square.effect11.bottom_to_top .info {
    transform: translateY(100%)
}

.ih-item.square.effect11.bottom_to_top a:hover .info {
    transform: translateY(0)
}

.ih-item.square.effect12 {
    overflow: hidden
}

.ih-item.square.effect12.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, .6)
}

.ih-item.square.effect12.colored .info h3 {
    background: rgba(12, 34, 52, .6)
}

.ih-item.square.effect12 .img {
    transition: all .35s ease-in
}

.ih-item.square.effect12 .info {
    background: #333;
    background: rgba(0, 0, 0, .6);
    visibility: hidden;
    opacity: 0;
    transition: all .35s ease-in
}

.ih-item.square.effect12 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111;
    margin: 30px 0 0;
    transition: all .35s ease-in
}

.ih-item.square.effect12 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px;
    text-align: center;
    transition: all .35s ease-in
}

.ih-item.square.effect12 a:hover .info {
    visibility: visible;
    opacity: 1;
    transition-delay: .2s
}

.ih-item.square.effect12 a:hover .info h3 {
    transition-delay: .3s
}

.ih-item.square.effect12 a:hover .info p {
    transition-delay: .25s
}

.ih-item.square.effect12.left_to_right .info {
    transform: translate(-460px, -100px) rotate(-180deg)
}

.ih-item.square.effect12.left_to_right .info h3 {
    transform: translateY(-100px)
}

.ih-item.square.effect12.left_to_right .info p {
    transform: translateX(-300px) rotate(-90deg)
}

.ih-item.square.effect12.left_to_right a:hover .info {
    transform: translate(0)
}

.ih-item.square.effect12.left_to_right a:hover .info h3 {
    transform: translateY(0)
}

.ih-item.square.effect12.left_to_right a:hover .info p {
    transform: translateX(0) rotate(0deg)
}

.ih-item.square.effect12.right_to_left .info {
    transform: translate(460px, -100px) rotate(180deg)
}

.ih-item.square.effect12.right_to_left .info h3 {
    transform: translateY(-100px)
}

.ih-item.square.effect12.right_to_left .info p {
    transform: translateX(300px) rotate(90deg)
}

.ih-item.square.effect12.right_to_left a:hover .info {
    transform: translate(0)
}

.ih-item.square.effect12.right_to_left a:hover .info h3 {
    transform: translateY(0)
}

.ih-item.square.effect12.right_to_left a:hover .info p {
    transform: translateX(0) rotate(0deg)
}

.ih-item.square.effect12.top_to_bottom .info {
    transform: translate(-265px, -145px) rotate(-45deg)
}

.ih-item.square.effect12.top_to_bottom .info h3,
.ih-item.square.effect12.top_to_bottom .info p {
    transform: translate(200px, -200px)
}

.ih-item.square.effect12.top_to_bottom a:hover .info {
    transform: translate(0);
    transition-delay: .2s
}

.ih-item.square.effect12.top_to_bottom a:hover .info h3 {
    transform: translate(0);
    transition-delay: .3s
}

.ih-item.square.effect12.top_to_bottom a:hover .info p {
    transform: translate(0);
    transition-delay: .4s
}

.ih-item.square.effect12.bottom_to_top .info {
    transform: translate(265px, 145px) rotate(45deg)
}

.ih-item.square.effect12.bottom_to_top .info h3 {
    transform: translate(200px, -200px)
}

.ih-item.square.effect12.bottom_to_top .info p {
    transform: translate(-200px, 200px)
}

.ih-item.square.effect12.bottom_to_top a:hover .info {
    transform: translate(0);
    transition-delay: .2s
}

.ih-item.square.effect12.bottom_to_top a:hover .info h3 {
    transform: translate(0);
    transition-delay: .3s
}

.ih-item.square.effect12.bottom_to_top a:hover .info p {
    transform: translate(0);
    transition-delay: .4s
}

.ih-item.square.effect13 {
    overflow: hidden
}

.ih-item.square.effect13.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, .6)
}

.ih-item.square.effect13.colored .info h3 {
    background: rgba(12, 34, 52, .6)
}

.ih-item.square.effect13 .img {
    transition: all .35s ease-in-out;
    transform: scale(1)
}

.ih-item.square.effect13 .info {
    background: #333;
    background: rgba(0, 0, 0, .6);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .35s ease-in-out
}

.ih-item.square.effect13 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111;
    margin: 30px 0 0
}

.ih-item.square.effect13 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px;
    text-align: center
}

.ih-item.square.effect13 a:hover .img {
    transform: scale(1.2)
}

.ih-item.square.effect13 a:hover .info {
    visibility: visible;
    opacity: 1
}

.ih-item.square.effect13.left_to_right .info {
    transform: translateX(-100%)
}

.ih-item.square.effect13.left_to_right a:hover .info {
    transform: translateX(0)
}

.ih-item.square.effect13.right_to_left .info {
    transform: translateX(100%)
}

.ih-item.square.effect13.right_to_left a:hover .info {
    transform: translateX(0)
}

.ih-item.square.effect13.top_to_bottom .info {
    transform: translateY(-100%)
}

.ih-item.square.effect13.top_to_bottom a:hover .info {
    transform: translateY(0)
}

.ih-item.square.effect13.bottom_to_top .info {
    transform: translateY(100%)
}

.ih-item.square.effect13.bottom_to_top a:hover .info {
    transform: translateY(0)
}

.ih-item.square.effect14.colored .info {
    background: #1a4a72
}

.ih-item.square.effect14.colored .info h3 {
    background: rgba(12, 34, 52, .6)
}

.ih-item.square.effect14 .img {
    opacity: 1;
    transition: all .35s ease-in-out
}

.ih-item.square.effect14 .info {
    background: #333;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: scale(.5);
    transition: all .35s ease .2s
}

.ih-item.square.effect14 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111;
    margin: 30px 0 0
}

.ih-item.square.effect14 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px;
    text-align: center
}

.ih-item.square.effect14 a:hover .img {
    opacity: 0;
    pointer-events: none;
    transform: scale(.5)
}

.ih-item.square.effect14 a:hover .info {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.ih-item.square.effect14.left_to_right .img {
    transform: translateX(0) rotate(0)
}

.ih-item.square.effect14.left_to_right a:hover .img {
    transform: translateX(100%) rotate(180deg)
}

.ih-item.square.effect14.right_to_left .img {
    transform: translateX(0) rotate(0)
}

.ih-item.square.effect14.right_to_left a:hover .img {
    transform: translateX(-100%) rotate(-180deg)
}

.ih-item.square.effect14.top_to_bottom .img {
    transform: translateY(0)
}

.ih-item.square.effect14.top_to_bottom a:hover .img {
    transform: translateY(-100%)
}

.ih-item.square.effect14.bottom_to_top .img {
    transform: translateY(0)
}

.ih-item.square.effect14.bottom_to_top a:hover .img {
    transform: translateY(100%)
}

.ih-item.square.effect15 {
    overflow: hidden;
    perspective: 900px
}

.ih-item.square.effect15.colored .info {
    background: #1a4a72
}

.ih-item.square.effect15 .img {
    opacity: 1;
    transition: all .4s ease-in-out
}

.ih-item.square.effect15 .info {
    background: #333;
    opacity: 0;
    transition: all .35s ease-in-out .3s
}

.ih-item.square.effect15 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111;
    margin: 30px 0 0
}

.ih-item.square.effect15 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px;
    text-align: center
}

.ih-item.square.effect15 a:hover .img {
    opacity: 0;
    visibility: hidden
}

.ih-item.square.effect15 a:hover .info {
    visibility: visible;
    opacity: 1
}

.ih-item.square.effect15.left_to_right .img {
    transform: rotateY(0);
    transform-origin: 100% 50%
}

.ih-item.square.effect15.left_to_right .info {
    transform: rotateY(90deg);
    transform-origin: 0 50%
}

.ih-item.square.effect15.left_to_right a:hover .img {
    transform: rotateY(-90deg)
}

.ih-item.square.effect15.left_to_right a:hover .info {
    transform: rotateY(0)
}

.ih-item.square.effect15.right_to_left .img {
    transform: rotateY(0);
    transform-origin: 0 50%
}

.ih-item.square.effect15.right_to_left .info {
    transform: rotateY(-90deg);
    transform-origin: 100% 50%
}

.ih-item.square.effect15.right_to_left a:hover .img {
    transform: rotateY(90deg)
}

.ih-item.square.effect15.right_to_left a:hover .info {
    transform: rotateY(0)
}

.ih-item.square.effect15.top_to_bottom .img {
    transform: rotateX(0);
    transform-origin: 50% 100%
}

.ih-item.square.effect15.top_to_bottom .info {
    transform: rotateX(-90deg);
    transform-origin: 50% 0
}

.ih-item.square.effect15.top_to_bottom a:hover .img {
    transform: rotateX(90deg)
}

.ih-item.square.effect15.top_to_bottom a:hover .info {
    transform: rotateX(0)
}

.ih-item.square.effect15.bottom_to_top .img {
    transform: rotateX(0);
    transform-origin: 50% 0
}

.ih-item.square.effect15.bottom_to_top .info {
    transform: rotateX(90deg);
    transform-origin: 50% 100%
}

.ih-item.square.effect15.bottom_to_top a:hover .img {
    transform: rotateX(-90deg)
}

.ih-item.square.effect15.bottom_to_top a:hover .info {
    transform: rotateX(0)
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s top, .2s -webkit-transform;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    -webkit-transition: transform .2s, top .2s;
    -o-transition: transform .2s, top .2s;
    transition: transform .2s, top .2s;
    -webkit-transition: transform .2s, top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s left, .2s -webkit-transform;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    -webkit-transition: transform .2s, left .2s;
    -o-transition: transform .2s, left .2s;
    transition: transform .2s, left .2s;
    -webkit-transition: transform .2s, left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s right, .2s -webkit-transform;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right;
    -webkit-transition: transform .2s, right .2s;
    -o-transition: transform .2s, right .2s;
    transition: transform .2s, right .2s;
    -webkit-transition: transform .2s, right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.mCustomScrollbar {
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: 50%
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=")
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0))
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0))
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px hsla(0, 0%, 100%, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px hsla(0, 0%, 100%, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 7px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .2);
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9)
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, .2)
}

.datepicker-dropdown:after,
.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: linear-gradient(180deg, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
    background-color: #fbf069\9
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: #eee;
    border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: linear-gradient(180deg, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 0
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
    background-color: #efe24b\9
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: linear-gradient(180deg, #b3b3b3, grey);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
    background-color: grey
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
    background-color: #666\9
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: linear-gradient(180deg, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #04c
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
    background-color: #039\9
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: linear-gradient(180deg, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #04c
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
    background-color: #039\9
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #999
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    margin-top: 3px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.not-selectable {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel {
    position: relative;
    box-sizing: border-box
}

.carousel *,
.carousel :after,
.carousel :before {
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: flex
}

.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y
}

.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + .5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity .15s ease
}

.carousel__button.is-next,
.carousel__button.is-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: none;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,
.fancybox__container :after,
.fancybox__container :before {
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: thin dotted
}

body.is-using-mouse .fancybox__container :focus {
    outline: none
}

@media (min-width:1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, .92))
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: flex;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px;
    position: relative;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide:after,
.fancybox__slide:before {
    content: "";
    flex: 0 0 0;
    margin: auto
}

@media (min-width:1024px) {
    .fancybox__slide {
        padding: 64px 100px
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media (min-width:1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media (min-width:1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

@media (min-width:1024px) {
    .carousel__button.is-close {
        right: 40px
    }
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: -36px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@-webkit-keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
    -webkit-animation: fancybox-fadeIn .15s ease backwards;
    animation: fancybox-fadeIn .15s ease backwards
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
    -webkit-animation: fancybox-fadeOut .15s ease both;
    animation: fancybox-fadeOut .15s ease both
}

.fancybox-fadeIn {
    -webkit-animation: fancybox-fadeIn .15s ease both;
    animation: fancybox-fadeIn .15s ease both
}

.fancybox-fadeOut {
    -webkit-animation: fancybox-fadeOut .1s ease both;
    animation: fancybox-fadeOut .1s ease both
}

.fancybox-zoomInUp {
    -webkit-animation: fancybox-zoomInUp .2s ease both;
    animation: fancybox-zoomInUp .2s ease both
}

.fancybox-zoomOutDown {
    -webkit-animation: fancybox-zoomOutDown .15s ease both;
    animation: fancybox-zoomOutDown .15s ease both
}

.fancybox-throwOutUp {
    -webkit-animation: fancybox-throwOutUp .15s ease both;
    animation: fancybox-throwOutUp .15s ease both
}

.fancybox-throwOutDown {
    -webkit-animation: fancybox-throwOutDown .15s ease both;
    animation: fancybox-throwOutDown .15s ease both
}

@-webkit-keyframes fancybox-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@-webkit-keyframes fancybox-zoomInUp {
    0% {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
        opacity: 1
    }
}

@keyframes fancybox-zoomInUp {
    0% {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@-webkit-keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc hsla(0, 0%, 100%, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: hsla(0, 0%, 100%, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__image {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    touch-action: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: transparent;
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    -webkit-animation: fancybox-fadeIn .15s ease-in backwards;
    animation: fancybox-fadeIn .15s ease-in backwards
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, .94));
    opacity: 0;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100%/var(--fancybox-thumbs-ratio, 1.5));
    background-size: cover;
    background-position: 50%;
    background-color: hsla(0, 0%, 100%, .1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44));
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4))
}

@media (min-width:1024px) {
    .fancybox__toolbar {
        padding: 8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    -webkit-animation: fancybox-fadeIn .15s ease-in backwards;
    animation: fancybox-fadeIn .15s ease-in backwards
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media(max-width:640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(1, 210, 232, .94));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox__container:-webkit-full-screen::-webkit-backdrop {
    opacity: 0
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0
}

.fancybox__container:-ms-fullscreen::backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2),
.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(/frontend/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);
    src: url(/frontend/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0#iefix) format("embedded-opentype"), url(/frontend/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(/frontend/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(/frontend/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(/frontend/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa,
.icon-user {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa-pull-left.icon-user,
.fa.fa-pull-left {
    margin-right: .3em
}

.fa-pull-right.icon-user,
.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left,
.pull-left.icon-user {
    margin-right: .3em
}

.fa.pull-right,
.pull-right.icon-user {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\F000"
}

.fa-music:before {
    content: "\F001"
}

.fa-search:before {
    content: "\F002"
}

.fa-envelope-o:before {
    content: "\F003"
}

.fa-heart:before {
    content: "\F004"
}

.fa-star:before {
    content: "\F005"
}

.fa-star-o:before {
    content: "\F006"
}

.fa-user:before,
.icon-user:before {
    content: "\F007"
}

.fa-film:before {
    content: "\F008"
}

.fa-th-large:before {
    content: "\F009"
}

.fa-th:before {
    content: "\F00A"
}

.fa-th-list:before {
    content: "\F00B"
}

.fa-check:before {
    content: "\F00C"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\F00D"
}

.fa-search-plus:before {
    content: "\F00E"
}

.fa-search-minus:before {
    content: "\F010"
}

.fa-power-off:before {
    content: "\F011"
}

.fa-signal:before {
    content: "\F012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\F013"
}

.fa-trash-o:before {
    content: "\F014"
}

.fa-home:before {
    content: "\F015"
}

.fa-file-o:before {
    content: "\F016"
}

.fa-clock-o:before {
    content: "\F017"
}

.fa-road:before {
    content: "\F018"
}

.fa-download:before {
    content: "\F019"
}

.fa-arrow-circle-o-down:before {
    content: "\F01A"
}

.fa-arrow-circle-o-up:before {
    content: "\F01B"
}

.fa-inbox:before {
    content: "\F01C"
}

.fa-play-circle-o:before {
    content: "\F01D"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\F01E"
}

.fa-refresh:before {
    content: "\F021"
}

.fa-list-alt:before {
    content: "\F022"
}

.fa-lock:before {
    content: "\F023"
}

.fa-flag:before {
    content: "\F024"
}

.fa-headphones:before {
    content: "\F025"
}

.fa-volume-off:before {
    content: "\F026"
}

.fa-volume-down:before {
    content: "\F027"
}

.fa-volume-up:before {
    content: "\F028"
}

.fa-qrcode:before {
    content: "\F029"
}

.fa-barcode:before {
    content: "\F02A"
}

.fa-tag:before {
    content: "\F02B"
}

.fa-tags:before {
    content: "\F02C"
}

.fa-book:before {
    content: "\F02D"
}

.fa-bookmark:before {
    content: "\F02E"
}

.fa-print:before {
    content: "\F02F"
}

.fa-camera:before {
    content: "\F030"
}

.fa-font:before {
    content: "\F031"
}

.fa-bold:before {
    content: "\F032"
}

.fa-italic:before {
    content: "\F033"
}

.fa-text-height:before {
    content: "\F034"
}

.fa-text-width:before {
    content: "\F035"
}

.fa-align-left:before {
    content: "\F036"
}

.fa-align-center:before {
    content: "\F037"
}

.fa-align-right:before {
    content: "\F038"
}

.fa-align-justify:before {
    content: "\F039"
}

.fa-list:before {
    content: "\F03A"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\F03B"
}

.fa-indent:before {
    content: "\F03C"
}

.fa-video-camera:before {
    content: "\F03D"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\F03E"
}

.fa-pencil:before {
    content: "\F040"
}

.fa-map-marker:before {
    content: "\F041"
}

.fa-adjust:before {
    content: "\F042"
}

.fa-tint:before {
    content: "\F043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\F044"
}

.fa-share-square-o:before {
    content: "\F045"
}

.fa-check-square-o:before {
    content: "\F046"
}

.fa-arrows:before {
    content: "\F047"
}

.fa-step-backward:before {
    content: "\F048"
}

.fa-fast-backward:before {
    content: "\F049"
}

.fa-backward:before {
    content: "\F04A"
}

.fa-play:before {
    content: "\F04B"
}

.fa-pause:before {
    content: "\F04C"
}

.fa-stop:before {
    content: "\F04D"
}

.fa-forward:before {
    content: "\F04E"
}

.fa-fast-forward:before {
    content: "\F050"
}

.fa-step-forward:before {
    content: "\F051"
}

.fa-eject:before {
    content: "\F052"
}

.fa-chevron-left:before {
    content: "\F053"
}

.fa-chevron-right:before {
    content: "\F054"
}

.fa-plus-circle:before {
    content: "\F055"
}

.fa-minus-circle:before {
    content: "\F056"
}

.fa-times-circle:before {
    content: "\F057"
}

.fa-check-circle:before {
    content: "\F058"
}

.fa-question-circle:before {
    content: "\F059"
}

.fa-info-circle:before {
    content: "\F05A"
}

.fa-crosshairs:before {
    content: "\F05B"
}

.fa-times-circle-o:before {
    content: "\F05C"
}

.fa-check-circle-o:before {
    content: "\F05D"
}

.fa-ban:before {
    content: "\F05E"
}

.fa-arrow-left:before {
    content: "\F060"
}

.fa-arrow-right:before {
    content: "\F061"
}

.fa-arrow-up:before {
    content: "\F062"
}

.fa-arrow-down:before {
    content: "\F063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\F064"
}

.fa-expand:before {
    content: "\F065"
}

.fa-compress:before {
    content: "\F066"
}

.fa-plus:before {
    content: "\F067"
}

.fa-minus:before {
    content: "\F068"
}

.fa-asterisk:before {
    content: "\F069"
}

.fa-exclamation-circle:before {
    content: "\F06A"
}

.fa-gift:before {
    content: "\F06B"
}

.fa-leaf:before {
    content: "\F06C"
}

.fa-fire:before {
    content: "\F06D"
}

.fa-eye:before {
    content: "\F06E"
}

.fa-eye-slash:before {
    content: "\F070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\F071"
}

.fa-plane:before {
    content: "\F072"
}

.fa-calendar:before {
    content: "\F073"
}

.fa-random:before {
    content: "\F074"
}

.fa-comment:before {
    content: "\F075"
}

.fa-magnet:before {
    content: "\F076"
}

.fa-chevron-up:before {
    content: "\F077"
}

.fa-chevron-down:before {
    content: "\F078"
}

.fa-retweet:before {
    content: "\F079"
}

.fa-shopping-cart:before {
    content: "\F07A"
}

.fa-folder:before {
    content: "\F07B"
}

.fa-folder-open:before {
    content: "\F07C"
}

.fa-arrows-v:before {
    content: "\F07D"
}

.fa-arrows-h:before {
    content: "\F07E"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\F080"
}

.fa-twitter-square:before {
    content: "\F081"
}

.fa-facebook-square:before {
    content: "\F082"
}

.fa-camera-retro:before {
    content: "\F083"
}

.fa-key:before {
    content: "\F084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\F085"
}

.fa-comments:before {
    content: "\F086"
}

.fa-thumbs-o-up:before {
    content: "\F087"
}

.fa-thumbs-o-down:before {
    content: "\F088"
}

.fa-star-half:before {
    content: "\F089"
}

.fa-heart-o:before {
    content: "\F08A"
}

.fa-sign-out:before {
    content: "\F08B"
}

.fa-linkedin-square:before {
    content: "\F08C"
}

.fa-thumb-tack:before {
    content: "\F08D"
}

.fa-external-link:before {
    content: "\F08E"
}

.fa-sign-in:before {
    content: "\F090"
}

.fa-trophy:before {
    content: "\F091"
}

.fa-github-square:before {
    content: "\F092"
}

.fa-upload:before {
    content: "\F093"
}

.fa-lemon-o:before {
    content: "\F094"
}

.fa-phone:before {
    content: "\F095"
}

.fa-square-o:before {
    content: "\F096"
}

.fa-bookmark-o:before {
    content: "\F097"
}

.fa-phone-square:before {
    content: "\F098"
}

.fa-twitter:before {
    content: "\F099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\F09A"
}

.fa-github:before {
    content: "\F09B"
}

.fa-unlock:before {
    content: "\F09C"
}

.fa-credit-card:before {
    content: "\F09D"
}

.fa-feed:before,
.fa-rss:before {
    content: "\F09E"
}

.fa-hdd-o:before {
    content: "\F0A0"
}

.fa-bullhorn:before {
    content: "\F0A1"
}

.fa-bell:before {
    content: "\F0F3"
}

.fa-certificate:before {
    content: "\F0A3"
}

.fa-hand-o-right:before {
    content: "\F0A4"
}

.fa-hand-o-left:before {
    content: "\F0A5"
}

.fa-hand-o-up:before {
    content: "\F0A6"
}

.fa-hand-o-down:before {
    content: "\F0A7"
}

.fa-arrow-circle-left:before {
    content: "\F0A8"
}

.fa-arrow-circle-right:before {
    content: "\F0A9"
}

.fa-arrow-circle-up:before {
    content: "\F0AA"
}

.fa-arrow-circle-down:before {
    content: "\F0AB"
}

.fa-globe:before {
    content: "\F0AC"
}

.fa-wrench:before {
    content: "\F0AD"
}

.fa-tasks:before {
    content: "\F0AE"
}

.fa-filter:before {
    content: "\F0B0"
}

.fa-briefcase:before {
    content: "\F0B1"
}

.fa-arrows-alt:before {
    content: "\F0B2"
}

.fa-group:before,
.fa-users:before {
    content: "\F0C0"
}

.fa-chain:before,
.fa-link:before {
    content: "\F0C1"
}

.fa-cloud:before {
    content: "\F0C2"
}

.fa-flask:before {
    content: "\F0C3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\F0C4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\F0C5"
}

.fa-paperclip:before {
    content: "\F0C6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\F0C7"
}

.fa-square:before {
    content: "\F0C8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\F0C9"
}

.fa-list-ul:before {
    content: "\F0CA"
}

.fa-list-ol:before {
    content: "\F0CB"
}

.fa-strikethrough:before {
    content: "\F0CC"
}

.fa-underline:before {
    content: "\F0CD"
}

.fa-table:before {
    content: "\F0CE"
}

.fa-magic:before {
    content: "\F0D0"
}

.fa-truck:before {
    content: "\F0D1"
}

.fa-pinterest:before {
    content: "\F0D2"
}

.fa-pinterest-square:before {
    content: "\F0D3"
}

.fa-google-plus-square:before {
    content: "\F0D4"
}

.fa-google-plus:before {
    content: "\F0D5"
}

.fa-money:before {
    content: "\F0D6"
}

.fa-caret-down:before {
    content: "\F0D7"
}

.fa-caret-up:before {
    content: "\F0D8"
}

.fa-caret-left:before {
    content: "\F0D9"
}

.fa-caret-right:before {
    content: "\F0DA"
}

.fa-columns:before {
    content: "\F0DB"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\F0DC"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\F0DD"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\F0DE"
}

.fa-envelope:before {
    content: "\F0E0"
}

.fa-linkedin:before {
    content: "\F0E1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\F0E2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\F0E3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\F0E4"
}

.fa-comment-o:before {
    content: "\F0E5"
}

.fa-comments-o:before {
    content: "\F0E6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\F0E7"
}

.fa-sitemap:before {
    content: "\F0E8"
}

.fa-umbrella:before {
    content: "\F0E9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\F0EA"
}

.fa-lightbulb-o:before {
    content: "\F0EB"
}

.fa-exchange:before {
    content: "\F0EC"
}

.fa-cloud-download:before {
    content: "\F0ED"
}

.fa-cloud-upload:before {
    content: "\F0EE"
}

.fa-user-md:before {
    content: "\F0F0"
}

.fa-stethoscope:before {
    content: "\F0F1"
}

.fa-suitcase:before {
    content: "\F0F2"
}

.fa-bell-o:before {
    content: "\F0A2"
}

.fa-coffee:before {
    content: "\F0F4"
}

.fa-cutlery:before {
    content: "\F0F5"
}

.fa-file-text-o:before {
    content: "\F0F6"
}

.fa-building-o:before {
    content: "\F0F7"
}

.fa-hospital-o:before {
    content: "\F0F8"
}

.fa-ambulance:before {
    content: "\F0F9"
}

.fa-medkit:before {
    content: "\F0FA"
}

.fa-fighter-jet:before {
    content: "\F0FB"
}

.fa-beer:before {
    content: "\F0FC"
}

.fa-h-square:before {
    content: "\F0FD"
}

.fa-plus-square:before {
    content: "\F0FE"
}

.fa-angle-double-left:before {
    content: "\F100"
}

.fa-angle-double-right:before {
    content: "\F101"
}

.fa-angle-double-up:before {
    content: "\F102"
}

.fa-angle-double-down:before {
    content: "\F103"
}

.fa-angle-left:before {
    content: "\F104"
}

.fa-angle-right:before {
    content: "\F105"
}

.fa-angle-up:before {
    content: "\F106"
}

.fa-angle-down:before {
    content: "\F107"
}

.fa-desktop:before {
    content: "\F108"
}

.fa-laptop:before {
    content: "\F109"
}

.fa-tablet:before {
    content: "\F10A"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\F10B"
}

.fa-circle-o:before {
    content: "\F10C"
}

.fa-quote-left:before {
    content: "\F10D"
}

.fa-quote-right:before {
    content: "\F10E"
}

.fa-spinner:before {
    content: "\F110"
}

.fa-circle:before {
    content: "\F111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\F112"
}

.fa-github-alt:before {
    content: "\F113"
}

.fa-folder-o:before {
    content: "\F114"
}

.fa-folder-open-o:before {
    content: "\F115"
}

.fa-smile-o:before {
    content: "\F118"
}

.fa-frown-o:before {
    content: "\F119"
}

.fa-meh-o:before {
    content: "\F11A"
}

.fa-gamepad:before {
    content: "\F11B"
}

.fa-keyboard-o:before {
    content: "\F11C"
}

.fa-flag-o:before {
    content: "\F11D"
}

.fa-flag-checkered:before {
    content: "\F11E"
}

.fa-terminal:before {
    content: "\F120"
}

.fa-code:before {
    content: "\F121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\F122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\F123"
}

.fa-location-arrow:before {
    content: "\F124"
}

.fa-crop:before {
    content: "\F125"
}

.fa-code-fork:before {
    content: "\F126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\F127"
}

.fa-question:before {
    content: "\F128"
}

.fa-info:before {
    content: "\F129"
}

.fa-exclamation:before {
    content: "\F12A"
}

.fa-superscript:before {
    content: "\F12B"
}

.fa-subscript:before {
    content: "\F12C"
}

.fa-eraser:before {
    content: "\F12D"
}

.fa-puzzle-piece:before {
    content: "\F12E"
}

.fa-microphone:before {
    content: "\F130"
}

.fa-microphone-slash:before {
    content: "\F131"
}

.fa-shield:before {
    content: "\F132"
}

.fa-calendar-o:before {
    content: "\F133"
}

.fa-fire-extinguisher:before {
    content: "\F134"
}

.fa-rocket:before {
    content: "\F135"
}

.fa-maxcdn:before {
    content: "\F136"
}

.fa-chevron-circle-left:before {
    content: "\F137"
}

.fa-chevron-circle-right:before {
    content: "\F138"
}

.fa-chevron-circle-up:before {
    content: "\F139"
}

.fa-chevron-circle-down:before {
    content: "\F13A"
}

.fa-html5:before {
    content: "\F13B"
}

.fa-css3:before {
    content: "\F13C"
}

.fa-anchor:before {
    content: "\F13D"
}

.fa-unlock-alt:before {
    content: "\F13E"
}

.fa-bullseye:before {
    content: "\F140"
}

.fa-ellipsis-h:before {
    content: "\F141"
}

.fa-ellipsis-v:before {
    content: "\F142"
}

.fa-rss-square:before {
    content: "\F143"
}

.fa-play-circle:before {
    content: "\F144"
}

.fa-ticket:before {
    content: "\F145"
}

.fa-minus-square:before {
    content: "\F146"
}

.fa-minus-square-o:before {
    content: "\F147"
}

.fa-level-up:before {
    content: "\F148"
}

.fa-level-down:before {
    content: "\F149"
}

.fa-check-square:before {
    content: "\F14A"
}

.fa-pencil-square:before {
    content: "\F14B"
}

.fa-external-link-square:before {
    content: "\F14C"
}

.fa-share-square:before {
    content: "\F14D"
}

.fa-compass:before {
    content: "\F14E"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\F150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\F151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\F152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\F153"
}

.fa-gbp:before {
    content: "\F154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\F155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\F156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\F157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\F158"
}

.fa-krw:before,
.fa-won:before {
    content: "\F159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\F15A"
}

.fa-file:before {
    content: "\F15B"
}

.fa-file-text:before {
    content: "\F15C"
}

.fa-sort-alpha-asc:before {
    content: "\F15D"
}

.fa-sort-alpha-desc:before {
    content: "\F15E"
}

.fa-sort-amount-asc:before {
    content: "\F160"
}

.fa-sort-amount-desc:before {
    content: "\F161"
}

.fa-sort-numeric-asc:before {
    content: "\F162"
}

.fa-sort-numeric-desc:before {
    content: "\F163"
}

.fa-thumbs-up:before {
    content: "\F164"
}

.fa-thumbs-down:before {
    content: "\F165"
}

.fa-youtube-square:before {
    content: "\F166"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-youtube-play:before {
    content: "\F16A"
}

.fa-dropbox:before {
    content: "\F16B"
}

.fa-stack-overflow:before {
    content: "\F16C"
}

.fa-instagram:before {
    content: "\F16D"
}

.fa-flickr:before {
    content: "\F16E"
}

.fa-adn:before {
    content: "\F170"
}

.fa-bitbucket:before {
    content: "\F171"
}

.fa-bitbucket-square:before {
    content: "\F172"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

.fa-long-arrow-down:before {
    content: "\F175"
}

.fa-long-arrow-up:before {
    content: "\F176"
}

.fa-long-arrow-left:before {
    content: "\F177"
}

.fa-long-arrow-right:before {
    content: "\F178"
}

.fa-apple:before {
    content: "\F179"
}

.fa-windows:before {
    content: "\F17A"
}

.fa-android:before {
    content: "\F17B"
}

.fa-linux:before {
    content: "\F17C"
}

.fa-dribbble:before {
    content: "\F17D"
}

.fa-skype:before {
    content: "\F17E"
}

.fa-foursquare:before {
    content: "\F180"
}

.fa-trello:before {
    content: "\F181"
}

.fa-female:before {
    content: "\F182"
}

.fa-male:before {
    content: "\F183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\F184"
}

.fa-sun-o:before {
    content: "\F185"
}

.fa-moon-o:before {
    content: "\F186"
}

.fa-archive:before {
    content: "\F187"
}

.fa-bug:before {
    content: "\F188"
}

.fa-vk:before {
    content: "\F189"
}

.fa-weibo:before {
    content: "\F18A"
}

.fa-renren:before {
    content: "\F18B"
}

.fa-pagelines:before {
    content: "\F18C"
}

.fa-stack-exchange:before {
    content: "\F18D"
}

.fa-arrow-circle-o-right:before {
    content: "\F18E"
}

.fa-arrow-circle-o-left:before {
    content: "\F190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\F191"
}

.fa-dot-circle-o:before {
    content: "\F192"
}

.fa-wheelchair:before {
    content: "\F193"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\F195"
}

.fa-plus-square-o:before {
    content: "\F196"
}

.fa-space-shuttle:before {
    content: "\F197"
}

.fa-slack:before {
    content: "\F198"
}

.fa-envelope-square:before {
    content: "\F199"
}

.fa-wordpress:before {
    content: "\F19A"
}

.fa-openid:before {
    content: "\F19B"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\F19C"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\F19D"
}

.fa-yahoo:before {
    content: "\F19E"
}

.fa-google:before {
    content: "\F1A0"
}

.fa-reddit:before {
    content: "\F1A1"
}

.fa-reddit-square:before {
    content: "\F1A2"
}

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

.fa-delicious:before {
    content: "\F1A5"
}

.fa-digg:before {
    content: "\F1A6"
}

.fa-pied-piper-pp:before {
    content: "\F1A7"
}

.fa-pied-piper-alt:before {
    content: "\F1A8"
}

.fa-drupal:before {
    content: "\F1A9"
}

.fa-joomla:before {
    content: "\F1AA"
}

.fa-language:before {
    content: "\F1AB"
}

.fa-fax:before {
    content: "\F1AC"
}

.fa-building:before {
    content: "\F1AD"
}

.fa-child:before {
    content: "\F1AE"
}

.fa-paw:before {
    content: "\F1B0"
}

.fa-spoon:before {
    content: "\F1B1"
}

.fa-cube:before {
    content: "\F1B2"
}

.fa-cubes:before {
    content: "\F1B3"
}

.fa-behance:before {
    content: "\F1B4"
}

.fa-behance-square:before {
    content: "\F1B5"
}

.fa-steam:before {
    content: "\F1B6"
}

.fa-steam-square:before {
    content: "\F1B7"
}

.fa-recycle:before {
    content: "\F1B8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\F1B9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\F1BA"
}

.fa-tree:before {
    content: "\F1BB"
}

.fa-spotify:before {
    content: "\F1BC"
}

.fa-deviantart:before {
    content: "\F1BD"
}

.fa-soundcloud:before {
    content: "\F1BE"
}

.fa-database:before {
    content: "\F1C0"
}

.fa-file-pdf-o:before {
    content: "\F1C1"
}

.fa-file-word-o:before {
    content: "\F1C2"
}

.fa-file-excel-o:before {
    content: "\F1C3"
}

.fa-file-powerpoint-o:before {
    content: "\F1C4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\F1C5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\F1C6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\F1C7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\F1C8"
}

.fa-file-code-o:before {
    content: "\F1C9"
}

.fa-vine:before {
    content: "\F1CA"
}

.fa-codepen:before {
    content: "\F1CB"
}

.fa-jsfiddle:before {
    content: "\F1CC"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\F1CD"
}

.fa-circle-o-notch:before {
    content: "\F1CE"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\F1D0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\F1D1"
}

.fa-git-square:before {
    content: "\F1D2"
}

.fa-git:before {
    content: "\F1D3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\F1D4"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-qq:before {
    content: "\F1D6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\F1D7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\F1D8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\F1D9"
}

.fa-history:before {
    content: "\F1DA"
}

.fa-circle-thin:before {
    content: "\F1DB"
}

.fa-header:before {
    content: "\F1DC"
}

.fa-paragraph:before {
    content: "\F1DD"
}

.fa-sliders:before {
    content: "\F1DE"
}

.fa-share-alt:before {
    content: "\F1E0"
}

.fa-share-alt-square:before {
    content: "\F1E1"
}

.fa-bomb:before {
    content: "\F1E2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\F1E3"
}

.fa-tty:before {
    content: "\F1E4"
}

.fa-binoculars:before {
    content: "\F1E5"
}

.fa-plug:before {
    content: "\F1E6"
}

.fa-slideshare:before {
    content: "\F1E7"
}

.fa-twitch:before {
    content: "\F1E8"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-newspaper-o:before {
    content: "\F1EA"
}

.fa-wifi:before {
    content: "\F1EB"
}

.fa-calculator:before {
    content: "\F1EC"
}

.fa-paypal:before {
    content: "\F1ED"
}

.fa-google-wallet:before {
    content: "\F1EE"
}

.fa-cc-visa:before {
    content: "\F1F0"
}

.fa-cc-mastercard:before {
    content: "\F1F1"
}

.fa-cc-discover:before {
    content: "\F1F2"
}

.fa-cc-amex:before {
    content: "\F1F3"
}

.fa-cc-paypal:before {
    content: "\F1F4"
}

.fa-cc-stripe:before {
    content: "\F1F5"
}

.fa-bell-slash:before {
    content: "\F1F6"
}

.fa-bell-slash-o:before {
    content: "\F1F7"
}

.fa-trash:before {
    content: "\F1F8"
}

.fa-copyright:before {
    content: "\F1F9"
}

.fa-at:before {
    content: "\F1FA"
}

.fa-eyedropper:before {
    content: "\F1FB"
}

.fa-paint-brush:before {
    content: "\F1FC"
}

.fa-birthday-cake:before {
    content: "\F1FD"
}

.fa-area-chart:before {
    content: "\F1FE"
}

.fa-pie-chart:before {
    content: "\F200"
}

.fa-line-chart:before {
    content: "\F201"
}

.fa-lastfm:before {
    content: "\F202"
}

.fa-lastfm-square:before {
    content: "\F203"
}

.fa-toggle-off:before {
    content: "\F204"
}

.fa-toggle-on:before {
    content: "\F205"
}

.fa-bicycle:before {
    content: "\F206"
}

.fa-bus:before {
    content: "\F207"
}

.fa-ioxhost:before {
    content: "\F208"
}

.fa-angellist:before {
    content: "\F209"
}

.fa-cc:before {
    content: "\F20A"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\F20B"
}

.fa-meanpath:before {
    content: "\F20C"
}

.fa-buysellads:before {
    content: "\F20D"
}

.fa-connectdevelop:before {
    content: "\F20E"
}

.fa-dashcube:before {
    content: "\F210"
}

.fa-forumbee:before {
    content: "\F211"
}

.fa-leanpub:before {
    content: "\F212"
}

.fa-sellsy:before {
    content: "\F213"
}

.fa-shirtsinbulk:before {
    content: "\F214"
}

.fa-simplybuilt:before {
    content: "\F215"
}

.fa-skyatlas:before {
    content: "\F216"
}

.fa-cart-plus:before {
    content: "\F217"
}

.fa-cart-arrow-down:before {
    content: "\F218"
}

.fa-diamond:before {
    content: "\F219"
}

.fa-ship:before {
    content: "\F21A"
}

.fa-user-secret:before {
    content: "\F21B"
}

.fa-motorcycle:before {
    content: "\F21C"
}

.fa-street-view:before {
    content: "\F21D"
}

.fa-heartbeat:before {
    content: "\F21E"
}

.fa-venus:before {
    content: "\F221"
}

.fa-mars:before {
    content: "\F222"
}

.fa-mercury:before {
    content: "\F223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\F224"
}

.fa-transgender-alt:before {
    content: "\F225"
}

.fa-venus-double:before {
    content: "\F226"
}

.fa-mars-double:before {
    content: "\F227"
}

.fa-venus-mars:before {
    content: "\F228"
}

.fa-mars-stroke:before {
    content: "\F229"
}

.fa-mars-stroke-v:before {
    content: "\F22A"
}

.fa-mars-stroke-h:before {
    content: "\F22B"
}

.fa-neuter:before {
    content: "\F22C"
}

.fa-genderless:before {
    content: "\F22D"
}

.fa-facebook-official:before {
    content: "\F230"
}

.fa-pinterest-p:before {
    content: "\F231"
}

.fa-whatsapp:before {
    content: "\F232"
}

.fa-server:before {
    content: "\F233"
}

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-times:before {
    content: "\F235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\F236"
}

.fa-viacoin:before {
    content: "\F237"
}

.fa-train:before {
    content: "\F238"
}

.fa-subway:before {
    content: "\F239"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\F23B"
}

.fa-optin-monster:before {
    content: "\F23C"
}

.fa-opencart:before {
    content: "\F23D"
}

.fa-expeditedssl:before {
    content: "\F23E"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\F240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\F241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\F242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\F243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\F244"
}

.fa-mouse-pointer:before {
    content: "\F245"
}

.fa-i-cursor:before {
    content: "\F246"
}

.fa-object-group:before {
    content: "\F247"
}

.fa-object-ungroup:before {
    content: "\F248"
}

.fa-sticky-note:before {
    content: "\F249"
}

.fa-sticky-note-o:before {
    content: "\F24A"
}

.fa-cc-jcb:before {
    content: "\F24B"
}

.fa-cc-diners-club:before {
    content: "\F24C"
}

.fa-clone:before {
    content: "\F24D"
}

.fa-balance-scale:before {
    content: "\F24E"
}

.fa-hourglass-o:before {
    content: "\F250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\F251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\F253"
}

.fa-hourglass:before {
    content: "\F254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\F255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\F256"
}

.fa-hand-scissors-o:before {
    content: "\F257"
}

.fa-hand-lizard-o:before {
    content: "\F258"
}

.fa-hand-spock-o:before {
    content: "\F259"
}

.fa-hand-pointer-o:before {
    content: "\F25A"
}

.fa-hand-peace-o:before {
    content: "\F25B"
}

.fa-trademark:before {
    content: "\F25C"
}

.fa-registered:before {
    content: "\F25D"
}

.fa-creative-commons:before {
    content: "\F25E"
}

.fa-gg:before {
    content: "\F260"
}

.fa-gg-circle:before {
    content: "\F261"
}

.fa-tripadvisor:before {
    content: "\F262"
}

.fa-odnoklassniki:before {
    content: "\F263"
}

.fa-odnoklassniki-square:before {
    content: "\F264"
}

.fa-get-pocket:before {
    content: "\F265"
}

.fa-wikipedia-w:before {
    content: "\F266"
}

.fa-safari:before {
    content: "\F267"
}

.fa-chrome:before {
    content: "\F268"
}

.fa-firefox:before {
    content: "\F269"
}

.fa-opera:before {
    content: "\F26A"
}

.fa-internet-explorer:before {
    content: "\F26B"
}

.fa-television:before,
.fa-tv:before {
    content: "\F26C"
}

.fa-contao:before {
    content: "\F26D"
}

.fa-500px:before {
    content: "\F26E"
}

.fa-amazon:before {
    content: "\F270"
}

.fa-calendar-plus-o:before {
    content: "\F271"
}

.fa-calendar-minus-o:before {
    content: "\F272"
}

.fa-calendar-times-o:before {
    content: "\F273"
}

.fa-calendar-check-o:before {
    content: "\F274"
}

.fa-industry:before {
    content: "\F275"
}

.fa-map-pin:before {
    content: "\F276"
}

.fa-map-signs:before {
    content: "\F277"
}

.fa-map-o:before {
    content: "\F278"
}

.fa-map:before {
    content: "\F279"
}

.fa-commenting:before {
    content: "\F27A"
}

.fa-commenting-o:before {
    content: "\F27B"
}

.fa-houzz:before {
    content: "\F27C"
}

.fa-vimeo:before {
    content: "\F27D"
}

.fa-black-tie:before {
    content: "\F27E"
}

.fa-fonticons:before {
    content: "\F280"
}

.fa-reddit-alien:before {
    content: "\F281"
}

.fa-edge:before {
    content: "\F282"
}

.fa-credit-card-alt:before {
    content: "\F283"
}

.fa-codiepie:before {
    content: "\F284"
}

.fa-modx:before {
    content: "\F285"
}

.fa-fort-awesome:before {
    content: "\F286"
}

.fa-usb:before {
    content: "\F287"
}

.fa-product-hunt:before {
    content: "\F288"
}

.fa-mixcloud:before {
    content: "\F289"
}

.fa-scribd:before {
    content: "\F28A"
}

.fa-pause-circle:before {
    content: "\F28B"
}

.fa-pause-circle-o:before {
    content: "\F28C"
}

.fa-stop-circle:before {
    content: "\F28D"
}

.fa-stop-circle-o:before {
    content: "\F28E"
}

.fa-shopping-bag:before {
    content: "\F290"
}

.fa-shopping-basket:before {
    content: "\F291"
}

.fa-hashtag:before {
    content: "\F292"
}

.fa-bluetooth:before {
    content: "\F293"
}

.fa-bluetooth-b:before {
    content: "\F294"
}

.fa-percent:before {
    content: "\F295"
}

.fa-gitlab:before {
    content: "\F296"
}

.fa-wpbeginner:before {
    content: "\F297"
}

.fa-wpforms:before {
    content: "\F298"
}

.fa-envira:before {
    content: "\F299"
}

.fa-universal-access:before {
    content: "\F29A"
}

.fa-wheelchair-alt:before {
    content: "\F29B"
}

.fa-question-circle-o:before {
    content: "\F29C"
}

.fa-blind:before {
    content: "\F29D"
}

.fa-audio-description:before {
    content: "\F29E"
}

.fa-volume-control-phone:before {
    content: "\F2A0"
}

.fa-braille:before {
    content: "\F2A1"
}

.fa-assistive-listening-systems:before {
    content: "\F2A2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\F2A3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\F2A4"
}

.fa-glide:before {
    content: "\F2A5"
}

.fa-glide-g:before {
    content: "\F2A6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\F2A7"
}

.fa-low-vision:before {
    content: "\F2A8"
}

.fa-viadeo:before {
    content: "\F2A9"
}

.fa-viadeo-square:before {
    content: "\F2AA"
}

.fa-snapchat:before {
    content: "\F2AB"
}

.fa-snapchat-ghost:before {
    content: "\F2AC"
}

.fa-snapchat-square:before {
    content: "\F2AD"
}

.fa-pied-piper:before {
    content: "\F2AE"
}

.fa-first-order:before {
    content: "\F2B0"
}

.fa-yoast:before {
    content: "\F2B1"
}

.fa-themeisle:before {
    content: "\F2B2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\F2B3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\F2B4"
}

.fa-handshake-o:before {
    content: "\F2B5"
}

.fa-envelope-open:before {
    content: "\F2B6"
}

.fa-envelope-open-o:before {
    content: "\F2B7"
}

.fa-linode:before {
    content: "\F2B8"
}

.fa-address-book:before {
    content: "\F2B9"
}

.fa-address-book-o:before {
    content: "\F2BA"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\F2BB"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\F2BC"
}

.fa-user-circle:before {
    content: "\F2BD"
}

.fa-user-circle-o:before {
    content: "\F2BE"
}

.fa-user-o:before {
    content: "\F2C0"
}

.fa-id-badge:before {
    content: "\F2C1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\F2C2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\F2C3"
}

.fa-quora:before {
    content: "\F2C4"
}

.fa-free-code-camp:before {
    content: "\F2C5"
}

.fa-telegram:before {
    content: "\F2C6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\F2C7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\F2C8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\F2C9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\F2CA"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\F2CB"
}

.fa-shower:before {
    content: "\F2CC"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\F2CD"
}

.fa-podcast:before {
    content: "\F2CE"
}

.fa-window-maximize:before {
    content: "\F2D0"
}

.fa-window-minimize:before {
    content: "\F2D1"
}

.fa-window-restore:before {
    content: "\F2D2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\F2D3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\F2D4"
}

.fa-bandcamp:before {
    content: "\F2D5"
}

.fa-grav:before {
    content: "\F2D6"
}

.fa-etsy:before {
    content: "\F2D7"
}

.fa-imdb:before {
    content: "\F2D8"
}

.fa-ravelry:before {
    content: "\F2D9"
}

.fa-eercast:before {
    content: "\F2DA"
}

.fa-microchip:before {
    content: "\F2DB"
}

.fa-snowflake-o:before {
    content: "\F2DC"
}

.fa-superpowers:before {
    content: "\F2DD"
}

.fa-wpexplorer:before {
    content: "\F2DE"
}

.fa-meetup:before {
    content: "\F2E0"
}

.lab,
.lar,
.las {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

@font-face {
    font-family: Line Awesome Brands;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/frontend/fonts/line-awesome/la-brands-400.eot);
    src: url(/frontend/fonts/line-awesome/la-brands-400.eot?#iefix) format("embedded-opentype"), url(/frontend/fonts/line-awesome/la-brands-400.woff2) format("woff2"), url(/frontend/fonts/line-awesome/la-brands-400.woff) format("woff"), url(/frontend/fonts/line-awesome/la-brands-400.ttf) format("truetype"), url(/frontend/fonts/line-awesome/la-brands-400.svg#lineawesome) format("svg")
}

.lab {
    font-family: Line Awesome Brands
}

@font-face {
    font-family: Line Awesome Free;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/frontend/fonts/line-awesome/la-regular-400.eot);
    src: url(/frontend/fonts/line-awesome/la-regular-400.eot?#iefix) format("embedded-opentype"), url(/frontend/fonts/line-awesome/la-regular-400.woff2) format("woff2"), url(/frontend/fonts/line-awesome/la-regular-400.woff) format("woff"), url(/frontend/fonts/line-awesome/la-regular-400.ttf) format("truetype"), url(/frontend/fonts/line-awesome/la-regular-400.svg#lineawesome) format("svg")
}

.lab,
.lar {
    font-weight: 400
}

@font-face {
    font-family: Line Awesome Free;
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(/frontend/fonts/line-awesome/la-solid-900.eot);
    src: url(/frontend/fonts/line-awesome/la-solid-900.eot?#iefix) format("embedded-opentype"), url(/frontend/fonts/line-awesome/la-solid-900.woff2) format("woff2"), url(/frontend/fonts/line-awesome/la-solid-900.woff) format("woff"), url(/frontend/fonts/line-awesome/la-solid-900.ttf) format("truetype"), url(/frontend/fonts/line-awesome/la-solid-900.svg#lineawesome) format("svg")
}

.lar,
.las {
    font-family: Line Awesome Free
}

.las {
    font-weight: 900
}

.la-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.la-xs {
    font-size: .75em
}

.la-2x {
    font-size: 1em;
    font-size: 2em
}

.la-3x {
    font-size: 3em
}

.la-4x {
    font-size: 4em
}

.la-5x {
    font-size: 5em
}

.la-6x {
    font-size: 6em
}

.la-7x {
    font-size: 7em
}

.la-8x {
    font-size: 8em
}

.la-9x {
    font-size: 9em
}

.la-10x {
    font-size: 10em
}

.la-fw {
    width: 1.25em;
    text-align: center
}

.la-ul {
    padding-left: 0;
    margin-left: 1.4285714286em;
    list-style-type: none
}

.la-ul>li {
    position: relative
}

.la-li {
    position: absolute;
    left: -2em;
    text-align: center;
    width: 1.4285714286em;
    line-height: inherit
}

.la-li.la-lg {
    left: -1.1428571429em
}

.la-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.la.la-pull-left {
    margin-right: .3em
}

.la.la-pull-right {
    margin-left: .3em
}

.la.pull-left {
    margin-right: .3em
}

.la.pull-right {
    margin-left: .3em
}

.la-pull-left {
    float: left
}

.la-pull-right {
    float: right
}

.la.la-pull-left,
.lab.la-pull-left,
.lal.la-pull-left,
.lar.la-pull-left,
.las.la-pull-left {
    margin-right: .3em
}

.la.la-pull-right,
.lab.la-pull-right,
.lal.la-pull-right,
.lar.la-pull-right,
.las.la-pull-right {
    margin-left: .3em
}

.la-spin {
    -webkit-animation: la-spin 2s linear infinite;
    animation: la-spin 2s linear infinite
}

.la-pulse {
    -webkit-animation: la-spin 1s steps(8) infinite;
    animation: la-spin 1s steps(8) infinite
}

@-webkit-keyframes la-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes la-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.la-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.la-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.la-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.la-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.la-flip-vertical {
    transform: scaleY(-1)
}

.la-flip-both,
.la-flip-horizontal.la-flip-vertical,
.la-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
    transform: scale(-1)
}

:root .la-flip-both,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270 {
    filter: none
}

.la-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.la-stack-1x,
.la-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.la-stack-1x {
    line-height: inherit
}

.la-stack-2x {
    font-size: 2em
}

.la-inverse {
    color: #fff
}

.la-500px:before {
    content: "\F26E"
}

.la-accessible-icon:before {
    content: "\F368"
}

.la-accusoft:before {
    content: "\F369"
}

.la-acquisitions-incorporated:before {
    content: "\F6AF"
}

.la-ad:before {
    content: "\F641"
}

.la-address-book:before {
    content: "\F2B9"
}

.la-address-card:before {
    content: "\F2BB"
}

.la-adjust:before {
    content: "\F042"
}

.la-adn:before {
    content: "\F170"
}

.la-adobe:before {
    content: "\F778"
}

.la-adversal:before {
    content: "\F36A"
}

.la-affiliatetheme:before {
    content: "\F36B"
}

.la-air-freshener:before {
    content: "\F5D0"
}

.la-airbnb:before {
    content: "\F834"
}

.la-algolia:before {
    content: "\F36C"
}

.la-align-center:before {
    content: "\F037"
}

.la-align-justify:before {
    content: "\F039"
}

.la-align-left:before {
    content: "\F036"
}

.la-align-right:before {
    content: "\F038"
}

.la-alipay:before {
    content: "\F642"
}

.la-allergies:before {
    content: "\F461"
}

.la-amazon:before {
    content: "\F270"
}

.la-amazon-pay:before {
    content: "\F42C"
}

.la-ambulance:before {
    content: "\F0F9"
}

.la-american-sign-language-interpreting:before {
    content: "\F2A3"
}

.la-amilia:before {
    content: "\F36D"
}

.la-anchor:before {
    content: "\F13D"
}

.la-android:before {
    content: "\F17B"
}

.la-angellist:before {
    content: "\F209"
}

.la-angle-double-down:before {
    content: "\F103"
}

.la-angle-double-left:before {
    content: "\F100"
}

.la-angle-double-right:before {
    content: "\F101"
}

.la-angle-double-up:before {
    content: "\F102"
}

.la-angle-down:before {
    content: "\F107"
}

.la-angle-left:before {
    content: "\F104"
}

.la-angle-right:before {
    content: "\F105"
}

.la-angle-up:before {
    content: "\F106"
}

.la-angry:before {
    content: "\F556"
}

.la-angrycreative:before {
    content: "\F36E"
}

.la-angular:before {
    content: "\F420"
}

.la-ankh:before {
    content: "\F644"
}

.la-app-store:before {
    content: "\F36F"
}

.la-app-store-ios:before {
    content: "\F370"
}

.la-apper:before {
    content: "\F371"
}

.la-apple:before {
    content: "\F179"
}

.la-apple-alt:before {
    content: "\F5D1"
}

.la-apple-pay:before {
    content: "\F415"
}

.la-archive:before {
    content: "\F187"
}

.la-archway:before {
    content: "\F557"
}

.la-arrow-alt-circle-down:before {
    content: "\F358"
}

.la-arrow-alt-circle-left:before {
    content: "\F359"
}

.la-arrow-alt-circle-right:before {
    content: "\F35A"
}

.la-arrow-alt-circle-up:before {
    content: "\F35B"
}

.la-arrow-circle-down:before {
    content: "\F0AB"
}

.la-arrow-circle-left:before {
    content: "\F0A8"
}

.la-arrow-circle-right:before {
    content: "\F0A9"
}

.la-arrow-circle-up:before {
    content: "\F0AA"
}

.la-arrow-down:before {
    content: "\F063"
}

.la-arrow-left:before {
    content: "\F060"
}

.la-arrow-right:before {
    content: "\F061"
}

.la-arrow-up:before {
    content: "\F062"
}

.la-arrows-alt:before {
    content: "\F0B2"
}

.la-arrows-alt-h:before {
    content: "\F337"
}

.la-arrows-alt-v:before {
    content: "\F338"
}

.la-artstation:before {
    content: "\F77A"
}

.la-assistive-listening-systems:before {
    content: "\F2A2"
}

.la-asterisk:before {
    content: "\F069"
}

.la-asymmetrik:before {
    content: "\F372"
}

.la-at:before {
    content: "\F1FA"
}

.la-atlas:before {
    content: "\F558"
}

.la-atlassian:before {
    content: "\F77B"
}

.la-atom:before {
    content: "\F5D2"
}

.la-audible:before {
    content: "\F373"
}

.la-audio-description:before {
    content: "\F29E"
}

.la-autoprefixer:before {
    content: "\F41C"
}

.la-avianex:before {
    content: "\F374"
}

.la-aviato:before {
    content: "\F421"
}

.la-award:before {
    content: "\F559"
}

.la-aws:before {
    content: "\F375"
}

.la-baby:before {
    content: "\F77C"
}

.la-baby-carriage:before {
    content: "\F77D"
}

.la-backspace:before {
    content: "\F55A"
}

.la-backward:before {
    content: "\F04A"
}

.la-bacon:before {
    content: "\F7E5"
}

.la-balance-scale:before {
    content: "\F24E"
}

.la-balance-scale-left:before {
    content: "\F515"
}

.la-balance-scale-right:before {
    content: "\F516"
}

.la-ban:before {
    content: "\F05E"
}

.la-band-aid:before {
    content: "\F462"
}

.la-bandcamp:before {
    content: "\F2D5"
}

.la-barcode:before {
    content: "\F02A"
}

.la-bars:before {
    content: "\F0C9"
}

.la-baseball-ball:before {
    content: "\F433"
}

.la-basketball-ball:before {
    content: "\F434"
}

.la-bath:before {
    content: "\F2CD"
}

.la-battery-empty:before {
    content: "\F244"
}

.la-battery-full:before {
    content: "\F240"
}

.la-battery-half:before {
    content: "\F242"
}

.la-battery-quarter:before {
    content: "\F243"
}

.la-battery-three-quarters:before {
    content: "\F241"
}

.la-battle-net:before {
    content: "\F835"
}

.la-bed:before {
    content: "\F236"
}

.la-beer:before {
    content: "\F0FC"
}

.la-behance:before {
    content: "\F1B4"
}

.la-behance-square:before {
    content: "\F1B5"
}

.la-bell:before {
    content: "\F0F3"
}

.la-bell-slash:before {
    content: "\F1F6"
}

.la-bezier-curve:before {
    content: "\F55B"
}

.la-bible:before {
    content: "\F647"
}

.la-bicycle:before {
    content: "\F206"
}

.la-biking:before {
    content: "\F84A"
}

.la-bimobject:before {
    content: "\F378"
}

.la-binoculars:before {
    content: "\F1E5"
}

.la-biohazard:before {
    content: "\F780"
}

.la-birthday-cake:before {
    content: "\F1FD"
}

.la-bitbucket:before {
    content: "\F171"
}

.la-bitcoin:before {
    content: "\F379"
}

.la-bity:before {
    content: "\F37A"
}

.la-black-tie:before {
    content: "\F27E"
}

.la-blackberry:before {
    content: "\F37B"
}

.la-blender:before {
    content: "\F517"
}

.la-blender-phone:before {
    content: "\F6B6"
}

.la-blind:before {
    content: "\F29D"
}

.la-blog:before {
    content: "\F781"
}

.la-blogger:before {
    content: "\F37C"
}

.la-blogger-b:before {
    content: "\F37D"
}

.la-bluetooth:before {
    content: "\F293"
}

.la-bluetooth-b:before {
    content: "\F294"
}

.la-bold:before {
    content: "\F032"
}

.la-bolt:before {
    content: "\F0E7"
}

.la-bomb:before {
    content: "\F1E2"
}

.la-bone:before {
    content: "\F5D7"
}

.la-bong:before {
    content: "\F55C"
}

.la-book:before {
    content: "\F02D"
}

.la-book-dead:before {
    content: "\F6B7"
}

.la-book-medical:before {
    content: "\F7E6"
}

.la-book-open:before {
    content: "\F518"
}

.la-book-reader:before {
    content: "\F5DA"
}

.la-bookmark:before {
    content: "\F02E"
}

.la-bootstrap:before {
    content: "\F836"
}

.la-border-all:before {
    content: "\F84C"
}

.la-border-none:before {
    content: "\F850"
}

.la-border-style:before {
    content: "\F853"
}

.la-bowling-ball:before {
    content: "\F436"
}

.la-box:before {
    content: "\F466"
}

.la-box-open:before {
    content: "\F49E"
}

.la-boxes:before {
    content: "\F468"
}

.la-braille:before {
    content: "\F2A1"
}

.la-brain:before {
    content: "\F5DC"
}

.la-bread-slice:before {
    content: "\F7EC"
}

.la-briefcase:before {
    content: "\F0B1"
}

.la-briefcase-medical:before {
    content: "\F469"
}

.la-broadcast-tower:before {
    content: "\F519"
}

.la-broom:before {
    content: "\F51A"
}

.la-brush:before {
    content: "\F55D"
}

.la-btc:before {
    content: "\F15A"
}

.la-buffer:before {
    content: "\F837"
}

.la-bug:before {
    content: "\F188"
}

.la-building:before {
    content: "\F1AD"
}

.la-bullhorn:before {
    content: "\F0A1"
}

.la-bullseye:before {
    content: "\F140"
}

.la-burn:before {
    content: "\F46A"
}

.la-buromobelexperte:before {
    content: "\F37F"
}

.la-bus:before {
    content: "\F207"
}

.la-bus-alt:before {
    content: "\F55E"
}

.la-business-time:before {
    content: "\F64A"
}

.la-buysellads:before {
    content: "\F20D"
}

.la-calculator:before {
    content: "\F1EC"
}

.la-calendar:before {
    content: "\F133"
}

.la-calendar-alt:before {
    content: "\F073"
}

.la-calendar-check:before {
    content: "\F274"
}

.la-calendar-day:before {
    content: "\F783"
}

.la-calendar-minus:before {
    content: "\F272"
}

.la-calendar-plus:before {
    content: "\F271"
}

.la-calendar-times:before {
    content: "\F273"
}

.la-calendar-week:before {
    content: "\F784"
}

.la-camera:before {
    content: "\F030"
}

.la-camera-retro:before {
    content: "\F083"
}

.la-campground:before {
    content: "\F6BB"
}

.la-canadian-maple-leaf:before {
    content: "\F785"
}

.la-candy-cane:before {
    content: "\F786"
}

.la-cannabis:before {
    content: "\F55F"
}

.la-capsules:before {
    content: "\F46B"
}

.la-car:before {
    content: "\F1B9"
}

.la-car-alt:before {
    content: "\F5DE"
}

.la-car-battery:before {
    content: "\F5DF"
}

.la-car-crash:before {
    content: "\F5E1"
}

.la-car-side:before {
    content: "\F5E4"
}

.la-caret-down:before {
    content: "\F0D7"
}

.la-caret-left:before {
    content: "\F0D9"
}

.la-caret-right:before {
    content: "\F0DA"
}

.la-caret-square-down:before {
    content: "\F150"
}

.la-caret-square-left:before {
    content: "\F191"
}

.la-caret-square-right:before {
    content: "\F152"
}

.la-caret-square-up:before {
    content: "\F151"
}

.la-caret-up:before {
    content: "\F0D8"
}

.la-carrot:before {
    content: "\F787"
}

.la-cart-arrow-down:before {
    content: "\F218"
}

.la-cart-plus:before {
    content: "\F217"
}

.la-cash-register:before {
    content: "\F788"
}

.la-cat:before {
    content: "\F6BE"
}

.la-cc-amazon-pay:before {
    content: "\F42D"
}

.la-cc-amex:before {
    content: "\F1F3"
}

.la-cc-apple-pay:before {
    content: "\F416"
}

.la-cc-diners-club:before {
    content: "\F24C"
}

.la-cc-discover:before {
    content: "\F1F2"
}

.la-cc-jcb:before {
    content: "\F24B"
}

.la-cc-mastercard:before {
    content: "\F1F1"
}

.la-cc-paypal:before {
    content: "\F1F4"
}

.la-cc-stripe:before {
    content: "\F1F5"
}

.la-cc-visa:before {
    content: "\F1F0"
}

.la-centercode:before {
    content: "\F380"
}

.la-centos:before {
    content: "\F789"
}

.la-certificate:before {
    content: "\F0A3"
}

.la-chair:before {
    content: "\F6C0"
}

.la-chalkboard:before {
    content: "\F51B"
}

.la-chalkboard-teacher:before {
    content: "\F51C"
}

.la-charging-station:before {
    content: "\F5E7"
}

.la-chart-area:before {
    content: "\F1FE"
}

.la-chart-bar:before {
    content: "\F080"
}

.la-chart-line:before {
    content: "\F201"
}

.la-chart-pie:before {
    content: "\F200"
}

.la-check:before {
    content: "\F00C"
}

.la-check-circle:before {
    content: "\F058"
}

.la-check-double:before {
    content: "\F560"
}

.la-check-square:before {
    content: "\F14A"
}

.la-cheese:before {
    content: "\F7EF"
}

.la-chess:before {
    content: "\F439"
}

.la-chess-bishop:before {
    content: "\F43A"
}

.la-chess-board:before {
    content: "\F43C"
}

.la-chess-king:before {
    content: "\F43F"
}

.la-chess-knight:before {
    content: "\F441"
}

.la-chess-pawn:before {
    content: "\F443"
}

.la-chess-queen:before {
    content: "\F445"
}

.la-chess-rook:before {
    content: "\F447"
}

.la-chevron-circle-down:before {
    content: "\F13A"
}

.la-chevron-circle-left:before {
    content: "\F137"
}

.la-chevron-circle-right:before {
    content: "\F138"
}

.la-chevron-circle-up:before {
    content: "\F139"
}

.la-chevron-down:before {
    content: "\F078"
}

.la-chevron-left:before {
    content: "\F053"
}

.la-chevron-right:before {
    content: "\F054"
}

.la-chevron-up:before {
    content: "\F077"
}

.la-child:before {
    content: "\F1AE"
}

.la-chrome:before {
    content: "\F268"
}

.la-chromecast:before {
    content: "\F838"
}

.la-church:before {
    content: "\F51D"
}

.la-circle:before {
    content: "\F111"
}

.la-circle-notch:before {
    content: "\F1CE"
}

.la-city:before {
    content: "\F64F"
}

.la-clinic-medical:before {
    content: "\F7F2"
}

.la-clipboard:before {
    content: "\F328"
}

.la-clipboard-check:before {
    content: "\F46C"
}

.la-clipboard-list:before {
    content: "\F46D"
}

.la-clock:before {
    content: "\F017"
}

.la-clone:before {
    content: "\F24D"
}

.la-closed-captioning:before {
    content: "\F20A"
}

.la-cloud:before {
    content: "\F0C2"
}

.la-cloud-download-alt:before {
    content: "\F381"
}

.la-cloud-meatball:before {
    content: "\F73B"
}

.la-cloud-moon:before {
    content: "\F6C3"
}

.la-cloud-moon-rain:before {
    content: "\F73C"
}

.la-cloud-rain:before {
    content: "\F73D"
}

.la-cloud-showers-heavy:before {
    content: "\F740"
}

.la-cloud-sun:before {
    content: "\F6C4"
}

.la-cloud-sun-rain:before {
    content: "\F743"
}

.la-cloud-upload-alt:before {
    content: "\F382"
}

.la-cloudscale:before {
    content: "\F383"
}

.la-cloudsmith:before {
    content: "\F384"
}

.la-cloudversify:before {
    content: "\F385"
}

.la-cocktail:before {
    content: "\F561"
}

.la-code:before {
    content: "\F121"
}

.la-code-branch:before {
    content: "\F126"
}

.la-codepen:before {
    content: "\F1CB"
}

.la-codiepie:before {
    content: "\F284"
}

.la-coffee:before {
    content: "\F0F4"
}

.la-cog:before {
    content: "\F013"
}

.la-cogs:before {
    content: "\F085"
}

.la-coins:before {
    content: "\F51E"
}

.la-columns:before {
    content: "\F0DB"
}

.la-comment:before {
    content: "\F075"
}

.la-comment-alt:before {
    content: "\F27A"
}

.la-comment-dollar:before {
    content: "\F651"
}

.la-comment-dots:before {
    content: "\F4AD"
}

.la-comment-medical:before {
    content: "\F7F5"
}

.la-comment-slash:before {
    content: "\F4B3"
}

.la-comments:before {
    content: "\F086"
}

.la-comments-dollar:before {
    content: "\F653"
}

.la-compact-disc:before {
    content: "\F51F"
}

.la-compass:before {
    content: "\F14E"
}

.la-compress:before {
    content: "\F066"
}

.la-compress-arrows-alt:before {
    content: "\F78C"
}

.la-concierge-bell:before {
    content: "\F562"
}

.la-confluence:before {
    content: "\F78D"
}

.la-connectdevelop:before {
    content: "\F20E"
}

.la-contao:before {
    content: "\F26D"
}

.la-cookie:before {
    content: "\F563"
}

.la-cookie-bite:before {
    content: "\F564"
}

.la-copy:before {
    content: "\F0C5"
}

.la-copyright:before {
    content: "\F1F9"
}

.la-cotton-bureau:before {
    content: "\F89E"
}

.la-couch:before {
    content: "\F4B8"
}

.la-cpanel:before {
    content: "\F388"
}

.la-creative-commons:before {
    content: "\F25E"
}

.la-creative-commons-by:before {
    content: "\F4E7"
}

.la-creative-commons-nc:before {
    content: "\F4E8"
}

.la-creative-commons-nc-eu:before {
    content: "\F4E9"
}

.la-creative-commons-nc-jp:before {
    content: "\F4EA"
}

.la-creative-commons-nd:before {
    content: "\F4EB"
}

.la-creative-commons-pd:before {
    content: "\F4EC"
}

.la-creative-commons-pd-alt:before {
    content: "\F4ED"
}

.la-creative-commons-remix:before {
    content: "\F4EE"
}

.la-creative-commons-sa:before {
    content: "\F4EF"
}

.la-creative-commons-sampling:before {
    content: "\F4F0"
}

.la-creative-commons-sampling-plus:before {
    content: "\F4F1"
}

.la-creative-commons-share:before {
    content: "\F4F2"
}

.la-creative-commons-zero:before {
    content: "\F4F3"
}

.la-credit-card:before {
    content: "\F09D"
}

.la-critical-role:before {
    content: "\F6C9"
}

.la-crop:before {
    content: "\F125"
}

.la-crop-alt:before {
    content: "\F565"
}

.la-cross:before {
    content: "\F654"
}

.la-crosshairs:before {
    content: "\F05B"
}

.la-crow:before {
    content: "\F520"
}

.la-crown:before {
    content: "\F521"
}

.la-crutch:before {
    content: "\F7F7"
}

.la-css3:before {
    content: "\F13C"
}

.la-css3-alt:before {
    content: "\F38B"
}

.la-cube:before {
    content: "\F1B2"
}

.la-cubes:before {
    content: "\F1B3"
}

.la-cut:before {
    content: "\F0C4"
}

.la-cuttlefish:before {
    content: "\F38C"
}

.la-d-and-d:before {
    content: "\F38D"
}

.la-d-and-d-beyond:before {
    content: "\F6CA"
}

.la-dashcube:before {
    content: "\F210"
}

.la-database:before {
    content: "\F1C0"
}

.la-deaf:before {
    content: "\F2A4"
}

.la-delicious:before {
    content: "\F1A5"
}

.la-democrat:before {
    content: "\F747"
}

.la-deploydog:before {
    content: "\F38E"
}

.la-deskpro:before {
    content: "\F38F"
}

.la-desktop:before {
    content: "\F108"
}

.la-dev:before {
    content: "\F6CC"
}

.la-deviantart:before {
    content: "\F1BD"
}

.la-dharmachakra:before {
    content: "\F655"
}

.la-dhl:before {
    content: "\F790"
}

.la-diagnoses:before {
    content: "\F470"
}

.la-diaspora:before {
    content: "\F791"
}

.la-dice:before {
    content: "\F522"
}

.la-dice-d20:before {
    content: "\F6CF"
}

.la-dice-d6:before {
    content: "\F6D1"
}

.la-dice-five:before {
    content: "\F523"
}

.la-dice-four:before {
    content: "\F524"
}

.la-dice-one:before {
    content: "\F525"
}

.la-dice-six:before {
    content: "\F526"
}

.la-dice-three:before {
    content: "\F527"
}

.la-dice-two:before {
    content: "\F528"
}

.la-digg:before {
    content: "\F1A6"
}

.la-digital-ocean:before {
    content: "\F391"
}

.la-digital-tachograph:before {
    content: "\F566"
}

.la-directions:before {
    content: "\F5EB"
}

.la-discord:before {
    content: "\F392"
}

.la-discourse:before {
    content: "\F393"
}

.la-divide:before {
    content: "\F529"
}

.la-dizzy:before {
    content: "\F567"
}

.la-dna:before {
    content: "\F471"
}

.la-dochub:before {
    content: "\F394"
}

.la-docker:before {
    content: "\F395"
}

.la-dog:before {
    content: "\F6D3"
}

.la-dollar-sign:before {
    content: "\F155"
}

.la-dolly:before {
    content: "\F472"
}

.la-dolly-flatbed:before {
    content: "\F474"
}

.la-donate:before {
    content: "\F4B9"
}

.la-door-closed:before {
    content: "\F52A"
}

.la-door-open:before {
    content: "\F52B"
}

.la-dot-circle:before {
    content: "\F192"
}

.la-dove:before {
    content: "\F4BA"
}

.la-download:before {
    content: "\F019"
}

.la-draft2digital:before {
    content: "\F396"
}

.la-drafting-compass:before {
    content: "\F568"
}

.la-dragon:before {
    content: "\F6D5"
}

.la-draw-polygon:before {
    content: "\F5EE"
}

.la-dribbble:before {
    content: "\F17D"
}

.la-dribbble-square:before {
    content: "\F397"
}

.la-dropbox:before {
    content: "\F16B"
}

.la-drum:before {
    content: "\F569"
}

.la-drum-steelpan:before {
    content: "\F56A"
}

.la-drumstick-bite:before {
    content: "\F6D7"
}

.la-drupal:before {
    content: "\F1A9"
}

.la-dumbbell:before {
    content: "\F44B"
}

.la-dumpster:before {
    content: "\F793"
}

.la-dumpster-fire:before {
    content: "\F794"
}

.la-dungeon:before {
    content: "\F6D9"
}

.la-dyalog:before {
    content: "\F399"
}

.la-earlybirds:before {
    content: "\F39A"
}

.la-ebay:before {
    content: "\F4F4"
}

.la-edge:before {
    content: "\F282"
}

.la-edit:before {
    content: "\F044"
}

.la-egg:before {
    content: "\F7FB"
}

.la-eject:before {
    content: "\F052"
}

.la-elementor:before {
    content: "\F430"
}

.la-ellipsis-h:before {
    content: "\F141"
}

.la-ellipsis-v:before {
    content: "\F142"
}

.la-ello:before {
    content: "\F5F1"
}

.la-ember:before {
    content: "\F423"
}

.la-empire:before {
    content: "\F1D1"
}

.la-envelope:before {
    content: "\F0E0"
}

.la-envelope-open:before {
    content: "\F2B6"
}

.la-envelope-open-text:before {
    content: "\F658"
}

.la-envelope-square:before {
    content: "\F199"
}

.la-envira:before {
    content: "\F299"
}

.la-equals:before {
    content: "\F52C"
}

.la-eraser:before {
    content: "\F12D"
}

.la-erlang:before {
    content: "\F39D"
}

.la-ethereum:before {
    content: "\F42E"
}

.la-ethernet:before {
    content: "\F796"
}

.la-etsy:before {
    content: "\F2D7"
}

.la-euro-sign:before {
    content: "\F153"
}

.la-evernote:before {
    content: "\F839"
}

.la-exchange-alt:before {
    content: "\F362"
}

.la-exclamation:before {
    content: "\F12A"
}

.la-exclamation-circle:before {
    content: "\F06A"
}

.la-exclamation-triangle:before {
    content: "\F071"
}

.la-expand:before {
    content: "\F065"
}

.la-expand-arrows-alt:before {
    content: "\F31E"
}

.la-expeditedssl:before {
    content: "\F23E"
}

.la-external-link-alt:before {
    content: "\F35D"
}

.la-external-link-square-alt:before {
    content: "\F360"
}

.la-eye:before {
    content: "\F06E"
}

.la-eye-dropper:before {
    content: "\F1FB"
}

.la-eye-slash:before {
    content: "\F070"
}

.la-facebook:before {
    content: "\F09A"
}

.la-facebook-f:before {
    content: "\F39E"
}

.la-facebook-messenger:before {
    content: "\F39F"
}

.la-facebook-square:before {
    content: "\F082"
}

.la-fan:before {
    content: "\F863"
}

.la-fantasy-flight-games:before {
    content: "\F6DC"
}

.la-fast-backward:before {
    content: "\F049"
}

.la-fast-forward:before {
    content: "\F050"
}

.la-fax:before {
    content: "\F1AC"
}

.la-feather:before {
    content: "\F52D"
}

.la-feather-alt:before {
    content: "\F56B"
}

.la-fedex:before {
    content: "\F797"
}

.la-fedora:before {
    content: "\F798"
}

.la-female:before {
    content: "\F182"
}

.la-fighter-jet:before {
    content: "\F0FB"
}

.la-figma:before {
    content: "\F799"
}

.la-file:before {
    content: "\F15B"
}

.la-file-alt:before {
    content: "\F15C"
}

.la-file-archive:before {
    content: "\F1C6"
}

.la-file-audio:before {
    content: "\F1C7"
}

.la-file-code:before {
    content: "\F1C9"
}

.la-file-contract:before {
    content: "\F56C"
}

.la-file-csv:before {
    content: "\F6DD"
}

.la-file-download:before {
    content: "\F56D"
}

.la-file-excel:before {
    content: "\F1C3"
}

.la-file-export:before {
    content: "\F56E"
}

.la-file-image:before {
    content: "\F1C5"
}

.la-file-import:before {
    content: "\F56F"
}

.la-file-invoice:before {
    content: "\F570"
}

.la-file-invoice-dollar:before {
    content: "\F571"
}

.la-file-medical:before {
    content: "\F477"
}

.la-file-medical-alt:before {
    content: "\F478"
}

.la-file-pdf:before {
    content: "\F1C1"
}

.la-file-powerpoint:before {
    content: "\F1C4"
}

.la-file-prescription:before {
    content: "\F572"
}

.la-file-signature:before {
    content: "\F573"
}

.la-file-upload:before {
    content: "\F574"
}

.la-file-video:before {
    content: "\F1C8"
}

.la-file-word:before {
    content: "\F1C2"
}

.la-fill:before {
    content: "\F575"
}

.la-fill-drip:before {
    content: "\F576"
}

.la-film:before {
    content: "\F008"
}

.la-filter:before {
    content: "\F0B0"
}

.la-fingerprint:before {
    content: "\F577"
}

.la-fire:before {
    content: "\F06D"
}

.la-fire-alt:before {
    content: "\F7E4"
}

.la-fire-extinguisher:before {
    content: "\F134"
}

.la-firefox:before {
    content: "\F269"
}

.la-first-aid:before {
    content: "\F479"
}

.la-first-order:before {
    content: "\F2B0"
}

.la-first-order-alt:before {
    content: "\F50A"
}

.la-firstdraft:before {
    content: "\F3A1"
}

.la-fish:before {
    content: "\F578"
}

.la-fist-raised:before {
    content: "\F6DE"
}

.la-flag:before {
    content: "\F024"
}

.la-flag-checkered:before {
    content: "\F11E"
}

.la-flag-usa:before {
    content: "\F74D"
}

.la-flask:before {
    content: "\F0C3"
}

.la-flickr:before {
    content: "\F16E"
}

.la-flipboard:before {
    content: "\F44D"
}

.la-flushed:before {
    content: "\F579"
}

.la-fly:before {
    content: "\F417"
}

.la-folder:before {
    content: "\F07B"
}

.la-folder-minus:before {
    content: "\F65D"
}

.la-folder-open:before {
    content: "\F07C"
}

.la-folder-plus:before {
    content: "\F65E"
}

.la-font:before {
    content: "\F031"
}

.la-font-awesome:before {
    content: "\F2B4"
}

.la-font-awesome-alt:before {
    content: "\F35C"
}

.la-font-awesome-flag:before {
    content: "\F425"
}

.la-fonticons:before {
    content: "\F280"
}

.la-fonticons-fi:before {
    content: "\F3A2"
}

.la-football-ball:before {
    content: "\F44E"
}

.la-fort-awesome:before {
    content: "\F286"
}

.la-fort-awesome-alt:before {
    content: "\F3A3"
}

.la-forumbee:before {
    content: "\F211"
}

.la-forward:before {
    content: "\F04E"
}

.la-foursquare:before {
    content: "\F180"
}

.la-free-code-camp:before {
    content: "\F2C5"
}

.la-freebsd:before {
    content: "\F3A4"
}

.la-frog:before {
    content: "\F52E"
}

.la-frown:before {
    content: "\F119"
}

.la-frown-open:before {
    content: "\F57A"
}

.la-fulcrum:before {
    content: "\F50B"
}

.la-funnel-dollar:before {
    content: "\F662"
}

.la-futbol:before {
    content: "\F1E3"
}

.la-galactic-republic:before {
    content: "\F50C"
}

.la-galactic-senate:before {
    content: "\F50D"
}

.la-gamepad:before {
    content: "\F11B"
}

.la-gas-pump:before {
    content: "\F52F"
}

.la-gavel:before {
    content: "\F0E3"
}

.la-gem:before {
    content: "\F3A5"
}

.la-genderless:before {
    content: "\F22D"
}

.la-get-pocket:before {
    content: "\F265"
}

.la-gg:before {
    content: "\F260"
}

.la-gg-circle:before {
    content: "\F261"
}

.la-ghost:before {
    content: "\F6E2"
}

.la-gift:before {
    content: "\F06B"
}

.la-gifts:before {
    content: "\F79C"
}

.la-git:before {
    content: "\F1D3"
}

.la-git-alt:before {
    content: "\F841"
}

.la-git-square:before {
    content: "\F1D2"
}

.la-github:before {
    content: "\F09B"
}

.la-github-alt:before {
    content: "\F113"
}

.la-github-square:before {
    content: "\F092"
}

.la-gitkraken:before {
    content: "\F3A6"
}

.la-gitlab:before {
    content: "\F296"
}

.la-gitter:before {
    content: "\F426"
}

.la-glass-cheers:before {
    content: "\F79F"
}

.la-glass-martini:before {
    content: "\F000"
}

.la-glass-martini-alt:before {
    content: "\F57B"
}

.la-glass-whiskey:before {
    content: "\F7A0"
}

.la-glasses:before {
    content: "\F530"
}

.la-glide:before {
    content: "\F2A5"
}

.la-glide-g:before {
    content: "\F2A6"
}

.la-globe:before {
    content: "\F0AC"
}

.la-globe-africa:before {
    content: "\F57C"
}

.la-globe-americas:before {
    content: "\F57D"
}

.la-globe-asia:before {
    content: "\F57E"
}

.la-globe-europe:before {
    content: "\F7A2"
}

.la-gofore:before {
    content: "\F3A7"
}

.la-golf-ball:before {
    content: "\F450"
}

.la-goodreads:before {
    content: "\F3A8"
}

.la-goodreads-g:before {
    content: "\F3A9"
}

.la-google:before {
    content: "\F1A0"
}

.la-google-drive:before {
    content: "\F3AA"
}

.la-google-play:before {
    content: "\F3AB"
}

.la-google-plus:before {
    content: "\F2B3"
}

.la-google-plus-g:before {
    content: "\F0D5"
}

.la-google-plus-square:before {
    content: "\F0D4"
}

.la-google-wallet:before {
    content: "\F1EE"
}

.la-gopuram:before {
    content: "\F664"
}

.la-graduation-cap:before {
    content: "\F19D"
}

.la-gratipay:before {
    content: "\F184"
}

.la-grav:before {
    content: "\F2D6"
}

.la-greater-than:before {
    content: "\F531"
}

.la-greater-than-equal:before {
    content: "\F532"
}

.la-grimace:before {
    content: "\F57F"
}

.la-grin:before {
    content: "\F580"
}

.la-grin-alt:before {
    content: "\F581"
}

.la-grin-beam:before {
    content: "\F582"
}

.la-grin-beam-sweat:before {
    content: "\F583"
}

.la-grin-hearts:before {
    content: "\F584"
}

.la-grin-squint:before {
    content: "\F585"
}

.la-grin-squint-tears:before {
    content: "\F586"
}

.la-grin-stars:before {
    content: "\F587"
}

.la-grin-tears:before {
    content: "\F588"
}

.la-grin-tongue:before {
    content: "\F589"
}

.la-grin-tongue-squint:before {
    content: "\F58A"
}

.la-grin-tongue-wink:before {
    content: "\F58B"
}

.la-grin-wink:before {
    content: "\F58C"
}

.la-grip-horizontal:before {
    content: "\F58D"
}

.la-grip-lines:before {
    content: "\F7A4"
}

.la-grip-lines-vertical:before {
    content: "\F7A5"
}

.la-grip-vertical:before {
    content: "\F58E"
}

.la-gripfire:before {
    content: "\F3AC"
}

.la-grunt:before {
    content: "\F3AD"
}

.la-guitar:before {
    content: "\F7A6"
}

.la-gulp:before {
    content: "\F3AE"
}

.la-h-square:before {
    content: "\F0FD"
}

.la-hacker-news:before {
    content: "\F1D4"
}

.la-hacker-news-square:before {
    content: "\F3AF"
}

.la-hackerrank:before {
    content: "\F5F7"
}

.la-hamburger:before {
    content: "\F805"
}

.la-hammer:before {
    content: "\F6E3"
}

.la-hamsa:before {
    content: "\F665"
}

.la-hand-holding:before {
    content: "\F4BD"
}

.la-hand-holding-heart:before {
    content: "\F4BE"
}

.la-hand-holding-usd:before {
    content: "\F4C0"
}

.la-hand-lizard:before {
    content: "\F258"
}

.la-hand-middle-finger:before {
    content: "\F806"
}

.la-hand-paper:before {
    content: "\F256"
}

.la-hand-peace:before {
    content: "\F25B"
}

.la-hand-point-down:before {
    content: "\F0A7"
}

.la-hand-point-left:before {
    content: "\F0A5"
}

.la-hand-point-right:before {
    content: "\F0A4"
}

.la-hand-point-up:before {
    content: "\F0A6"
}

.la-hand-pointer:before {
    content: "\F25A"
}

.la-hand-rock:before {
    content: "\F255"
}

.la-hand-scissors:before {
    content: "\F257"
}

.la-hand-spock:before {
    content: "\F259"
}

.la-hands:before {
    content: "\F4C2"
}

.la-hands-helping:before {
    content: "\F4C4"
}

.la-handshake:before {
    content: "\F2B5"
}

.la-hanukiah:before {
    content: "\F6E6"
}

.la-hard-hat:before {
    content: "\F807"
}

.la-hashtag:before {
    content: "\F292"
}

.la-hat-wizard:before {
    content: "\F6E8"
}

.la-haykal:before {
    content: "\F666"
}

.la-hdd:before {
    content: "\F0A0"
}

.la-heading:before {
    content: "\F1DC"
}

.la-headphones:before {
    content: "\F025"
}

.la-headphones-alt:before {
    content: "\F58F"
}

.la-headset:before {
    content: "\F590"
}

.la-heart:before {
    content: "\F004"
}

.la-heart-broken:before {
    content: "\F7A9"
}

.la-heartbeat:before {
    content: "\F21E"
}

.la-helicopter:before {
    content: "\F533"
}

.la-highlighter:before {
    content: "\F591"
}

.la-hiking:before {
    content: "\F6EC"
}

.la-hippo:before {
    content: "\F6ED"
}

.la-hips:before {
    content: "\F452"
}

.la-hire-a-helper:before {
    content: "\F3B0"
}

.la-history:before {
    content: "\F1DA"
}

.la-hockey-puck:before {
    content: "\F453"
}

.la-holly-berry:before {
    content: "\F7AA"
}

.la-home:before {
    content: "\F015"
}

.la-hooli:before {
    content: "\F427"
}

.la-hornbill:before {
    content: "\F592"
}

.la-horse:before {
    content: "\F6F0"
}

.la-horse-head:before {
    content: "\F7AB"
}

.la-hospital:before {
    content: "\F0F8"
}

.la-hospital-alt:before {
    content: "\F47D"
}

.la-hospital-symbol:before {
    content: "\F47E"
}

.la-hot-tub:before {
    content: "\F593"
}

.la-hotdog:before {
    content: "\F80F"
}

.la-hotel:before {
    content: "\F594"
}

.la-hotjar:before {
    content: "\F3B1"
}

.la-hourglass:before {
    content: "\F254"
}

.la-hourglass-end:before {
    content: "\F253"
}

.la-hourglass-half:before {
    content: "\F252"
}

.la-hourglass-start:before {
    content: "\F251"
}

.la-house-damage:before {
    content: "\F6F1"
}

.la-houzz:before {
    content: "\F27C"
}

.la-hryvnia:before {
    content: "\F6F2"
}

.la-html5:before {
    content: "\F13B"
}

.la-hubspot:before {
    content: "\F3B2"
}

.la-i-cursor:before {
    content: "\F246"
}

.la-ice-cream:before {
    content: "\F810"
}

.la-icicles:before {
    content: "\F7AD"
}

.la-icons:before {
    content: "\F86D"
}

.la-id-badge:before {
    content: "\F2C1"
}

.la-id-card:before {
    content: "\F2C2"
}

.la-id-card-alt:before {
    content: "\F47F"
}

.la-igloo:before {
    content: "\F7AE"
}

.la-image:before {
    content: "\F03E"
}

.la-images:before {
    content: "\F302"
}

.la-imdb:before {
    content: "\F2D8"
}

.la-inbox:before {
    content: "\F01C"
}

.la-indent:before {
    content: "\F03C"
}

.la-industry:before {
    content: "\F275"
}

.la-infinity:before {
    content: "\F534"
}

.la-info:before {
    content: "\F129"
}

.la-info-circle:before {
    content: "\F05A"
}

.la-instagram:before {
    content: "\F16D"
}

.la-intercom:before {
    content: "\F7AF"
}

.la-internet-explorer:before {
    content: "\F26B"
}

.la-invision:before {
    content: "\F7B0"
}

.la-ioxhost:before {
    content: "\F208"
}

.la-italic:before {
    content: "\F033"
}

.la-itch-io:before {
    content: "\F83A"
}

.la-itunes:before {
    content: "\F3B4"
}

.la-itunes-note:before {
    content: "\F3B5"
}

.la-java:before {
    content: "\F4E4"
}

.la-jedi:before {
    content: "\F669"
}

.la-jedi-order:before {
    content: "\F50E"
}

.la-jenkins:before {
    content: "\F3B6"
}

.la-jira:before {
    content: "\F7B1"
}

.la-joget:before {
    content: "\F3B7"
}

.la-joint:before {
    content: "\F595"
}

.la-joomla:before {
    content: "\F1AA"
}

.la-journal-whills:before {
    content: "\F66A"
}

.la-js:before {
    content: "\F3B8"
}

.la-js-square:before {
    content: "\F3B9"
}

.la-jsfiddle:before {
    content: "\F1CC"
}

.la-kaaba:before {
    content: "\F66B"
}

.la-kaggle:before {
    content: "\F5FA"
}

.la-key:before {
    content: "\F084"
}

.la-keybase:before {
    content: "\F4F5"
}

.la-keyboard:before {
    content: "\F11C"
}

.la-keycdn:before {
    content: "\F3BA"
}

.la-khanda:before {
    content: "\F66D"
}

.la-kickstarter:before {
    content: "\F3BB"
}

.la-kickstarter-k:before {
    content: "\F3BC"
}

.la-kiss:before {
    content: "\F596"
}

.la-kiss-beam:before {
    content: "\F597"
}

.la-kiss-wink-heart:before {
    content: "\F598"
}

.la-kiwi-bird:before {
    content: "\F535"
}

.la-korvue:before {
    content: "\F42F"
}

.la-landmark:before {
    content: "\F66F"
}

.la-language:before {
    content: "\F1AB"
}

.la-laptop:before {
    content: "\F109"
}

.la-laptop-code:before {
    content: "\F5FC"
}

.la-laptop-medical:before {
    content: "\F812"
}

.la-laravel:before {
    content: "\F3BD"
}

.la-lastfm:before {
    content: "\F202"
}

.la-lastfm-square:before {
    content: "\F203"
}

.la-laugh:before {
    content: "\F599"
}

.la-laugh-beam:before {
    content: "\F59A"
}

.la-laugh-squint:before {
    content: "\F59B"
}

.la-laugh-wink:before {
    content: "\F59C"
}

.la-layer-group:before {
    content: "\F5FD"
}

.la-leaf:before {
    content: "\F06C"
}

.la-leanpub:before {
    content: "\F212"
}

.la-lemon:before {
    content: "\F094"
}

.la-less:before {
    content: "\F41D"
}

.la-less-than:before {
    content: "\F536"
}

.la-less-than-equal:before {
    content: "\F537"
}

.la-level-down-alt:before {
    content: "\F3BE"
}

.la-level-up-alt:before {
    content: "\F3BF"
}

.la-life-ring:before {
    content: "\F1CD"
}

.la-lightbulb:before {
    content: "\F0EB"
}

.la-line:before {
    content: "\F3C0"
}

.la-link:before {
    content: "\F0C1"
}

.la-linkedin:before {
    content: "\F08C"
}

.la-linkedin-in:before {
    content: "\F0E1"
}

.la-linode:before {
    content: "\F2B8"
}

.la-linux:before {
    content: "\F17C"
}

.la-lira-sign:before {
    content: "\F195"
}

.la-list:before {
    content: "\F03A"
}

.la-list-alt:before {
    content: "\F022"
}

.la-list-ol:before {
    content: "\F0CB"
}

.la-list-ul:before {
    content: "\F0CA"
}

.la-location-arrow:before {
    content: "\F124"
}

.la-lock:before {
    content: "\F023"
}

.la-lock-open:before {
    content: "\F3C1"
}

.la-long-arrow-alt-down:before {
    content: "\F309"
}

.la-long-arrow-alt-left:before {
    content: "\F30A"
}

.la-long-arrow-alt-right:before {
    content: "\F30B"
}

.la-long-arrow-alt-up:before {
    content: "\F30C"
}

.la-low-vision:before {
    content: "\F2A8"
}

.la-luggage-cart:before {
    content: "\F59D"
}

.la-lyft:before {
    content: "\F3C3"
}

.la-magento:before {
    content: "\F3C4"
}

.la-magic:before {
    content: "\F0D0"
}

.la-magnet:before {
    content: "\F076"
}

.la-mail-bulk:before {
    content: "\F674"
}

.la-mailchimp:before {
    content: "\F59E"
}

.la-male:before {
    content: "\F183"
}

.la-mandalorian:before {
    content: "\F50F"
}

.la-map:before {
    content: "\F279"
}

.la-map-marked:before {
    content: "\F59F"
}

.la-map-marked-alt:before {
    content: "\F5A0"
}

.la-map-marker:before {
    content: "\F041"
}

.la-map-marker-alt:before {
    content: "\F3C5"
}

.la-map-pin:before {
    content: "\F276"
}

.la-map-signs:before {
    content: "\F277"
}

.la-markdown:before {
    content: "\F60F"
}

.la-marker:before {
    content: "\F5A1"
}

.la-mars:before {
    content: "\F222"
}

.la-mars-double:before {
    content: "\F227"
}

.la-mars-stroke:before {
    content: "\F229"
}

.la-mars-stroke-h:before {
    content: "\F22B"
}

.la-mars-stroke-v:before {
    content: "\F22A"
}

.la-mask:before {
    content: "\F6FA"
}

.la-mastodon:before {
    content: "\F4F6"
}

.la-maxcdn:before {
    content: "\F136"
}

.la-medal:before {
    content: "\F5A2"
}

.la-medapps:before {
    content: "\F3C6"
}

.la-medium:before {
    content: "\F23A"
}

.la-medium-m:before {
    content: "\F3C7"
}

.la-medkit:before {
    content: "\F0FA"
}

.la-medrt:before {
    content: "\F3C8"
}

.la-meetup:before {
    content: "\F2E0"
}

.la-megaport:before {
    content: "\F5A3"
}

.la-meh:before {
    content: "\F11A"
}

.la-meh-blank:before {
    content: "\F5A4"
}

.la-meh-rolling-eyes:before {
    content: "\F5A5"
}

.la-memory:before {
    content: "\F538"
}

.la-mendeley:before {
    content: "\F7B3"
}

.la-menorah:before {
    content: "\F676"
}

.la-mercury:before {
    content: "\F223"
}

.la-meteor:before {
    content: "\F753"
}

.la-microchip:before {
    content: "\F2DB"
}

.la-microphone:before {
    content: "\F130"
}

.la-microphone-alt:before {
    content: "\F3C9"
}

.la-microphone-alt-slash:before {
    content: "\F539"
}

.la-microphone-slash:before {
    content: "\F131"
}

.la-microscope:before {
    content: "\F610"
}

.la-microsoft:before {
    content: "\F3CA"
}

.la-minus:before {
    content: "\F068"
}

.la-minus-circle:before {
    content: "\F056"
}

.la-minus-square:before {
    content: "\F146"
}

.la-mitten:before {
    content: "\F7B5"
}

.la-mix:before {
    content: "\F3CB"
}

.la-mixcloud:before {
    content: "\F289"
}

.la-mizuni:before {
    content: "\F3CC"
}

.la-mobile:before {
    content: "\F10B"
}

.la-mobile-alt:before {
    content: "\F3CD"
}

.la-modx:before {
    content: "\F285"
}

.la-monero:before {
    content: "\F3D0"
}

.la-money-bill:before {
    content: "\F0D6"
}

.la-money-bill-alt:before {
    content: "\F3D1"
}

.la-money-bill-wave:before {
    content: "\F53A"
}

.la-money-bill-wave-alt:before {
    content: "\F53B"
}

.la-money-check:before {
    content: "\F53C"
}

.la-money-check-alt:before {
    content: "\F53D"
}

.la-monument:before {
    content: "\F5A6"
}

.la-moon:before {
    content: "\F186"
}

.la-mortar-pestle:before {
    content: "\F5A7"
}

.la-mosque:before {
    content: "\F678"
}

.la-motorcycle:before {
    content: "\F21C"
}

.la-mountain:before {
    content: "\F6FC"
}

.la-mouse-pointer:before {
    content: "\F245"
}

.la-mug-hot:before {
    content: "\F7B6"
}

.la-music:before {
    content: "\F001"
}

.la-napster:before {
    content: "\F3D2"
}

.la-neos:before {
    content: "\F612"
}

.la-network-wired:before {
    content: "\F6FF"
}

.la-neuter:before {
    content: "\F22C"
}

.la-newspaper:before {
    content: "\F1EA"
}

.la-nimblr:before {
    content: "\F5A8"
}

.la-node:before {
    content: "\F419"
}

.la-node-js:before {
    content: "\F3D3"
}

.la-not-equal:before {
    content: "\F53E"
}

.la-notes-medical:before {
    content: "\F481"
}

.la-npm:before {
    content: "\F3D4"
}

.la-ns8:before {
    content: "\F3D5"
}

.la-nutritionix:before {
    content: "\F3D6"
}

.la-object-group:before {
    content: "\F247"
}

.la-object-ungroup:before {
    content: "\F248"
}

.la-odnoklassniki:before {
    content: "\F263"
}

.la-odnoklassniki-square:before {
    content: "\F264"
}

.la-oil-can:before {
    content: "\F613"
}

.la-old-republic:before {
    content: "\F510"
}

.la-om:before {
    content: "\F679"
}

.la-opencart:before {
    content: "\F23D"
}

.la-openid:before {
    content: "\F19B"
}

.la-opera:before {
    content: "\F26A"
}

.la-optin-monster:before {
    content: "\F23C"
}

.la-osi:before {
    content: "\F41A"
}

.la-otter:before {
    content: "\F700"
}

.la-outdent:before {
    content: "\F03B"
}

.la-page4:before {
    content: "\F3D7"
}

.la-pagelines:before {
    content: "\F18C"
}

.la-pager:before {
    content: "\F815"
}

.la-paint-brush:before {
    content: "\F1FC"
}

.la-paint-roller:before {
    content: "\F5AA"
}

.la-palette:before {
    content: "\F53F"
}

.la-palfed:before {
    content: "\F3D8"
}

.la-pallet:before {
    content: "\F482"
}

.la-paper-plane:before {
    content: "\F1D8"
}

.la-paperclip:before {
    content: "\F0C6"
}

.la-parachute-box:before {
    content: "\F4CD"
}

.la-paragraph:before {
    content: "\F1DD"
}

.la-parking:before {
    content: "\F540"
}

.la-passport:before {
    content: "\F5AB"
}

.la-pastafarianism:before {
    content: "\F67B"
}

.la-paste:before {
    content: "\F0EA"
}

.la-patreon:before {
    content: "\F3D9"
}

.la-pause:before {
    content: "\F04C"
}

.la-pause-circle:before {
    content: "\F28B"
}

.la-paw:before {
    content: "\F1B0"
}

.la-paypal:before {
    content: "\F1ED"
}

.la-peace:before {
    content: "\F67C"
}

.la-pen:before {
    content: "\F304"
}

.la-pen-alt:before {
    content: "\F305"
}

.la-pen-fancy:before {
    content: "\F5AC"
}

.la-pen-nib:before {
    content: "\F5AD"
}

.la-pen-square:before {
    content: "\F14B"
}

.la-pencil-alt:before {
    content: "\F303"
}

.la-pencil-ruler:before {
    content: "\F5AE"
}

.la-penny-arcade:before {
    content: "\F704"
}

.la-people-carry:before {
    content: "\F4CE"
}

.la-pepper-hot:before {
    content: "\F816"
}

.la-percent:before {
    content: "\F295"
}

.la-percentage:before {
    content: "\F541"
}

.la-periscope:before {
    content: "\F3DA"
}

.la-person-booth:before {
    content: "\F756"
}

.la-phabricator:before {
    content: "\F3DB"
}

.la-phoenix-framework:before {
    content: "\F3DC"
}

.la-phoenix-squadron:before {
    content: "\F511"
}

.la-phone:before {
    content: "\F095"
}

.la-phone-alt:before {
    content: "\F879"
}

.la-phone-slash:before {
    content: "\F3DD"
}

.la-phone-square:before {
    content: "\F098"
}

.la-phone-square-alt:before {
    content: "\F87B"
}

.la-phone-volume:before {
    content: "\F2A0"
}

.la-photo-video:before {
    content: "\F87C"
}

.la-php:before {
    content: "\F457"
}

.la-pied-piper:before {
    content: "\F2AE"
}

.la-pied-piper-alt:before {
    content: "\F1A8"
}

.la-pied-piper-hat:before {
    content: "\F4E5"
}

.la-pied-piper-pp:before {
    content: "\F1A7"
}

.la-piggy-bank:before {
    content: "\F4D3"
}

.la-pills:before {
    content: "\F484"
}

.la-pinterest:before {
    content: "\F0D2"
}

.la-pinterest-p:before {
    content: "\F231"
}

.la-pinterest-square:before {
    content: "\F0D3"
}

.la-pizza-slice:before {
    content: "\F818"
}

.la-place-of-worship:before {
    content: "\F67F"
}

.la-plane:before {
    content: "\F072"
}

.la-plane-arrival:before {
    content: "\F5AF"
}

.la-plane-departure:before {
    content: "\F5B0"
}

.la-play:before {
    content: "\F04B"
}

.la-play-circle:before {
    content: "\F144"
}

.la-playstation:before {
    content: "\F3DF"
}

.la-plug:before {
    content: "\F1E6"
}

.la-plus:before {
    content: "\F067"
}

.la-plus-circle:before {
    content: "\F055"
}

.la-plus-square:before {
    content: "\F0FE"
}

.la-podcast:before {
    content: "\F2CE"
}

.la-poll:before {
    content: "\F681"
}

.la-poll-h:before {
    content: "\F682"
}

.la-poo:before {
    content: "\F2FE"
}

.la-poo-storm:before {
    content: "\F75A"
}

.la-poop:before {
    content: "\F619"
}

.la-portrait:before {
    content: "\F3E0"
}

.la-pound-sign:before {
    content: "\F154"
}

.la-power-off:before {
    content: "\F011"
}

.la-pray:before {
    content: "\F683"
}

.la-praying-hands:before {
    content: "\F684"
}

.la-prescription:before {
    content: "\F5B1"
}

.la-prescription-bottle:before {
    content: "\F485"
}

.la-prescription-bottle-alt:before {
    content: "\F486"
}

.la-print:before {
    content: "\F02F"
}

.la-procedures:before {
    content: "\F487"
}

.la-product-hunt:before {
    content: "\F288"
}

.la-project-diagram:before {
    content: "\F542"
}

.la-pushed:before {
    content: "\F3E1"
}

.la-puzzle-piece:before {
    content: "\F12E"
}

.la-python:before {
    content: "\F3E2"
}

.la-qq:before {
    content: "\F1D6"
}

.la-qrcode:before {
    content: "\F029"
}

.la-question:before {
    content: "\F128"
}

.la-question-circle:before {
    content: "\F059"
}

.la-quidditch:before {
    content: "\F458"
}

.la-quinscape:before {
    content: "\F459"
}

.la-quora:before {
    content: "\F2C4"
}

.la-quote-left:before {
    content: "\F10D"
}

.la-quote-right:before {
    content: "\F10E"
}

.la-quran:before {
    content: "\F687"
}

.la-r-project:before {
    content: "\F4F7"
}

.la-radiation:before {
    content: "\F7B9"
}

.la-radiation-alt:before {
    content: "\F7BA"
}

.la-rainbow:before {
    content: "\F75B"
}

.la-random:before {
    content: "\F074"
}

.la-raspberry-pi:before {
    content: "\F7BB"
}

.la-ravelry:before {
    content: "\F2D9"
}

.la-react:before {
    content: "\F41B"
}

.la-reacteurope:before {
    content: "\F75D"
}

.la-readme:before {
    content: "\F4D5"
}

.la-rebel:before {
    content: "\F1D0"
}

.la-receipt:before {
    content: "\F543"
}

.la-recycle:before {
    content: "\F1B8"
}

.la-red-river:before {
    content: "\F3E3"
}

.la-reddit:before {
    content: "\F1A1"
}

.la-reddit-alien:before {
    content: "\F281"
}

.la-reddit-square:before {
    content: "\F1A2"
}

.la-redhat:before {
    content: "\F7BC"
}

.la-redo:before {
    content: "\F01E"
}

.la-redo-alt:before {
    content: "\F2F9"
}

.la-registered:before {
    content: "\F25D"
}

.la-remove-format:before {
    content: "\F87D"
}

.la-renren:before {
    content: "\F18B"
}

.la-reply:before {
    content: "\F3E5"
}

.la-reply-all:before {
    content: "\F122"
}

.la-replyd:before {
    content: "\F3E6"
}

.la-republican:before {
    content: "\F75E"
}

.la-researchgate:before {
    content: "\F4F8"
}

.la-resolving:before {
    content: "\F3E7"
}

.la-restroom:before {
    content: "\F7BD"
}

.la-retweet:before {
    content: "\F079"
}

.la-rev:before {
    content: "\F5B2"
}

.la-ribbon:before {
    content: "\F4D6"
}

.la-ring:before {
    content: "\F70B"
}

.la-road:before {
    content: "\F018"
}

.la-robot:before {
    content: "\F544"
}

.la-rocket:before {
    content: "\F135"
}

.la-rocketchat:before {
    content: "\F3E8"
}

.la-rockrms:before {
    content: "\F3E9"
}

.la-route:before {
    content: "\F4D7"
}

.la-rss:before {
    content: "\F09E"
}

.la-rss-square:before {
    content: "\F143"
}

.la-ruble-sign:before {
    content: "\F158"
}

.la-ruler:before {
    content: "\F545"
}

.la-ruler-combined:before {
    content: "\F546"
}

.la-ruler-horizontal:before {
    content: "\F547"
}

.la-ruler-vertical:before {
    content: "\F548"
}

.la-running:before {
    content: "\F70C"
}

.la-rupee-sign:before {
    content: "\F156"
}

.la-sad-cry:before {
    content: "\F5B3"
}

.la-sad-tear:before {
    content: "\F5B4"
}

.la-safari:before {
    content: "\F267"
}

.la-salesforce:before {
    content: "\F83B"
}

.la-sass:before {
    content: "\F41E"
}

.la-satellite:before {
    content: "\F7BF"
}

.la-satellite-dish:before {
    content: "\F7C0"
}

.la-save:before {
    content: "\F0C7"
}

.la-schlix:before {
    content: "\F3EA"
}

.la-school:before {
    content: "\F549"
}

.la-screwdriver:before {
    content: "\F54A"
}

.la-scribd:before {
    content: "\F28A"
}

.la-scroll:before {
    content: "\F70E"
}

.la-sd-card:before {
    content: "\F7C2"
}

.la-search:before {
    content: "\F002"
}

.la-search-dollar:before {
    content: "\F688"
}

.la-search-location:before {
    content: "\F689"
}

.la-search-minus:before {
    content: "\F010"
}

.la-search-plus:before {
    content: "\F00E"
}

.la-searchengin:before {
    content: "\F3EB"
}

.la-seedling:before {
    content: "\F4D8"
}

.la-sellcast:before {
    content: "\F2DA"
}

.la-sellsy:before {
    content: "\F213"
}

.la-server:before {
    content: "\F233"
}

.la-servicestack:before {
    content: "\F3EC"
}

.la-shapes:before {
    content: "\F61F"
}

.la-share:before {
    content: "\F064"
}

.la-share-alt:before {
    content: "\F1E0"
}

.la-share-alt-square:before {
    content: "\F1E1"
}

.la-share-square:before {
    content: "\F14D"
}

.la-shekel-sign:before {
    content: "\F20B"
}

.la-shield-alt:before {
    content: "\F3ED"
}

.la-ship:before {
    content: "\F21A"
}

.la-shipping-fast:before {
    content: "\F48B"
}

.la-shirtsinbulk:before {
    content: "\F214"
}

.la-shoe-prints:before {
    content: "\F54B"
}

.la-shopping-bag:before {
    content: "\F290"
}

.la-shopping-basket:before {
    content: "\F291"
}

.la-shopping-cart:before {
    content: "\F07A"
}

.la-shopware:before {
    content: "\F5B5"
}

.la-shower:before {
    content: "\F2CC"
}

.la-shuttle-van:before {
    content: "\F5B6"
}

.la-sign:before {
    content: "\F4D9"
}

.la-sign-in-alt:before {
    content: "\F2F6"
}

.la-sign-language:before {
    content: "\F2A7"
}

.la-sign-out-alt:before {
    content: "\F2F5"
}

.la-signal:before {
    content: "\F012"
}

.la-signature:before {
    content: "\F5B7"
}

.la-sim-card:before {
    content: "\F7C4"
}

.la-simplybuilt:before {
    content: "\F215"
}

.la-sistrix:before {
    content: "\F3EE"
}

.la-sitemap:before {
    content: "\F0E8"
}

.la-sith:before {
    content: "\F512"
}

.la-skating:before {
    content: "\F7C5"
}

.la-sketch:before {
    content: "\F7C6"
}

.la-skiing:before {
    content: "\F7C9"
}

.la-skiing-nordic:before {
    content: "\F7CA"
}

.la-skull:before {
    content: "\F54C"
}

.la-skull-crossbones:before {
    content: "\F714"
}

.la-skyatlas:before {
    content: "\F216"
}

.la-skype:before {
    content: "\F17E"
}

.la-slack:before {
    content: "\F198"
}

.la-slack-hash:before {
    content: "\F3EF"
}

.la-slash:before {
    content: "\F715"
}

.la-sleigh:before {
    content: "\F7CC"
}

.la-sliders-h:before {
    content: "\F1DE"
}

.la-slideshare:before {
    content: "\F1E7"
}

.la-smile:before {
    content: "\F118"
}

.la-smile-beam:before {
    content: "\F5B8"
}

.la-smile-wink:before {
    content: "\F4DA"
}

.la-smog:before {
    content: "\F75F"
}

.la-smoking:before {
    content: "\F48D"
}

.la-smoking-ban:before {
    content: "\F54D"
}

.la-sms:before {
    content: "\F7CD"
}

.la-snapchat:before {
    content: "\F2AB"
}

.la-snapchat-ghost:before {
    content: "\F2AC"
}

.la-snapchat-square:before {
    content: "\F2AD"
}

.la-snowboarding:before {
    content: "\F7CE"
}

.la-snowflake:before {
    content: "\F2DC"
}

.la-snowman:before {
    content: "\F7D0"
}

.la-snowplow:before {
    content: "\F7D2"
}

.la-socks:before {
    content: "\F696"
}

.la-solar-panel:before {
    content: "\F5BA"
}

.la-sort:before {
    content: "\F0DC"
}

.la-sort-alpha-down:before {
    content: "\F15D"
}

.la-sort-alpha-down-alt:before {
    content: "\F881"
}

.la-sort-alpha-up:before {
    content: "\F15E"
}

.la-sort-alpha-up-alt:before {
    content: "\F882"
}

.la-sort-amount-down:before {
    content: "\F160"
}

.la-sort-amount-down-alt:before {
    content: "\F884"
}

.la-sort-amount-up:before {
    content: "\F161"
}

.la-sort-amount-up-alt:before {
    content: "\F885"
}

.la-sort-down:before {
    content: "\F0DD"
}

.la-sort-numeric-down:before {
    content: "\F162"
}

.la-sort-numeric-down-alt:before {
    content: "\F886"
}

.la-sort-numeric-up:before {
    content: "\F163"
}

.la-sort-numeric-up-alt:before {
    content: "\F887"
}

.la-sort-up:before {
    content: "\F0DE"
}

.la-soundcloud:before {
    content: "\F1BE"
}

.la-sourcetree:before {
    content: "\F7D3"
}

.la-spa:before {
    content: "\F5BB"
}

.la-space-shuttle:before {
    content: "\F197"
}

.la-speakap:before {
    content: "\F3F3"
}

.la-speaker-deck:before {
    content: "\F83C"
}

.la-spell-check:before {
    content: "\F891"
}

.la-spider:before {
    content: "\F717"
}

.la-spinner:before {
    content: "\F110"
}

.la-splotch:before {
    content: "\F5BC"
}

.la-spotify:before {
    content: "\F1BC"
}

.la-spray-can:before {
    content: "\F5BD"
}

.la-square:before {
    content: "\F0C8"
}

.la-square-full:before {
    content: "\F45C"
}

.la-square-root-alt:before {
    content: "\F698"
}

.la-squarespace:before {
    content: "\F5BE"
}

.la-stack-exchange:before {
    content: "\F18D"
}

.la-stack-overflow:before {
    content: "\F16C"
}

.la-stackpath:before {
    content: "\F842"
}

.la-stamp:before {
    content: "\F5BF"
}

.la-star:before {
    content: "\F005"
}

.la-star-and-crescent:before {
    content: "\F699"
}

.la-star-half:before {
    content: "\F089"
}

.la-star-half-alt:before {
    content: "\F5C0"
}

.la-star-of-david:before {
    content: "\F69A"
}

.la-star-of-life:before {
    content: "\F621"
}

.la-staylinked:before {
    content: "\F3F5"
}

.la-steam:before {
    content: "\F1B6"
}

.la-steam-square:before {
    content: "\F1B7"
}

.la-steam-symbol:before {
    content: "\F3F6"
}

.la-step-backward:before {
    content: "\F048"
}

.la-step-forward:before {
    content: "\F051"
}

.la-stethoscope:before {
    content: "\F0F1"
}

.la-sticker-mule:before {
    content: "\F3F7"
}

.la-sticky-note:before {
    content: "\F249"
}

.la-stop:before {
    content: "\F04D"
}

.la-stop-circle:before {
    content: "\F28D"
}

.la-stopwatch:before {
    content: "\F2F2"
}

.la-store:before {
    content: "\F54E"
}

.la-store-alt:before {
    content: "\F54F"
}

.la-strava:before {
    content: "\F428"
}

.la-stream:before {
    content: "\F550"
}

.la-street-view:before {
    content: "\F21D"
}

.la-strikethrough:before {
    content: "\F0CC"
}

.la-stripe:before {
    content: "\F429"
}

.la-stripe-s:before {
    content: "\F42A"
}

.la-stroopwafel:before {
    content: "\F551"
}

.la-studiovinari:before {
    content: "\F3F8"
}

.la-stumbleupon:before {
    content: "\F1A4"
}

.la-stumbleupon-circle:before {
    content: "\F1A3"
}

.la-subscript:before {
    content: "\F12C"
}

.la-subway:before {
    content: "\F239"
}

.la-suitcase:before {
    content: "\F0F2"
}

.la-suitcase-rolling:before {
    content: "\F5C1"
}

.la-sun:before {
    content: "\F185"
}

.la-superpowers:before {
    content: "\F2DD"
}

.la-superscript:before {
    content: "\F12B"
}

.la-supple:before {
    content: "\F3F9"
}

.la-surprise:before {
    content: "\F5C2"
}

.la-suse:before {
    content: "\F7D6"
}

.la-swatchbook:before {
    content: "\F5C3"
}

.la-swimmer:before {
    content: "\F5C4"
}

.la-swimming-pool:before {
    content: "\F5C5"
}

.la-symfony:before {
    content: "\F83D"
}

.la-synagogue:before {
    content: "\F69B"
}

.la-sync:before {
    content: "\F021"
}

.la-sync-alt:before {
    content: "\F2F1"
}

.la-syringe:before {
    content: "\F48E"
}

.la-table:before {
    content: "\F0CE"
}

.la-table-tennis:before {
    content: "\F45D"
}

.la-tablet:before {
    content: "\F10A"
}

.la-tablet-alt:before {
    content: "\F3FA"
}

.la-tablets:before {
    content: "\F490"
}

.la-tachometer-alt:before {
    content: "\F3FD"
}

.la-tag:before {
    content: "\F02B"
}

.la-tags:before {
    content: "\F02C"
}

.la-tape:before {
    content: "\F4DB"
}

.la-tasks:before {
    content: "\F0AE"
}

.la-taxi:before {
    content: "\F1BA"
}

.la-teamspeak:before {
    content: "\F4F9"
}

.la-teeth:before {
    content: "\F62E"
}

.la-teeth-open:before {
    content: "\F62F"
}

.la-telegram:before {
    content: "\F2C6"
}

.la-telegram-plane:before {
    content: "\F3FE"
}

.la-temperature-high:before {
    content: "\F769"
}

.la-temperature-low:before {
    content: "\F76B"
}

.la-tencent-weibo:before {
    content: "\F1D5"
}

.la-tenge:before {
    content: "\F7D7"
}

.la-terminal:before {
    content: "\F120"
}

.la-text-height:before {
    content: "\F034"
}

.la-text-width:before {
    content: "\F035"
}

.la-th:before {
    content: "\F00A"
}

.la-th-large:before {
    content: "\F009"
}

.la-th-list:before {
    content: "\F00B"
}

.la-the-red-yeti:before {
    content: "\F69D"
}

.la-theater-masks:before {
    content: "\F630"
}

.la-themeco:before {
    content: "\F5C6"
}

.la-themeisle:before {
    content: "\F2B2"
}

.la-thermometer:before {
    content: "\F491"
}

.la-thermometer-empty:before {
    content: "\F2CB"
}

.la-thermometer-full:before {
    content: "\F2C7"
}

.la-thermometer-half:before {
    content: "\F2C9"
}

.la-thermometer-quarter:before {
    content: "\F2CA"
}

.la-thermometer-three-quarters:before {
    content: "\F2C8"
}

.la-think-peaks:before {
    content: "\F731"
}

.la-thumbs-down:before {
    content: "\F165"
}

.la-thumbs-up:before {
    content: "\F164"
}

.la-thumbtack:before {
    content: "\F08D"
}

.la-ticket-alt:before {
    content: "\F3FF"
}

.la-times:before {
    content: "\F00D"
}

.la-times-circle:before {
    content: "\F057"
}

.la-tint:before {
    content: "\F043"
}

.la-tint-slash:before {
    content: "\F5C7"
}

.la-tired:before {
    content: "\F5C8"
}

.la-toggle-off:before {
    content: "\F204"
}

.la-toggle-on:before {
    content: "\F205"
}

.la-toilet:before {
    content: "\F7D8"
}

.la-toilet-paper:before {
    content: "\F71E"
}

.la-toolbox:before {
    content: "\F552"
}

.la-tools:before {
    content: "\F7D9"
}

.la-tooth:before {
    content: "\F5C9"
}

.la-torah:before {
    content: "\F6A0"
}

.la-torii-gate:before {
    content: "\F6A1"
}

.la-tractor:before {
    content: "\F722"
}

.la-trade-federation:before {
    content: "\F513"
}

.la-trademark:before {
    content: "\F25C"
}

.la-traffic-light:before {
    content: "\F637"
}

.la-train:before {
    content: "\F238"
}

.la-tram:before {
    content: "\F7DA"
}

.la-transgender:before {
    content: "\F224"
}

.la-transgender-alt:before {
    content: "\F225"
}

.la-trash:before {
    content: "\F1F8"
}

.la-trash-alt:before {
    content: "\F2ED"
}

.la-trash-restore:before {
    content: "\F829"
}

.la-trash-restore-alt:before {
    content: "\F82A"
}

.la-tree:before {
    content: "\F1BB"
}

.la-trello:before {
    content: "\F181"
}

.la-tripadvisor:before {
    content: "\F262"
}

.la-trophy:before {
    content: "\F091"
}

.la-truck:before {
    content: "\F0D1"
}

.la-truck-loading:before {
    content: "\F4DE"
}

.la-truck-monster:before {
    content: "\F63B"
}

.la-truck-moving:before {
    content: "\F4DF"
}

.la-truck-pickup:before {
    content: "\F63C"
}

.la-tshirt:before {
    content: "\F553"
}

.la-tty:before {
    content: "\F1E4"
}

.la-tumblr:before {
    content: "\F173"
}

.la-tumblr-square:before {
    content: "\F174"
}

.la-tv:before {
    content: "\F26C"
}

.la-twitch:before {
    content: "\F1E8"
}

.la-twitter:before {
    content: "\F099"
}

.la-twitter-square:before {
    content: "\F081"
}

.la-typo3:before {
    content: "\F42B"
}

.la-uber:before {
    content: "\F402"
}

.la-ubuntu:before {
    content: "\F7DF"
}

.la-uikit:before {
    content: "\F403"
}

.la-umbrella:before {
    content: "\F0E9"
}

.la-umbrella-beach:before {
    content: "\F5CA"
}

.la-underline:before {
    content: "\F0CD"
}

.la-undo:before {
    content: "\F0E2"
}

.la-undo-alt:before {
    content: "\F2EA"
}

.la-uniregistry:before {
    content: "\F404"
}

.la-universal-access:before {
    content: "\F29A"
}

.la-university:before {
    content: "\F19C"
}

.la-unlink:before {
    content: "\F127"
}

.la-unlock:before {
    content: "\F09C"
}

.la-unlock-alt:before {
    content: "\F13E"
}

.la-untappd:before {
    content: "\F405"
}

.la-upload:before {
    content: "\F093"
}

.la-ups:before {
    content: "\F7E0"
}

.la-usb:before {
    content: "\F287"
}

.la-user:before {
    content: "\F007"
}

.la-user-alt:before {
    content: "\F406"
}

.la-user-alt-slash:before {
    content: "\F4FA"
}

.la-user-astronaut:before {
    content: "\F4FB"
}

.la-user-check:before {
    content: "\F4FC"
}

.la-user-circle:before {
    content: "\F2BD"
}

.la-user-clock:before {
    content: "\F4FD"
}

.la-user-cog:before {
    content: "\F4FE"
}

.la-user-edit:before {
    content: "\F4FF"
}

.la-user-friends:before {
    content: "\F500"
}

.la-user-graduate:before {
    content: "\F501"
}

.la-user-injured:before {
    content: "\F728"
}

.la-user-lock:before {
    content: "\F502"
}

.la-user-md:before {
    content: "\F0F0"
}

.la-user-minus:before {
    content: "\F503"
}

.la-user-ninja:before {
    content: "\F504"
}

.la-user-nurse:before {
    content: "\F82F"
}

.la-user-plus:before {
    content: "\F234"
}

.la-user-secret:before {
    content: "\F21B"
}

.la-user-shield:before {
    content: "\F505"
}

.la-user-slash:before {
    content: "\F506"
}

.la-user-tag:before {
    content: "\F507"
}

.la-user-tie:before {
    content: "\F508"
}

.la-user-times:before {
    content: "\F235"
}

.la-users:before {
    content: "\F0C0"
}

.la-users-cog:before {
    content: "\F509"
}

.la-usps:before {
    content: "\F7E1"
}

.la-ussunnah:before {
    content: "\F407"
}

.la-utensil-spoon:before {
    content: "\F2E5"
}

.la-utensils:before {
    content: "\F2E7"
}

.la-vaadin:before {
    content: "\F408"
}

.la-vector-square:before {
    content: "\F5CB"
}

.la-venus:before {
    content: "\F221"
}

.la-venus-double:before {
    content: "\F226"
}

.la-venus-mars:before {
    content: "\F228"
}

.la-viacoin:before {
    content: "\F237"
}

.la-viadeo:before {
    content: "\F2A9"
}

.la-viadeo-square:before {
    content: "\F2AA"
}

.la-vial:before {
    content: "\F492"
}

.la-vials:before {
    content: "\F493"
}

.la-viber:before {
    content: "\F409"
}

.la-video:before {
    content: "\F03D"
}

.la-video-slash:before {
    content: "\F4E2"
}

.la-vihara:before {
    content: "\F6A7"
}

.la-vimeo:before {
    content: "\F40A"
}

.la-vimeo-square:before {
    content: "\F194"
}

.la-vimeo-v:before {
    content: "\F27D"
}

.la-vine:before {
    content: "\F1CA"
}

.la-vk:before {
    content: "\F189"
}

.la-vnv:before {
    content: "\F40B"
}

.la-voicemail:before {
    content: "\F897"
}

.la-volleyball-ball:before {
    content: "\F45F"
}

.la-volume-down:before {
    content: "\F027"
}

.la-volume-mute:before {
    content: "\F6A9"
}

.la-volume-off:before {
    content: "\F026"
}

.la-volume-up:before {
    content: "\F028"
}

.la-vote-yea:before {
    content: "\F772"
}

.la-vr-cardboard:before {
    content: "\F729"
}

.la-vuejs:before {
    content: "\F41F"
}

.la-walking:before {
    content: "\F554"
}

.la-wallet:before {
    content: "\F555"
}

.la-warehouse:before {
    content: "\F494"
}

.la-water:before {
    content: "\F773"
}

.la-wave-square:before {
    content: "\F83E"
}

.la-waze:before {
    content: "\F83F"
}

.la-weebly:before {
    content: "\F5CC"
}

.la-weibo:before {
    content: "\F18A"
}

.la-weight:before {
    content: "\F496"
}

.la-weight-hanging:before {
    content: "\F5CD"
}

.la-weixin:before {
    content: "\F1D7"
}

.la-whatsapp:before {
    content: "\F232"
}

.la-whatsapp-square:before {
    content: "\F40C"
}

.la-wheelchair:before {
    content: "\F193"
}

.la-whmcs:before {
    content: "\F40D"
}

.la-wifi:before {
    content: "\F1EB"
}

.la-wikipedia-w:before {
    content: "\F266"
}

.la-wind:before {
    content: "\F72E"
}

.la-window-close:before {
    content: "\F410"
}

.la-window-maximize:before {
    content: "\F2D0"
}

.la-window-minimize:before {
    content: "\F2D1"
}

.la-window-restore:before {
    content: "\F2D2"
}

.la-windows:before {
    content: "\F17A"
}

.la-wine-bottle:before {
    content: "\F72F"
}

.la-wine-glass:before {
    content: "\F4E3"
}

.la-wine-glass-alt:before {
    content: "\F5CE"
}

.la-wix:before {
    content: "\F5CF"
}

.la-wizards-of-the-coast:before {
    content: "\F730"
}

.la-wolf-pack-battalion:before {
    content: "\F514"
}

.la-won-sign:before {
    content: "\F159"
}

.la-wordpress:before {
    content: "\F19A"
}

.la-wordpress-simple:before {
    content: "\F411"
}

.la-wpbeginner:before {
    content: "\F297"
}

.la-wpexplorer:before {
    content: "\F2DE"
}

.la-wpforms:before {
    content: "\F298"
}

.la-wpressr:before {
    content: "\F3E4"
}

.la-wrench:before {
    content: "\F0AD"
}

.la-x-ray:before {
    content: "\F497"
}

.la-xbox:before {
    content: "\F412"
}

.la-xing:before {
    content: "\F168"
}

.la-xing-square:before {
    content: "\F169"
}

.la-y-combinator:before {
    content: "\F23B"
}

.la-yahoo:before {
    content: "\F19E"
}

.la-yammer:before {
    content: "\F840"
}

.la-yandex:before {
    content: "\F413"
}

.la-yandex-international:before {
    content: "\F414"
}

.la-yarn:before {
    content: "\F7E3"
}

.la-yelp:before {
    content: "\F1E9"
}

.la-yen-sign:before {
    content: "\F157"
}

.la-yin-yang:before {
    content: "\F6AD"
}

.la-yoast:before {
    content: "\F2B1"
}

.la-youtube:before {
    content: "\F167"
}

.la-youtube-square:before {
    content: "\F431"
}

.la-zhihu:before {
    content: "\F63F"
}

.la-hat-cowboy:before {
    content: "\F8C0"
}

.la-hat-cowboy-side:before {
    content: "\F8C1"
}

.la-mdb:before {
    content: "\F8CA"
}

.la-mouse:before {
    content: "\F8CC"
}

.la-orcid:before {
    content: "\F8D2"
}

.la-record-vinyl:before {
    content: "\F8D9"
}

.la-swift:before {
    content: "\F8E1"
}

.la-umbraco:before {
    content: "\F8E8"
}

.la-buy-n-large:before {
    content: "\F8A6"
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    margin: 0
}

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #007bff
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

[type=search] {
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e1e1e1
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e1e1e1
}

.table tbody+tbody {
    border-top: 2px solid #e1e1e1
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #e1e1e1
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e1e1e1
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    color: #212529;
    background-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb,
.breadcrumb-item {
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e1e1e1;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e1e1e1;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #e1e1e1 !important
}

.border-top {
    border-top: 1px solid #e1e1e1 !important
}

.border-right {
    border-right: 1px solid #e1e1e1 !important
}

.border-bottom {
    border-bottom: 1px solid #e1e1e1 !important
}

.border-left {
    border-left: 1px solid #e1e1e1 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #e1e1e1
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #e1e1e1
    }
}

.box-news:not(.kind-video) img {
    transition: all .5s ease-in-out;
    transform: scale(1)
}

.box-news:not(.kind-video) .image-wrapper .image:after {
    content: "\F15C";
    font: normal normal normal 14px/1 FontAwesome;
    z-index: 2;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    margin: -20px 0 0 -20px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transform: scale(0);
    transition: all .3s ease-in-out
}

.box-news:not(.kind-video):hover .image.image-zoom img {
    transform: scale(1.2)
}

.box-news:not(.kind-video):hover .image-wrapper .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 1
}

.box-news:not(.kind-video):hover .image-wrapper .image:after {
    opacity: 1;
    transform: scale(1)
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px;
    background-position: 15px;
    background-repeat: no-repeat;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media (max-width:240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }
    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }
    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background-color: #f9f9f9;
    font-family: var(--primary-font);
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
    font-size: 10px
}

body {
    font-size: 14px;
    color: #333
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

p {
    line-height: 1.6em
}

p span {
    font-family: inherit;
    color: inherit;
    font-size: inherit
}

a {
    position: relative;
    transition: all .4s ease
}

@media (prefers-reduced-motion:reduce) {
    a {
        transition: none
    }
}

a:hover {
    color: var(--color-primary)
}

a,
button,
input,
select,
textarea {
    outline: none
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    text-decoration: none
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
    text-decoration: none
}

iframe {
    border: 0;
    max-width: 100%;
    width: 100%
}

.ps-document ol,
.ps-document ul {
    margin-bottom: 10px
}

.ps-document ol ol,
.ps-document ol ul,
.ps-document ul ol,
.ps-document ul ul {
    margin-bottom: 0
}

.ps-document ol li,
.ps-document ul li {
    color: #333;
    font-size: 14px;
    line-height: 1.6em
}

.ps-document p {
    margin-bottom: 10px
}

.ps-document p strong {
    color: #333
}

figure {
    margin: 0
}

.list-icons-3rt {
    margin-top: 10px
}

.list-icons-3rt .list-icons-item {
    width: 30%
}

.list-icons-3rt .list-icons-item .icons-item-image {
    text-align: center
}

.list-icons-3rt .list-icons-item .icons-item-image img {
    width: 100%;
    max-height: 26px
}

.list-icons-3rt .list-icons-item .icons-item-title {
    display: block;
    font-weight: 700;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    color: #333;
    margin: 10px 0 0;
    padding: 0 0 0 10px;
    position: relative
}

.hotline-head {
    text-align: center;
    padding-top: 25px
}

.hotline-head .hight-line {
    font-weight: 700;
    color: #ff0922
}

.hotline-head li {
    margin-bottom: 4px
}

.mega-menu {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    float: left
}

.mega-menu .category-name {
    font-size: 14px;
    padding: 0;
    display: block;
    float: left;
    margin: 0 8px 0 0
}

.mega-menu .category-name a {
    font-weight: 700;
    color: var(--color-primary);
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 44px;
    text-transform: uppercase
}

.mega-menu .category-name a.active:before,
.mega-menu .category-name a:hover:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 2px;
    background: var(--color-primary)
}

.list-bc {
    float: left;
    font-weight: 700;
    margin-top: 15px
}

.list-bc li {
    float: left;
    margin: 0 8px
}

.list-bc li:first-child {
    padding-left: 0
}

.list-bc li>a {
    color: #454545;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 9px 0
}

.list-bc li>a.active,
.list-bc li>a:hover {
    border-bottom: 2px solid var(--color-primary)
}

.cat_bar {
    background: #fff;
    height: 44px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
    overflow: hidden
}

.cat_bar .cat-bar-wrapper {
    clear: both;
    display: block;
    background: transparent;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0, 100%);
    -ms-scroll-chaining: chained;
    -webkit-overflow-scrolling: touch
}

.cat_bar .cat-bar-wrapper .scroll {
    display: flex;
    white-space: nowrap
}

.cat_bar .cat-bar-wrapper .scroll .list-bc {
    display: flex
}

.dt-news__social {
    float: left;
    min-width: 80px;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    position: sticky;
    top: 80px
;z-index: 9999;}

.dt-news__social>li {
    margin-bottom: 12px
}

.dt-news__social.sticky-social-type-1>li:first-child {
    margin-bottom: 20px
}

.dt-news__social.sticky-social-type-1 .dt-social__item {
    border-radius: 50%;
    background-color: #8e8e8e;
    display: inline-block;
    font-size: 22px;
    line-height: 40px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    color: #fff
}

.dt-news__social.sticky-social-type-1 .dt-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
    display: inline-block
}

.dt-news__social.sticky-social-type-1 .dt-social__item--facebook {
    background-color: #3b5998
}

.dt-news__social.sticky-social-type-1 .dt-social__item--home {
    background-color: var(--color-primary)
}

.dt-news__social.sticky-social-type-1 .dt-social__item--comment {
    border-radius: 5px;
    width: 60px;
    height: 45px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 5px;
    position: relative;
    overflow: visible;
    margin-left: -15px
}

.dt-news__social.sticky-social-type-1 .dt-social__item--comment:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-color: #8e8e8e transparent transparent #8e8e8e;
    border-style: solid;
    border-width: 8px;
    left: 8px;
    bottom: -15px
}

.dt-news__social.sticky-social-type-1 .dt-icon.icon-facebook {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBkPSJNMjc5LjE0IDI4OGwxNC4yMi05Mi42NmgtODguOTF2LTYwLjEzYzAtMjUuMzUgMTIuNDItNTAuMDYgNTIuMjQtNTAuMDZoNDAuNDJWNi4yNlMyNjAuNDMgMCAyMjUuMzYgMGMtNzMuMjIgMC0xMjEuMDggNDQuMzgtMTIxLjA4IDEyNC43MnY3MC42MkgyMi44OVYyODhoODEuMzl2MjI0aDEwMC4xN1YyODh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
    width: 18px;
    height: 18px
}

.dt-news__social.sticky-social-type-2 {
    float: left;
    min-width: 68px;
    max-width: 80px;
    overflow: hidden;
    margin-top: 10px;
    background: #fff;
    text-align: center;
    padding: 5px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    border-radius: .2rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.dt-news__social.sticky-social-type-2 .dt-social__item>i {
    border-radius: 50%;
    background-color: #8e8e8e;
    display: inline-block;
    font-size: 22px;
    line-height: 40px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    color: #fff
}

.dt-news__social.sticky-social-type-2 .dt-social__item>.text {
    display: block;
    margin-top: 4px;
    color: #000;
    font-size: .8em;
    transition: all .3s ease
}

.dt-news__social.sticky-social-type-2 .dt-social__item.dt-social__item--facebook i {
    background-color: #3b5998
}

.dt-news__social.sticky-social-type-2 .dt-social__item.dt-social__item--comment i {
    background: #002c5b
}

.dt-news__social.sticky-social-type-2 .dt-social__item.dt-social__item--home i {
    background-color: var(--color-primary)
}

.dt-news__social.sticky-social-type-2 .dt-social__item.dt-social__item--like i {
    background: #004ea0
}

.dt-news__social.sticky-social-type-2 .dt-social__item.dt-social__item--mail i {
    background: #f04d44
}

.dt-news__social.sticky-social-type-2 .dt-social__item.dt-social__item--report i {
    line-height: 36px
}

.header-column-left {
    display: flex
}

.sidebar-menu-icon-wrap {
    display: flex;
    height: 60px;
    padding-left: 15px;
    align-items: center;
    justify-content: center
}

.sidebar-menu-icon-wrap .sidebar-menu-icon {
    display: flex;
    height: 30px;
    width: 35px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    cursor: pointer
}

.sidebar-menu-icon-wrap .sidebar-menu-icon:hover>span {
    width: 20px;
    background: var(--color-primary)
}

.sidebar-menu-icon-wrap .sidebar-menu-icon:hover>span:last-child {
    width: 20px
}

.sidebar-menu-icon-wrap .sidebar-menu-icon>span {
    height: 2px;
    width: 16px;
    margin-bottom: 4px;
    background: #191919;
    transition: .2s ease-in-out
}

.sidebar-menu-icon-wrap .sidebar-menu-icon>span:nth-child(2) {
    width: 20px
}

.sidebar-menu-icon-wrap .sidebar-menu-icon>span:last-child {
    width: 12px;
    margin-bottom: 0
}

.header-logo {
    display: flex;
    max-height: 90px;
    max-width: 230px;
    padding: 0 15px;
    align-items: center;
    overflow: hidden;
    justify-content: center
}

.header-logo img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto
}

.header-logo h3 {
    color: var(--color-primary)
}

.header-logo svg {
    direction: ltr;
    height: 60px;
    width: 245px
}

.header-logo svg #logo_f_bg,
.header-logo svg #logo_f_text,
.header-logo svg #logo_f_text_inner {
    fill: var(--color-primary)
}

@media screen and (min-width:992px) {
    .sidebar-menu-icon-wrap {
        display: none
    }
}

@media screen and (max-width:1400px) {
    .header-logo {
        height: 70px
    }
    .header-logo h1 {
        font-size: 28px
    }
}

@media screen and (max-width:991px) {
    .header-logo {
        height: 50px;
        width: auto;
        padding-left: 0
    }
    .header-logo h1 {
        font-size: 28px
    }
}

.header-search-wrap {
    position: relative;
    min-width: 0;
    flex-grow: 1;
    padding: 0;
    display: flex;
    align-items: center
}

.desktop-search-form {
    width: 80%
}

.desktop-search-form .searchform {
    position: relative
}

.desktop-search-form .searchform input[type=text] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 35px;
    font-size: 13px;
    padding: 8px 40px 8px 15px;
    background-color: #f4f6fa
}

.desktop-search-form .searchform .searchsubmit {
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    padding: 0;
    width: 50px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #909090;
    font-weight: 400;
    font-size: 0;
    min-width: auto
}

 

.header-search {
    position: relative
}

.header-search .header-search-lg {
    position: relative;
    display: flex;
    border: 1px solid var(--color-primary);
    background: #fff
}

.header-search .header-search-lg .search-input {
    height: 40px;
    padding-left: 30px;
    border: none
}

.header-search .header-search-lg .header-search-right {
    display: flex;
    align-items: center
}

.header-search .header-search-lg .btn-search {
    display: flex;
    height: 40px;
    width: 40px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}

.header-search .header-search-lg .btn-search>i {
    font-size: 18px;
    line-height: 36px
}

.header-search .nice-select {
    display: flex;
    align-items: center
}

.header-search .nice-select .list {
    margin-top: 19px
}

.header-search-sm-form {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index: -1;
    transform: scale(.96);
    pointer-events: none;
    transition: .15s ease-in-out
}

.header-search-sm-form.active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
    pointer-events: auto
}

.header-search-sm-form>form {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center
}

.header-search-sm-form>form>input {
    height: 60px;
    padding: 10px 50px;
    border: none
}

.header-search-sm-form>form .btn-close,
.header-search-sm-form>form .btn-search {
    position: absolute;
    top: 50%;
    display: flex;
    height: 50px;
    width: 50px;
    padding: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%)
}

.header-search-sm-form>form .btn-close:hover>i,
.header-search-sm-form>form .btn-search:hover>i {
    color: var(--color-primary)
}

.header-search-sm-form>form .btn-close>i,
.header-search-sm-form>form .btn-search>i {
    font-size: 24px;
    color: #6e6e6e;
    transition: .15s ease-in-out
}

.header-search-sm-form>form .btn-close {
    left: 0
}

.header-search-sm-form>form .btn-search {
    right: 0
}

@media screen and (min-width:992px) {
    .header-search-sm-form,
    .header-search .header-search-sm {
        display: none
    }
}

@media screen and (max-width:991px) {
    .header-search-wrap {
        position: static;
        display: flex;
        flex-grow: 0;
        margin-left: auto;
        padding: 0 15px;
        align-items: center
    }
    .header-search .header-search-sm:hover>i {
        color: var(--color-primary)
    }
    .header-search .header-search-sm>i {
        font-size: 34px;
        line-height: 36px;
        color: #191919;
        cursor: pointer;
        transition: .15s ease-in-out
    }
}

@media screen and (max-width:391px) {
    .header-search-wrap {
        padding: 0 10px
    }
}

.header-col-center {
    display: flex;
    flex: 1 1 0%;
    justify-content: center;
    text-align: center
}

.info-box-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end
}

.info-box-wrapper .item {
    padding: 15px 0
}

.info-box-wrapper .item.open,
.info-box-wrapper .item.show {
    background: #fff
}

.info-box-wrapper .item.open .info-box-icon i:before,
.info-box-wrapper .item.show .info-box-icon i:before {
    content: "\F057"
}

.info-box-wrapper .item.open .info-box-content>*,
.info-box-wrapper .item.open .info-box-icon,
.info-box-wrapper .item.show .info-box-content>*,
.info-box-wrapper .item.show .info-box-icon {
    color: var(--color-primary)
}

.info-box-wrapper .item.logined,
.info-box-wrapper .item.relative {
    position: relative
}

.cursor-pointer {
    cursor: pointer
}

.woodmart-info-box {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px
}

@media screen and (max-width:991px) {
    .woodmart-info-box {
        padding-right: 5px;
        padding-left: 5px;
        position: static
    }
}

.box-icon-align-left {
    flex-direction: row
}

.woodmart-info-box .box-icon-wrapper {
    flex: 0 0 auto;
    line-height: 0;
    align-items: center;
    display: flex;
    justify-content: center
}

.box-icon-align-left .box-icon-wrapper {
    margin-right: 10px;
    max-width: 50%
}

.woodmart-info-box .info-box-content {
    position: relative;
    flex: 1 1 auto
}

.info-box-content>* {
    color: #fff
}

.woodmart-info-box .info-box-icon {
    display: inline-block;
    transition: all .25s ease
}

.box-with-icon .info-box-icon {
    overflow: hidden;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 22px
}

.box-with-icon .info-box-icon.has-bg {
    background: var(--color-primary)
}

@media screen and (max-width:991px) {
    .box-with-icon .info-box-icon {
        color: var(--color-primary);
        background: none
    }
}

.woodmart-info-box .info-svg-wrapper {
    display: inline-block
}

.woodmart-info-box .info-box-content label {
    font-size: 12px;
    display: block;
    margin: 0;
    line-height: 24px;
    text-transform: uppercase;
    font-family: iCielBCCubano-Normal, sans-serif;
    cursor: pointer;
    font-weight: 600
}

.slogan .info-box-content label {
    font-size: 22px;
    line-height: 24px
}

.slogan .info-box-content a,
.slogan .info-box-content span {
    font-size: 22px
}

@media screen and (max-width:1400px) {
    .woodmart-info-box .info-box-content label {
        font-size: 12px;
        display: block;
        margin: 0;
        line-height: 24px
    }
    .woodmart-info-box .info-box-content a,
    .woodmart-info-box .info-box-content span {
        font-size: 12px
    }
    .slogan .info-box-content label {
        font-size: 16px;
        line-height: 22px
    }
    .slogan .info-box-content a,
    .slogan .info-box-content span {
        font-size: 16px
    }
}

@media screen and (max-width:1199px) {
    .slogan {
        display: none
    }
}

.header-column-right {
    padding: 0 15px
}

.header-column-right .header-cart,
.header-column-right .header-wishlist {
    display: flex;
    align-items: center
}

.header-column-right .header-cart>span,
.header-column-right .header-wishlist>span {
    line-height: 28px;
    color: #191919;
    white-space: nowrap;
    transition: .15s ease-in-out
}

.header-column-right .header-wishlist:hover .icon-wrap>i,
.header-column-right .header-wishlist:hover>span {
    color: var(--color-primary)
}

.header-column-right .header-cart {
    margin-left: 35px;
    cursor: pointer
}

.header-column-right .header-cart:hover .icon-wrap>i,
.header-column-right .header-cart:hover>span {
    color: var(--color-primary)
}

.header-column-right .icon-wrap {
    position: relative;
    margin-right: 10px
}

.header-column-right .icon-wrap>i {
    font-size: 34px;
    line-height: 36px;
    color: #191919;
    transition: .15s ease-in-out
}

.header-column-right .icon-wrap>.count {
    position: absolute;
    font-size: 10px;
    line-height: 20px;
    top: 1px;
    right: -6px;
    height: 18px;
    width: 18px;
    color: #fff;
    background: #e23e1d;
    text-align: center;
    border-radius: 50%
}

.header-column-right .call-now {
    margin-right: 10px
}

.header-column-right .call-now fieldset {
    padding: 5px 30px;
    border-radius: 5px;
    border: 2px solid #00a0e3;
    text-align: center;
    position: relative
}

.header-column-right .call-now fieldset legend {
    font-size: 11px;
    text-transform: uppercase;
    color: #00a0e3;
    margin-bottom: 0
}

.header-column-right .call-now fieldset a {
    color: #f36b22;
    font-size: 20px;
    font-weight: 700
}

.header-column-right .call-now fieldset span {
    background: #01a0e3;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: 5px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center
}

@media screen and (max-width:480px) {
    .header-column-right .call-now {
        display: none
    }
}

.user__dropdown li {
    white-space: nowrap;
    font-size: 14px
}

.user__dropdown li strong {
    font-weight: 500
}

.user__dropdown li a,
.user__dropdown li strong {
    padding: 11px 0 8px;
    border-bottom: 1px solid #eee;
    display: block;
    line-height: normal
}

.user__dropdown li a {
    color: var(--color-primary)
}

.user__dropdown li:last-child a {
    border: none
}

@media screen and (max-width:1199px) {
    .header-column-right .icon-wrap {
        margin-right: 6px
    }
    .header-column-right .header-cart>span,
    .header-column-right .header-wishlist>span {
        display: none
    }
}

@media screen and (max-width:991px) {
    .header-column-right .header-wishlist {
        display: none
    }
    .header-column-right .header-cart {
        margin-left: 0
    }
}

@media screen and (max-width:391px) {
    .header-column-right {
        padding-left: 10px
    }
}

.header-wrap-inner.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    min-width: 320px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    z-index: 150;
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s
}

.header-wrap-inner.sticky .row.flex-nowrap {
    align-items: center
}

.header-wrap-inner.sticky .header-logo {
    height: 50px;
    width: auto
}

.header-wrap-inner.sticky .header-logo svg {
    height: 50px
}

.header-wrap-inner.sticky .slogan .info-box-content label {
    font-size: 18px;
    line-height: 20px
}

.header-wrap-inner.sticky .slogan .info-box-content a,
.header-wrap-inner.sticky .slogan .info-box-content span {
    font-size: 18px;
    color: var(--color-primary)
}

.header-wrap-inner.sticky .woodmart-info-box {
    flex-direction: row
}

.header-wrap-inner.sticky .woodmart-info-box .box-icon-wrapper {
    margin-right: 10px
}

.header-wrap-inner.sticky .searched-keywords {
    display: none
}

@media screen and (min-width:991px) {
    .header-wrap-inner.sticky .header-top-row {
        padding: 0
    }
}

.header-wrap-inner.show {
    top: 0;
    transition: .6s ease
}

.mobile-left {
    justify-content: flex-start
}

.mobile-right {
    justify-content: flex-end
}

.mobile-center {
    display: flex;
    flex: 1 1 40%;
    justify-content: center;
    text-align: center
}

.mobile-left,
.mobile-right {
    flex: 1 1 0%
}

.mobile-nav-icon {
    display: flex;
    height: 24px;
    width: 24px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    color: var(--color-primary);
    border-radius: 5px;
    font-size: 25px;
    margin-left: 5px
}

@media only screen and (max-width:991px) {
    .general-header-inner {
        height: 65px
    }
    .header-bottom-row {
        display: none
    }
}

.header-bottom-row {
    width: 100%;
    background: #fff
}

.navigation-wrap {
    background: #f7f7f7
}

.header-bottom-row {
    display: flex;
    align-items: center; background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.header-bottom-row .navbar {
    padding: 0 15px;
    z-index: 2
}

.header-bottom-row .navbar .navbar-nav {
    margin: 0;
    width: 100%
}

.header-bottom-row .navigation-text {
    margin-left: auto;
    margin-right: 25px;
    color: #ffb136
}

.language-wrapper {
    justify-content: flex-end
}

.language-wrapper .language_bar_list li {
    min-width: auto
}

.language-wrapper .language_bar_list li a img {
    margin: 0
}

.navbar-expand-full {
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%
}

.horizontal-megamenu {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1 1 0%;
    display: flex;
    flex-wrap: nowrap
}

.horizontal-megamenu.mega-menu>.fluid-menu {
    position: relative
}

.horizontal-megamenu li {
    display: inline-block;
    text-align: left;
    position: relative;
    transition: padding .35s ease;
    -webkit-backface-visibility: hidden
}

.horizontal-megamenu li .sub-menu {
    float: left;
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    top: 130px;
    margin: 0;
    width: 230px;
    background-color: #fff;
    box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, .08);
    webkit-transition: all 0s ease, visibility 0s ease;
    transition: all 0s ease, visibility 0s ease;
    line-height: 0;
    list-style: none
}

.horizontal-megamenu li .sub-menu li {
    width: 100%
}

.horizontal-megamenu li .sub-menu li>a {
    transform: matrix(1, 0, 0, 1, 0, 20);
    transition: opacity .75s ease, transform .75s ease;
    height: auto;
    line-height: 1.4em;
    padding: 13px;
    display: block;
    text-decoration: none;
    color: #4d4d4d;
    cursor: pointer
}

.horizontal-megamenu li .sub-menu li:hover {
    background-color: var(--color-primary);
    color: #fff;
    border: none
}

.horizontal-megamenu li .sub-menu li:hover>a {
    color: #fff;
    transform: matrix(1, 0, 0, 1, 10, 0);
    transition: transform .25s ease;
    -o-transition: transform .25s ease
}

.horizontal-megamenu li .sub-menu ul {
    left: 100%;
    top: 30px;
    margin-left: 0
}

.horizontal-megamenu li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.horizontal-megamenu li:hover>ul a {
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.horizontal-megamenu li:hover>ul li:hover>ul {
    top: 0
}

.horizontal-megamenu li:last-child:hover>ul {
    right: 0;
    left: auto;
    opacity: 1;
    visibility: visible
}

.horizontal-megamenu>.menu-item {
    display: block;
    flex-grow: 1;
    position: relative;
    transition: padding .35s ease;
    -webkit-backface-visibility: hidden
}

.horizontal-megamenu>.menu-item.is_home {
    flex-grow: 0
}

.horizontal-megamenu>.menu-item.menu-more {
    position: static;
    flex-grow: 0
}

.horizontal-megamenu>.menu-item.menu-more.show {
    background: #f00;
}

.horizontal-megamenu>.menu-item.menu-more.show .info-box-icon {
    color: #fff
}

.horizontal-megamenu>.menu-item.menu-more.show .info-box-icon i:before {
    content: "\F057"
}

.horizontal-megamenu>.menu-item.menu-more .box-icon-wrapper {
    margin: 0
}

.horizontal-megamenu>.menu-item.menu-more .info-box-icon {
    color: var(--color-primary)
}

.horizontal-megamenu>.menu-item.active>.menu-link .nav-link-text:after,
.horizontal-megamenu>.menu-item:hover>.menu-link .nav-link-text:after {
    width: 100%
}

.horizontal-megamenu>.menu-item.active>a {
    background: var(--color-primary)
}

.horizontal-megamenu>.menu-item.active>a .nav-link-text {
    color: #fff
}

.horizontal-megamenu>.menu-item.fluid-menu>.menu-link,
.horizontal-megamenu>.menu-item.multi-level>.menu-link {
    padding-right: 35px
}

.horizontal-megamenu>.menu-item>.menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding-right: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: .2px;
    line-height: 1;
    height: 50px;
    font-family: iCielBCCubano-Normal, sans-serif
}

.horizontal-megamenu>.menu-item>.menu-link .toggle-icon {
    color: #fff;
    display: inline-block;
    margin-left: 5px
}

.horizontal-megamenu>.menu-item>.menu-link .nav-link-text {
    color: var(--color-primary);
    font-weight: 600;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 13px
}

@media screen and (max-width:1366px) {
    .horizontal-megamenu>.menu-item>.menu-link .nav-link-text {
        font-size: 13px
    }
}

@media screen and (max-width:1024px) {
    .horizontal-megamenu>.menu-item>.menu-link .nav-link-text {
        font-size: 12px
    }
}

.horizontal-megamenu>.menu-item>.menu-link .nav-link-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 3px;
    transition: width .4s cubic-bezier(.175, .885, .32, 1.15);
    background-color: var(--color-primary)
}

.horizontal-megamenu>.menu-item>.menu-link.link-home .nav-link-text {
    font-size: 30px
}

.horizontal-megamenu>.menu-item>.menu-link>i {
    color: var(--color-primary);
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.horizontal-megamenu.mega-menu>.dropdown.multi-level>.sub-menu {
    left: 0;
    top: 59px
}

.horizontal-megamenu.mega-menu .dropdown:hover>.sub-menu {
    -webkit-animation: menu-in-top .25s ease;
    animation: menu-in-top .25s ease
}

.horizontal-megamenu.mega-menu .dropdown>.sub-menu {
    left: 100%;
    top: 0;
    -webkit-animation: menu-in-bottom .25s ease;
    animation: menu-in-bottom .25s ease
}

.horizontal-megamenu.mega-menu>.fluid-menu:hover>.fluid-menu-wrap {
    -webkit-animation: menu-in-top .25s ease;
    animation: menu-in-top .25s ease
}

.horizontal-megamenu.mega-menu>.fluid-menu>.fluid-menu-wrap {
    top: 59px;
    left: 0;
    -webkit-animation: menu-in-bottom .25s ease;
    animation: menu-in-bottom .25s ease
}

.category-popup {
    background-color: #141329;
    min-height: 50px;
    border-top: 3px solid var(--color-primary) !important;
    padding: 0 !important;
    transition: all .3s ease 0s;
    z-index: 99
}

.category-popup .category-menu {
    padding: 10px 20px
}

.category-popup .category-menu>ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible
}

.category-popup .category-menu>ul>li {
    display: block !important;
    width: 20%;
    margin-right: 0;
    margin-bottom: 20px;
    line-height: 26px;
    float: none;
    position: relative;
    font-size: 14px
}

.category-popup .category-menu>ul>li>a {
    color: var(--color-primary);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px
}

.category-popup .category-menu>ul>li .sub_cat {
    display: block
}

.category-popup .category-menu>ul>li .sub_cat>li {
    float: none;
    margin-right: 0;
    line-height: 26px;
    display: block
}

.category-popup .channels-menu {
    display: flex;
    justify-content: space-around;
    background: #f7f7f7;
    padding: 17px 10px
}

.category-popup .channels-menu a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #555
}

.category-popup .channels-menu a svg path {
    fill: var(--color-primary)
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.justify-content-between {
    justify-content: space-between !important
}

.whb-column {
    display: flex;
    align-items: center;
    flex-direction: row
}

@media (max-width:991px) {
    .whb-hidden-mobile,
    .whb-visible-lg {
        display: none
    }
}

@media (min-width:991px) {
    .whb-hidden-desktop,
    .whb-hidden-lg {
        display: none
    }
    .header-type-2 .general-header-inner {
        min-height: 105px
    }
}

.header-wrap-inner .header-top-row {
    padding: 0;
    background: #fff;
    position: relative
}

.header-type-1 .header-wrap-inner .header-top-row {
    background: var(--color-primary)
}

@media screen and (max-width:991px) {
    .header-type-1 .header-wrap-inner .header-top-row {
        background: #fff
    }
}

.header-type-1.bg-white .header-wrap-inner .header-top-row {
    background: #fff
}

.header-type-1.bg-white .header-wrap-inner .header-bottom-row {
    background: var(--color-primary)
}

.header-type-1.bg-white .header-wrap-inner .header-bottom-row .horizontal-megamenu>.menu-item>.menu-link .nav-link-text {
    color: #fff
}

.header-type-1.bg-white .header-wrap-inner .header-bottom-row .horizontal-megamenu>.menu-item>.menu-link .nav-link-text:after {
    background-color: #fff
}

.header-type-1.bg-white .header-wrap-inner .header-bottom-row .horizontal-megamenu>.menu-item>.menu-link>i {
    color: #fff
}

.header-type-1.bg-white .box-with-icon .info-box-icon {
    color: var(--color-primary)
}

.header-type-1.bg-white .menu-link .info-box-icon {
    color: #fff
}

.header-type-1.bg-white .icon_menu .style_icon,
.header-type-1.bg-white .info-box-content>* {
    color: var(--color-primary)
}

.header-type-1.bg-white .info-box-wrapper .item.show {
    background: #eaebec
}

.header-type-1.bg-white .icon_menu .style_icon,
.header-type-1.bg-white .icon_menu .style_icon:after,
.header-type-1.bg-white .icon_menu .style_icon:before {
    background: var(--color-primary)
}

.header-type-2 .sticky .header-top-bar,
.header-type-2 .sticky .header-top-row,
.header-type-2 .sticky .home_topbar {
    display: none
}

@media screen and (max-width:767px) {
    .header-type-2 .sticky .header-top-row {
        display: block
    }
}

.header-type-2 .header-bottom-row {
    border-bottom: 2px solid var(--color-primary);
    background: #f7f7f7
}

@media screen and (min-width:991px) {
    .header-type-2 .header-logo {
        max-height: none;
        max-width: 230px;
        height: auto
    }
}

@media screen and (max-width:767px) {
    .header-type-2 .header-logo {
        height: 50px
    }
}

.header-type-2 .home_topbar {
    background: #fff
}

.header-type-2 .horizontal-megamenu>.menu-item>.menu-link {
    height: 45px
}

.header-type-2 .horizontal-megamenu li:hover>ul {
    top: 45px
}

.header-type-2 .menu-item:hover>.menu-link {
    background: var(--color-secondary)
}

.header-type-2 .menu-item:hover>.menu-link .nav-link-text {
    color: #fff
}

.header-type-2 .menu-item:hover>.menu-link .nav-link-text:after {
    content: none
}

.header-type-3 .header-wrap-inner {
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 71.4%, .5)
}

.header-type-3 .header-wrap-inner .header-top-row {
    background: var(--color-primary)
}

@media screen and (max-width:991px) {
    .header-type-3 .header-wrap-inner .header-top-row {
        background: #fff
    }
}

.header-type-3 .header-wrap-inner .header-top-row .header-column-left:after {
    content: "";
    padding-left: 20px;
    width: 1px;
    height: 25px;
    border-right: 1px solid #e5e6ec;
    display: block
}

.header-type-3 .header-wrap-inner .header-top-row .header-logo {
    max-height: 60px
}

.header-type-3 .header-wrap-inner .woodmart-info-box {
    flex-direction: row;
    display: flex;
    align-items: center;
    padding: 6px
}

.header-type-3 .header-wrap-inner .woodmart-info-box .box-icon-wrapper {
    width: 24px;
    height: 24px;
    border-radius: 50%
}

.header-type-3 .header-wrap-inner .woodmart-info-box .info-box-content {
    margin-left: 10px
}

.header-type-3 .header-wrap-inner .woodmart-info-box .box-with-icon .info-box-icon {
    font-size: 20px
}

.header-type-3 .header-wrap-inner .woodmart-info-box.with-label:hover {
    background: #eeeff2;
    border-radius: 6px
}

.header-type-3 .header-wrap-inner .woodmart-info-box svg path {
    fill: #242424
}

.header-type-3 .header-wrap-inner .header-col-center .info-box-wrapper .item {
    padding: 10px 0;
    margin-left: 10px
}

.header-type-3 .header-wrap-inner .header-column-right .info-box-wrapper .item {
    margin-left: 10px
}

.header-type-3.bg-white .header-wrap-inner .header-top-row {
    background: #fff
}

.header-type-3.bg-white .header-wrap-inner .header-bottom-row {
    background: var(--color-primary);
    border-top: 1px solid #eee
}

.header-type-3.bg-white .header-wrap-inner .header-bottom-row .horizontal-megamenu>.menu-item>.menu-link .nav-link-text {
    color: var(--color-primary)
}

.header-type-3.bg-white .header-wrap-inner .header-bottom-row .horizontal-megamenu>.menu-item>.menu-link .nav-link-text:after {
    background-color: var(--color-primary)
}

.header-type-3.bg-white .box-with-icon .info-box-icon,
.header-type-3.bg-white .icon_menu .style_icon,
.header-type-3.bg-white .info-box-content>* {
    color: #242424
}

.header-type-3.bg-white .info-box-wrapper .item.show {
    background: #eaebec
}

.header-type-3.bg-white .icon_menu .style_icon,
.header-type-3.bg-white .icon_menu .style_icon:after,
.header-type-3.bg-white .icon_menu .style_icon:before {
    background: #242424
}

.header-type-3.logo-center .header-column-left,
.header-type-3.logo-center .header-column-right {
    flex: 1 1 0%
}

.header-type-3.logo-center .header-column-left:after {
    content: none !important
}

.header-type-3.logo-center .header-logo {
    max-width: 220px;
    padding: 0 15px
}

.header-type-3.logo-center .header-column-right .info-box-wrapper {
    justify-content: flex-end
}

.header-type-5 .header-wrap-inner .header-top-row .header-column-left:after {
    content: none
}

.header-type-5 .header-wrap-inner .woodmart-info-box .box-icon-wrapper {
    background-color: transparent
}

.header-type-4 .sticky .header-top-bar,
.header-type-4 .sticky .header-top-row,
.header-type-4 .sticky .home_topbar {
    display: none
}

@media screen and (max-width:767px) {
    .header-type-4 .sticky .header-top-row {
        display: block
    }
}

.header-type-4 .header-bottom-row {
    background: #fff;
    background: linear-gradient(180deg, #fff, #dcdcdc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dcdcdc", GradientType=1)
}

@media screen and (min-width:991px) {
    .header-type-4 .header-logo {
        max-height: none;
        max-width: 230px;
        height: auto
    }
}

@media screen and (max-width:767px) {
    .header-type-4 .header-logo {
        height: 50px
    }
}

.header-type-4 .home_topbar {
    background: #fff
}

.header-type-4 .horizontal-megamenu>.menu-item>.menu-link {
    height: 45px
}

.header-type-4 .horizontal-megamenu>.menu-item {
    border-right: 1px solid #fff;
    border-left: 1px solid #bbb
}

.header-type-4 .horizontal-megamenu>.menu-item:first-child {
    border-left: none
}

.header-type-4 .horizontal-megamenu>.menu-item:last-child {
    border-right: none
}

.header-type-4 .horizontal-megamenu>.menu-item.menu-more .info-box-icon {
    color: #000
}

.header-type-4 .horizontal-megamenu>.menu-item.active>.menu-link,
.header-type-4 .horizontal-megamenu>.menu-item:hover>.menu-link {
    background: var(--color-secondary)
}

.header-type-4 .horizontal-megamenu>.menu-item.active>.menu-link .nav-link-text,
.header-type-4 .horizontal-megamenu>.menu-item:hover>.menu-link .nav-link-text {
    color: #fff
}

.header-type-4 .horizontal-megamenu>.menu-item.active>.menu-link .nav-link-text:after,
.header-type-4 .horizontal-megamenu>.menu-item:hover>.menu-link .nav-link-text:after {
    content: none
}

.header-type-4 .horizontal-megamenu>.menu-item>.menu-link .nav-link-text {
    color: #000;
    text-transform: uppercase
}

.header-type-4 .horizontal-megamenu li .sub-menu li>a {
    color: #fff
}

.header-type-4 .horizontal-megamenu li:hover>ul {
    top: 45px;
    background: var(--color-secondary)
}

.header-type-6 .sticky .header-top-bar,
.header-type-6 .sticky .header-top-row {
    display: none !important
}

.header-type-6 .sticky .header-bottom-row {
    border-bottom: none;
    box-shadow: 0 3px 10px -3px rgba(0, 0, 0, .5)
}

@media screen and (max-width:991px) {
    .header-type-6 .sticky .header-top-row {
        display: block !important
    }
}

.header-type-6 .header-top-bar {
    background: linear-gradient(180deg, #fff, #f0f0f0)
}

.header-type-6 .header-top-bar .top-bar-inner {
    height: 25px
}

.header-type-6 .header-top-bar .menu>li>a {
    height: 100%
}

.header-type-6 .header-top-row {
    padding: 10px 0;
    background: #fff url(../images/map-top.png) 50% no-repeat
}

.header-type-6 .header-bottom-row {
    border-bottom: 4px solid #eee;
    background: var(--color-primary)
}

.header-type-6 .desktop-search-form {
    width: 100%
}

.header-type-6 .desktop-search-form .searchform input[type=text] {
    border-radius: 0;
    min-width: 280px
}

@media screen and (min-width:991px) {
    .header-type-6 .header-logo {
        max-height: none;
        max-width: 230px;
        height: auto
    }
}

@media screen and (max-width:991px) {
    .header-type-6 .header-logo {
        max-height: 40px
    }
}

@media screen and (max-width:767px) {
    .header-type-6 .header-logo {
        max-height: 40px
    }
}

.header-type-6 .home_topbar {
    background: #fff
}

.header-type-6 .home_topbar .topbar_threadhot label {
    color: #000;
    background: #fff
}

.header-type-6 .home_topbar .topbar_threadhot #hashtag-trending {
    margin-left: 130px
}

.header-type-6 .horizontal-megamenu>.menu-item {
    border-left: 1px solid #d83239;
    border-right: 1px solid #941318
}

.header-type-6 .horizontal-megamenu>.menu-item:first-child {
    border-left: none
}

.header-type-6 .horizontal-megamenu>.menu-item:last-child {
    border-right: none
}

.header-type-6 .horizontal-megamenu>.menu-item>.menu-link {
    height: 34px
}

.header-type-6 .horizontal-megamenu>.menu-item>.menu-link.link-home .nav-link-text {
    font-size: 18px
}

.header-type-6 .horizontal-megamenu>.menu-item.menu-more .info-box-icon,
.header-type-6 .horizontal-megamenu>.menu-item>.menu-link .nav-link-text {
    color: #fff
}

.header-type-6 .horizontal-megamenu li:hover>ul {
    top: 34px
}

.header-type-6 .menu-item:hover>.menu-link {
    background: var(--color-secondary)
}

.header-type-6 .menu-item:hover>.menu-link .nav-link-text {
    color: #fff
}

.header-type-6 .menu-item:hover>.menu-link .nav-link-text:after {
    content: none
}

@media screen and (max-width:991px) {
    .header-type-6 .general-header-inner {
        height: 48px
    }
    .header-type-6 .header-wrap-inner .header-top-row {
        background: var(--color-primary)
    }
    .header-type-6 .icon_menu .style_icon,
    .header-type-6 .icon_menu .style_icon:after,
    .header-type-6 .icon_menu .style_icon:before {
        background: #fff
    }
    .header-type-6 .box-with-icon .info-box-icon {
        color: #fff
    }
}

.mobile-logo-center .header-logo {
    max-width: 220px;
    padding: 0 15px
}

.desktop-logo-center .header-column-left {
    flex: 1 1 0%;
    padding: 0
}

.desktop-logo-center .header-column-left .info-box-wrapper {
    flex-grow: 1;
    justify-content: flex-start
}

.desktop-logo-center .header-col-center {
    flex: none
}

.desktop-logo-center .header-column-right {
    flex: 1 1 0%;
    padding: 0
}

.header-top-bar {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative
}

.header-top-bar .top-bar-inner {
    height: 35px
}

.header-top-bar .menu {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap
}

.header-top-bar .menu>li {
    align-items: stretch;
    display: flex;
    flex-direction: row
}

.header-top-bar .menu>li>* {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-right: 10px;
    padding-left: 10px;
    letter-spacing: .2px;
    line-height: 1;
    height: 35px;
    font-weight: 400;
    font-size: 13px
}

.header-top-bar .menu>li>* i {
    margin-right: 3px;
    font-size: 16px
}

.header-top-bar .desktop-search-form {
    width: auto;
    min-width: 300px
}

.header-top-bar .desktop-search-form .searchform {
    width: 100%
}

.header-top-bar .desktop-search-form .searchform input[type=text] {
    padding: 0 40px 0 15px;
    background-color: #fff;
    height: 28px
}

.header-wrap {
    position: relative;
    z-index: 8;
    min-height: 65px;
    width: 100%;
    margin: 0;
    transition: height .3s ease
}

@media screen and (max-width:991px) {
    .header-wrap {
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
    }
}

.tdb-drop-down-search {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    transition: all .4s ease;
    pointer-events: none;
    z-index: 10;
    left: auto;
    right: 0;
    width: 100%
}

.tdb-drop-down-search .tdb-drop-down-search-inner {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.tdb-drop-down-search .tdb-drop-down-search-inner .tdb-search-form {
    position: relative;
    padding: 20px;
    border: solid var(--color-primary);
    border-width: 3px 0 0;
    pointer-events: auto
}

.tdb-drop-down-search .tdb-drop-down-search-inner .tdb-search-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.tdb-drop-down-search .tdb-drop-down-search-inner .tdb-search-form-inner {
    position: relative;
    display: flex;
    background-color: #fff
}

.tdb-drop-down-search .tdb-drop-down-search-inner .tdb-search-form-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e1e1e1;
    pointer-events: none
}

.tdb-drop-down-search .tdb-head-search-form-btn,
.tdb-drop-down-search .tdb-head-search-form-input {
    height: auto;
    min-height: 32px;
    outline: none
}

.tdb-drop-down-search .tdb-head-search-form-input {
    color: #444;
    flex: 1;
    background-color: transparent;
    border: 0;
    padding: 3px 9px;
    line-height: 21px
}

.tdb-drop-down-search .tdb-head-search-form-btn {
    margin-bottom: 0;
    padding: 0 15px;
    background-color: var(--color-primary);
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    transition: all .3s ease;
    z-index: 1;
    border-radius: 0;
    outline: none
}

.tdb-drop-down-search .tdb-head-search-form-btn:hover {
    background-color: var(--color-secondary)
}

.tdb-drop-down-search.tdb-drop-down-search-open {
    visibility: visible;
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.dropdown-menu {
    background: #fff;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .2);
    margin-top: 0;
    padding: 10px 20px;
    float: none;
    border: none;
    border-radius: 0
}

.dropdown-menu.dropdown-fullwidth {
    width: 100%
}

.dropdown-menu.dropdown-right {
    right: 0;
    left: auto
}

.site-header__tool .utilities {
    text-align: center
}

.site-header__tool .utilities li {
    display: inline-block
}

.site-header__tool .utilities li a {
    border-right: 1px solid #eee;
    padding: 6px 20px 1px;
    display: block;
    color: var(--color-primary)
}

.site-header__tool .utilities li span {
    font-size: 11px;
    font-size: 1.5rem
}

.site-header__tool .utilities li i {
    font-size: 16px;
    font-size: 2rem;
    display: block;
    margin-bottom: 3px
}

.site-header__tool .utilities li i.icon {
    font-family: Line Awesome Free;
    font-weight: 900;
    font-style: normal
}

.site-header__tool .utilities li:last-child a {
    border: none
}

.site-header__tool .utilities li:first-child .icon:before {
    content: "\F19C"
}

.site-header__tool .utilities li:nth-child(2) .icon:before {
    content: "\F2B5"
}

.site-header__tool .utilities li:nth-child(3) .icon:before {
    content: "\F217"
}

.site-header__tool .utilities li:nth-child(4) .icon:before {
    content: "\F072"
}

.site-header__tool .utilities li:nth-child(5) .icon:before {
    content: "\F008"
}

@media screen and (max-width:991px) {
    .tdb-drop-down-search {
        left: 0
    }
    .visible-lg {
        display: none
    }
    .header-wrap-inner .header-top-row {
        padding: 0 15px
    }
    .content_wrapper {
        margin-bottom: 0 !important
    }
}

@media screen and (min-width:991px) {
    .hidden-lg {
        display: none
    }
}

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 340px;
    background-color: #fff;
    transition: transform .25s ease;
    border-top: 5px solid var(--color-primary)
}

.mobile-nav .close-mmenu {
    top: 0;
    left: 0;
    height: 40px;
    color: #fff;
    background-size: 30px 30px;
    cursor: pointer;
    transition: all .8s ease .2s;
    opacity: 0;
    pointer-events: auto;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 8px solid #ededed
}

.mobile-nav.slide-from-left {
    right: auto;
    left: 0;
    transform: translate3d(-340px, 0, 0)
}

.mobile-nav.slide-from-right {
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0)
}

.mobile-nav.act-mobile-menu {
    transform: none
}

.mobile-nav .mobile-search {
    position: relative
}

.mobile-nav .mobile-search .header-search-lg {
    position: relative;
    display: flex;
    background: #fff
}

.mobile-nav .mobile-search .header-search-lg .header-search-right {
    display: flex;
    align-items: center
}

.mobile-nav .mobile-search .header-search-lg .header-search-right .btn-search {
    display: flex;
    height: 70px;
    width: 70px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 22px
}

.mobile-nav .mobile-search .search-form {
    z-index: 2;
    box-shadow: 0 -1px 9px rgba(0, 0, 0, .17)
}

.mobile-nav .mobile-search .search-form input[type=text] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    border: none;
    height: 70px
}

.mobile-nav .site-mobile-menu li {
    position: relative;
    display: block
}

.mobile-nav .site-mobile-menu li.opener-page>a,
.mobile-nav .site-mobile-menu li:active>a {
    background-color: rgba(0, 0, 0, .04)
}

.mobile-nav .site-mobile-menu li a {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 5px 20px;
    min-height: 50px;
    border-bottom: 1px solid hsla(0, 0%, 50.6%, .2);
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    font-family: iCielBCCubano-Normal, Helvetica, Arial
}

.mobile-nav .site-mobile-menu .toggle-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    width: 50px;
    height: 50px;
    border-left: 1px solid hsla(0, 0%, 50.6%, .2);
    color: #2d2a2a;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.mobile-nav .site-mobile-menu .toggle-icon.up-icon {
    background: var(--color-primary);
    color: #fff
}

.mobile-nav .site-mobile-menu .toggle-icon.up-icon .fa-angle-down:before {
    content: "\F106"
}

.mobile-nav .site-mobile-menu .sub-menu {
    display: none
}

.mobile-nav .site-mobile-menu .sub-menu li a {
    color: #777;
    text-transform: uppercase;
    font-size: 13px
}

.mobile-nav .channels-menu {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0 15px
}

.mobile-nav .channels-menu li {
    width: 47%;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    border: thin solid #e9eaee;
    background-color: #f9f9f9;
    color: #6c6e70;
    margin-bottom: 15px;
    overflow: hidden
}

.mobile-nav .channels-menu li a {
    text-transform: capitalize;
    white-space: nowrap
}

.mobile-nav .channels-menu li svg {
    margin: 0 3px 3px 8px;
    width: 20px;
    height: auto;
    max-height: 30px;
    display: inline-block
}

.mobile-nav .channels-menu li svg path {
    fill: var(--color-primary)
}

.mobile-nav .wd-search-form {
    padding: 15px
}

.mobile-nav .searchform {
    position: relative
}

.mobile-nav .searchform input[type=text] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 35px;
    font-size: 13px;
    padding: 8px 40px 8px 15px
}

.mobile-nav .searchform .searchsubmit {
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    padding: 0;
    width: 50px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #909090;
    font-weight: 400;
    font-size: 0;
    min-width: auto
}

.mobile-nav .searchform .searchsubmit:after {
    font-size: 20px;
    transition: opacity .2s ease;
    content: "\F002";
    font-family: Line Awesome Free;
    font-weight: 900
}

.icon_menu {
    margin: 8px 10px
}

.side-menu-open.is_mobile .header-wrap {
    z-index: 1
}

.side-menu-open .icon_menu .style_icon {
    background: transparent
}

.woodmart-close-side {
    z-index: 98
}

.desktop-side-nav {
    position: absolute;
    top: 100%;
    bottom: auto;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    background-color: #fff;
    transition: transform .25s ease;
    border-top: 5px solid var(--color-primary)
}

.desktop-side-nav .close-mmenu {
    top: 0;
    left: 0;
    height: 40px;
    color: #fff;
    background-size: 30px 30px;
    cursor: pointer;
    transition: all .8s ease .2s;
    opacity: 0;
    pointer-events: auto;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 8px solid #ededed;
    text-align: right;
    display: none
}

.desktop-side-nav.slide-from-left {
    right: auto;
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.desktop-side-nav.slide-from-right {
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0)
}

.desktop-side-nav.act-mobile-menu {
    transform: none
}

.desktop-side-nav .channels-menu {
    justify-content: space-around;
    background: #f7f7f7;
    padding: 17px 10px
}

.desktop-side-nav .channels-menu svg path {
    fill: var(--color-primary)
}

.desktop-side-nav .mobile-search {
    position: relative
}

.desktop-side-nav .mobile-search .header-search-lg {
    position: relative;
    display: flex;
    background: #fff
}

.desktop-side-nav .mobile-search .header-search-lg .header-search-right {
    display: flex;
    align-items: center
}

.desktop-side-nav .mobile-search .header-search-lg .header-search-right .btn-search {
    display: flex;
    height: 70px;
    width: 70px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 22px
}

.desktop-side-nav .mobile-search .search-form {
    z-index: 2;
    box-shadow: 0 -1px 9px rgba(0, 0, 0, .17)
}

.desktop-side-nav .mobile-search .search-form input[type=text] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    border: none;
    height: 70px
}

.desktop-side-nav .site-mobile-menu {
    background: #f4f4f4
}

.desktop-side-nav .site-mobile-menu>li {
    position: relative;
    display: flex
}

.desktop-side-nav .site-mobile-menu>li.opener-page>a,
.desktop-side-nav .site-mobile-menu>li:active>a {
    background-color: rgba(0, 0, 0, .04)
}

.desktop-side-nav .site-mobile-menu>li:hover {
    background: #e9e9e9
}

.desktop-side-nav .site-mobile-menu>li:hover>a {
    background: #4d4e4e
}

.desktop-side-nav .site-mobile-menu>li>a {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 5px 20px;
    min-height: 50px;
    border-bottom: 1px solid hsla(0, 0%, 50.6%, .2);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
    font-family: iCielBCCubano-Normal, Helvetica, Arial;
    width: 240px;
    background: var(--color-primary);
    text-align: left
}

.desktop-side-nav .site-mobile-menu .toggle-icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    width: 50px;
    height: 50px;
    border-left: 1px solid hsla(0, 0%, 50.6%, .2);
    color: #2d2a2a;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.desktop-side-nav .site-mobile-menu .toggle-icon.up-icon {
    background: var(--color-primary);
    color: #fff
}

.desktop-side-nav .site-mobile-menu .toggle-icon.up-icon .fa-angle-down:before {
    content: "\F106"
}

.desktop-side-nav .site-mobile-menu .sub-menu {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    flex-grow: 1
}

.desktop-side-nav .site-mobile-menu .sub-menu li {
    display: inline-block
}

.desktop-side-nav .site-mobile-menu .sub-menu li a {
    color: #777;
    text-transform: none;
    font-size: 13px;
    padding: 0 10px;
    text-transform: uppercase
}

.desktop-side-nav .site-mobile-menu .sub-menu li a:hover,
.desktop-side-nav .site-mobile-menu .sub-menu li a:visited {
    color: var(--color-primary)
}

.icon_menu {
    position: relative;
    width: 20px;
    height: 50px;
    cursor: pointer;
    color: #333;
    transition: all .3s ease;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    width: 25px;
    height: 25px;
    font-size: 13px;
    line-height: 20px;
    padding: 10px;
    margin: 5px;
    display: inline-block
}

.icon_menu .style_icon {
    display: block;
    position: absolute;
    margin-top: -1px;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--color-primary);
    transition: background 0s .3s
}

.icon_menu .style_icon.white-line,
.icon_menu .style_icon.white-line:after,
.icon_menu .style_icon.white-line:before {
    background: #fff
}

.icon_menu .style_icon:after,
.icon_menu .style_icon:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    content: "";
    transition-duration: .3s, .3s;
    transition-delay: .3s, 0s
}

.icon_menu .style_icon:before {
    top: -6px;
    transition-property: top, transform
}

.icon_menu .style_icon:after {
    bottom: -6px;
    transition-property: bottom, transform
}

.side-menu-open .close-mmenu {
    left: 0;
    top: 0;
    opacity: 1
}

.side-menu-open .icon_menu .style_icon {
    background: transparent !important
}

.side-menu-open .icon_menu .style_icon:before {
    top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, .3s
}

.side-menu-open .icon_menu .style_icon:after {
    bottom: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, .3s
}

.woodmart-close-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    transition: opacity .25s ease, visibility 0s ease .25s
}

.woodmart-close-side-opened {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease, visibility 0s ease
}

@media (max-width:991px) {
    .mobile-nav {
        width: 300px
    }
    .slide-from-left,
    .slide-from-right {
        transform: translate3d(-300px, 0, 0)
    }
}

.webnew-form-login .form-group {
    position: relative;
    margin-bottom: 20px
}

.webnew-form-login .form-group .input-icon {
    position: absolute;
    top: 22px;
    right: 15px;
    font-size: 20px;
    transform: translateY(-50%);
    color: #acb5be;
    line-height: 0
}

.webnew-form-login a {
    color: var(--color-primary)
}

.webnew-form-login .form-control {
    height: 45px;
    box-shadow: none;
    background: #f2f2f2;
    border: 0;
    outline: 0;
    border-radius: 3px;
    font-size: 14px;
    color: #5e6d77
}

.webnew-form-login button[type=submit] {
    height: 45px;
    outline: none;
    background-color: var(--color-primary)
}

.webnew-form-login .checkbox {
    margin: 0
}

.login-form-side {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 410px;
    background-color: #fff;
    transition: transform .25s ease;
    right: 0;
    left: auto;
    transform: translate3d(410px, 0, 0)
}

@media screen and (max-width:991px) {
    .login-form-side {
        width: 340px;
        transform: translate3d(340px, 0, 0)
    }
}

.login-form-side.woodmart-login-side-opened {
    transform: none
}

.login-form-side .widget-heading {
    background: var(--color-primary);
    height: 75px;
    position: relative
}

.login-form-side .widget-heading .logo {
    width: 180px;
    height: 52px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.login-form-side .widget-heading .logo img {
    max-height: 100%;
    max-width: 100%
}

.login-form-side .widget-heading .close-side-widget {
    position: absolute;
    top: 0;
    left: 10px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    z-index: 9;
    font-size: 3rem
}

.side-login-open .woodmart-close-side {
    z-index: 10
}

.signin__content {
    padding: 30px
}

.signin__content .signin__text {
    text-align: center;
    margin-bottom: 15px
}

.signin__content .signin__social {
    margin-bottom: 15px
}

.signin__content .signin__social .social {
    color: #fff;
    margin-bottom: 10px;
    display: block
}

.signin__content .signin__social .social i {
    font-size: 16px;
    font-size: 2.2rem;
    text-align: center;
    width: 45px;
    height: 45px;
    border-right: 1px solid hsla(0, 0%, 100%, .3);
    float: left;
    padding: 12px 0
}

.signin__content .signin__social .social span {
    padding: 14px 0 12px 14px;
    display: inline-block;
    font-size: 14px;
    height: 45px
}

.signin__content .signin__social .social--fb {
    background: #3b5998
}

.signin__content .signin__social .social--gg {
    background: #d34836
}

.signin__content .signin__social .social--zl {
    background: #018fe5
}

.signin__content .signin__social .social--zl i {
    background: url(/frontend/images/svgs/zalo_wicon.svg) 50% no-repeat;
    background-size: 14px auto !important
}

.signin__content .signin__subhead {
    text-align: center;
    position: relative;
    margin-bottom: 15px
}

.signin__content .signin__subhead span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    font-weight: 400;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 15px
}

.signin__content .signin__subhead:after {
    position: absolute;
    content: "";
    background: #ddd;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes stuckMoveUp {
    0% {
        transform: translateY(100%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes stuckMoveUp {
    0% {
        transform: translateY(100%)
    }
    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes stuckFadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes stuckFadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes bggradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes bggradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.mt-20 {
    margin-top: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.img_4_3 {
    overflow: hidden;
    position: relative;
    padding-bottom: 75%
}

.img_4_3 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.block_horizontal,
.block_vertical {
    display: flex;
    justify-content: center
}

.block_vertical {
    flex-direction: column
}

.title-style-1 .title {
    background: url(../images/pattern.png) repeat-x left 62%;
    margin-bottom: 8px;
    width: 100%
}

.title-style-1 .box-navigation {
    margin-bottom: 20px
}

.title-style-1 .horizontal-line {
    display: none
}

.title-style-1 a,
.title-style-1 span {
    background: #fff;
    padding-right: 20px;
    color: #3d4d65;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700
}

.title-style-1 .no-pad-top {
    padding-top: 0
}

.item-overlay {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.item-overlay .content {
    position: absolute;
    bottom: 0
}

.item-overlay .content .title {
    margin: 10px 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    padding-left: 15px;
    display: block;
    border-left: 3px solid var(--color-primary);
    text-shadow: 0 0 11px #000
}

.item-overlay .small-box .title {
    font-size: 16px
}

.item-overlay .boxOverlay {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    background: transparent;
    background: -webkit-gradient(left top, left bottom, color-stop(0, transparent), color-stop(51%, transparent), color-stop(91%, rgba(0, 0, 0, .81)), color-stop(100%, rgba(0, 0, 0, .81)));
    background: linear-gradient(180deg, transparent, transparent 51%, rgba(0, 0, 0, .81) 91%, rgba(0, 0, 0, .81))
}

.item-overlay .boxOverlay .hackOver img {
    max-width: 100%
}

.widget-chungkhoan {
    display: block;
    height: 400px;
    overflow: hidden
}

.list-social {
    float: right;
    margin: 7px 0
}

.list-social li {
    float: left;
    padding: 0 8px;
    position: relative
}

.list-social li a {
    font-size: 14px;
    text-indent: 0;
    display: block;
    color: #000
}

.list-social li a.text {
    text-indent: 0;
    font-weight: 700;
    position: relative;
    color: #d9231b;
    padding-left: 15px;
    margin-top: -4px
}

.list-social li i {
    display: block;
    font-size: 18px
}

.list-social li.phone {
    margin-top: -2px
}

.list-social .icon-telephone {
    position: absolute;
    color: #d9231b
}

.list-social .order {
    position: absolute;
    top: -8px;
    left: 0
}

.list-social .icon-youtube {
    color: rgba(51, 51, 51, .3)
}

.list-social .icon-youtube:hover {
    color: #cd201f
}

.list-social .icon-facebook-square {
    color: rgba(51, 51, 51, .3)
}

.list-social .icon-facebook-square:hover {
    color: #3a5998
}

.list-social .icon-googleplus {
    color: rgba(51, 51, 51, .3)
}

.list-social .icon-googleplus:hover {
    color: #db4437
}

.list-social .icon-mail {
    color: rgba(51, 51, 51, .3)
}

.list-social .icon-mail:hover {
    color: #4a90e2
}

.top-header {
    border-bottom: 1px solid #e1e3e5;
    display: block;
    float: left;
    width: 100%;
    background: #f2f3f4
}

.bottom-header {
    width: 100%;
    padding: 5px 0
}

.bottom-header,
.bottom-header .block-banner {
    overflow: hidden
}

.bao-tuoi-tre {
    width: 47px;
    height: 27px;
    background-position: -96px 0;
    margin-right: 11px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2)
}

.outer-logo {
    float: left;
    margin-bottom: 7px
}

.outer-logo p {
    text-align: center;
    padding-bottom: 4px;
    color: #4a4a4a;
    font-size: 10px;
    font-family: helvetica, arial, sans-serif
}

.outer-logo .logo {
    width: 206px;
    display: block
}

.outer-logo .logo img {
    max-width: 100%
}

.block-banner {
    float: right
}

.block-banner .banner-1 {
    float: left
}

.mgr4 {
    margin-right: 4px !important
}

.TopHeaderDateTime {
    font-size: 13px;
    color: #999;
    display: inline-block;
    padding-top: 10px;
    text-align: center;
    margin: 0 20px 0 auto
}

#menu-top {
    text-align: center
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
    .sprite {
        background-image: url(../images/sprites@2x.2.png);
        background-size: 209px 189px
    }
}

@media only screen and (min--moz-device-pixel-ratio:1.5) {
    .sprite {
        background-image: url(../images/sprites@2x.2.png);
        background-size: 209px 189px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2.5),
only screen and (min-resolution:240dpi) {
    .sprite {
        background-image: url(../images/sprites@2x.2.png);
        background-size: 209px 189px
    }
}

.box-sharing {
    overflow: hidden;
    margin-top: 20px;
    border-top: 1px solid #e1e3e5;
    border-bottom: 1px solid #e1e3e5;
    padding: 15px 0 16px;
    margin-bottom: 20px
}

.box-sharing .list-tool {
    margin-top: 15px
}

.box-sharing .list-tool li {
    float: left;
    padding-left: 17px
}

.box-sharing .list-social li {
    float: left;
    padding: 0 0 0 11px
}

.box-sharing .list-social li .liked {
    background-color: #a2a2a2
}

.box-sharing .list-social {
    margin-top: 0;
    padding-left: 0
}

.box-sharing .list-social li a {
    height: 27px;
    font-size: 13px;
    color: #fff;
    text-indent: 0;
    display: block;
    line-height: 27px;
    padding-right: 12px;
    float: left
}

.box-sharing .list-social li a.facebook {
    background-color: #3a5998
}

.box-sharing .list-social li a.google {
    background-color: #f5313e
}

.box-sharing .facebook i {
    display: inline-block;
    margin-right: 5px;
    bottom: 0;
    width: 32px;
    height: 32px;
    padding-top: 7px
}

.box-sharing .google i {
    display: inline-block;
    margin-right: 7px
}

.box-sharing .list-tool i {
    color: rgba(51, 51, 51, .3);
    font-size: 18px
}

.box-sharing .list-tool .icon:hover {
    color: #4a90e2
}

.box-sharing .list-social i {
    vertical-align: middle;
    padding-left: 12px;
    color: #fff
}

.box-sharing .list-social li a {
    border-radius: 2px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.box-sharing .list-social li a.facebook {
    box-shadow: 0 1px 0 0 #274177
}

.box-sharing .list-social li a.google {
    box-shadow: 0 1px 0 0 #b6121d
}

.box-sharing .list-social li:first-child,
.btn-qt a {
    padding-left: 0
}

.btn-qt a {
    border-radius: 3px;
    background-color: #e32c22;
    text-transform: uppercase
}

.btn-qt a i {
    display: inline-block;
    margin-right: 4px
}

.btn-qt>span {
    float: left;
    padding: 4px 6px;
    color: #878787;
    font-size: 11px;
    border: 1px solid #e0e0e0;
    height: 100%;
    margin-left: 7px;
    line-height: 18px;
    border-radius: 2px;
    position: relative
}

.btn-qt>span:before {
    border-color: transparent #fff transparent transparent;
    border-width: 5px 5px 5px 0;
    left: -5px;
    top: 7px;
    z-index: 2
}

.btn-qt>span:after,
.btn-qt>span:before {
    content: " ";
    border-style: solid;
    position: absolute
}

.btn-qt>span:after {
    border-color: transparent #e0e0e0 transparent transparent;
    border-width: 6px 6px 6px 0;
    left: -6px;
    top: 6px;
    z-index: 1
}

.box-sharing.right .list-social li a {
    width: 90px
}

.box-sharing.right .list-social li:last-child {
    width: 100px
}

.box-sharing.right .list-tool {
    margin-top: 10px
}

.group-links-groups .mCSB_scrollTools .mCSB_dragger {
    opacity: .2
}

.mCSB_inside>.mCSB_container {
    margin-right: 10px
}

.news-box {
    width: 100%;
    display: block;
    clear: both
}

.news-box .news-box-footer {
    clear: both;
    overflow: hidden
}

.news-box .news-box-footer a {
    color: var(--color-primary);
    background-color: #fff;
    border-color: #eee;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    height: 40px
}

.news-box .news-box-footer a i {
    margin-left: 8px
}

.news-box .news-box-footer a:hover {
    background: var(--color-secondary)
}

@media (max-width:767px) {
    .news-box {
        margin-bottom: 0;
        padding-top: 0
    }
}

.news-box-last {
    padding-bottom: 25px
}

.footer-right-text {
    text-align: right
}

@media (max-width:767px) {
    .footer-right-text {
        text-align: left
    }
}

@media (max-width:576px) {
    .box-news .snippet {
        display: none
    }
}

.container-mobile .tin_host_home {
    padding: 0
}

.news-box-top {
    padding-top: 15px
}

.published-date {
    margin-top: 4px;
    color: #9b9b9b;
    font-size: 12px;
    min-height: 14px
}

.box-navigation {
    line-height: 34px;
    padding-top: 20px
}

@media (max-width:767px) {
    .box-navigation {
        padding-top: 0
    }
}

.box-navigation .title {
    display: inline-block;
    padding: 0;
    margin: 0
}

.fb_fanpage {
    margin-top: 50px;
    display: block;
    float: left;
    width: 100%
}

.style_img_left {
    width: 100%;
    display: block;
    overflow: hidden
}

.style_tron {
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #bdbdbd
}

.style_tron .image-wrapper {
    border-radius: 50%;
    float: left;
    height: 40px;
    width: 40px
}

.style_tron .content {
    width: calc(100% - 40px);
    padding-left: 10px;
    float: left
}

.style_tron .content .title {
    padding: 0;
    margin: 0
}

.style_tron .image-wrapper>.image-medium {
    padding-bottom: 100%
}

.style_tron .image-wrapper>.image>img {
    height: 40px;
    width: 40px
}

.f-rsb,
.f-rsr {
    font-family: Arial, Helvetica, sans-serif
}

.footer-top,
.navigation {
    background-color: #269ce0
}

.menus>li>a.upcase,
.upcase {
    text-transform: uppercase
}

.article-content .tplCaption .Image,
.error,
.larger-buttons>li>a,
.ul-buttons>li,
.ul-vertical-line>li:after {
    text-align: center
}

#play1,
#zoom-image,
.search-box>.search-input:focus,
.search-box>.search-input:hover {
    outline: 0
}

.article-content,
.box-aside,
.box-qc-wide,
.box-testimonial .title a,
.image-center,
.image-wrapper,
.tacgia-area .share-btns {
    overflow: hidden;
    position: relative
}

.btn-social,
.btn-social-icon {
    white-space: nowrap;
    text-overflow: ellipsis
}

dir,
menu,
ul {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0
}

.f-rsb {
    font-weight: 700
}

.f-rsr {
    font-weight: 400
}

.box-news>.image .video .duration,
.f-rb,
.f-rl,
.f-rr {
    font-family: Roboto, Helvetica, Arial
}

.f-rl {
    font-weight: 300
}

.f-rr {
    font-weight: 400
}

.f-rb {
    font-weight: 700
}

.text-white,
.text-white>*,
.text-white>*>* {
    color: #fff !important
}

.fs1 {
    font-size: 10px
}

.fs2 {
    font-size: 12px
}

.fs3 {
    font-size: 13px
}

.fs4 {
    font-size: 14px
}

.fs5 {
    font-size: 16px
}

.fs6 {
    font-size: 18px
}

.fs28 {
    font-size: 28px
}

.center-vertical {
    margin: auto
}

input.search-input::-webkit-input-placeholder {
    color: rgba(245, 226, 226, .31)
}

input.search-input:-ms-input-placeholder {
    color: rgba(245, 226, 226, .31)
}

input.search-input:-moz-placeholder {
    color: rgba(245, 226, 226, .31)
}

.header-group {
    position: relative
}

.border-radius-sm {
    border-radius: 3px
}

.box-margin-bottom {
    margin-bottom: 20px !important
}

.navigation .ul-inline {
    font-size: 9px
}

.navigation .ul-inline>li>a[aria-expanded=true] {
    position: relative;
    color: #ffffd8 !important
}

.navigation .ul-inline>li>a[aria-expanded=true]:before {
    content: " ";
    position: absolute;
    right: calc(50% - 5px);
    bottom: -6px;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 5px 6px
}

.navigation .ul-inline>li {
    margin: auto
}

.navigation .ul-inline>li>a {
    color: #fff;
    padding: 7px 3px
}

.navigation .ul-inline>li>a img {
    vertical-align: baseline
}

.vertical-items {
    display: flex;
    align-items: center
}

.vertical-items>h3 {
    margin: auto 0
}

.btn-load-more-articles,
.error {
    margin-top: 20px;
    margin-bottom: 20px
}

.footer-top .ul-inline.group-links {
    margin-left: auto
}

.btn-ndt-pri {
    color: #fff;
    border-radius: 500px;
    padding: 10px 40px;
    background-color: #9e0003;
    border-color: #9d0102
}

.btn-ndt-pri:active,
.btn-ndt-pri:focus,
.btn-ndt-pri:hover {
    color: #fff;
    background-color: #900003;
    border-color: #900003
}

.btn-ndt-pri.loading,
.btn-ndt-pri.loading:active,
.btn-ndt-pri.loading:focus,
.btn-ndt-pri.loading:hover {
    background-color: #6e0003;
    border-color: #6e0003
}

.error {
    display: none;
    width: 100%;
    margin-top: .25rem;
    color: #dc3545
}

.body-aria {
    padding-top: 15px
}

.d-row.content {
    margin: 0 10px
}

.d-col {
    padding: 0 10px;
    float: left
}

.box-news>.image .video,
.image-center {
    position: relative
}

.ul-inline>li,
.ul-inline>li a {
    display: inline-block
}

.ul-inline>li a {
    padding: 7px 0
}

.ul-inline.ul-buttons {
    margin-right: 0;
    margin-left: auto
}

.ul-vertical-line>li:after {
    content: "|";
    color: #fff;
    display: inline-block;
    width: 8px
}

.ul-vertical-line>li:last-child:after {
    display: none;
    content: ""
}

.box-news>.image .video:before,
.box-news>.title>a:after {
    content: " "
}

.ul-buttons>li>a {
    background-color: var(--color-primary);
    padding: 3px 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 9px
}

.image-center>img {
    margin: auto;
    display: block;
    width: 100%
}

.box-news {
    margin-bottom: 10px;
    position: relative
}

.box-news.box-news-larger>.category {
    margin-top: 16px;
    padding-bottom: 0
}

.box-news>.image {
    display: block;
    margin-bottom: 11px
}

.box-news>.image .video:before {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/video.png) 50% no-repeat;
    display: block;
    top: calc(50% - 25px);
    right: calc(50% - 25px);
    z-index: 10
}

.box-news>.image .video .duration {
    position: absolute;
    bottom: 6px;
    right: 4px;
    margin-bottom: 0;
    background-color: #000;
    color: #fff;
    padding: 0 5px;
    font-weight: 400;
    font-size: 10px
}

.arrow_box,
.box-category>.content {
    position: relative
}

.box-news>.content>.category {
    color: var(--color-primary);
    display: block;
    padding-bottom: 2px
}

.box-news>.content>.category.sub {
    margin-top: 6px;
    margin-bottom: -6px
}

.box-news>.content>.title {
    margin: 3px 0 0
}

.box-news>.content>.title>a {
    color: #333;
    font-weight: 700;
    line-height: 1.3;
    font-size: 16px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0
}

@media (max-width:767px) {
    .box-news>.content>.title>a {
        height: auto
    }
}

.box-news>.content>.snippet {
    color: #333;
    font-family: inherit
}

.box-news>.bg-detail {
    position: relative;
    line-height: 23px
}

.box-news>.bg-detail>p {
    color: #000;
    padding: 20px;
    background-color: #dfdfdf
}

.box-news-image-left {
    width: 100%
}

.box-news-image-left>.content,
.box-news-image-left>.image {
    width: 50%;
    padding: 0 10px;
    float: left
}

.box-news-image-left>.content {
    margin-top: -3px
}

.box-news-image-left>.content>.title {
    line-height: 24px;
    margin: -2px 0 8px
}

.box-news-image-left>.content>.category {
    padding-bottom: 0
}

.box-news-larger {
    width: 100%;
    float: left
}

.box-news-larger>.content>.title>a {
    line-height: 1.3
}

.related-links {
    padding-top: 7px;
    padding-left: 0
}

@media (max-width:767px) {
    .related-links {
        margin-bottom: 20px
    }
}

.related-links li {
    position: relative;
    border-top: 1px dotted #bdbdbd;
    padding: 10px 0
}

.theodongsukien .related-links li:before {
    display: none
}

.related-links li a {
    padding-right: 6px;
    line-height: 20px;
    color: #000;
    line-height: 1.38;
    font-size: 15px;
    padding-left: 15px;
    display: block
}

.box-most-visited .related-links li a {
    color: #000
}

.related-links .views-count {
    font: normal 10px/normal Roboto;
    width: 100%;
    display: inline-block;
    color: #727b88
}

.related-links a {
    color: #333
}

.group-links-groups {
    display: block;
    overflow: hidden;
    height: 415px
}

.group-links-timeline {
    padding: 0;
    display: block;
    float: left;
    width: calc(100% - 10px)
}

.group-links-timeline>li {
    float: left;
    border-top: none;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px dashed #d1d1d1
}

.group-links-timeline>li:first-child,
.group-links-timeline>li:first-child a {
    padding-top: 0
}

.group-links-timeline>li>a {
    float: left;
    display: block;
    width: 100%;
    color: #000;
    padding-bottom: 5px;
    padding-top: 4px
}

.group-links-timeline>li>a h3 {
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    font-weight: 700;
    vertical-align: middle;
    display: table-cell;
    color: #333
}

.group-links-timeline>li>a :before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--color-primary);
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px
}

.group-links-timeline>li:last-child>a {
    border-bottom: none
}

.box-aside {
    float: left;
    width: 100%;
    padding-top: 15px
}

.box-aside.tigia {
    background-color: #f8f8f8;
    min-height: 150px;
    border: 1px solid #dfdfdf
}

.box-aside.tigia>img {
    margin-left: -1px
}

.box-aside>.box-category {
    margin-bottom: 0
}

.vertical-text-black>li {
    font-size: 11px
}

.vertical-text-black>li:after {
    color: #000;
    width: 3px;
    margin-left: 1px;
    margin-right: -1px;
    font-family: Roboto, Helvetica, Arial, serif;
    font-weight: 700
}

.vertical-text-black>li>a {
    color: #000
}

.title a,
h3.title {
    color: #333;
    padding-bottom: 3px;
    margin: 0;
    line-height: 1.4;
    font-size: 16px
}

.horizontal-line {
    height: 2px;
    width: 100%;
    margin-bottom: 10px;
    color: var(--color-primary);
    margin-top: 0
}

.horizontal-line .small-line {
    width: 100%;
    height: 100%;
    background-color: var(--color-primary)
}

.box-category .box-navigation>.ul-inline,
.box-category>.swarp>.box-navigation>.ul-inline {
    margin-left: auto;
    font-family: Roboto, Helvetica, Arial, serif;
    font-weight: 700
}

.full-width {
    width: 100%
}

.box-most-visited {
    width: 100%;
    float: left
}

.box-most-visited>.related-links {
    width: 100%;
    padding-top: 0;
    margin-top: -6px
}

.box-most-visited>.related-links>li:first-child {
    border-top: none
}

.box-most-visited>.related-links>li .datetime {
    font-size: 10px;
    margin: 2px 0 -2px
}

.box-most-visited>.related-links>li .datetime p:last-child:before {
    margin-bottom: -3px
}

.arrow_box {
    background: #efefef;
    border-radius: 4px
}

.arrow_box:after {
    right: 100%;
    top: 65px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: solid rgba(136, 183, 213, 0);
    border-right: solid #efefef;
    border-width: 6px 12px;
    margin-top: -12px
}

.box-testimonial {
    margin-bottom: 5px;
    float: left
}

.box-testimonial .title {
    margin: 0
}

.box-testimonial .title a {
    color: #333;
    max-height: 42px;
    line-height: normal;
    display: block
}

.box-testimonial .author-name {
    color: #999;
    display: block;
    margin-bottom: 0;
    line-height: 17px
}

.box-testimonial .description {
    font-size: 13px;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
    margin-bottom: 0
}

.box-testimonial .content {
    width: calc(100% - 140px);
    display: block;
    margin: 0;
    float: right;
    padding: 11px 18px 10px 20px
}

.box-testimonial>.img {
    float: left;
    border: 1px solid #ccc;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat
}

.col-5-content {
    width: 20%;
    padding: 0 10px
}

.col-5-content:nth-child(n+6) {
    display: none
}

.box-black {
    background-repeat: repeat-x;
    background-position: bottom;
    position: relative;
    background-color: #31363a
}

.box-black:after,
.box-black:before {
    opacity: .502;
    position: absolute;
    width: 100%;
    height: 20px;
    content: " "
}

.box-black:before {
    background-image: -ms-linear-gradient(90deg, transparent 0, #000 100%)
}

.box-black:after {
    background-image: -ms-linear-gradient(90deg, #000 0, transparent 100%);
    bottom: 0
}

.box-black *,
.box-black :after {
    color: #fff !important
}

.box-black>.box-navigation {
    min-height: 57px;
    padding: 0 20px
}

.box-black>.box-navigation>.title {
    padding-top: 6px
}

.box-black>.content {
    padding-bottom: 11px;
    margin: 0 10px
}

.box-black>.content .box-news>.title {
    margin: 6px 0
}

.theodongsukien {
    background-color: #dd0026;
    float: left;
    position: relative
}

.theodongsukien .image-wrapper .image-1-1 {
    padding-bottom: inherit
}

.theodongsukien .image-wrapper>.image>img {
    position: relative
}

.theodongsukien:before {
    background-image: -ms-linear-gradient(90deg, #333 0, rgba(51, 51, 51, 0) 100%);
    background-repeat: repeat-x;
    content: " ";
    width: 100%;
    height: 300px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 3
}

#menu:after,
.menus>li:after,
.menus>li>a:before,
span.type:before {
    content: " "
}

.theodongsukien>.related-links {
    margin-top: -78px
}

.theodongsukien>.related-links>li {
    padding: 13px 5px 13px 20px;
    border-color: #ccc;
    position: relative;
    float: left;
    background-image: unset;
    z-index: 5
}

.binhluannhieu>.related-links>li:first-child,
.theodongsukien>.related-links>li:first-child {
    background-color: #dd0026
}

.theodongsukien>.related-links>li>a {
    width: calc(100% - 55px);
    float: left;
    display: block
}

.theodongsukien>.related-links>li>span {
    display: block;
    width: 55px;
    font-size: 32px;
    float: right;
    text-align: center;
    margin: 0 auto;
    top: 0;
    position: relative
}

.binhluannhieu>.related-links {
    padding-top: 0
}

.thamdo>.question {
    border: 1px solid #efefef
}

.thamdo>.question>.title {
    margin: 20px
}

.thamdo>.question input[type=radio] {
    display: none
}

.thamdo>.question input[type=radio]+label {
    padding: 10px 20px;
    border-top: 1px solid #efefef;
    width: 100%;
    margin: 0
}

.thamdo>.question input[type=radio]:checked+label span {
    background: url(../images/checked.png) 50% no-repeat
}

.thamdo>.submits {
    margin-top: 10px
}

.thamdo>.submits .btn {
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #efefef
}

.thamdo>.submits .btn.pri {
    background-color: #269ce0;
    border-color: #269ce0;
    color: #fff
}

.larger-buttons {
    float: left;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf
}

.larger-buttons>li {
    flex: 1
}

.larger-buttons>li:first-child {
    margin-left: 0
}

.larger-buttons>li:last-child {
    margin-right: 0
}

.larger-buttons>li>a {
    font-size: 18px;
    color: #ffffd8;
    padding: 20px 0;
    border-radius: 4px;
    background-image: url(../images/btnbg-r.png);
    margin: 20px 10px;
    display: block
}

#menu {
    margin: 0 -20px;
    padding: 0 20px;
    width: 760px
}

#menu .unity {
    display: inline-block;
    float: left;
    height: 48px
}

#menu .unity>li:after {
    width: 21px
}

#menu .unity>li>a {
    color: #999;
    padding: 15px 0
}

#menu:after {
    margin: 0 -20px;
    width: calc(100% + 40px);
    display: block;
    height: 4px;
    float: left;
    background-color: var(--color-primary)
}

.comment {
    color: #000;
    display: inline-block
}

.comment:before {
    background-repeat: no-repeat;
    background-position: bottom;
    display: inline-block
}

.comment i {
    color: #000;
    font-size: 20px
}

.swiper-pagination.right {
    margin-left: auto
}

.swiper-pagination-bullet-active {
    background: #980000
}

.swiper-btn {
    width: 30px;
    height: 90px;
    top: 35%;
    background-color: rgba(141, 0, 3, .7);
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 99;
    background-image: url(../images/next.png);
    cursor: pointer
}

.swiper-btn.next {
    right: 0
}

.swiper-btn.swiper-button-disabled {
    opacity: 0
}

.swiper-btn.prev {
    transform: rotate(180deg)
}

.img-wide.small {
    height: 136px
}

.img-wide.larger {
    height: 200px
}

.img-wide>img {
    margin-top: -25px
}

.box-qc-wide>img {
    margin: auto;
    display: block
}

.box-qc-wide.larger {
    padding: 10px
}

.box-qc-wide.small {
    margin-bottom: 20px
}

.sub-category {
    width: 100%;
    margin-bottom: 0
}

.sub-category .box-navigation {
    height: unset
}

.sub-category .title.ul-inline {
    margin-left: 0;
    font-size: 13px;
    color: #000;
    margin-bottom: 6px
}

.sub-category .title.ul-inline li a {
    color: #000
}

.sub-category .title.ul-inline li.active {
    position: relative
}

.sub-category .title.ul-inline li.active a {
    color: var(--color-primary)
}

.sub-category .title.ul-inline li.active:after {
    content: " ";
    position: absolute;
    bottom: -12px;
    height: 6px;
    width: 100%;
    display: block;
    background-color: var(--color-primary)
}

.datetime {
    margin-bottom: 5px;
    display: inline-block
}

.datetime p {
    display: inline-block;
    margin: 0;
    font-family: Roboto, Helvetica, Arial;
    font-weight: 400;
    color: #999
}

.datetime p:first-child:after {
    content: " |"
}

.datetime p:first-child:before {
    content: "\F017";
    font-family: fontAwesome;
    display: inline-block;
    margin-right: 5px
}

.datetime p:last-child:after {
    content: ""
}

.box-2-sub-category {
    margin: 0 -20px 20px;
    float: left
}

.marginmbot20,
.tacgia-area {
    margin-bottom: 20px
}

.box-2-sub-category>.box-category {
    padding: 0 20px;
    float: left;
    width: 50%
}

.box-2-sub-category>.box-category:first-child {
    margin-right: -1px;
    border-right: 1px solid #efefef
}

.box-2-sub-category>.box-category:last-child {
    border-left: 1px solid #efefef
}

.clear-mg-top {
    margin-top: 0 !important
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.comment-count span,
.send-email span {
    background-repeat: no-repeat;
    background-position: 50%;
    float: left;
    width: 16px
}

.comment-count,
.send-email {
    border-radius: 2px;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 15px;
    color: #888;
    display: block
}

.comment-count {
    min-width: 56px;
    height: 20px;
    margin-right: 4px;
    float: left
}

.comment-count span {
    background-image: url(../images/comment.svg);
    display: block;
    height: 16px;
    margin-right: 4px
}

.send-email {
    height: 20px;
    margin-left: 4px
}

.send-email span {
    background-image: url(../images/email-sm.png);
    display: block;
    height: 14px
}

.margintop17 {
    margin-top: 17px
}

.mgt10 {
    margin-top: 10px
}

.mgt15 {
    margin-top: 15px
}

.mgt25 {
    margin-top: 25px
}

.bordernone {
    border: none !important
}

.more-click,
.pdt-pdb20 {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef
}

.bordernone img {
    margin-top: -4px
}

.padding0 {
    padding: 0
}

.paddingbot30 {
    padding-bottom: 30px
}

.image-content {
    padding: 20px 30px 30px;
    opacity: .5
}

.image-circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.more-click {
    padding-bottom: 20px;
    margin-top: 30px;
    width: 100%
}

.image-mg {
    padding: 5px 10px;
    background-color: #000
}

.redcl {
    color: var(--color-primary);
    font-weight: 700;
    margin-right: 5px
}

.mg020 {
    margin: 0 20px
}

.pdt-pdb20 {
    padding: 20px 0
}

.mgt-45 {
    top: -45px !important;
    margin-bottom: -45px
}

.emailwriter-area {
    border-left: 1px solid #efefef;
    padding: 0 2px
}

.emailwriter-area img {
    margin: -4px 7px 0
}

.emailwriter-area span {
    color: #999
}

.source-ns {
    margin-top: 4px
}

.source-ns span {
    margin-right: 10px
}

.source-ns p {
    padding-left: 5px;
    border-left: 1px solid #efefef
}

#zoom-image {
    position: absolute;
    z-index: 999;
    margin-top: 15px;
    background: 0 0;
    border: none;
    float: right;
    margin-right: 5px;
    top: 0;
    right: 0
}

.detail-comment>.col-md-12 {
    background: #efefef
}

.detail-comment>.col-md-12>textarea {
    margin-top: 20px;
    height: 75px;
    padding: 5px 15px
}

.detail-comment>.col-md-12>button {
    margin: 10px 0;
    border: none;
    color: #fff;
    outline: 0;
    background: #4267b2
}

.sapo:first-child:first-letter {
    color: #903;
    float: left;
    font-family: Georgia, Helvetica, Arial;
    font-size: 28px;
    line-height: 28px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px
}

.article-content {
    line-height: 23px
}

.article-content .nice-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #e5e5e5
}

.article-content .nice-table tr td,
.article-content .nice-table tr th {
    padding: 5px;
    border: 1px solid #e5e5e5;
    font-size: 90%
}

.article-content .nice-table tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

#buttonbar1,
#play1 {
    background: 0 0;
    border: none
}

.article-content .content_mecloud {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    display: block;
    width: 100%;
    float: left
}

.article-content .content_mecloud iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#play1,
.detail-header {
    position: relative
}

.article-content>div>p:first-child {
    float: none
}

.article-content>div>p:first-child:first-letter {
    float: left;
    font-family: Roboto;
    font-weight: 700;
    font-size: 46px;
    line-height: 44px;
    padding-top: 0;
    padding-right: 8px
}

.reader-opinion>.col-md-12 .name-comment,
.reader-opinion>.col-md-12 .time-comment span,
.reader-opinion>.col-md-12 span:first-child:after,
.reader-opinion>.header span:first-child {
    font-family: Roboto, Helvetica, Arial
}

.article-content .tplCaption {
    margin: 10px auto
}

.article-content .Image,
.article-content .tplCaption .Image {
    padding: 10px !important;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    font-style: normal
}

.article-content .Image {
    text-align: center !important
}

.writer-bg,
.writer-bg-cmt {
    padding: 2px;
    border-radius: 3px
}

#play1 {
    z-index: 100;
    margin-top: 210px;
    margin-left: 49%
}

#buttonbar1 {
    margin-top: -250px;
    outline: 0 !important
}

#play1:hover {
    opacity: .9
}

.clickvideo {
    width: 40px !important;
    height: 40px
}

.mg200 {
    top: 40%
}

.lh22 {
    line-height: 22px
}

.hdcontent {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: normal !important
}

.writer-bg {
    background-color: #3b5998;
    color: #fff
}

.writer-bg-cmt {
    color: #fff !important;
    background-color: #e6e6e6
}

.message-contact {
    border-radius: 3px;
    padding: 3px;
    background-color: #a4a4a4
}

.bdpdr5 {
    padding-right: 5px;
    border-right: 1px solid #a4a4a4
}

.word-zoom {
    font-size: 50px !important;
    line-height: 40px;
    padding-top: 4px;
    padding-right: 2px;
    padding-left: 3px;
    float: left
}

.reader-opinion>.header {
    margin-top: 20px;
    float: left;
    color: #4267b2
}

.reader-opinion>.header span:first-child {
    font-weight: 700
}

.reader-opinion>.opinion-highlight {
    float: right;
    opacity: .5;
    margin-top: 20px
}

.reader-opinion>.opinion-highlight button {
    background: 0 0;
    border: none;
    outline: 0
}

.reader-opinion>.col-md-12 {
    border-bottom: 1px solid #efefef;
    padding-top: 15px
}

.reader-opinion>.col-md-12:first-child {
    padding-top: 0;
    border-top: none !important
}

.reader-opinion>.col-md-12 img {
    float: left;
    padding: 0 7px 0 0
}

.reader-opinion>.col-md-12 .name-comment,
.reader-opinion>.col-md-12 span:first-child:after {
    font-weight: 700;
    color: #4267b2
}

.reader-opinion>.col-md-12 .time-comment button {
    background: 0 0;
    border: none;
    color: #4267b2;
    float: left;
    outline: 0
}

.reader-opinion>.col-md-12 .time-comment p {
    opacity: .5;
    color: #333;
    float: right
}

.reader-opinion>.col-md-12 .time-comment span {
    font-weight: 700;
    float: left;
    color: #4267b2;
    margin-top: 3px
}

.reader-opinion>.col-md-12 .time-comment img {
    padding: 0;
    margin-top: 7px
}

.article-event {
    width: 300px !important;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.see-more {
    width: 100%;
    margin-top: 10px;
    color: #4267b2;
    background: #f2f2f2;
    border: none;
    padding: 7px 0;
    outline: 0;
    margin-bottom: 15px;
    font-weight: 700
}

.adsFloat {
    position: fixed;
    bottom: 0;
    right: 0
}

@media (min-width:768px) {
    .row-outer {
        margin: 0 -20px
    }
    .img-wide.larger {
        height: 250px
    }
    .img-wide.small>img {
        margin-top: -5px
    }
    .ul-buttons>li>a {
        padding: 7px 9px;
        font-size: inherit
    }
    .ul-inline.group-links>li>a {
        padding: 10px 0
    }
}

@media (min-width:992px) {
    .ul-buttons>li {
        margin-left: 1px
    }
    .ul-buttons>li a {
        padding: 10px 18px
    }
    .navigation .ul-inline {
        font-size: 11px
    }
    .navigation .ul-inline>li>a[aria-expanded=true]:before {
        bottom: -5px
    }
    .row-inner {
        margin: 0
    }
    .vertical-text-black>li {
        font-size: 12px
    }
    .vertical-text-black>li:after {
        width: 17px
    }
    .img-wide.larger {
        height: 280px
    }
    .carousel-inner .item>.box-news {
        width: 330px
    }
    .ul-vertical-line>li:after {
        width: 16px
    }
    .ul-inline.group-links {
        padding: 0 17px
    }
    #menu {
        margin: 0 -20px;
        width: 980px
    }
}

@media (min-width:1200px) {
    .row-outer {
        margin: 0 -30px
    }
    .search-box .search-input,
    .side-bar {
        display: block
    }
    .navigation .ul-inline {
        font-size: 13px
    }
    .navigation .ul-inline>li>a[aria-expanded=true]:before {
        bottom: -5px
    }
    .img-wide.small {
        height: 136px
    }
    .img-wide.larger {
        height: 302px
    }
    small .img-wide.larger>img {
        margin-top: -25px
    }
    .carousel-inner .item>.box-news {
        width: 270px
    }
    #menu {
        margin: 0 -30px;
        width: 1200px
    }
}

.ndt-info .icon {
    background-repeat: no-repeat;
    background-position: 0 0
}

.ndt-info .icon>p {
    margin-left: 30px
}

.ndt-info .icon.email-contact {
    background-image: url(../images/email.png)
}

.ndt-info .icon.phone-contact {
    background-image: url(../images/phone.png)
}

.ndt-info .icon.address {
    background-image: url(../images/address.png)
}

.box-article>.side {
    padding-left: 15px
}

.sub-category {
    background-color: #fff
}

.glyphicon {
    display: inline-block;
    width: 32px;
    height: 32px
}

.glyphicon-user {
    background: url(../images/svgs/glyphicons_glyphicon-user.svg) 50% no-repeat
}

.glyphicon-warning-sign {
    background: url(../images/svgs/glyphicons_glyphicon-warning-sign.svg) 50% no-repeat
}

.glyphicon-refresh {
    background: url(../images/svgs/glyphicons_glyphicon-glyphicon-refresh.svg) 50% no-repeat;
    height: 15px;
    width: 15px;
    margin-right: 5px
}

#userdetails-popup .fa-facebook {
    width: 38px;
    height: 38px;
    margin-top: -8px;
    border-right: none;
    color: transparent
}

#userdetails-popup .btn-facebook {
    background: 0 0;
    padding: 0
}

#userdetails-popup .btn-facebook span {
    padding: 5px 10px;
    display: block;
    background-color: #3b5998;
    width: 100%;
    margin-left: 32px
}

.comment-modal#reply-popup .modal-body .icon,
.comment-modal#warning-popup .modal-body .icon {
    text-align: center
}

.comment-widget .comment-form {
    padding: 15px !important
}

.box-news .fb img {
    margin-top: 0;
    border-radius: 4px;
    width: 32px;
    height: 32px
}

@media screen and (min-width:768px) {
    #userdetails-popup .modal-dialog {
        width: unset
    }
}

@media (min-width:992px) {
    .paper {
        padding: 20px 0
    }
}

a:active,
a:focus,
a:hover {
    color: var(--color-primary);
    outline: 0 !important;
    outline-offset: 0 !important;
    text-decoration: none !important;
    cursor: pointer
}

.larger-buttons a:active,
.larger-buttons a:focus,
.larger-buttons a:hover {
    color: #f8c601 !important
}

ul:empty {
    display: none
}

.ul-inline>li>a>h1,
.ul-inline>li>a>h2,
.ul-inline>li>a>h3,
.ul-inline>li>a>h4,
.ul-inline>li>a>h5,
.ul-inline>li>a>h6,
a>h1,
a>h2,
a>h3,
a>h4,
a>h5,
a>h6,
ul>li>h1,
ul>li>h2,
ul>li>h3,
ul>li>h4,
ul>li>h5,
ul>li>h6 {
    margin: 0;
    font-size: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit
}

.comment-widget .btnMore:hover,
.comment-widget .comment .comment-actions a:hover,
.timeline ul li a:hover {
    text-decoration: underline
}

.article-content .ndtnote {
    padding: 10px;
    margin-bottom: 10px;
    background: #ffebcd
}

.storyInlinePhoto,
.storyInlinePhoto img {
    margin: auto;
    display: block
}

.article-content .tplCaption .tdImage,
.caption,
.tplCaption h1,
.tplCaption h2,
.tplCaption h3,
.tplCaption h4,
.tplCaption h5 {
    font-size: 15px
}

.image-wrapper>.image {
    position: relative;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 40%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZyBmaWxsPSIjY2NjIj48cGF0aCBkPSJNMjUgMjh2NDNoNTVWMjhIMjV6bTUxIDM4SDMwVjMzaDQ1djM0Ii8+PHBhdGggZD0iTTMzIDYzbDEzLTExIDQgMyA5LTEyIDMgNiAzLTIgNyAxNnoiLz48Y2lyY2xlIGN4PSI0NSIgY3k9IjQxIiByPSI1Ii8+PC9nPjwvc3ZnPg==);
    background-color: #f5f4f4;
    border-radius: 5px
}

.image-wrapper>.image>img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.image-wrapper>.image-3-2 {
    padding-bottom: 66.666%
}

.image-wrapper>.image-7-5 {
    padding-bottom: 71.4285%
}

.image-wrapper>.image-wide-large {
    padding-bottom: 52.631%
}

.image-wrapper>.image-wide-medium {
    padding-bottom: 56.666%
}

.image-wrapper>.image-larger {
    padding-bottom: 62.3656%
}

.image-wrapper>.image-medium {
    padding-bottom: 62.439%
}

.image-wrapper>.image-small {
    padding-bottom: 60%
}

.image-wrapper>.image-large-mobile {
    padding-bottom: 64.93%
}

.image-wrapper>.image-medium-mobile {
    padding-bottom: 64.928%
}

.image-wrapper>.image-small-mobile {
    padding-bottom: 74.786%
}

.image-wrapper>.image-1-1 {
    padding-bottom: 100%
}

.box-black .image-wrapper {
    background-color: var(--color-primary)
}

.info,
.loading-icon,
.SubmitInfo {
    display: none
}

.btn-social-icon,
.social-class li {
    margin-bottom: 4px
}

.footer-article {
    padding: 20px;
    background-color: #f0f8ff;
    font-size: 15px;
    line-height: 25px
}

@-webkit-keyframes marquee {
    to {
        transform: translate(-100%)
    }
}

@keyframes marquee {
    to {
        transform: translate(-100%)
    }
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    overflow: hidden
}

.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.btn-group-lg>.btn-social.btn,
.btn-social.btn-lg {
    padding-left: 61px
}

.btn-group-lg>.btn-social.btn :first-child,
.btn-social.btn-lg :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-group-sm>.btn-social.btn,
.btn-social.btn-sm {
    padding-left: 38px
}

.btn-group-sm>.btn-social.btn :first-child,
.btn-social.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-group-lg>.btn-social-icon.btn,
.btn-group-sm>.btn-social-icon.btn,
.btn-social-icon,
.btn-social-icon.btn-lg,
.btn-social-icon.btn-sm,
.btn-social-icon.btn-xs {
    padding-left: 0;
    padding-right: 0
}

.btn-social.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    text-align: left;
    overflow: hidden;
    height: 34px;
    width: 34px
}

.btn-social-icon :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 34px;
    font-size: 1.6em
}

.btn-group-lg>.btn-social-icon.btn :first-child,
.btn-social-icon.btn-lg :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-group-sm>.btn-social-icon.btn :first-child,
.btn-social-icon.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon :first-child {
    border: none;
    text-align: center;
    width: 100% !important
}

.btn-group-lg>.btn-social-icon.btn,
.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px
}

.btn-group-sm>.btn-social-icon.btn,
.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook.active,
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover,
.open .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #30487b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook.active,
.btn-facebook:active,
.open .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled,
.btn-facebook.disabled.active,
.btn-facebook.disabled:active,
.btn-facebook.disabled:focus,
.btn-facebook.disabled:hover,
.btn-facebook[disabled],
.btn-facebook[disabled].active,
.btn-facebook[disabled]:active,
.btn-facebook[disabled]:focus,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook,
fieldset[disabled] .btn-facebook.active,
fieldset[disabled] .btn-facebook:active,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook:hover {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2)
}

.btn-social:hover {
    color: #fff !important
}

.social-class .social-hex {
    font-family: Monaco, Menlo, Consolas, Courier New, monospace;
    font-size: 10px;
    opacity: .3;
    float: right
}

.social-class li:hover .social-hex {
    opacity: 1
}

.social-class li:hover code {
    background-color: #e8e8ee
}

.social-class code {
    cursor: default
}

#Form_formInfo {
    margin-right: .1em;
    margin-top: 1em;
    margin-left: .3em
}

#Form_formInfo_Message {
    width: 38em;
    margin-bottom: .8em
}

.Actions,
.content-info {
    margin-bottom: 1em
}

#Form_formInfo_action_sendComment {
    color: #fff;
    background: #4267b2;
    font-size: 12px;
    border: none
}

#Form_formInfo_action_sendComment:hover {
    background: #006a96;
    cursor: pointer;
    color: #fff
}

.icon-info img {
    width: 10%
}

.login-info h2 {
    color: #000;
    font-size: 1.5em;
    font-weight: 700
}

.info label {
    align: center;
    margin-left: 13em
}

.content-info {
    margin-top: 1em
}

#Form_formInfo_Email,
#Form_formInfo_FullName {
    width: 80%;
    padding: .7em;
    margin-left: 3em;
    border-radius: .5em;
    margin-bottom: 1em
}

#Form_formInfo_Annouce {
    text-align: center;
    font-size: 10px;
    font-family: arial
}

#Form_formInfo_action_exitT {
    margin-left: 8em;
    margin-top: 1em;
    padding: .8em;
    color: #045fb4;
    font-weight: 700;
    border: none;
    margin-right: 1em;
    border-radius: .5em
}

#Form_formInfo_action_exitT:hover {
    background: #006a96;
    cursor: pointer;
    color: #fff
}

.SimpleCaptchaField {
    display: none;
    width: 90%;
    margin-left: 1em
}

#Form_formInfo_action_sendInfo {
    margin-top: 1em;
    padding: .8em;
    color: #fff;
    font-weight: 700;
    background: #00a1df;
    border: none;
    border-radius: .5em
}

#Form_formInfo_action_sendInfo:hover {
    background: #006a96;
    cursor: pointer
}

.note {
    font-size: 11px
}

.note.has-error {
    color: #c70000
}

.comment-modal {
    font-family: Helvetica;
    font-size: 14px;
    margin: 0 auto
}

.comment-modal .modal-title {
    font-weight: 700;
    font-family: roboto
}

.comment-modal#reply-popup .modal-body,
.comment-modal#warning-popup .modal-body {
    padding-left: 75px
}

.comment-modal .modal-body .glyphicon {
    font-size: 2em
}

.comment-modal#reply-popup .modal-body .icon,
.comment-modal#warning-popup .modal-body .icon {
    position: absolute;
    left: 25px;
    width: 40px;
    height: 40px;
    top: 20px
}

.modal.centered {
    text-align: center
}

h3.note-head {
    font-size: 13px;
    margin: 0 0 10px
}

.modal .btn {
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 5px
}

.comment-modal form {
    padding: 5px 10px 0
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s linear infinite
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@-webkit-keyframes spin {
    0% {
        transform: scale(1) rotate(0)
    }
    to {
        transform: scale(1) rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: scale(1) rotate(0)
    }
    to {
        transform: scale(1) rotate(1turn)
    }
}

.comment-widget .comment-form .button:hover {
    color: #fff !important
}

.thamdo>.question .title {
    margin: 20px
}

#Form_PollForm_Name,
#pollForm_progress h5 {
    max-width: unset;
    margin: 20px 0
}

#Form_PollForm_Wraper .submits .btn.pri {
    background-color: #269ce0;
    border-color: #269ce0;
    color: #fff;
    border-radius: 0
}

#Form_PollForm_Wraper .submits .btn.pri:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff !important
}

.thamdo .optionset li {
    padding: 10px 20px !important;
    border-top: 1px solid #efefef
}

.thamdo>.question input[type=radio]+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -4px 20px 0 0;
    vertical-align: middle;
    background: url(../images/notchecked.png) 50% no-repeat;
    cursor: pointer
}

#Form_PollForm input[type=checkbox] {
    display: inline-block;
    margin: -6px 20px 0 0;
    width: auto
}

.body-detail-mobile .thamdo>.question input[type=radio],
.the-article-comment>header {
    display: none
}

#pollForm_progress .submits {
    margin-top: 10px
}

#pollForm_progress .question {
    padding: 0 20px !important
}

#pollForm_progress h5 {
    font-weight: 700
}

#Form_PollForm input {
    margin-bottom: 10px;
    padding: 6px 12px !important
}

#Form_PollForm input,
#Form_PollForm label {
    vertical-align: middle
}

#Form_PollForm[poll-type=Multil] label {
    width: auto
}

#Form_PollForm .Actions.row {
    margin-top: 10px;
    width: auto;
    max-width: none !important
}

a#pollForm_viewVote {
    font-weight: 700
}

.pollForm_Wraper .col-xs-6 {
    width: 50%;
    padding: 0 11px !important
}

.pollForm_Wraper .alert {
    padding: 15px !important
}

.question span,
.question strong {
    width: auto
}

.thamdo>.question input[type=radio]+label {
    padding: 10px 20px !important
}

.body-detail-mobile .thamdo>.question input[type=radio]:checked+label span {
    background: url(../images/checked.png) 50% no-repeat
}

.body-detail-mobile .thamdo>.question {
    border: 1px solid #efefef
}

.body-detail-mobile .thamdo>.question input[type=radio]+label {
    padding: 10px 20px;
    border-top: 1px solid #efefef;
    width: 100%;
    margin: 0
}

.body-detail-mobile .thamdo>.submits .btn {
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #efefef
}

.body-detail-mobile .thamdo>.submits .btn.pri {
    background-color: #269ce0;
    border-radius: 0;
    color: #fff
}

.body-detail-mobile .pollForm_Wraper .col-xs-6 {
    padding: 0 5px !important
}

.emojione {
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -999px;
    background-repeat: no-repeat;
    vertical-align: middle
}

.clearfix:after {
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.box-article .tieudiem .box-news .title a {
    font-size: 16px
}

@media (max-width:1199px) {
    .is_mobile .thoi_tiet {
        margin-bottom: 15px
    }
    .is_mobile .top_tieu_diem .box-news .title a,
    .is_mobile .top_tieu_diem .box-other-articles a {
        font-size: 18px
    }
}

.top_tieu_diem .box-other-articles .box-news {
    margin-top: 0;
    padding-bottom: 10px
}

.pagination {
    padding-left: 0;
    margin: 20px auto !important
}

.pager li,
.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--color-primary);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid var(--color-primary)
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #ffffd8 !important;
    background-color: rgba(221, 0, 38, .8)
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #fff;
    cursor: not-allowed;
    background-color: rgba(221, 0, 38, .8);
    border-color: rgba(221, 0, 38, .8)
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.topbar_threadhot label {
    float: left;
    color: #fff;
    font-weight: 700;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    background:#f00;
    border-left: 5px solid #f00;
    padding: 0 10px 0 5px;
    margin: 0 10px 0 0;
    position: absolute
}

#widget-ticker {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    position: relative;
    line-height: 24px;
    height: 24px
}

#hashtag-trending {
    margin-left: 41px;
    white-space: nowrap;
    display: inline-flex;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none
}

#hashtag-trending .has-marquee {
    -webkit-animation: marquee 45s linear infinite;
    animation: marquee 45s linear infinite
}

#hashtag-trending .has-marquee:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

#hashtag-trending li.hash-tag-item {
    display: inline-block;
    font-size: 13px;
    color: #000;
    border-radius: 100px;
    background-color: #e7e7e7;
    padding: 0 8px 0 12px;
    height: 24px;
    line-height: 24px;
    margin: 0 10px
}

#hashtag-trending li.hash-tag-item:before {
    content: "#";
    display: inline-block;
    color: hsla(0, 0%, 41.6%, .51);
    font-size: 15px;
    margin-right: 4px
}

#hashtag-trending li.hash-tag-item:hover {
    background: linear-gradient(-45deg, #4d4e4e, #8e8e8e, #ba2026, #d8494e);
    background-size: 400% 400%;
    -webkit-animation: bggradient 15s ease infinite;
    animation: bggradient 15s ease infinite;
    color: #fff
}

#hashtag-trending li.hash-tag-item:hover:before,
#hashtag-trending li.hash-tag-item:hover a {
    color: #fff
}

#hashtag-trending::-webkit-scrollbar {
    display: none
}

.home_topbar {
    height: 44px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0
}

@media (max-width:767px) {
    .home_topbar {
        margin-bottom: 0
    }
    .home_topbar .timestemp {
        display: none
    }
}

.home_topbar .btn-clock,
.home_topbar .btn-rss {
    background-color: #f0f0f0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: inline-block;
    height: 26px
}

.home_topbar .btn-clock {
    width: 34px;
    margin-right: 8px
}

.home_topbar .btn-rss {
    width: 53px;
    margin-right: 67px;
    font-size: 12px;
    color: #4a4a4a;
    padding-left: 11px;
    line-height: 28px
}

.home_topbar .btn-rss:hover {
    color: var(--color-primary)
}

.home_topbar .btn-rss:hover .icon-rss {
    background-position: 0 -112px
}

.home_topbar .btn-rss .icon {
    margin-left: 6px;
    margin-bottom: -3px;
    display: inline-block;
    font-size: 12px
}

.home_topbar .btn-clock .icon {
    font-size: 16px;
    padding: 5px 9px;
    color: #4a4a4a;
    display: inline-block
}

.home_topbar .btn-clock:hover .icon {
    color: var(--color-primary)
}

.home_topbar.type-1 .topbar_threadhot label {
    color: #000;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif
}

.home_topbar.type-1 .topbar_threadhot #hashtag-trending {
    margin-left: 130px
}

.btn-social {
    float: left
}

.frm-search {
    height: 24px;
    width: 247px;
    border: 1px solid #e1e2e3;
    border-radius: 1px;
    display: block;
    float: left
}

.frm-search .txt-search {
    float: left;
    height: 24px;
    width: 210px;
    padding: 0 10px;
    line-height: 24px;
    font-size: 10px;
    color: #303030;
    border: 0;
    outline: 0;
    background: transparent
}

.frm-search button {
    border: none;
    background-color: #fff;
    margin: 0;
    padding: 0
}

.frm-search .icon-search {
    float: left;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 15px
}

.txt-search:-moz-placeholder,
.txt-search:-ms-input-placeholder,
.txt-search::-moz-placeholder,
.txt-search::-webkit-input-placeholder {
    color: #fff
}

.timestemp {
    flex: 1;
    text-align: right;
    font-size: 13px;
    color: var(--color-primary);
    float: left
}

.timestemp #clock {
    display: inline-block
}

@media (max-width:767px) {
    .topbar_threadhot .timeline {
        width: 100%
    }
}

.block-video {
    width: 100%;
    float: left;
    margin: 25px 0
}

.block-video,
.block-video .container {
    background: #303030
}

.block-video .knswli-video-wrapper {
    display: block;
    float: left;
    padding: 40px 0 20px
}

@media (max-width:576px) {
    .block-video .knswli-video-wrapper {
        padding: 0
    }
}

.section_video.full-width {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50% - 9px);
    background-color: #292929
}

.section_video.full-width .inner-section-video {
    width: 90%;
    max-width: 1110px;
    margin: 0 auto;
    transition: translate .1s linear
}

.section_video.video-type-1 .inner-title {
    padding-left: 16px
}

.section_video.video-type-1 .inner-title:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--color-primary)
}

.knswli.dark.video {
    border-bottom: none;
    position: relative
}

.knswli.video .knswli-object-wrapper {
    padding: 0;
    border: 0
}

.knswli.dark .knswli-object-wrapper {
    position: relative;
    background: #303030
}

.w1040 {
    margin: 0 auto
}

.video .knswli-video-left {
    display: inline-block;
    position: relative;
    overflow: hidden
}

@media (min-width:576px) {
    .video .knswli-video-left {
        padding-right: 0
    }
}

.knswli-video-list {
    display: block;
    float: left;
    width: 100%
}

.knswli-video-left .knswli-name h2 {
    margin-top: 0
}

.knswli-video-left .knswli-name a {
    font-size: 14px;
    line-height: 21px;
    color: #f6a623;
    text-transform: uppercase;
    display: block
}

.knswli-video-left .knswli-title a {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    margin-top: 6px
}

.knswli-video-left .knswli-sapo {
    font-size: 14px;
    line-height: 22px;
    color: #fff
}

.knswli-video-center,
.knswli-video-right {
    display: inline-block;
    position: relative;
    overflow: hidden
}

.knswli-video-right .scroll-pane {
    height: auto;
    max-height: 250px;
    overflow: hidden
}

@media (min-width:576px) {
    .knswli-video-right {
        padding: 0
    }
}

@media (max-width:576px) {
    .knswli-video-right {
        margin-top: 20px
    }
}

.knswli-video-thumb img {
    width: 100%
}

.knswli-video-thumb {
    position: relative
}

.knswli-video-wrapper .knswli-video-icon-play {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 77px;
    height: 79px;
    background-color: rgba(48, 48, 48, .5);
    color: #fff
}

.knswli-video-wrapper .knswli-video-icon-play .icon-play {
    padding: 28px;
    font-size: 23px;
    display: inline-block
}

.kvli {
    padding-top: 13px;
    padding-bottom: 11px;
    border-top: 1px dashed #999
}

.kvli:first-child {
    padding-top: 0;
    border-top: none
}

.kvli-ava {
    margin-right: 12px;
    position: relative;
    text-decoration: none
}

.kvli-ava,
.kvli-ava img {
    height: 74px;
    display: block
}

.kvli-ava img {
    width: 132px
}

.kvli-title {
    margin: 0
}

.kvli-title a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600
}

.knswli-video-wrapper .kvli .knswli-video-icon-play {
    width: 36px;
    height: 36px
}

.knswli-video-icon-play i {
    font-size: 16px;
    padding-top: 33%;
    padding-left: 33%
}

.knswli-video-thumb i {
    font-size: 32px
}

.knswli-video-wrapper .kvli .icon-play {
    padding: 13px;
    font-size: 10px;
    color: #fff;
    display: inline-block
}

.kvli-thumb {
    float: left;
    width: 50%
}

.kvli-thumb img {
    max-width: 100%
}

.kvli-info {
    float: left;
    width: 50%
}

.inner-section-video {
    margin: 20px 0;
    background: #292929;
    position: relative;
    padding: 20px 15px
}

.inner-section-video .title-box-category {
    color: #fff
}

.wrapper-box-video {
    position: relative
}

.wrapper-box-video .box-player-video {
    width: 60%;
    float: left
}

@media (min-width:991px) and (max-width:1199px) {
    .wrapper-box-video .box-player-video {
        width: 60%
    }
}

@media (max-width:991px) {
    .wrapper-box-video .box-player-video {
        width: 50%
    }
}

@media (max-width:576px) {
    .wrapper-box-video .box-player-video {
        width: 100%;
        float: none;
        overflow: hidden
    }
}

.wrapper-box-video .box-player-video .meta-news {
    color: #ccc
}

.box-player-video .item-news .title-news {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%
}

.box-player-video .item-news .title-news a:hover {
    color: #ccc !important
}

@media (max-width:576px) {
    .box-player-video .item-news .title-news {
        font-size: 16px;
        line-height: 24px
    }
}

.box-scroll-video {
    width: 40%;
    padding-left: 20px;
    padding-right: 15px;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0
}

@media (min-width:991px) and (max-width:1199px) {
    .box-scroll-video {
        width: 40%
    }
}

@media (max-width:991px) {
    .box-scroll-video {
        width: 50%
    }
}

@media (max-width:576px) {
    .box-scroll-video {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        height: 420px !important;
        position: relative;
        margin-top: 15px;
        overflow: hidden
    }
    .box-scroll-video .ss-content {
        width: 100%
    }
}

.box-scroll-video .video-item .meta-news {
    color: #e2e2e2
}

.box-scroll-video .video-item .meta-news a:hover {
    color: var(--color-secondary)
}

.box-scroll-video .video-item .video-mask {
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px
}

.box-scroll-video .video-item .video-mask:before {
    content: none
}

.box-scroll-video .video-item .thumb-art a {
    padding-bottom: 60%
}

.box-scroll-video .video-item .title-news a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.ss-wrapper {
    overflow: hidden;
    width: 100%;
    z-index: 1;
    float: left
}

.ss-content,
.ss-wrapper {
    height: 100%;
    position: relative
}

.ss-content {
    width: calc(100% + 17px);
    padding: 0;
    overflow: auto;
    box-sizing: border-box
}

.ss-content::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, .13)
}

.ss-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: hsla(0, 0%, 54.9%, .35)
}

.box-scroll-video .item-news-common {
    padding-bottom: 0;
    border-bottom: none;
    color: #fff
}

.box-scroll-video .item-news-common .thumb-art {
    width: 120px;
    float: left;
    margin-right: 10px
}

.box-scroll-video .item-news-common .thumb-art .thumb:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    opacity: 0;
    z-index: 1
}

.duration-video {
    font-size: 12px;
    color: #fff;
    background: #000;
    padding: 3px 5px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-radius: 1px;
    opacity: 1
}

.has_transition {
    transition-duration: .25s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.playing-txt {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1
}

.thumb-16x9,
.thumb-video {
    padding-bottom: 60%
}

.thumb-video {
    width: 100%;
    height: 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.box-scroll-video .item-news-common .title-news {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 160%
}

.box-scroll-video .item-news-common .title-news a:hover {
    color: #ccc !important
}

.wrapper-box-video .box-player-video .thumb-video {
    cursor: pointer
}

.box-player-video .item-news {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    color: #fff
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.play-icon .ic {
    fill: #fff;
    width: 42px;
    height: 56px;
    transition-duration: .25s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    transform: scale(.8);
    -webkit-transform: scale(.8)
}

.thumb-video:hover .play-icon .ic {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.thumb img {
    position: absolute;
    width: 100%;
    float: left;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    background-size: cover;
    background-position: 50%
}

.video-mask {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    transition: all .3s ease-in-out
}

.video-mask:before {
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: rgba(0, 0, 0, .5)
}

.video-mask:after,
.video-mask:before {
    content: "";
    position: absolute;
    border-radius: 50%
}

.video-mask:after {
    left: 1px;
    top: 1px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1) url(../images/play.png) no-repeat 50%;
    background-size: contain
}

.video-item:hover .video-mask {
    transform: scale(.9)
}
.bg-gray{background-color:#202124;border-top:1px solid #484a4e;color:#fff;padding:45px 0 60px}.page-video .section-more{padding-top:50px;padding-bottom:50px}.page-video .video-mask{width:60px;height:60px;margin:-30px 0 0 -30px}
.image-medium .video-mask,
.image-small .video-mask,
.image-wide-medium .video-mask {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px
}

.image-medium .video-mask:before,
.image-small .video-mask:before,
.image-wide-medium .video-mask:before {
    content: "";
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: rgba(0, 0, 0, .3)
}

.box.widget .video-mask,
.other-news .video-mask,
.sub-news-cate .video-mask {
    width: 30px;
    height: 30px;
    bottom: 5px;
    left: 5px;
    top: auto;
    margin: 0
}

@media screen and (max-width:480px) {
    .image-small .video-mask {
        width: 30px;
        height: 30px;
        bottom: 5px;
        left: 5px;
        top: auto;
        margin: 0
    }
}

.box-news-larger .video-mask,
.featured-news .video-mask,
.full-thumb .video-mask,
.multimedia-plus .video-mask {
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px
}

.album {
    width: 100%;
    margin: 20px 0
}

.album,
.album .container {
    background-color: #303030
}

.album .knswli-video-left {
    background-color: rgba(0, 156, 215, .83);
    overflow: hidden;
    height: 330px
}

.album .knswli-video-right {
    height: auto
}

.album .knswli-video-right img {
    width: 100%
}

.album .knswli-video-right a,
.album .knswli-video-right a img {
    max-width: 100%;
    margin: 0 auto;
    height: auto
}

@media (min-width:991px) {
    .album .knswli-video-right {
        padding: 0
    }
}

.album .knswli-image-sapo {
    overflow: hidden
}

.album .knswli-image-sapo,
.album .knswli-image-title a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-decoration: none
}

.album .knswli-image-title {
    margin: 10px 0
}

.album .knswli-image-title h2 {
    margin: 0;
    padding: 0
}

@media (max-width:576px) {
    .album .knswli-image-title {
        margin: 0
    }
}

.album .knswli-image-title a {
    font-size: 22px;
    line-height: 1.2
}

@media (max-width:576px) {
    .album .knswli-image-title a {
        font-size: 18px;
        line-height: inherit
    }
}

@media (max-width:576px) {
    .album .knswli-image-sapo {
        margin: 0 0 20px
    }
}

.album .knswli-slide-wrapper {
    margin-bottom: 15px
}

.album .knswli-image-list {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.album .knswli-image-list .ili {
    display: block;
    position: relative;
    padding: 0 5px;
    float: left;
    margin-bottom: 15px
}

.album .knswli-image-list .ili .ili-ava {
    width: 48%;
    float: left;
    display: block
}

.album .knswli-image-list .ili .ili-title {
    width: 50%;
    float: left;
    display: block;
    margin: 0;
    color: #fff;
    padding: 0 0 0 15px;
    line-height: 1.2
}

.album .knswli-video-wrapper {
    display: block;
    float: left;
    padding: 40px 0 20px
}

@media (max-width:576px) {
    .album .knswli-video-wrapper {
        padding-bottom: 10px
    }
}

.album .ili-ava {
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    margin-bottom: 12px
}

.album .ili-ava img {
    width: 100%
}

.album .ili-title a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    text-align: left
}

.section-magazine {
    background: var(--color-primary);
    padding: 30px 0
}

.section-magazine .title-box-category {
    color: #fff
}

.section-magazine .album-list .article-item {
    position: relative;
    height: 435px;
    float: none;
    font-family: inherit;
    line-height: normal;
    overflow: hidden;
    border-radius: 4px
}

.section-magazine .album-list .article-item .album-thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    z-index: -1
}

.section-magazine .album-list .article-item .album-thumb:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, hsla(0, 0%, 84.7%, 0) 40%, #0d0d1f)
}

.section-magazine .album-list .article-item .album-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    transition: transform 1.5s ease-out;
    border-radius: 4px
}

.section-magazine .album-list .article-item .album-type {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
    background: var(--color-primary);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    width: 120px;
    height: 25px;
    line-height: 25px;
    letter-spacing: .5px;
    z-index: 2
}

.section-magazine .album-list .article-item .album-title {
    position: absolute;
    top: 225px;
    text-align: center;
    z-index: 2;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .5)
}

.section-magazine .album-list .article-item .album-title:before {
    content: "";
    display: block;
    background: var(--color-primary);
    width: 50px;
    height: 5px;
    margin: 0 auto 15px
}

.section-magazine .album-list .article-item .album-title>p {
    display: block;
    font-family: "Noto Serif";
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 20px
}

.section-magazine .album-list .article-item .album-type-icon {
    position: absolute;
    z-index: 2;
    bottom: 25px;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.section-magazine .album-list .article-item .album-type-icon>i {
    font-size: 20px;
    color: var(--color-primary)
}

.section-magazine .album-list .article-item:hover {
    box-shadow: 0 5px 5px #000;
    border-radius: 4px
}

.section-magazine .album-list .article-item:hover .album-thumb img {
    transform: scale(1.1);
    border-radius: 4px
}

.section-magazine .album-list .article-item:hover .album-title>p {
    color: var(--color-primary)
}

.section-magazine .album-list .article-item:hover .album-type-icon {
    background: var(--color-primary)
}

.section-magazine .album-list .article-item:hover .album-type-icon i {
    color: #000
}

.section-magazine .album-list li {
    padding: 0 10px
}

.section-magazine .album-list .slick-list {
    margin: 0 -10px
}

.section-magazine.emagazine-mobile {
    background: var(--color-primary);
    padding: 15px 0
}

.section-magazine.emagazine-mobile .slick-slide>div {
    padding: 0 5px
}

.section-magazine.emagazine-mobile .title-box-category {
    color: #fff
}

.section-magazine.emagazine-mobile .box-news {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px
}

.section-magazine.emagazine-mobile .box-news>.content {
    padding: 0 10px
}

.section-magazine.emagazine-mobile .box-news>.content .title a {
    font-size: 15px;
    color: #000
}

.footer_main {
    border-top: 8px solid #e0e0e0
}

.footer-body,
.footer_main {
    background-color: var(--color-primary)
}

.footer-body {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
    padding: 15px 0
}

.footer-body a {
    color: #3a3a3a
}

.footer-body .footer-row {
    padding: 14px 0 16px
}

@media (max-width:767px) {
    .footer-body .footer-row {
        padding: 14px 0 0
    }
}

.footer-row-info {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

.footer-row-copyright .copyright-info {
    color: #fff;
    font-size: 13px;
    padding-top: 20px
}

@media screen and (max-width:767px) {
    .footer-row-copyright .copyright-info {
        text-align: center
    }
}

.link-info {
    float: right
}

.footer_top_1 .menus {
    text-align: left
}

.footer_top_1 .menus li>a {
    margin-bottom: 10px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.link-info a {
    display: block;
    float: left;
    font-size: 13px;
    margin-left: 30px;
    padding: 5px 13px;
    border: 1px solid #fff;
    margin-top: 11px;
    color: #fff
}

@media screen and (max-width:767px) {
    .link-info a {
        width: 50%;
        margin-left: 0;
        text-align: center
    }
    .link-info a:nth-child(3) {
        width: 100%
    }
}

.group.line-break {
    border-bottom: 2px solid #125a88
}

.logo-footer-block {
    white-space: nowrap;
    text-align: center;
    height: 200px
}

@media (max-width:767px) {
    .logo-footer-block {
        height: auto
    }
}

.logo-footer img {
    max-width: 100%;
    max-height: 195px;
    vertical-align: middle;
    padding: 0 0 10px
}

.logo-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.ndt-logo {
    text-align: left
}

.ndt-logo,
.ndt-logo img {
    display: block;
    margin: 0 auto
}

.ndt-logo img {
    max-width: 100%;
    max-height: 130px;
    text-align: center
}

.ul-inline.group-links {
    background-color: #2888cb;
    padding: 0 8px;
    margin-right: 0;
    margin-left: 10px
}

.ul-inline.group-links.user-account {
    padding: 0 11px
}

.ul-inline.group-links.user-account>li a {
    padding: 9px 0
}

.ul-inline.group-links>li>a {
    color: #fff;
    padding: 5px 0
}

.footer_bottom * {
    line-height: 20px
}

.list_a_bottom {
    text-align: center
}

.list_a_bottom a {
    color: #000;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff;
    line-height: 14px;
    display: inline-block
}

.list_a_bottom a * {
    line-height: 14px
}

.mb20 {
    margin-bottom: 20px
}

footer.footer-type-1 .footer-body a {
    color: #fff
}

footer.has-footer-menu .footer_top_1 {
    border-top: 1px solid var(--color-primary)
}

footer.footer-type-2 .menu_footer {
    background-color: #fff
}

footer.footer-type-2 .menu_footer .menus>li>a {
    font-weight: 400;
    font-size: 14px;
    color: var(--color-secondary);
    text-transform: uppercase;
    font-family: iCielBCCubano-Normal, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

footer.footer-type-2 .menu_footer .menus>li>a:before {
    width: 5px;
    height: 10px;
    margin-right: 6px;
    display: inline-block;
    background-color: var(--color-secondary)
}

@media screen and (max-width:480px) {
    footer.footer-type-2 .menu_footer .menus>li>a {
        font-size: 10px
    }
    footer.footer-type-2 .menu_footer .menus>li>a:before {
        width: 3px;
        height: 10px;
        margin-right: 3px
    }
}

footer.footer-type-2 .menu_footer .menus>li .sub-menu {
    font-size: 14px;
    padding: 3px 0
}

footer.footer-type-2 .menu_footer .menus li a:hover {
    color: var(--color-primary)
}

footer.footer-type-2 .menu_footer .line-bar-footer {
    width: 100%;
    height: 20px;
    background-color: #eee
}

footer.footer-type-2 .menu_footer .menus {
    padding: 15px 0
}

footer.footer-type-2 .menu_footer .menus>li>ul {
    margin-bottom: 5px
}

footer.footer-type-2 .footer-body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #fff;
    padding: 0;
    color: #3a3a3a
}

footer.footer-type-2 .footer-body a {
    color: #3a3a3a
}

footer.footer-type-2 .footer_top_1 {
    border-bottom: 1px solid var(--color-primary);
    display: block;
    width: 100%;
    float: left;
    padding: 20px 0
}

footer.footer-type-2 .footer_top_1 .contact-partner p {
    margin-bottom: 2px
}

footer.footer-type-2 .footer_top_1 p {
    margin-bottom: 3px
}

footer.footer-type-2 .footer_top_1 a:hover {
    color: var(--color-primary)
}

@media screen and (max-width:991px) {
    footer.footer-type-2 .footer_top_1 {
        text-align: center
    }
}

footer.footer-type-2 .footer_bottom {
    padding: 15px;
    text-align: center
}

footer.footer-type-2 .footer_bottom p {
    margin-bottom: 0
}

footer.footer-type-2 .footer_bottom a {
    font-size: 13px;
    font-family: iCielBCCubano-Normal, sans-serif
}

footer.footer-type-2 .footer_bottom a:hover {
    color: var(--color-primary)
}

footer.footer-type-4 .footer-menu {
    padding: 30px 0;
    background: #333;
    border: 1px solid #444;
    border-width: 1px 0
}

footer.footer-type-4 .footer-menu .menus>li>a {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 5px
}

@media screen and (max-width:480px) {
    footer.footer-type-4 .footer-menu .menus>li>a {
        font-size: 10px
    }
    footer.footer-type-4 .footer-menu .menus>li>a:before {
        width: 3px;
        height: 10px;
        margin-right: 3px
    }
}

footer.footer-type-4 .footer-menu .menus>li.has-sub-menu>a {
    border-bottom: 1px solid #ccc
}

footer.footer-type-4 .footer-menu .menus>li .sub-menu {
    font-size: 14px;
    padding: 3px 0;
    margin-top: 10px
}

footer.footer-type-4 .footer-menu .menus>li .sub-menu li {
    margin-bottom: 5px
}

footer.footer-type-4 .footer-menu .menus>li .sub-menu li>a {
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
}

footer.footer-type-4 .footer-menu .menus li a:hover {
    color: var(--color-primary)
}

footer.footer-type-4 .footer-menu .line-bar-footer {
    width: 100%;
    height: 20px;
    background-color: #eee
}

footer.footer-type-4 .footer-menu .menus {
    padding: 15px 0
}

footer.footer-type-4 .footer-menu .menus>li>ul {
    margin-bottom: 5px
}

@media screen and (max-width:768px) {
    footer.footer-type-4 .footer-menu {
        display: none
    }
}

footer.footer-type-4 .footer-main {
    background: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 20px 0
}

footer.footer-type-4 .footer-main * {
    color: #fff;
    font-size: 12px
}

@media screen and (max-width:480px) {
    footer.footer-type-4 .footer-main {
        text-align: center
    }
}

footer.footer-type-4 .footer-top {
    background: #222;
    border-top: 1px solid #fff;
    padding: 0;
    font-size: 14px;
    line-height: 24px
}

footer.footer-type-4 .footer-copyright {
    padding: 15px;
    text-align: center;
    background: #2b2b2b
}

footer.footer-type-4 .footer-copyright p {
    margin-bottom: 0;
    color: #ababab
}

footer.footer-type-4 .footer-copyright a {
    color: #ababab;
    font-size: 13px
}

footer.footer-type-4 .footer-copyright a:hover {
    color: var(--color-primary)
}

footer.footer-type-6 .footer-social {
    margin: 32px 0 0
}

footer.footer-type-6 .footer-social .social_icons {
    margin-top: 10px
}

footer.footer-type-6 .footer-social .social_icons [class*=sc_] {
    color: #828282 !important;
    background: none !important
}

footer.footer-type-6 .footer-social .social_icons li a {
    font-size: 18px
}

footer.footer-type-6 .footer-social .social_icons li a.rss {
    width: auto;
    margin-left: 10px;
    font-size: 16px
}

footer.footer-type-6 .footer-menu>li {
    margin-bottom: 32px
}

footer.footer-type-6 .footer-menu>li>a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px !important;
    color: #292929;
    margin: 0 0 10px;
    font-weight: 700
}

footer.footer-type-6 .footer-menu .sub-menu li {
    margin: 0 0 8px;
    line-height: 16px
}

footer.footer-type-6 .footer-menu .sub-menu li a {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .08px;
    text-decoration: none;
    color: #292929
}

footer.footer-type-6 .footer-body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #f7f5f2;
    padding: 0;
    color: #3a3a3a
}

footer.footer-type-6 .footer-body a {
    color: #3a3a3a
}

footer.footer-type-6 .footer_top_1 {
    padding: 30px 0 20px
}

footer.footer-type-6 .footer_top_1 p {
    margin-bottom: 3px
}

footer.footer-type-6 .footer_top_1 a:hover {
    color: var(--color-primary)
}

@media screen and (max-width:991px) {
    footer.footer-type-6 .footer_top_1 {
        text-align: left
    }
}

footer.footer-type-6 .footer_bottom {
    padding: 15px;
    text-align: center
}

footer.footer-type-6 .footer_bottom p {
    text-transform: uppercase;
    margin-bottom: 0
}

footer.footer-type-6 .footer_bottom a {
    font-size: 13px;
    font-family: var(--primary-font)
}

footer.footer-type-6 .footer_bottom a:hover {
    color: var(--color-primary)
}

footer.footer-contest .footer-body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #fff;
    padding: 0;
    color: #3a3a3a
}

footer.footer-contest .footer-body a {
    color: #3a3a3a
}

footer.footer-contest .footer_top {
    display: block;
    width: 100%;
    padding: 20px 0
}

footer.footer-contest .footer_top .contact-partner p {
    margin-bottom: 2px
}

footer.footer-contest .footer_top p {
    margin-bottom: 3px
}

footer.footer-contest .footer_top a:hover {
    color: var(--color-primary)
}

@media screen and (max-width:991px) {
    footer.footer-contest .footer_top {
        text-align: center
    }
}

.menu-footer-horizontal {
    position: relative;
    flex: 1 1 0%;
    display: flex;
    flex-wrap: nowrap
}

.menu-footer-horizontal li {
    padding: 10px 15px;
    border-right: 1px solid #000;
    border-left: 1px solid #4b4b4b
}

.menu-footer-horizontal li:hover {
    background: #333
}

.menu-footer-horizontal li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px
}

.menu-footer-horizontal li a:hover {
    text-decoration: underline !important
}

.menu-footer-horizontal li:first-child {
    border-left: none
}

.menu-footer-horizontal li.fr {
    margin-left: auto;
    border: none
}

@media screen and (max-width:480px) {
    .menu-footer-horizontal {
        flex-wrap: wrap
    }
    .menu-footer-horizontal li {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 5px 10px;
        text-align: center
    }
    .menu-footer-horizontal li:first-child {
        display: none
    }
    .menu-footer-horizontal li.fr {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
    .menu-footer-horizontal li a {
        font-size: 12px
    }
}

.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: .1px;
    font-size: .1em;
    line-height: 0
}

.icon_social a {
    margin: 0 10px
}

.f12 {
    font-size: 12px !important;
    line-height: 16px
}

.social_icons {
    margin-top: 15px
}

.social_icons li {
    display: inline-block;
    padding: 0 5px 5px 0
}

.social_icons li a {
    font-size: 15px;
    color: #687188;
    height: 24px;
    width: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    overflow: hidden
}

.social_icons [class*=sc_] {
    color: #fff !important
}

.social_icons [class*=sc_] i {
    transition: all .3s ease-in-out;
    display: block;
    line-height: 24px
}

.sc_facebook {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important
}

.sc_twitter {
    background-color: #00acee !important;
    border-color: #00acee !important
}

.sc_google {
    background-color: #d34836 !important;
    border-color: #d34836 !important
}

.sc_zalo {
    background-color: #018fe5 !important;
    border-color: #018fe5 !important
}

.sc_zalo i {
    background: url(/frontend/images/svgs/zalo_wicon.svg) 50% no-repeat;
    background-size: 13px auto !important;
    width: 24px;
    height: 24px
}

.sc_youtube {
    background-color: #c4302b !important;
    border-color: #c4302b !important
}

.sc_rss {
    background-color: #e67329 !important;
    border-color: #e67329 !important
}

@media (max-width:767px) {
    .footer-left {
        margin-bottom: 20px
    }
}

.article-detail em {
    font-size: 15px
}

.article-detail h2 {
    font-size: 20px;
    margin: 0;
    padding: 0
}

.article-detail .breadcrumbs {
    padding: 8px 0;
    text-transform: uppercase
}

.article-detail .article-content *,
.article-detail .comment-modal.modal.in .modal-dialog,
.article-detail .storyInlinePhoto {
    max-width: 100%
}

.article-detail .relate-container {
    margin-bottom: 15px
}

.article-detail .relate-container ul {
    margin-left: 10px
}

.article-detail .relate-container ul li:before {
    content: "";
    width: 4px;
    height: 10px;
    background: var(--color-primary);
    display: inline-block;
    margin-right: 5px
}

.article-detail .relate-container ul li a {
    color: var(--color-primary);
    font-size: 15px;
    line-height: 25px
}

.article-detail .relate-container.type-2 {
    width: 100%;
    padding: 0 20px 40px;
    border: 1px solid #e1e4ed;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    float: left;
    background-color: #fbfcff
}

.article-detail .relate-container.type-2 .titlebox {
    display: inline-block;
    border-bottom: 1px solid #c90000;
    margin-bottom: 24px
}

.article-detail .relate-container.type-2 .titlebox span {
    display: block;
    color: #979ba7;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 4px 6px 0;
    font-weight: 600
}

.article-detail .relate-container.type-2 ul {
    padding-left: 20px;
    margin-left: 0;
    border-left: 1px solid #d2d2d2
}

.article-detail .relate-container.type-2 ul li {
    position: relative;
    margin-bottom: 15px;
    line-height: 18px
}

.article-detail .relate-container.type-2 ul li a {
    font-size: 14px;
    line-height: 22px
}

.article-detail .relate-container.type-2 ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #d2d2d2;
    border-radius: 50%;
    border: 4px solid #fbfcff;
    left: -28px;
    display: inline-block;
    position: absolute;
    top: 1px
}

.article-detail .relate-container.type-2 ul li:last-child {
    margin-bottom: 0
}

.article-detail .articles-suggest-wrapper {
    width: 320px;
    margin-left: 30px;
    padding: 15px 15px 15px 20px;
    border: 1px solid #e1e4ed;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    float: right;
    background-color: #fbfcff
}

.article-detail .articles-suggest-wrapper .titlebox {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block
}

.article-detail .articles-suggest-wrapper ul {
    margin-left: 30px;
    margin-bottom: 0 !important
}

.article-detail .articles-suggest-wrapper ul li {
    position: relative;
    margin-bottom: 15px;
    line-height: 18px
}

.article-detail .articles-suggest-wrapper ul li:last-child {
    margin-bottom: 0
}

.article-detail .articles-suggest-wrapper ul li:before {
    content: "\F178";
    font-family: FontAwesome;
    width: 15px;
    height: 15px;
    left: -20px;
    display: inline-block;
    position: absolute;
    top: 1px;
    color: var(--color-primary)
}

.article-detail .articles-suggest-wrapper ul li a {
    font-size: 14px;
    line-height: 22px;
    color: var(--color-primary)
}

@media screen and (max-width:480px) {
    .article-detail .articles-suggest-wrapper {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
        float: none
    }
}

.article-detail .article-content {
    font-size: 16px;
    line-height: 23px;
    float: left;
    width: 100%
}

.article-detail .article-content table td {
    padding: 20px
}

.article-detail .article-content img {
    margin-bottom: 0;
    display: block;
    height: auto !important;
    width: auto
}

.article-detail .article-content a {
    color: var(--color-primary)
}

.article-detail .article-content p {
    line-height: 1.65;
    letter-spacing: -.2px;
    color: #000
}

@media (max-width:767px) and (min-width:480px) {
    .article-detail .article-content img {
        width: 100%
    }
}

@media (max-width:480px) {
    .article-detail .article-content {
        overflow: visible
    }
    .article-detail .article-content .content_mecloud,
    .article-detail .article-content .videoEmbed,
    .article-detail .article-content div[data-oembed-url],
    .article-detail .article-content figure.image,
    .article-detail .article-content table.tplCaption {
        margin-left: -15px;
        max-width: none
    }
    .article-detail .article-content .content_mecloud td,
    .article-detail .article-content .videoEmbed td,
    .article-detail .article-content div[data-oembed-url] td,
    .article-detail .article-content figure.image td,
    .article-detail .article-content table.tplCaption td {
        padding: 0
    }
    .article-detail .article-content .content_mecloud td h2,
    .article-detail .article-content .content_mecloud td h3,
    .article-detail .article-content .content_mecloud td h4,
    .article-detail .article-content .videoEmbed td h2,
    .article-detail .article-content .videoEmbed td h3,
    .article-detail .article-content .videoEmbed td h4,
    .article-detail .article-content div[data-oembed-url] td h2,
    .article-detail .article-content div[data-oembed-url] td h3,
    .article-detail .article-content div[data-oembed-url] td h4,
    .article-detail .article-content figure.image td h2,
    .article-detail .article-content figure.image td h3,
    .article-detail .article-content figure.image td h4,
    .article-detail .article-content table.tplCaption td h2,
    .article-detail .article-content table.tplCaption td h3,
    .article-detail .article-content table.tplCaption td h4 {
        padding: 0 15px
    }
}

@media (width:414px) {
    .article-detail .article-content {
        overflow: visible
    }
    .article-detail .article-content table.tplCaption {
        width: 414px;
        margin-left: -15px
    }
    .article-detail .article-content table.tplCaption td {
        padding: 0
    }
}

@media (width:375px) {
    .article-detail .article-content {
        overflow: visible
    }
    .article-detail .article-content table.tplCaption {
        width: 375px;
        margin-left: -15px
    }
    .article-detail .article-content table.tplCaption td {
        padding: 0
    }
}

.article-detail table {
    width: 100%
}

.article-detail .article-title {
    font-size: 32px
}

.article-detail .more-click {
    border: none;
    margin-top: 0
}

.article-detail .related-links {
    padding: 20px;
    border: 1px solid #d4d4d4;
    background-color: #ebebeb;
    margin: 10px 0;
    display: block;
    float: left;
    width: 100%
}

.article-detail .image figcaption {
    font-style: italic;
    text-align: center;
    font-size: 15px !important;
    background: #f2f2f2;
    padding: 5px;
    margin-bottom: 10px
}

.article-detail .image figcaption>* {
    margin-bottom: 0;
    line-height: 23px
}

.article-detail .wnnote {
    padding: 10px;
    background: #ffebcd;
    margin-bottom: 10px
}

.article-detail .wnquote {
    padding: 20px;
    position: relative;
    background: #ece9e9
}

.article-detail .wnquote:before {
    content: "\F10D";
    top: 5px;
    left: 10px;
    font-family: FontAwesome;
    font-size: 8px;
    position: absolute
}

.article-detail .wnquote:after {
    content: "\F10E";
    bottom: 5px;
    right: 10px;
    font-family: FontAwesome;
    font-size: 8px;
    position: absolute
}

.article-detail .attachments {
    background: #eee;
    padding: 15px;
    margin-bottom: 15px
}

.article-detail .attachments .item:not(:last-child) {
    margin-bottom: 5px
}

.article-detail .attachments .item i {
    margin-right: 5px
}

.article-detail .attachments .item a {
    color: var(--color-primary)
}

.article-detail .trich_dan {
    border: 1px solid #eee;
    padding: 30px 60px;
    position: relative;
    background: #eee;
    margin-top: 10px;
    font-size: 90%
}

.article-detail .trich_dan.trich_dan_trai {
    float: left;
    max-width: 300px;
    margin: 10px 10px 10px 0
}

.article-detail .trich_dan.trich_dan_phai {
    float: right;
    max-width: 300px;
    margin: 0 0 10px 10px
}

.article-detail .trich_dan:before {
    content: "\F10D";
    left: 10px;
    top: -10px
}

.article-detail .trich_dan:after,
.article-detail .trich_dan:before {
    font-size: 40px;
    position: absolute;
    color: var(--color-primary);
    font-family: FontAwesome
}

.article-detail .trich_dan:after {
    content: "\F10E";
    right: 10px;
    bottom: -12px
}

@media screen and (max-width:480px) {
    .article-detail .trich_dan {
        padding: 30px 40px;
        float: none !important;
        max-width: 100% !important;
        width: 100%;
        margin: 20px 0 !important
    }
}

.article-detail .action-panel {
    background: #eee;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px 1rem;
    position: relative
}

@media screen and (max-width:480px) {
    .article-detail .action-panel {
        margin: 0 -15px 15px
    }
}

.article-detail .action-panel .share-action {
    position: relative
}

@media screen and (max-width:480px) {
    .article-detail .action-panel .share-action {
        position: static
    }
}

.article-detail .action-panel .social-button {
    align-items: center;
    display: flex;
    flex: 1 0 0%;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    padding: 8px 10px;
    color: #484848
}

.article-detail .action-panel .social-button:hover {
    background-color: #f4f4f4;
    border-radius: 4px
}

.article-detail .action-panel .social-button>a {
    color: #484848;
    font-size: 15px;
    flex: 1;
    text-align: center
}

.article-detail .action-panel .social-button>a i {
    font-size: 20px;
    vertical-align: middle
}

.article-detail .action-panel .share-popup {
    width: 100%;
    padding: 10px
}

.article-detail .action-panel .share-popup li {
    display: block
}

.article-detail .action-panel .share-popup li a {
    padding: 5px 15px;
    display: block;
    font-size: 14px
}

.article-detail .action-panel .share-popup li a:hover {
    background: #eee;
    border-radius: 5px
}

.article-detail .action-panel .share-popup i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    font-size: 24px
}

.related-posts .title-box-category .parent-cate {
    color: var(--color-primary)
}

.related-posts .item-news .content>.title>a {
    font-size: 16px !important
}

.breadcrumbs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding-bottom: 5px;
    padding-left: 0
}

.breadcrumbs * {
    display: inline-block
}

.breadcrumbs a {
    font-size: 1.1rem;
    color: var(--color-primary);
    font-weight: 700;
    text-transform: uppercase
}

.breadcrumbs a:after {
    content: "/";
    padding: 0 2px 0 5px;
    color: #333
}

.breadcrumbs .last_child a:after,
.breadcrumbs li:last-child>a:after {
    content: " "
}

.breadcrumbs a.current {
    color: #333;
    font-weight: 400;
    cursor: text
}

.breadcrumbs a.current:after {
    content: "";
    padding: 0
}

.breadcrumbs .icon-home {
    font-size: 1.4rem;
    color: #c82228;
    margin-right: 5px
}

h2.txt-head {
    padding-top: 0;
    font-size: 16px;
    line-height: 1.58;
    font-weight: 600;
    color: #231f20;
    padding-bottom: 1.3em;
    border-bottom: 1px solid #ecedee;
    margin-bottom: 25px
}

.wrapper-qt {
    margin: 2em auto;
    text-align: right
}

.wrapper-qt .source {
    font-size: 14px;
    color: #707070;
    float: right;
    display: block;
    padding-top: 10px;
    margin-right: 10px
}

.wrapper-qt {
    overflow: hidden;
    margin-top: 15px
}

.wrapper-qt .author {
    float: right;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #231f20;
    padding-left: 16px;
    position: relative
}

.wrapper-qt .author i {
    display: inline-block;
    margin-right: 4px;
    color: #000
}

.VCSortableInPreviewMode[type=RelatedNews] * {
    box-sizing: border-box
}

.VCSortableInPreviewMode[type=RelatedNews] td {
    width: 31.5% !important;
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 6px 0
}

.VCSortableInPreviewMode[type=RelatedNews] td:first-child {
    margin: 0
}

.VCSortableInPreviewMode[type=RelatedNews] a {
    color: #1a4c90;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    padding: 3px
}

.VCSortableInPreviewMode[type=RelatedNews] img {
    display: block;
    margin-bottom: 5px;
    float: none !important;
    max-width: 200px !important
}

.VCSortableInPreviewMode[type=RelatedNews] td img {
    width: 100%;
    height: auto
}

.VCSortableInPreviewMode[type=RelatedOneNews] {
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    background-color: #f5f7f9;
    border: 1px solid #edeeef;
    overflow: hidden
}

.VCSortableInPreviewMode[type=RelatedOneNews] a.OneNewsTitle {
    color: #004276;
    font-size: 15px;
    font-weight: 700;
    margin: 7px 0;
    line-height: 1.2;
    display: block;
    padding-right: 10px;
    font-family: Helvetica, Arial, sans-serif
}

.VCSortableInPreviewMode[type=RelatedOneNews] .VCObjectBoxRelatedNewsItemSapo {
    color: #777;
    display: block;
    font-size: 12px;
    margin: 0 10px 0 0;
    text-align: left;
    font-family: Helvetica, Arial, sans-serif;
    padding-top: 0
}

.link-content-footer a,
.VCSortableInPreviewMode[type=link-content-footer] a {
    position: relative;
    font-family: Roboto, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: var(--color-primary);
    margin-bottom: 2%;
    display: block;
    text-align: left;
    line-height: 26px
}

.link-content-footer a:before,
.VCSortableInPreviewMode[type=link-content-footer] a:before {
    content: "\BB";
    font-size: 26px;
    line-height: 1;
    margin-right: 10px
}

.VCSortableInPreviewMode[type=content] {
    padding: 1.3em;
    box-sizing: border-box;
    text-align: left
}

.VCSortableInPreviewMode[type=content],
.VCSortableInPreviewMode[type=content] p {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 1.28em;
    line-height: 1.5;
    color: #231f20
}

table.trichdan td:not(.quote_author):before {
    top: 0
}

.VCSortableInPreviewMode[type=Photo] {
    display: table
}

.article-detail .chisochungkhoan,
.article-detail .link-content-footer,
.article-detail .sharemxh,
.article-detail .tagdetail,
.article-detail .tindnd,
.article-detail .tintucsukien {
    display: none
}

.article-detail .sapo {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #333
}

.VCSortableInPreviewMode[type=Photo] {
    margin: 0 auto
}

.VCSortableInPreviewMode[type=Photo] img {
    margin-bottom: 0 !important
}

.VCSortableInPreviewMode[type=Photo] .PhotoCMS_Caption {
    padding: 5px 10px 10px;
    background: #f2f2f2;
    margin-bottom: 10px
}

.VCSortableInPreviewMode[type=Photo] .PhotoCMS_Caption p {
    margin-bottom: 0
}

div[data-oembed-url]>div {
    max-width: 100% !important
}

.chu_ky_bv {
    float: left;
    width: 100%
}

.chu_ky_bv,
.chu_ky_bv * {
    font-size: 16px;
    line-height: 23px
}

@media screen and (max-width:767px) {
    .VCSortableInPreviewMode[type=Photo] {
        width: 100% !important;
        margin-left: 0 !important
    }
}

.dropdown-list-image,
.dropdown-list-image img {
    height: 3.8rem;
    width: 3.8rem
}

.rounded-circle {
    border-radius: 50% !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.detail-info-block .author-name {
    color: var(--color-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.detail-info-block .post-date {
    font-size: 12px
}

.trich_dan {
    width: 100%;
    border: 1px solid #eee;
    padding: 30px 70px;
    position: relative;
    background: #eee;
    margin: 10px 0 10px 10px;
    font-size: 90%
}

.trich_dan:before {
    content: "\201C";
    left: 10px;
    top: 20px
}

.trich_dan:after,
.trich_dan:before {
    font-family: Arial;
    font-size: 122px;
    position: absolute;
    color: var(--color-primary)
}

.trich_dan:after {
    content: "\201D";
    right: 10px;
    bottom: -45px
}

.trich_dan_giua {
    margin: 0 auto;
    width: 300px
}

.trich_dan_trai {
    float: left;
    width: 300px;
    margin-right: 15px;
    margin-left: 0
}

.trich_dan_phai {
    float: right;
    width: 300px;
    margin-left: 15px;
    margin-right: 0
}

.float-l {
    float: left !important
}

.float-r {
    float: right !important
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

li,
ul {
    list-style: none
}

.like-container {
    float: left
}

.block-comment .txt-cmt h3 {
    font-size: 12px
}

.block-comment .txt-cmt h3 span {
    color: #3b5998
}

.list-select {
    padding: 10px 20px
}

.readmore {
    background: url(../images/bgd-readmore.jpg) repeat-x;
    clear: both
}

.readmore,
.readmore a {
    height: 34px;
    width: 100%
}

.readmore a {
    background: url(../images/arrow-down.png) 280px no-repeat;
    display: block;
    text-align: center;
    line-height: 34px;
    color: #878787
}

.readmore a:hover {
    color: #e32c24;
    background-image: url(../images/arrow-down-hover.png)
}

.cm-content .remain {
    display: none
}

.cm-content .view-more {
    font-size: 11px;
    color: #3b5998
}

.block-tool {
    clear: both
}

.block-gltt .title {
    width: 100%;
    color: #e32c22;
    font-weight: 400;
    padding: 4px 0;
    border-bottom: 1px solid #e32c22;
    margin-bottom: 10px
}

.block-gltt .title span {
    color: #b8c0c1;
    font-size: 12px;
    font-weight: 700;
    margin-left: 7px
}

.frm-search-q {
    background: #f6f6f6;
    padding: 10px 10px 20px;
    overflow: hidden
}

.frm-search-q .form-group {
    width: 38.5%;
    float: left;
    margin-left: 3%;
    padding: 0
}

.frm-search-q .form-group-1 {
    width: 20%
}

.frm-search-q .form-group-2 {
    width: 17%
}

.frm-search-q .form-group:first-child {
    margin-left: 0
}

.frm-search-q .form-group label {
    width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
    display: block;
    color: #333
}

.frm-search-q .form-group select {
    width: 99%;
    height: 26px;
    border: 1px solid #ccc;
    background: #fff
}

.frm-search-q .form-group input {
    width: 88%;
    height: 26px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 8px
}

.btn-search-q {
    height: 27px;
    padding: 0 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: #395695;
    cursor: pointer;
    margin-top: 19px
}

.btn-search-q:hover {
    background: #5978bd
}

.list-question {
    border-top: 1px dashed #ddd;
    padding: 10px 0 0;
    min-height: 25px;
    color: #333;
    font-size: 14px
}

.btn-sq {
    display: inline-block;
    height: 28px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #3a5897;
    line-height: 28px;
    padding: 0 15px;
    margin-top: 15px
}

.btn-sq:hover {
    opacity: .8;
    color: #fff
}

.list-question table {
    margin-bottom: 10px
}

.block-2 .title-seagame {
    margin: 0 0 5px;
    padding: 0;
    border: none;
    background: url(../images/bgd-header.jpg) no-repeat
}

.block-2 .title-seagame a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    padding: 0 10px;
    border-bottom: none;
    margin-bottom: 2px
}

.block-2 .title-seagame a:hover {
    color: #fff
}

.ques-1 {
    background: #fff;
    padding: 10px
}

.ques-1 .ques-header {
    color: #878787;
    font-size: 13px
}

.ques-1 .ques-header span {
    list-style: disc;
    color: #b8c0c1;
    display: inline-block;
    margin-left: 8px;
    padding-left: 10px
}

.ques-1 p {
    line-height: 17px;
    padding: 7px 0 5px;
    font-weight: 700
}

.list-share li {
    display: inline-block;
    margin-right: 20px;
    font-size: 11px;
    padding-top: 2px;
    width: auto !important
}

.list-share li i {
    font-size: 12px;
    margin-right: 1px
}

.list-share li a {
    margin-right: 5px;
    color: #e40d00
}

.list-share li.i-facebook a {
    color: #3b5998
}

.list-share li.i-google a {
    color: #ef5d32
}

.list-share li.active a,
.list-share li a:hover {
    color: #666 !important
}

.ans-1 {
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0 30px;
    padding: 15px 15px 10px;
    border-top: 1px solid #fff;
    background: #ddecff;
    border-radius: 2px
}

.list-share {
    padding-top: 10px
}

.ques-header>img {
    width: 15px;
    vertical-align: middle;
    margin-right: 2px
}

.ans-1>a {
    float: left;
    margin-right: 10px;
    margin-top: 0;
    position: relative
}

.ans-1>a span {
    overflow: hidden;
    position: absolute;
    bottom: 110%;
    left: 0;
    width: 300px;
    padding: 5px;
    box-shadow: 0 0 2px #ccc;
    margin-left: -15px;
    background: #fff;
    display: none;
    text-align: center
}

.ans-1>a span strong {
    display: block;
    margin-bottom: 5px;
    color: #333;
    margin-top: 5px
}

.ans-1>a span i {
    display: block;
    color: #555;
    font-style: normal
}

.ans-1>a.active span,
.ans-1>a:hover span {
    display: block
}

.ans-1>a img {
    width: 30px;
    border-radius: 2px
}

.ans-1>a span img {
    width: 100%;
    margin-right: 10px
}

.ans-1 p {
    line-height: 17px;
    padding: 5px 0
}

.ans-header {
    color: #3b5998;
    font-size: 12px;
    overflow: hidden
}

.ans-header span {
    list-style: none;
    color: #aaa;
    float: right;
    margin-left: 8px;
    padding-left: 10px
}

.ans-1 .details {
    width: auto;
    padding-left: 40px
}

.ans-1 .details table {
    margin-top: 10px
}

.ans-header strong i {
    display: block;
    font-weight: 400;
    font-style: normal;
    margin-top: 4px;
    font-size: 12px;
    color: #888;
    line-height: 1.3;
    padding-bottom: 2px
}

.ans-header strong {
    float: left;
    padding-top: 2px;
    max-width: 400px
}

.carousel-5 .flex-direction-nav a:before {
    font-size: 18px;
    line-height: 35px
}

.list-question .ans-1:nth-child(2) {
    border: none;
    border-radius: 2px
}

.more-gltt {
    text-align: center;
    color: #146fb1;
    margin-left: 30px;
    margin-top: 10px;
    display: inline-block
}

.block-gltt .list-question:first-child {
    border: none
}

.btn-plus-gltt {
    color: #666 !important
}

.btn-plus-gltt .fa-minus-square {
    display: none
}

.btn-plus-gltt.active .fa-minus-square {
    display: block
}

.btn-plus-gltt.active .fa-minus-plus {
    display: none
}

.btn-plus-gltt:hover {
    color: #146fb1
}

#comment_thread {
    padding-bottom: 10px
}

.readmore-cm.loading:after {
    content: "";
    margin-left: 5px;
    background: url(data:image/gif;base64,R0lGODlhEAAQAPcEAMnJyVdXV5CQkLy8vP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAAAEACwAAAAAEAAQAAAIUwAHCBxAgICAgwIKBlgYYCBBgwgVMnRYEGFCAgwbDqwYESPDgiBDihxJUiSAkwBKolyZkiRLlCpfthy5sqTNmyZhEqi5U2ZBnjJbAvXZ8+RPlAEBACH5BAUAAAQALAAAAAAQAAoAAAg8AAEIBECAwICDAwoKWChgIEGDCBUydFgQYUICDBsOrBgRI8OCIEOKHEmypMkAKAOYBJlS5UoCLV/CTBkQACH5BAUAAAQALAYAAAAKABAAAAg5AAEIBECAwICDAwYSNIhQYUGECQc+RFiwosWLGDEK2ChAI0ePG0F2zEiyJIEAKANgTKnyIsuVKQMCACH5BAUAAAQALAYAAAAKABAAAAg7AAkIHAigIICBBA0iFGjw4MKGCyNKnDig4oCIFi8uzIjR4sSPAwOIDCBQgEkBI0kSOIlyZMmTKV+aDAgAIfkEBQAABAAsAAAGABAACgAACD0ACQgcSFAggIMACiokgDDhQoINH0JEKLGiRYEBMgYQKKCjAIEDQg7QuJGAx48ERI7UyNEjSJEkW3Z8GTIgACH5BAUAAAQALAAABgAQAAoAAAg7AAMIDECgoMGDBQcSRMhQIcOGAx9KnEiRooCLAgoO2DigIICPADBmJMCxIwGQITFq5OgRpMiVG1t+DAgAIfkEBQAABAAsAAAAAAoAEAAACDoAAwgMQKCgwYEEDRZEqHDhwIYQI0oUQFEAxIoWG2K8WFGiR48DQg4oCKAkAJEjCZg8KZKkSZQuSwYEACH5BAUAAAQALAAAAAAKABAAAAg5AAUIFECAQICDAQYSNIhQYUGECQc+RFiwosWLGAdoHJBxY0eNHzliHEnSIoCTADCiTHlxpUqUGAMCADs=) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block
}

@media screen and (max-width:640px) {
    .cm-birthday .list-select {
        background: none
    }
    .frm-search-q .form-group {
        margin-left: 0
    }
    .frm-search-q .form-group,
    .frm-search-q .form-group input,
    .frm-search-q .form-group select {
        width: 100%;
        box-sizing: border-box
    }
    .frm-search-q .form-group:first-child {
        margin-bottom: 10px
    }
    .list-share li {
        margin-right: 6px;
        font-size: 9px
    }
    .ans-1 {
        margin-left: 0;
        margin-right: 0
    }
    .ans-header {
        overflow: hidden;
        padding-top: 2px;
        padding-bottom: 1px
    }
    .ans-header span {
        float: right
    }
    .ans-1 .details {
        padding-left: 0
    }
    .list-share {
        padding-top: 10px
    }
}

dl,
ol {
    margin-bottom: 0
}

.Wrapper {
    overflow: visible;
    height: 1%
}

html>body .Wrapper {
    overflow: hidden;
    height: auto
}

.relative {
    position: relative
}

.float-l {
    float: left
}

.float-r {
    float: right
}

.block-comment {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
    clear: both
}

.block-comment,
.block-comment form {
    overflow: hidden
}

.block-comment form textarea {
    resize: none;
    width: 260px;
    padding: 3px 5px;
    height: 44px;
    background: #fff
}

.block-comment form .overflow {
    border-top: 1px solid #e3e3e3;
    padding-top: 5px;
    margin-top: 5px
}

.block-comment .form-comment {
    position: relative;
    padding: 20px 0;
    border: 0
}

.block-comment .form-comment legend {
    border: 1px solid #e1eaf1;
    padding: 2px 8px;
    background: #fff;
    position: absolute;
    top: -10px;
    left: 10px;
    font-weight: 700;
    color: #292929
}

.block-comment .form-comment img {
    position: absolute;
    z-index: 2;
    left: 10px
}

.block-comment .form-comment textarea {
    float: left;
    width: 100%;
    height: 66px;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 5px;
    box-sizing: border-box;
    -webkiet-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.block-comment .form-comment p {
    float: left;
    color: #acacac;
    font-size: 11px;
    font-style: italic;
    margin: 0;
    padding: 10px 0 0 10px
}

.block-comment .form-comment p span {
    color: #0079be
}

.block-comment .form-comment .button,
.block-comment .form-comment button {
    float: right;
    line-height: 16px;
    background-color: #e32c24;
    padding: 5px 25px;
    margin: 8px 1px 0 0;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border: 0
}

.blue .block-comment .form-comment .button,
.blue .block-comment .form-comment button {
    background-color: #365291
}

.blue .block-comment .form-comment .button,
.green .block-comment .form-comment button {
    background-color: #00c0c5
}

.block-comment .form-comment .button:hover,
.block-comment .form-comment button:hover {
    text-decoration: none;
    opacity: .8
}

.block-comment .lst-comment .readmore-cm {
    padding-top: 5px;
    display: block;
    padding-left: 0
}

.block-comment .form-comment button:hover {
    background: #4274e5
}

.block-comment .lst-comment ul li dl {
    padding: 5px 0 0;
    position: relative;
    height: auto;
    overflow: hidden;
    clear: both;
    min-height: 50px
}

.block-comment .lst-comment ul li ul dl {
    margin-left: 40px;
    padding: 5px 0 0;
    border-top: 1px solid #ccc
}

.time {
    padding-left: 15px;
    color: #b8c0c1;
    position: relative
}

.time:before {
    content: "";
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    width: 3px;
    height: 3px;
    background-color: #ccc;
    border-radius: 50%
}

.lst-comment ul li dl dd p {
    word-wrap: break-word;
    font-size: 14px;
    padding: 3px 0;
    color: #333
}

.lst-comment {
    width: 100%;
    padding: 0 5px 10px;
    color: #6f6f6f;
    height: auto;
    overflow: hidden;
    clear: both;
    line-height: 18px;
    box-sizing: border-box
}

.lst-comment strong {
    color: #212121
}

.lst-comment .readmore {
    color: #0079be;
    text-decoration: none;
    padding-bottom: 6px;
    display: block
}

.lst-comment ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.lst-comment>ul {
    border-bottom: 1px solid #ccc
}

.lst-comment>ul>li {
    border-top: 1px solid #ccc
}

.lst-comment>ul>li:first-child {
    border: none
}

.lst-comment ul li {
    padding: 3px 0;
    float: left;
    width: 100%;
    list-style-type: none;
    text-rendering: geometricPrecision
}

.lst-comment ul li ul dl {
    margin-left: 20px;
    min-width: 248px
}

.lst-comment ul li dl dt {
    position: absolute;
    z-index: 4;
    left: 0
}

.lst-comment ul li dl dd {
    width: 100%;
    float: left;
    margin-left: 0
}

.lst-comment ul li dl dd .top {
    overflow: hidden
}

.lst-comment ul li dl dd em {
    color: #a0a0a0;
    font-size: 11px
}

.lst-comment ul li dl dd .name {
    color: #878787;
    font-weight: 700
}

.lst-comment ul li dl dd a:hover.like,
.lst-comment ul li dl dd a:hover.name,
.lst-comment ul li dl dd a:hover.reply,
.lst-comment ul li dl dd a:hover.report {
    text-decoration: underline;
    color: #3b5998
}

.lst-comment ul li dl dd .reply {
    color: #3b5998;
    font-size: 11px;
    cursor: pointer
}

.lst-comment ul li dl dd .like,
.lst-comment ul li dl dd .unlike {
    background: url(../images/icon.png) -60px 0 no-repeat;
    padding-left: 15px;
    color: #a0a0a0;
    font-size: 11px
}

.lst-comment ul li dl dd .like strong,
.lst-comment ul li dl dd .unlike strong {
    color: #0079be
}

.lst-comment ul li dl dd .report {
    color: #a0a0a0;
    font-size: 11px;
    border-left: 1px solid #a0a0a0;
    padding-left: 6px;
    margin-left: 6px
}

.lst-comment .seeall {
    background: #bdcbd6;
    height: 15px;
    float: left;
    padding-left: 5px;
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 15px;
    cursor: pointer;
    border-radius: 3px
}

.lst-comment a:hover.seeall {
    color: #0079be
}

.lst-comment .seeall span {
    background: #bdcbd6;
    height: 15px;
    float: left;
    padding-right: 5px;
    border-radius: 3px
}

.lst-comment .seeall span span {
    background: #bdcbd6;
    height: 15px;
    float: left;
    padding: 0
}

.more {
    height: 15px;
    float: right;
    padding-left: 5px;
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
    line-height: 15px;
    cursor: pointer
}

a:hover.more {
    color: #f1f1f1
}

.more span {
    height: 15px;
    float: left;
    padding-right: 5px;
    color: #fff
}

.more span span {
    height: 15px;
    float: left;
    padding: 0;
    color: #80a10e
}

.lst-comment ul li ul dl dd {
    min-width: 200px;
    position: relative;
    margin-left: 0;
    width: 100%
}

.lst-comment ul li.write-cmt {
    background: #f0f4f7;
    border: none
}

.lst-comment ul li.write-cmt textarea {
    width: 98%;
    height: 30px;
    resize: none;
    border: 1px solid #dee8f0;
    padding: 3px
}

.lst-comment ul li.write-cmt .btn-send {
    margin: 3px 8px 3px 0
}

.lst-comment ul li.write-cmt .btn-send li {
    border-top: none
}

.cat-detail .ico-4 {
    margin-top: 0
}

.btn-send {
    float: left;
    position: relative;
    margin: 3px 8px 0 0
}

.btn-send .btn {
    border-radius: 3px;
    float: left;
    height: 24px;
    padding: 0 0 0 8px;
    color: #333;
    font-weight: 700;
    font-size: 11px;
    cursor: pointer;
    line-height: 15px;
    border: 1px solid #ccc;
    background: #eee;
    background-image: linear-gradient(180deg, #fff, #ccc)
}

.btn-send .btn span {
    float: left;
    height: 27px;
    padding: 0 8px 0 0 !important
}

.btn-send .btn span span {
    float: left;
    height: 21px;
    padding: 5px 0 0 !important;
    color: #292929 !important;
    font-style: normal !important;
    font-size: 11px !important
}

.btn-send .btn:hover {
    border-radius: 3px;
    background-image: linear-gradient(180deg, #ccc, #fff)
}

.ico-67 {
    background-position: -60px -120px !important;
    width: 7px;
    height: 10px;
    position: absolute;
    top: 25px;
    left: -6px
}

.showmore a {
    color: #838f97;
    font-weight: 700;
    font-size: 11px;
    display: block;
    background: url(../images/icon-link.png) no-repeat 73px -554px;
    width: 80px;
    margin: 0 auto;
    text-decoration: none;
    line-height: 12px
}

.showmore:hover a {
    color: #0079be
}

.lk-pl {
    font-size: 11px;
    color: grey;
    text-decoration: none;
    float: left;
    margin-top: 10px
}

.block-comment .txt-cmt h3 {
    font-size: 13px;
    font-weight: 700;
    color: #b8c0c1;
    padding: 2px 0 10px;
    margin: 0
}

.block-comment .txt-cmt h3 span {
    color: #e32c24;
    text-transform: uppercase
}

.blue .block-comment .txt-cmt h3 span {
    color: #365291
}

.green .block-comment .txt-cmt h3 span {
    color: #00c0c5
}

.list-select {
    overflow: hidden;
    padding: 10px;
    background: #f2f2f2;
    text-align: right
}

.list-select li {
    display: inline-block;
    padding: 0 5px;
    color: #333
}

.list-select li a {
    color: #333
}

.list-select li.active a,
.list-select li a:hover {
    color: #3b5998
}

.list-select li:first-child {
    padding-right: 10px;
    padding-left: 0
}

.btn-reply {
    margin-right: 5px
}

.btn-like-cm,
.btn-reply {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    color: #3b5998
}

.btn-like-cm {
    padding-left: 12px;
    background: url(../images/icon-likes.png) 0 3px no-repeat
}

.btn-like-cm span {
    color: #7f7f7f;
    padding-left: 2px
}

.right .list-share li.i-facebook,
.right .list-share li.i-google {
    display: none
}

.readmore-cm,
.right .list-share li a {
    color: #3b5998
}

.readmore-cm {
    font-weight: 700;
    padding-left: 5px
}

.readmore-cm:hover {
    text-decoration: underline
}

.like_number {
    font-size: 11px
}

.cm-birthday {
    margin-bottom: 20px
}

.cm-birthday .form-comment {
    padding-bottom: 0
}

.cm-birthday .block-comment .txt-cmt h3 span {
    color: #ef1627;
    font-weight: 700
}

.cm-birthday .list-select {
    text-align: left;
    background: #fff0f1 url(../images/cm-bd.jpg) 100% no-repeat
}

.cm-birthday .list-select li.active a,
.cm-birthday .list-select li a:hover {
    color: #ef1627
}

.cm-birthday .avatar-1 {
    float: left;
    margin-right: 10px;
    margin-top: 10px
}

.cm-birthday .block-comment .lst-comment ul li dl {
    clear: none
}

.cm-birthday .readmore-cm {
    color: #ef1627
}

.wra-comment {
    width: 100%;
    padding: 10px 0;
    display: none
}

.wra-comment.active {
    display: block
}

.wra-comment textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px
}

.wra-comment .warning {
    font-style: italic;
    font-size: 12px;
    color: #e32c22;
    float: left;
    padding-top: 10px;
    padding-left: 0;
    font-style: normal;
    display: none
}

.wra-comment .button {
    float: right;
    height: 28px;
    line-height: 28px;
    background-color: #0e71b4;
    padding: 0 20px;
    margin: 8px 1px 0 0;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border: 0
}

.wra-comment .button:hover {
    background: #e40d00
}

.wra-comment .btn-close-s {
    margin-right: 10px;
    background: #aaa
}

.wrapper .inner-w {
    width: 48.5%;
    float: right
}

.wrapper .inner-w:first-child {
    float: left
}

.txt-cmt-1 {
    height: 30px;
    border: 1px solid #ccc;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 0 5px;
    width: 96%
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

input {
    line-height: normal
}

input,
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield
}

#frm-comment .form-group {
    margin-bottom: 15px;
    padding-bottom: 0
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn,
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px
}

@media screen and (max-width:480px) {
    .cm-birthday .list-select {
        background: none
    }
}

.btn-ideas {
    font-weight: 700;
    display: block;
    text-align: center
}

.wrapPopup {
    height: auto;
    width: 100%;
    left: 0;
    min-height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    background: url(/web_images/overlay.png) repeat;
    display: none
}

.wrapPopup .popup {
    -webkit-box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);
    position: absolute;
    width: 500px;
    min-height: 100px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    z-index: 99999
}

.centerPopup section header {
    min-height: 12px;
    position: relative;
    background-color: #f5f6f7;
    height: auto;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 12px;
    text-shadow: 0 1px 0 #fff;
    border-radius: 3px 3px 0 0
}

.centerPopup section header h1 {
    font-size: 20px;
    margin: 0
}

.centerPopup section .content {
    padding: 10px 15px
}

.popup .content {
    width: auto;
    float: none
}

.popup .frm-1 {
    margin-left: 1px
}

a.closepp {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    background: url(../images/controls.png) no-repeat 0 -172px;
    width: 15px;
    height: 15px
}

.block-comment .form-comment p.warning {
    font-size: 12px;
    color: #e32c22;
    float: left;
    padding-top: 15px;
    padding-left: 0;
    font-style: normal;
    display: none
}

.warning {
    font-size: 12px;
    color: #e32c22 !important;
    padding-top: 5px;
    clear: both;
    display: none
}

.list-select .commentcount {
    display: none;
    color: #eb1c24;
    font-size: 14px
}

.maincd .list-select .commentcount {
    display: block
}

.maincd .block-comment .form-comment .Wrapper h3 {
    display: none
}

.maincd .block-comment .form-comment .button {
    float: left;
    background-color: var(--color-primary)
}

.maincd .block-comment .form-comment textarea {
    background-color: #fff
}

.maincd .block-comment .form-comment .txt-cmt {
    padding: 16px 12px 32px;
    background-color: #f0f0f0
}

.maincd .lst-comment ul li.i-google {
    display: none
}

.maincd .wra-comment.active {
    clear: both;
    padding: 16px 12px 32px;
    background-color: #f0f0f0
}

.maincd .wra-comment textarea {
    background-color: #fff
}

.maincd .wra-comment .button {
    background-color: var(--color-primary);
    float: left;
    margin-right: 8px
}

.maincd .wra-comment .btn-close-s {
    background-color: #aaa
}

.black .list-select .commentcount {
    display: block
}

.black .block-comment .form-comment {
    padding: 0
}

.black .block-comment .form-comment .Wrapper h3 {
    display: none
}

.black .block-comment .form-comment textarea {
    background-color: #fff
}

.black .block-comment .form-comment .txt-cmt {
    padding: 16px 12px 32px;
    background-color: #1e1e1e
}

.black .wra-comment .button {
    background-color: var(--color-primary);
    float: left;
    margin-right: 8px
}

.black .wra-comment .btn-close-s {
    background-color: #aaa
}

.black .wra-comment.active {
    clear: both;
    padding: 16px 12px 32px;
    background-color: #1e1e1e
}

.black .wra-comment textarea {
    background-color: #fff
}

.black .block-comment .form-comment .button {
    background-color: var(--color-primary);
    float: left;
    margin-right: 8px;
    font-weight: 400;
    text-transform: none;
    padding: 7px 16px;
    font-size: 14px
}

.black .comment,
.black .list-select {
    background-color: #212121
}

.black .list-select li {
    color: #fff
}

.black .list-select li a {
    color: #8e8e8e
}

.black .list-select li.active a,
.black .lst-comment ul li dl dd .name {
    color: #fff
}

.black .list-share li a {
    color: #e18f09
}

.black .list-share li .like_number,
.black .list-share li a.like_btn {
    color: #ff7986
}

.black .list-share li.i-facebook a {
    color: #84abf9
}

.black .lst-comment>ul,
.black .lst-comment>ul>li {
    border-top: 1px dotted #ccc
}

.black .lst-comment ul li.i-google {
    display: none
}

.black .lst-comment ul li .time {
    color: #8e8e8e
}

.black .lst-comment ul li dl dd p {
    color: #d1d1d1
}

@media screen and (max-width:767px) {
    .wrapPopup .popup {
        width: 90% !important;
        margin-left: -45% !important
    }
}

.comment-list,
.comment-list .item {
    margin-bottom: 25px
}

.comment-list .item .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.comment-list .item .title:hover {
    color: var(--color-primary)
}

.comment-list .item a {
    color: #222b45
}

.comment-list .item .content {
    display: flex;
    flex-direction: row
}

.comment-list .item .content .avatar {
    border-radius: 100%;
    background-color: #e5e6ec;
    margin-right: 12px
}

.comment-list .item .content .body {
    font-size: 14px;
    padding: 15px;
    border-radius: 6px;
    background-color: #eaedf1;
    width: 100%
}

.comment-list .item .content .body .author-info {
    font-size: 12px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-content: center
}

.comment-list .item .content .body .author-info p {
    margin-bottom: 0
}

.comment-list .item .content .body .author-info .author.upper {
    margin-left: 0;
    margin-right: 12px;
    color: var(--color-primary);
    font-weight: 700;
    font-style: normal
}

.comment-list .item .content .body .excerpt,
.comment-list .item:last-child {
    margin-bottom: 0
}

.display-tags {
    float: left;
    margin: 20px 0 12px;
    padding-left: 25px;
    position: relative
}

.display-tags span {
    display: block;
    float: left;
    position: absolute;
    top: 5px;
    left: 5px
}

.display-tags span i {
    font-size: 16px;
    color: #000
}

.display-tags a {
    padding: 4px 6px;
    background: #f0f0f0;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    border-radius: 2px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #7c7c7c;
    font-size: 11px;
    font-weight: 700;
    white-space: normal;
    text-align: left
}

.box_sub_cate {
    margin-bottom: 16px;
    padding: 0 15px
}

.box_sub_cate .box-news {
    display: block;
    width: 100%;
    float: left
}

.box_sub_cate .box-news .image {
    display: block
}

@media screen and (min-width:767px) {
    .box_sub_cate .box-news .image {
        padding-right: 0
    }
}

.box_sub_cate .box-news .content {
    padding-left: 0
}

@media screen and (max-width:767px) {
    .box_sub_cate .box-news .content {
        margin: 10px 0
    }
}

.box_sub_cate .block-title {
    font-size: 20px;
    line-height: 20px;
    color: #303030;
    font-weight: 700;
    padding-bottom: 5px;
    margin: 5px 0
}

.box_sub_cate .block-1 {
    border-bottom: 1px dotted #e1e3e5;
    padding-bottom: 12px
}

.box_sub_cate .block-1 a {
    line-height: 1.3
}

.block-title a,
.box_sub_cate .block-1 a {
    color: #303030;
    font-size: 18px;
    font-weight: 700
}

.block-title a {
    line-height: 20px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #bdbdbd;
    width: 100%;
    display: block
}

.block-title a:before {
    content: " ";
    display: inline-block;
    margin-right: 4px;
    width: 3px;
    background-color: var(--color-primary);
    margin-bottom: -1px;
    height: 16px
}

.line {
    width: 100%;
    border-bottom: 1px dotted #222;
    opacity: .3;
    height: 1px;
    display: block;
    position: relative
}

.line:after {
    top: 2px
}

.line:after,
.line:before {
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #222;
    position: absolute;
    left: 0
}

.line:before {
    top: -2px
}

.line-1 {
    width: 80%;
    margin: 0 auto
}

.line-1,
.line-2 {
    border-bottom: 1px dotted #222;
    opacity: .3;
    height: 1px;
    display: block;
    position: relative
}

.line-2 {
    width: 100%
}

.line-2:after {
    top: 2px
}

.line-2:after,
.line-2:before {
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #222;
    position: absolute;
    left: 0
}

.line-2:before {
    top: -2px
}

.line-2:after {
    display: none
}

.line-2:before {
    top: -1px
}

.line-vertical {
    width: 1px;
    border-right: 1px dotted #222;
    opacity: .3;
    height: 112px;
    display: block;
    position: relative
}

.line-vertical:after {
    left: -4px
}

.line-vertical:after,
.line-vertical:before {
    content: "";
    height: 112px;
    width: 1px;
    border-right: 1px dotted #222;
    position: absolute;
    top: 0
}

.line-vertical:before {
    left: -2px
}

.box-featured-article .item-news .title a,
.box-other-articles .item-news .title a {
    font-size: 18px !important;
    line-height: 26px;
    font-weight: 600
}

.box-featured-article .description,
.box-other-articles .description {
    color: #757575;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width:768px) {
    .box-featured-article .item-news .title a,
    .box-other-articles .item-news .title a {
        font-size: 16px !important;
        line-height: 22px
    }
}

.box-featured-article {
    margin-bottom: 15px
}

.box-featured-article .main .title a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600
}

.box-featured-article .side .box-news {
    margin-bottom: 15px
}

.box-other-articles .item-news {
    border-bottom: 1px solid #eee
}

@media (min-width:767px) {
    .box-other-articles .style_img_left .image-wrapper {
        width: 240px
    }
    .box-other-articles .style_img_left .content {
        width: calc(100% - 240px);
        padding-left: 15px
    }
}

.promotions--block {
    margin-bottom: 10px
}

.promotions {
    display: block;
    text-align: center;
    margin: 0 0 10px;
    background: #fff;
    clear: both
}

.promotions img {
    max-width: 100%
}

@media (max-width:767px) {
    .promotions img {
        max-width: 100%
    }
}

.no-margin-ads .promotions {
    margin: 0
}

.qc_gg {
    margin: 5px 0;
    display: inline-block;
    width: 100%;
    background: #fafafa;
    text-align: center
}

.promotion-sticky {
    display: none
}

@media screen and (min-width:1300px) {
    .promotion-sticky {
        position: fixed;
        z-index: 5;
        bottom: 0;
        display: block
    }
    .promotion-sticky.pc-sticky-left {
        right: calc(50% + 570px)
    }
    .promotion-sticky.pc-sticky-right {
        left: calc(50% + 570px)
    }
}

#menu-top {
    height: 37px;
    min-height: inherit;
    background-color: #fff
}

.header-top {
    width: 100%;
    z-index: 10000;
    border-bottom: 1px solid #e1e2e1;
    min-height: 37px;
    color: #fff
}

.header-top .search-box {
    border-color: #fff
}

@media (max-width:576px) {
    .header-top {
        position: inherit;
        display: none
    }
}

.header-top .nav-top-link {
    float: left
}

.header-top ul li {
    float: left;
    padding: 0;
    position: relative
}

@media (max-width:576px) {
    .header-top ul li {
        padding: 0
    }
}

.header-top ul li:after {
    height: 13px;
    width: 2px;
    content: "";
    background: #e1e2e1;
    position: absolute;
    right: 0;
    top: 12px
}

.header-top ul li:last-child:after {
    display: none
}

.header-top ul li a {
    color: #000;
    display: block;
    float: left;
    padding: 7px 10px
}

.header-top ul li a:hover {
    color: #005ba0;
    text-decoration: none;
    transition: all .25s
}

.header-top ul li .red {
    color: red
}

@media (max-width:576px) {
    .search-box-menu {
        display: none
    }
}

.search-box {
    border-radius: 3px;
    border: 1px solid var(--color-primary);
    display: block;
    float: left;
    margin-top: 2px
}

.search-box .search-button {
    cursor: pointer;
    width: 28px;
    height: 25px;
    float: right
}

.search-box .search-button i {
    color: #777
}

.search-input:-moz-placeholder,
.search-input:-ms-input-placeholder,
.search-input::-moz-placeholder,
.search-input::-webkit-input-placeholder,
.search-input::placeholder {
    color: #777
}

.search-box>* {
    background-color: transparent;
    border: 0
}

.search-box>.search-input {
    width: calc(100% - 40px);
    float: left;
    font-size: 12px;
    line-height: 22px;
    height: 27px;
    -webkit-tap-highlight-color: transparent;
    color: #373737;
    padding: 0 28px 0 6px
}

.search-box>.search-input::-webkit-input-placeholder {
    color: #777
}

.search-box>.search-input:-ms-input-placeholder {
    color: #777
}

.search-box>.search-input:-moz-placeholder,
.search-box>.search-input::-moz-placeholder {
    color: #777;
    opacity: 1
}

.top-icons .sologan-web {
    font-size: 14px
}

.top-icons .social-links,
.top-icons .tags-links {
    padding-top: 5px
}

.top-icons .item i {
    font-size: 16px;
    line-height: 30px;
    padding-top: 0
}

.top-icons .item {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid var(--color-primary);
    text-align: center;
    display: inline-block;
    margin-left: 6px
}

.red-color {
    color: #b03436 !important
}

.blue-color {
    color: #23527c
}

.title-color {
    color: #214a60 !important
}

#go_top_control {
    position: fixed;
    bottom: 100px;
    right: 5px;
    opacity: 1;
    cursor: pointer;
    z-index: 9999999;
    display: none;
    background-color: #fff;
    text-align: center;
    border: 1px solid var(--color-primary)
}

#go_top_control .go_top_icon {
    color: var(--color-primary);
    height: 40px;
    width: 40px;
    font-size: 22px;
    padding-top: 7px
}

@media (max-width:767px) {
    #go_top_control {
        bottom: 10px
    }
}

.box-news-right .image {
    position: relative;
    display: block;
    float: left;
    max-width: 120px;
    margin-right: 10px
}

.box-news-right .image img {
    max-width: 100%
}

.box-news-right .image .most-views {
    position: absolute;
    bottom: 4px;
    left: 4px;
    color: #fff;
    font-size: 12px
}

.box-news-right .image .most-views i {
    font-size: 14px
}

.box-news-right .content {
    overflow: hidden
}

.box-news-right .content .title {
    margin: 0;
    padding: 0
}

.box-news-right .content .title a {
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
    display: table-cell;
    color: #373737;
    font-family: Arial, Helvetica, sans-serif
}

.error-404 {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    padding: 30px 0 80px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.error-404 h2 {
    font-size: 60px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    margin: 0 0 40px;
    padding: 15px 0;
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    color: var(--color-primary)
}

.page-404 {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 30px
}

.page-404 p {
    font-size: 350px;
    font-weight: 700;
    line-height: 300px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    color: var(--color-primary)
}

@media screen and (max-width:960px) {
    .page-404 p {
        font-size: 150px;
        font-weight: 700;
        line-height: 150px
    }
}

.page-404 span {
    font-size: 48px;
    content: #fff;
    font-weight: 700;
    background-color: #fff;
    margin: -60px 0 0;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    text-transform: uppercase;
    color: #f58634;
    line-height: 60px
}

@media screen and (max-width:960px) {
    .page-404 span {
        font-size: 15px;
        margin: -30px 0 0;
        line-height: 30px
    }
}

.error-404>p {
    margin: 0 0 30px;
    font-size: 16px
}

.error-404 a.go-back {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    color: #333;
    transition: all .3s ease-in-out;
    color: var(--color-primary);
    border: 1px solid;
    border-color: var(--color-primary)
}

@media screen and (max-width:960px) {
    .error-404 a.go-back {
        font-size: 15px;
        padding: 5px 30px
    }
}

.error-404 a.go-back:hover {
    color: #fff !important;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
    background-color: var(--color-primary)
}

.box-category1 .list-news {
    width: 100%;
    display: inline-block
}

.box-category1 .list-news li {
    float: left;
    margin-bottom: 10px
}

.box-category1 .list-news li img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.box-category1 .list-news li:last-child {
    margin-right: 0
}

.box-category1 .list-news li .number {
    color: #fff;
    background-color: var(--color-primary);
    padding: 6px 7px 2px;
    float: left;
    margin-top: 10px;
    line-height: 20px
}

.box-category1 .list-news li .category-name {
    text-transform: uppercase;
    color: #222;
    float: right;
    width: 154px;
    margin-top: 10px
}

.box-category1 .list-news li .name-title {
    float: right;
    margin: 5px 0;
    display: inline-block;
    width: 85%;
    height: 38px;
    overflow: hidden
}

@media (max-width:767px) {
    .box-category1 .list-news li .name-title {
        height: auto
    }
}

.box-category1 .list-news li .name-title a {
    float: left;
    color: #303030;
    line-height: 1.2;
    font-weight: 700;
    font-size: 15px
}

.box-category1 .list-news li a {
    width: 100%;
    display: inline-block
}

.box-category1 .list-news li .sapo {
    color: #222;
    line-height: 1.17;
    width: 154px;
    float: right;
    opacity: .7;
    margin-bottom: 7px
}

.title_button a {
    width: 100%
}

.no-pad-top {
    padding-top: 0
}

.style_img_left .image-wrapper {
    width: 40%;
    float: left
}

.style_img_left .content {
    width: 60%;
    padding-left: 10px;
    float: left
}

.style_img_left .content .title {
    padding: 0;
    margin: 0
}

.title_not_padding .list-news li .name-title {
    width: 100%
}

.box-du-lich #item-overlay .boxOverlay {
    height: 355px
}

.box-navigation .title_cheo {
    margin-bottom: 10px;
    margin-left: 20px
}

.title_button {
    height: 30px;
    background-image: linear-gradient(90deg, #fff, #eee);
    margin-bottom: 15px
}

.title_button a {
    display: block;
    background-color: var(--color-primary);
    line-height: 30px;
    width: 115px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    position: relative;
    text-align: center
}

.title_button a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--color-primary)
}

.tieudiem .descript {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, .7);
    width: 100%
}

.tieudiem .descript .nd {
    font-weight: 800;
    color: #fff;
    font-size: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (min-width:1170px) {
    .top_cot_qc {
        width: 330px
    }
    .top_cot_tieu_diem {
        width: 840px
    }
}

@media (max-width:576px) {
    .knswli-video-left .knswli-name h2 {
        margin: 15px 0 0
    }
    .knswli-title h3 {
        margin-top: 5px
    }
}

.quang_cuoi_bai .image-wrapper>.image {
    position: relative;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 40%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…IvPjxjaXJjbGUgZmlsbD0iI2NjYyIgY3g9IjQ1IiBjeT0iNDEiIHI9IjUiLz48L2c+PC9zdmc+);
    background-color: #f5f4f4
}

.quang_cuoi_bai .image-wrapper>.image>img {
    position: absolute;
    width: 100%
}

.quang_cuoi_bai .image-wrapper>.image-medium {
    padding-bottom: 62.439%
}

.quang_cuoi_bai .box-news {
    margin-bottom: 10px
}

.quang_cuoi_bai .box-news img {
    transition: all .5s ease-in-out;
    transform: scale(1);
    width: 100%
}

.quang_cuoi_bai .box-news>.image {
    display: block;
    margin-bottom: 11px
}

.quang_cuoi_bai .box-news .news_title a {
    padding-top: 2px;
    padding-bottom: 5px;
    color: #303030;
    line-height: 1.2;
    font-weight: 700;
    font-size: 15px;
    height: auto;
    overflow: hidden;
    display: block
}

.quang_cuoi_bai .box-news .news_info span {
    color: #9c9c9c;
    line-height: 1.6;
    font-size: 11px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px
}

.quang_cuoi_bai .box-news .news_info .feed-replycount {
    padding-left: 10px
}

.quang_cuoi_bai .box-news-right .image {
    position: relative;
    display: block;
    float: left;
    max-width: 120px;
    margin-right: 10px
}

.quang_cuoi_bai .box-news-right .news_title a {
    padding: 0;
    font-size: 16px;
    margin: 0 0 5px
}

.quang_cuoi_bai .main_container {
    padding: 0 15px
}

.quang_cuoi_bai .box-news {
    margin-bottom: 0;
    display: block;
    width: 100%;
    float: left;
    padding: 10px;
    background-color: #f2f2f2
}

.quang_cuoi_bai .box-news>.image {
    margin-bottom: 0
}

.block-partners {
    background: #f9f9f9;
    padding: 20px 0 35px;
    display: block;
    width: 100%
}

@media screen and (max-width:480px) {
    .block-partners {
        padding: 15px 0
    }
}

.block-partners .title-box-category {
    margin-bottom: 10px
}

.block-partners .title-box-category .inner-title:before {
    content: none
}

.block-partners .partners-wrapper {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 2px solid var(--color-primary);
    border-top: 2px solid var(--color-primary)
}

.block-partners .list-partners-logo {
    width: 100%;
    display: block;
    margin: 0
}

.block-partners .list-partners-logo li {
    padding: 0 10px
}

.block-partners .list-partners-logo li>a {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    padding-bottom: 66.67%
}

.block-partners .list-partners-logo img {
    max-width: 90%;
    width: auto !important;
    -o-object-fit: contain;
    object-fit: contain;
    height: 90% !important;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.trend_news {
    overflow: hidden;
    margin: 20px 0;
    background: #31363a;
    padding: 20px;
    box-shadow: inset 0 0 30px 0 #000
}

.trend_news .container {
    background-color: initial !important
}

.trend_news .title_trends {
    position: absolute;
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 24px;
    z-index: 9;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    left: -150px;
    top: 80px;
    font-weight: 300
}

.trend_news .number_trends {
    color: var(--color-primary);
    font-size: 36px;
    display: inline-block;
    font-weight: 300;
    float: left;
    width: 43px;
    margin-right: 5px;
    text-align: center;
    font-weight: 400;
    line-height: 36px;
    min-height: 60px
}

.trend_news .bx-wrapper {
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    background: inherit
}

.trend_news .news-list {
    display: block;
    float: left;
    width: 100%
}

.trend_news .news-list a {
    color: #fff !important;
    font-weight: 400
}

.trend_news .bx-wrapper .bx-controls-direction a {
    top: 40%
}

.trend_news .title_block {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px
}

.tin_mega_store {
    background: #d8d8d8;
    box-shadow: none;
    padding: 10px 20px 20px;
    margin: 0
}

.tin_mega_store .title_block {
    position: relative;
    padding-left: 8px;
    margin: 0 0 10px
}

.tin_mega_store .title_block:after {
    width: 4px;
    height: 13px;
    background-color: var(--color-primary);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 3px
}

.tin_mega_store .box-news {
    padding: 0 10px;
    border-bottom: none
}

.tin_mega_store .news-list a {
    color: #222 !important;
    font-weight: 700;
    font-size: 15px
}

.tin_mega_store .content {
    position: relative;
    padding-left: 35px;
    padding-top: 10px
}

.tin_mega_store .number-top-view {
    font-family: Merriweather, serif;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -11px;
    background: var(--color-primary);
    padding: 0 5px;
    left: 0;
    font-feature-settings: "pnum" on, "lnum" on
}

.box_category {
    margin-bottom: 30px;
    margin-top: 15px
}

.tab_chiso {
    width: 100%;
    float: left
}

.tab_chiso .item_tab a {
    display: block;
    float: left;
    padding: 0 10px;
    height: 23px;
    font: 400 13px/23px arial;
    color: #333;
    border-top: 2px solid #fff
}

.tab_chiso .item_tab a.active {
    font: 700 13px/23px arial;
    border-top: 2px solid #04a59d;
    background: #eee;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9
}

.tab_chiso .txt_timhieu {
    margin-right: 10px
}

#box_details_news .fck_detail .btn_control_tv_slider {
    top: 40%
}

#box_details_news #boxthamdoykien .title_box_category {
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden
}

#box_details_news #boxthamdoykien .txt_main_category {
    float: left;
    margin: 0;
    display: inline;
    font: 700 14px/30px arial;
    color: #9f224e;
    border: none;
    background: none
}

#box_details_news #boxthamdoykien .txt_main_category span {
    color: #9f224e;
    font: 700 14px/30px arial;
    height: 28px;
    display: block;
    float: left
}

.chiso_sk .form_lienhe {
    padding: 0
}

.chiso_sk .form_lienhe select {
    font-size: 12px;
    width: 100%;
    padding: 2px 0 4px 2%;
    color: #666;
    line-height: 20px;
    background: #fff
}

.chiso_sk .form_lienhe input[type=text] {
    height: 28px;
    font-size: 12px;
    width: 100%;
    padding: 0 5%;
    color: #666;
    background: #fff
}

.chiso_sk,
.ketqua {
    background: #eee;
    width: 100%;
    float: left
}

.chiso_sk {
    padding: 10px 2%
}

.chiso_sk .form_lienhe .btn_xemketqua {
    background: #04a59d;
    color: #fff;
    font: 400 14px arial;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
    border: none;
    float: left;
    margin: 0 10px 0 0
}

.ct_tab_item {
    width: 100%;
    float: left;
    display: none
}

.block_2_2 {
    width: 48.5%
}

.left {
    float: left
}

.right {
    float: right
}

.item_input_lienhe {
    margin-bottom: 10px
}

.txt_timhieu {
    padding: 0;
    float: right;
    display: block;
    font: 400 11px/16px arial;
    color: #666;
    background: #fff;
    margin: 0
}

.tab_chiso .txt_timhieu {
    margin-top: 5px
}

.close-lb {
    background: url(../images/icon_total_01.png) no-repeat -22px -286px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer
}

#login-vne3 .ttOline,
#login-vne4 .ttOline,
#login-vne5 .ttOline,
#login-vne6 .ttOline,
#login-vne7 .ttOline,
.ttOline {
    background: #fff;
    height: 38px;
    padding: 12px 20px 0;
    display: block;
    overflow: hidden;
    font: 700 16px arial;
    color: #000
}

#login-vne3 .login-txt,
#login-vne5 .login-txt,
#login-vne6 .login-txt {
    margin: 0 0 3px;
    display: block;
    overflow: hidden
}

#login-vne3 .login-txt .txt-login {
    border: 1px solid silver;
    background: #fff;
    font: 400 14px arial;
    color: #666;
    width: 358px;
    padding: 2px 7px;
    height: 20px
}

#login-vne3 .txt-capcha,
#login-vne5 .txt-capcha,
#login-vne6 .txt-capcha {
    float: left;
    border: 1px solid silver;
    background: #fff;
    font: 400 14px arial;
    color: #666;
    width: 104px;
    padding: 2px 7px;
    height: 20px;
    margin-right: 10px
}

#login-vne3 img,
#login-vne5 img,
#login-vne6 img {
    float: left;
    margin-right: 8px
}

#login-vne6 .sercurity .img_chapcha img {
    margin-right: 110px\9
}

#login-vne4 {
    background: #f4f4f4;
    padding: 0
}

.complete-form {
    padding: 20px;
    display: block;
    overflow: hidden;
    font: 500 14px arial;
    color: #000;
    width: auto
}

.block_ketqua_giamcan {
    text-align: center;
    background: #04a59d;
    color: #fff;
    margin-bottom: 10px
}

.block_ketqua_giamcan .ketqua_1 {
    font: 700 18px/50px arial
}

.block_ketqua_giamcan .ketqua_2 {
    padding: 5px 0
}

.block_ketqua_giamcan .ketqua_2 .txt_calo {
    font: 700 18px arial
}

.txt_ban_can {
    padding: 0 0 5px
}

.txt_ban_can p {
    padding: 5px 0 5px 15px
}

.block_goicauhoi {
    text-align: center
}

.block_goicauhoi a {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #e5e5e5;
    background: #fff
}

.block_quantamdieutri {
    border-top: 1px solid #d9d9d9;
    padding: 10px 0 0;
    margin: 15px 0 0;
    font: 400 13px arial
}

.txt_dieutri {
    font: 700 13px arial;
    padding: 0 0 10px
}

.block_ama {
    padding: 10px 2%;
    width: 100%;
    float: left;
    background: #f5f5f5;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: left
}

.title_thoitiet {
    width: 100%;
    float: left;
    height: 37px;
    background: #fff
}

.block_goicauhoi,
.block_quantamdieutri {
    display: none !important
}

.txt_nhanxet {
    margin: 0 0 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #333
}

.chiso_sk .txt_error {
    color: red
}

#SexyAlertBox-Box {
    padding-bottom: 24px
}

#SexyAlertBox-InBox {
    padding-top: 15px
}

#SexyAlertBox-BoxContent {
    padding: 0 20px
}

#SexyAlertBox-BoxContenedor {
    padding: 0 0 5px 55px;
    text-align: left;
    font-family: Verdana;
    font-size: 12px;
    color: #000
}

#SexyAlertBox-BoxContenedor b,
#SexyAlertBox-BoxContenedor h1,
#SexyAlertBox-BoxContenedor h2,
#SexyAlertBox-BoxContenedor h3,
#SexyAlertBox-BoxContenedor strong {
    text-align: left;
    font-family: Verdana;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 0
}

#SexyAlertBox-Buttons {
    text-align: right
}

#SexyAlertBox-Buttons input {
    margin: 10px
}

#SexyAlertBox-BoxContenedor #BoxPromptInput {
    margin-top: 5px
}

#SexyAlertBox-Box .BoxAlert {
    background: url(images/dialog-warning.png) 0 0 no-repeat
}

#SexyAlertBox-Box .BoxConfirm,
#SexyAlertBox-Box .BoxPrompt {
    background: url(images/dialog-help.png) 0 0 no-repeat
}

#SexyAlertBox-Box .BoxInfo {
    background: url(images/dialog-information.png) 0 0 no-repeat
}

#SexyAlertBox-Box .BoxError {
    background: url(images/dialog-error.png) 0 0 no-repeat
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    font: 400 13px/14px Arial
}

.form_box .title_box_category {
    margin: 0
}

.form_element {
    font: 400 14px/14px Arial;
    width: 80%;
    margin: 0 auto
}

.form_element li {
    margin: 0 0 10px
}

.form_element li:last-child {
    margin: 0
}

.label_form {
    width: 100%;
    float: left;
    padding: 0 0 5px;
    color: #000
}

.input_form {
    width: 100%;
    float: left;
    border: 1px solid silver;
    color: #666;
    font: 400 14px/14px Arial;
    height: 30px;
    padding: 2px 5px;
    background: #fff;
    outline: none
}

.input_area {
    height: 100px
}

.txt_error {
    font: 400 11px arial;
    color: #000
}

.input_70 {
    width: 69% !important
}

.input_30 {
    width: 29% !important
}

.input_50 {
    width: 49% !important
}

.capcha {
    float: left;
    margin: 3px 10px
}

.txt_clear_all {
    background: none;
    padding: 5px 8px;
    text-decoration: underline;
    color: #333 !important
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 6px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    z-index: 1046;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 36px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    color: #333;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 600px
}

.mfp-iframe-holder .mfp-close {
    top: 0
}

.mfp-iframe-scaler {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 66%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.white-popup {
    position: relative;
    background: #f4f4f4;
    width: auto;
    max-width: 100%;
    padding: 15px;
    margin: 0 auto
}

.mfp-with-zoom.mfp-ready .white-popup {
    opacity: 1;
    transform: scale(1)
}

.mfp-with-zoom .white-popup {
    transition: all .2s ease-in-out
}

.mfp-with-zoom.mfp-removing .white-popup,
.mfp-with-zoom .white-popup {
    opacity: 0;
    transform: scale(.8)
}

.mfp-with-zoom.mfp-bg {
    opacity: 0;
    transition: opacity .3s ease-out
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.title_popup {
    font: 700 16px arial;
    color: #000;
    padding: 8px 20px;
    background: #fff;
    text-align: center
}

.content_poup {
    padding: 20px;
    background: #f4f4f4;
    font: 400 14px/20px Arial
}

.content_poup.popup_padding10 {
    padding: 10px
}

.ques_vote {
    background: #ededed;
    padding: 15px 20px
}

.ques_vote .text_ques {
    font: 500 14px arial;
    color: #000;
    margin-bottom: 5px
}

.ques_vote .timevote {
    font: 400 11px arial;
    color: #666
}

.list_vote li {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0 0 15px;
    border-bottom: 1px dotted #ccc
}

.rsV_left {
    width: 25%;
    float: left;
    font: 12px arial;
    color: #000;
    padding-right: 15px
}

.scroll_color {
    width: 55%;
    float: left;
    margin: 5px 0;
    height: 5px;
    background: #ccc
}

.scroll_color .bg_center_scroll {
    position: relative;
    background: #000;
    float: left;
    height: 5px
}

.scroll_color .bg_center_scroll .txt_number_ketqua {
    display: inline-block;
    padding: 5px 0 0;
    position: absolute;
    right: 0;
    bottom: -15px;
    font: 10px arial;
    color: #000
}

.rsV_right {
    width: 18%;
    float: right;
    font: 12px arial;
    color: #999;
    text-align: right
}

.rsV_right label {
    color: #000
}

.total_vote {
    float: right;
    font: 400 11px arial;
    color: #666
}

.total_rate,
.total_vote label {
    font-weight: 700;
    color: #000
}

.list_rating {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 0
}

.list_rating li {
    width: 9%;
    display: inline-block;
    position: relative;
    margin-right: 1%;
    counter-increment: num
}

.list_rating li:before {
    content: counter(num);
    position: absolute;
    bottom: -20px;
    left: 50%;
    font: 400 12px arial;
    color: #000
}

.list_rating .rank_point {
    height: 10px;
    background: #ccc
}

.social_lightbox li {
    display: inline-block;
    margin: 5px 1%;
    width: 46%;
    line-height: 26px
}

.social_lightbox .item_social {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    margin-right: 10px;
    display: inline-block;
    text-align: center
}

.social_lightbox .item_social i {
    color: #fff
}

.social_lightbox .item_fb {
    background: #3067a3
}

.social_lightbox .item_linkedin {
    background: #007bb6
}

.social_lightbox .item_twit {
    background: #00aced
}

.social_lightbox .item_pinterest {
    background: #cb2027
}

.social_lightbox .item_pinterest .ic-pinterest-p {
    background-position: -512px 0
}

.social_lightbox .item_google {
    background: #dd4b39
}

.social_lightbox .item_email {
    background: #d7d7d7
}

.btn_refrest {
    float: left
}

.content_poup .btn_vne {
    height: 30px;
    margin-left: 10px
}

.share_email_des {
    background: #ededed;
    width: 100%;
    float: left;
    padding: 15px 0
}

.share_email_des .share_email_left {
    width: 12%;
    float: left
}

.share_email_des .share_email_left a {
    color: #666;
    text-decoration: underline;
    font: 600 11px/16px Arial;
    padding: 0 0 0 20px
}

.share_email_des .share_email_right {
    width: 88%;
    float: right;
    padding-left: 5px;
    padding-right: 10px
}

.share_email_des .share_email_right p {
    font: 400 14px/16px Arial;
    color: #9f224e
}

.share_email_des .share_email_right .breakumb {
    color: #000 !important
}

.share_email_des .share_email_right .breakumb a {
    color: #666;
    font: 400 11px/16px Arial;
    text-decoration: underline
}

.share_email_des .share_email_right .breakumb a.active {
    color: #333;
    text-decoration: none
}

.lightbox_vipham .input_area {
    height: 50px
}

.lightbox_vipham .btn_vne {
    margin-left: 0
}

.lightbox_dangnhap2 .content_poup {
    padding: 0
}

#login-vne1 {
    padding: 15px 0
}

#login-vne1 .login-type {
    font: 700 14px arial;
    color: #000;
    margin: 0 0 5px;
    overflow: hidden
}

#login-vne1 .login-left {
    width: 35%;
    float: left
}

#login-vne1 .login-left .login-type {
    text-align: right
}

#login-vne1 .login-right {
    width: 61%;
    float: right;
    padding: 0 0 0 2%;
    border-left: 1px solid #dedede
}

#login-vne1 .login-right .login-type {
    text-align: left
}

#login-vne1 .btt-complete {
    width: 96px;
    height: 28px;
    text-align: center;
    padding: 2px 0 0;
    font: 500 14px arial;
    color: #fffefe;
    background: #9f224e;
    border: none;
    cursor: pointer
}

.p-social {
    display: block;
    overflow: hidden;
    margin: 0 0 10px
}

.p-social .login-social {
    width: 134px;
    height: 30px;
    float: right;
    background: url(images/graphics/social-login.gif) no-repeat
}

.p-social .lg-facebook {
    background-position: 0 0
}

.p-social .lg-google {
    background-position: 0 -42px
}

.login-form {
    width: 100%;
    float: left;
    border: 1px solid #dedede;
    background: #fff;
    position: relative;
    padding: 10px 0
}

.login-txt {
    margin: 0 0 3px
}

.login-txt .txt-login {
    border: 1px solid silver;
    background: #fff;
    font: 400 14px arial;
    color: #666;
    width: 85%;
    padding: 2px 7px;
    height: 24px
}

.login-desc {
    font: 400 11px arial;
    color: #9f224e;
    margin: 0 0 10px;
    display: inline-block;
    overflow: hidden
}

.login-btt {
    display: block;
    overflow: hidden;
    margin: 0;
    width: 100%
}

.lightbox_dangnhap .form_element {
    width: 100%
}

.lightbox_dangnhap .login_title {
    font: 700 14px arial;
    color: #000;
    margin-bottom: 5px
}

.lightbox_dangnhap .login-left {
    width: 35%;
    float: left
}

.lightbox_dangnhap .login-left .login_title {
    text-align: right
}

.lightbox_dangnhap .login-right {
    width: 61%;
    float: right;
    padding: 0 0 0 2%;
    border-left: 1px solid #dedede
}

.lightbox_dangnhap .login-right .login_title {
    text-align: left
}

.lightbox_dangnhap .p_social a {
    width: 134px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #fff;
    float: right;
    margin-bottom: 10px
}

.lightbox_dangnhap .p_social a i {
    color: #fff;
    float: left;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-right: 1px solid hsla(0, 0%, 100%, .27)
}

.lightbox_dangnhap .p_social .facebook {
    background: #3b589c
}

.lightbox_dangnhap .p_social .google {
    background: #da4835
}

#resultbmi-popup.white-popup,
.white-popup#resultcalo-popup {
    width: 100%
}

#resultbmi-popup .content_poup,
#resultcalo-popup .content_poup {
    padding: 30px
}

#resultbmi-popup .ketqua_chiso,
#resultcalo-popup .ketqua_chiso {
    background: #04a59d;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font: 700 18px/50px arial
}

#resultbmi-popup .guicauhoi,
#resultcalo-popup .guicauhoi {
    display: block;
    padding: 5px 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 209px;
    margin: 0 auto
}

#resultbmi-popup .guicauhoi i,
#resultcalo-popup .guicauhoi i {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 1px
}

#resultbmi-popup .quantam,
#resultcalo-popup .quantam {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #d9d9d9
}

#resultbmi-popup .quantam .tieude,
#resultcalo-popup .quantam .tieude {
    font: 700 13px arial
}

#resultbmi-popup .quantam .list_title,
#resultcalo-popup .quantam .list_title {
    border: none;
    padding-top: 5px
}

#resultbmi-popup .quantam .list_title li a,
#resultcalo-popup .quantam .list_title li a {
    font: 400 13px arial;
    color: #000
}

#resultbmi-popup .quantam .list_title li a:hover,
#resultcalo-popup .quantam .list_title li a:hover {
    color: #004f8b
}

#resultcalo-popup .ketqua_chiso {
    padding: 5px;
    font-size: 14px;
    line-height: normal;
    font-weight: 400
}

#resultcalo-popup .ketqua_chiso span {
    display: block
}

#resultcalo-popup .ketqua_chiso span.calo {
    font: 700 18px arial
}

#resultcalo-popup .canbiet {
    font-size: 13px
}

#resultcalo-popup .canbiet p {
    padding: 5px 0
}

#resultcalo-popup .canbiet span {
    display: block;
    padding: 5px 0 5px 15px
}

#weather-popup {
    max-width: 45%;
    background: #f4f4f4
}

#weather-popup .content_poup {
    padding: 10px
}

#weather-popup .time_weather {
    float: right;
    font: 400 12px/20px arial;
    color: #666;
    padding-right: 15px
}

#weather-popup .location {
    font: 400 16px arial;
    padding: 20px 0;
    border-bottom: 1px dotted #e2e2e3;
    width: 100%;
    margin: 0 0 10px
}

#weather-popup .location p {
    margin-bottom: 5px
}

#weather-popup .location span a {
    text-decoration: underline;
    margin: 0 0 0 20px;
    color: #666;
    font: 400 12px arial
}

#weather-popup .location strong {
    color: #9f224e
}

#weather-popup .location select {
    width: 250px
}

#weather-popup .wrap_temperature {
    padding: 10px 10px 10px 0;
    margin-bottom: 10px;
    float: left;
    width: 100%
}

#weather-popup .wrap_temperature i {
    font-size: 72px;
    float: left;
    margin-right: 10px
}

#weather-popup .temperature {
    font-size: 72px;
    float: left;
    line-height: 60%
}

#weather-popup .temperature sup {
    font-size: 35px;
    position: relative;
    top: -10px
}

#weather-popup .list_info {
    float: left;
    margin-left: 15%;
    color: #000
}

#weather-popup .list_info li {
    padding: 7px 0 0 10px;
    position: relative
}

#weather-popup .list_info li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #999;
    position: absolute;
    left: 0;
    top: 12px
}

#weather-popup .list_info span {
    color: #666
}

#weather-popup .future_temperature {
    width: 100%;
    float: left;
    background: #ddd;
    padding: 5px 10px;
    margin-bottom: 10px
}

#weather-popup .block_left {
    width: 15%;
    float: left
}

#weather-popup .block_left li {
    margin-bottom: 10px;
    font-weight: 700
}

#weather-popup .block_left li:first-child {
    margin-bottom: 50px
}

#weather-popup .block_right {
    width: 85%;
    float: left;
    font-size: 12px
}

#weather-popup .block_right li {
    width: 30%;
    float: left;
    border-left: 1px solid #e2e2e3;
    padding: 0 2%
}

#weather-popup .block_right li i {
    display: block;
    text-align: center;
    font-size: 40px
}

#weather-popup .block_right li span {
    display: block;
    text-align: center;
    font-weight: 700
}

#weather-popup .block_right li p {
    margin-bottom: 10px
}

#notice-popup.white-popup,
#rating-popup.white-popup,
.white-popup#dangnhap2-popup,
.white-popup#ratingresult-popup,
.white-popup#share-popup,
.white-popup#vote-popup,
.white-popup#voteresult-popup {
    width: 40%
}

#rating-popup .criteria_cmt {
    background: #ededed;
    margin: 0 -20px 20px;
    padding: 0 20px 10px
}

#rating-popup .danhgia_comment {
    width: 80%;
    margin: 0 auto
}

#rating-popup .btn_vne {
    padding: 5px 10px
}

#pvtt-popup .wrap_form,
#pvtt-popup .wrap_form label {
    display: inline-block;
    margin-bottom: 10px
}

#pvtt-popup .wrap_form .text_label {
    display: block
}

#pvtt-popup .wrap_form .input_form {
    height: 26px;
    padding: 2px 2%;
    font: 400 14px arial
}

#pvtt-popup .wrap_form textarea {
    height: 100px !important
}

#pvtt-popup .wrap_form .image_capcha {
    margin: 0 10px;
    display: inline-block;
    float: left
}

.w70 {
    width: 68%;
    margin-right: 2%
}

.w45 {
    width: 45% !important
}

.w30 {
    width: 30%
}

#login-eid-popup.white-popup {
    max-width: 400px;
    max-height: 505px
}

@media screen and (max-width:1366px) {
    #weather-popup {
        max-width: 44%
    }
    #weather-popup .list_info {
        margin-left: 10px
    }
    #rating-popup.white-popup {
        width: 44%
    }
    #rating-popup.white-popup .input_50 {
        width: 35% !important
    }
}

@media screen and (max-width:1200px) {
    .white-popup {
        max-width: 80%
    }
    #weather-popup .temperature {
        clear: both
    }
    #weather-popup .list_info {
        float: none;
        overflow: hidden;
        padding-bottom: 5px
    }
    #weather-popup .wrap_temperature {
        padding: 0 10px 10px 0
    }
    #weather-popup .wrap_temperature i {
        margin: 0 20% 0 2%
    }
}

@media screen and (max-width:1000px) {
    .white-popup {
        max-width: 100%
    }
    .form_element {
        width: 75%
    }
    .share_email_des .share_email_left {
        width: 13%
    }
    .share_email_des .share_email_right {
        width: 87%
    }
    #weather-popup {
        max-width: 70%
    }
    #rating-popup.white-popup {
        width: 70%;
        overflow: hidden
    }
    #rating-popup.white-popup .input_50 {
        width: 35% !important
    }
}

@media screen and (max-width:767px) {
    #notice-popup.white-popup,
    #resultbmi-popup.white-popup,
    .white-popup#dangnhap2-popup,
    .white-popup#rating-popup,
    .white-popup#ratingresult-popup,
    .white-popup#resultcalo-popup,
    .white-popup#share-popup,
    .white-popup#vote-popup,
    .white-popup#voteresult-popup {
        width: 100%
    }
    .share_email_des {
        display: none
    }
    .form_element {
        width: 100%
    }
    .form_element .btn_vne {
        padding: 5px 10px
    }
    .content_poup {
        padding: 10px
    }
    .lightbox_dangnhap .login-left {
        width: 100%
    }
    .lightbox_dangnhap .login-left .login_title {
        text-align: left
    }
    .lightbox_dangnhap .login-right {
        width: 100%;
        border: none
    }
    .lightbox_dangnhap .p_social a {
        float: none;
        margin: 10px auto
    }
}

.guicauhoi,
.quantam {
    display: none !important
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none;
    outline: 1
}

.empty-msg {
    margin-bottom: 20px;
    text-align: center;
    background: #f9f9f9;
    padding: 15px
}

.ndt-logo img {
    max-height: 65px
}

.image-wrapper .cat {
    top: 10px;
    bottom: auto;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary)
}

.image-wrapper .cat,
.image-wrapper .cat-in-thumb {
    position: absolute;
    left: 10px;
    color: #fff;
    padding: 1px 5px;
    font-size: 11px;
    opacity: .9
}

.image-wrapper .cat-in-thumb {
    top: auto;
    bottom: 10px;
    background-color: #777575;
    border-color: #777575
}

.theodongsukien {
    background-color: #4e4c4c
}

.binhluannhieu>.related-links>li:first-child,
.theodongsukien>.related-links>li:first-child {
    border-top: none;
    background-color: rgba(51, 51, 51, .58)
}

.box-navigation .title span:before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    position: absolute;
    left: 0;
    bottom: 0
}

.description a:hover {
    color: #333
}

.has_transition,
.title-news a {
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.title-news a:hover {
    color: var(--color-primary) !important
}

.item-news {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

.item-news:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.item-news .description {
    color: #666
}

.article-topstory {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none
}

.meta-news {
    display: inline-block;
    vertical-align: middle;
    color: #757575;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400 !important;
    margin: 4px 0;
    display: flex;
    align-items: center
}

.meta-news .author-meta,
.meta-news .cat,
.meta-news .time-public {
    display: inline-block;
    margin-right: 10px;
    line-height: 18px
}

.meta-news .time-public i {
    font-size: 18px;
    vertical-align: bottom
}

.meta-news .author-meta {
    display: inline-block
}

.meta-news .author-meta img {
    width: 15px;
    height: 15px;
    float: left;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 5px
}

.wrapper-topstory {
    margin-top: 0
}

.wrapper-topstory .box-news-larger {
    padding-left: 0;
    background: #f7f7f7;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .wrapper-topstory .box-news-larger {
        background: transparent;
        padding: 0;
        flex-wrap: wrap
    }
}

.wrapper-topstory .box-news-larger .thumb-art {
    float: right;
    flex: 0 0 65%;
    max-width: 65%;
    margin: 0
}

@media (max-width:767px) {
    .wrapper-topstory .box-news-larger .thumb-art {
        float: none;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 10px
    }
}

.wrapper-topstory .box-news-larger .content {
    padding: 15px
}

.wrapper-topstory .box-news-larger h2.title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    margin-top: 0
}

.wrapper-topstory .box-news-larger h2.title a {
    font-size: 23px;
    font-weight: 600
}

.wrapper-topstory .box-news-larger p.snippet {
    font-size: 14px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0
}

@media (max-width:767px) {
    .wrapper-topstory .box-news-larger .content {
        padding: 0
    }
}

.wrapper-topstory .sub-news-top {
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    padding-left: 0;
    height: auto;
    clear: both
}

.wrapper-topstory .list-sub-feature {
    clear: both
}

.wrapper-topstory .list-sub-feature li .title-news {
    font-size: 15px;
    font-weight: 700;
    margin-top: 0
}

.wrapper-topstory .list-sub-feature li .title-news a {
    color: #222;
    line-height: 140%
}

.wrapper-topstory .list-sub-feature li .description {
    font-size: 14px;
    line-height: 140%;
    margin-top: 5px
}

.wrapper-topstory .list-sub-feature li .description a:hover {
    color: #222
}

.col-left:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    position: absolute;
    top: 0;
    right: 0
}

.item-news-common .title-news {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}

.item-news-common .box-news .image-wrapper {
    margin-bottom: 0
}

.item-news-common:last-child .box-news {
    border-bottom: none
}

.has_border:before {
    width: auto;
    background: #e5e5e5;
    height: 1px;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    content: ""
}

.has_border {
    position: relative;
    margin-top: 20px;
    padding-top: 20px
}

.box-category {
    width: 100%;
    margin-bottom: 0
}

.box-cate-featured {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%
}

.box-category.has-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.box-cate-featured.has-border {
    padding-bottom: 15px
}

.box-category.box-cate-featured.last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.title-box-category,
.widget-title {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
    color: #222;
    font-weight: 700;
    clear: both
}

.title-box-category a,
.widget-title a {
    color: inherit;
    text-decoration: none;
    outline: none
}

.title-box-category .main-title,
.title-box-category .parent-cate,
.widget-title .main-title,
.widget-title .parent-cate {
    float: left;
    margin: 0;
    font-size: inherit;
    text-transform: uppercase
}

.title-box-category .inner-title,
.widget-title .inner-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase
}

.title-box-category .inner-title:before,
.widget-title .inner-title:before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    position: absolute;
    left: 0;
    bottom: -5px
}

@media screen and (max-width:991px) {
    .title-box-category,
    .widget-title {
        font-size: 16px
    }
}

.title-box-category .title-icon,
.widget-title .title-icon {
    width: 24px;
    height: auto;
    display: inline-block;
    margin-right: 5px
}

.title-box-category.default,
.widget-title.default {
    border-bottom: 1px solid var(--color-primary);
    height: 40px;
    display: flex;
    align-items: center
}

.title-box-category.default .inner-title,
.widget-title.default .inner-title {
    padding-left: 20px
}

.title-box-category.default .inner-title:before,
.widget-title.default .inner-title:before {
    content: "";
    width: 2px;
    height: 2px;
    background: var(--color-primary);
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 5px;
    height: 16px
}

.title-box-category.default .td-subcat-filter,
.widget-title.default .td-subcat-filter {
    bottom: 0
}

.title-box-category.style_1,
.widget-title.style_1 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px
}

.title-box-category.style_1 .main-title,
.title-box-category.style_1 .parent-cate,
.widget-title.style_1 .main-title,
.widget-title.style_1 .parent-cate {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    color: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 16px;
    line-height: 1.1;
    padding: 7px 30px 7px 15px;
    background: var(--color-primary)
}

.title-box-category.style_1 .inner-title,
.widget-title.style_1 .inner-title {
    position: relative;
    padding-left: 10px
}

.title-box-category.style_1 .inner-title:before,
.widget-title.style_1 .inner-title:before {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0
}

.title-box-category.style_1:after,
.widget-title.style_1:after {
    content: "";
    height: 1px;
    background: var(--color-primary);
    flex: 1 auto;
    margin-left: 5px
}

.title-box-category.style_1 .td-subcat-filter,
.widget-title.style_1 .td-subcat-filter {
    bottom: 0
}

.title-box-category.style_1 .view-more,
.widget-title.style_1 .view-more {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-style: italic
}

.title-box-category.style_2,
.widget-title.style_2 {
    padding: 12px 15px 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    font-size: 16px
}

.title-box-category.style_2 .main-title,
.title-box-category.style_2 .parent-cate,
.widget-title.style_2 .main-title,
.widget-title.style_2 .parent-cate {
    padding: 5px 10px;
    background: var(--color-primary);
    position: relative;
    border-radius: 5px;
    margin-bottom: 8px;
    color: #fff
}

.title-box-category.style_2 .main-title:after,
.title-box-category.style_2 .parent-cate:after,
.widget-title.style_2 .main-title:after,
.widget-title.style_2 .parent-cate:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5.5px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 5px solid var(--color-primary);
    display: block;
    position: absolute;
    bottom: -5px;
    left: 20px
}

.title-box-category.style_2 .main-title a:hover,
.title-box-category.style_2 .parent-cate a:hover,
.widget-title.style_2 .main-title a:hover,
.widget-title.style_2 .parent-cate a:hover {
    color: var(--color-secondary)
}

.title-box-category.style_2 .view-more,
.widget-title.style_2 .view-more {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-style: italic
}

.title-box-category.style_3:before,
.widget-title.style_3:before {
    content: "";
    height: 3px;
    background: var(--color-primary);
    width: 100%;
    display: block;
    position: absolute;
    top: 50%
}

.title-box-category.style_3 .main-title,
.title-box-category.style_3 .parent-cate,
.widget-title.style_3 .main-title,
.widget-title.style_3 .parent-cate {
    background: #fff;
    padding: 5px 10px 5px 0;
    z-index: 1;
    position: relative
}

.title-box-category.style_3 .main-title .inner-title:before,
.title-box-category.style_3 .parent-cate .inner-title:before,
.widget-title.style_3 .main-title .inner-title:before,
.widget-title.style_3 .parent-cate .inner-title:before {
    content: none
}

.title-box-category.style_4.title-box-category,
.widget-title.style_4.title-box-category {
    margin-bottom: 0;
    border-top: 2px solid var(--color-primary);
    display: flex
}

.title-box-category.style_4 .main-title,
.title-box-category.style_4 .parent-cate,
.widget-title.style_4 .main-title,
.widget-title.style_4 .parent-cate {
    background: var(--color-primary);
    padding: 0 15px 3px;
    line-height: 32px;
    z-index: 1;
    position: relative;
    color: #fff
}

.title-box-category.style_4 .main-title .inner-title:before,
.title-box-category.style_4 .parent-cate .inner-title:before,
.widget-title.style_4 .main-title .inner-title:before,
.widget-title.style_4 .parent-cate .inner-title:before {
    content: none
}

.title-box-category.style_4 .td-subcat-filter,
.widget-title.style_4 .td-subcat-filter {
    position: relative;
    bottom: 0;
    text-align: left
}

.title-box-category.style_5,
.widget-title.style_5 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px
}

.title-box-category.style_5 .main-title,
.title-box-category.style_5 .parent-cate,
.widget-title.style_5 .main-title,
.widget-title.style_5 .parent-cate {
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    border-top-right-radius: 6px;
    background-color: var(--color-primary);
    display: inline-block
}

.title-box-category.style_5 .inner-title,
.widget-title.style_5 .inner-title {
    position: relative
}

.title-box-category.style_5 .inner-title:before,
.widget-title.style_5 .inner-title:before {
    content: none
}

.title-box-category.style_5:after,
.widget-title.style_5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-top: 9px solid;
    border-top-color: var(--color-primary)
}

.title-box-category.style_5 .td-subcat-filter,
.widget-title.style_5 .td-subcat-filter {
    bottom: 0
}

.title-box-category.style_5 .view-more,
.widget-title.style_5 .view-more {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-style: italic
}

.title-box-category.style_6 .main-title:before,
.title-box-category.style_6 .parent-cate:before,
.widget-title.style_6 .main-title:before,
.widget-title.style_6 .parent-cate:before {
    content: "";
    height: 3px;
    background: var(--color-primary);
    width: 100%;
    display: block;
    position: absolute;
    top: 50%
}

.title-box-category.style_6 .inner-title,
.widget-title.style_6 .inner-title {
    position: relative;
    padding: 0 15px;
    background: #fff
}

.title-box-category.style_6 .inner-title:before,
.widget-title.style_6 .inner-title:before {
    content: none
}

.title-box-category.style_6 .td-subcat-filter,
.widget-title.style_6 .td-subcat-filter {
    bottom: 0;
    display: none
}

.title-box-category.style_6 .view-more,
.widget-title.style_6 .view-more {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-style: italic
}

.title-box-category.style_7 .main-title,
.title-box-category.style_7 .parent-cate,
.widget-title.style_7 .main-title,
.widget-title.style_7 .parent-cate {
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 20px;
    font-weight: 700;
    padding: 0 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(90deg, #30b9aa, #6645ac)
}

.title-box-category.style_7 .main-title:after,
.title-box-category.style_7 .parent-cate:after,
.widget-title.style_7 .main-title:after,
.widget-title.style_7 .parent-cate:after {
    position: absolute;
    top: 0;
    right: -40px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 50px solid #6645ac;
    border-right: 40px solid transparent
}

.title-box-category.style_7 .inner-title:before,
.widget-title.style_7 .inner-title:before {
    content: none
}

.title-box-category.style_8,
.widget-title.style_8 {
    height: 28px;
    margin-bottom: 15px;
    background: #f7f7f7;
    padding-right: 10px;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #eee
}

.title-box-category.style_8 .main-title,
.title-box-category.style_8 .parent-cate,
.widget-title.style_8 .main-title,
.widget-title.style_8 .parent-cate {
    display: inline-block;
    background: #fff;
    padding: 3px 15px;
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 17px;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    margin-left: 15px;
    border-top: 2px solid var(--color-primary);
    margin-top: -2px
}

.title-box-category.style_8 .main-title:hover,
.title-box-category.style_8 .parent-cate:hover,
.widget-title.style_8 .main-title:hover,
.widget-title.style_8 .parent-cate:hover {
    background: var(--color-primary);
    color: #fff;
    text-decoration: underline
}

@media screen and (max-width:768px) {
    .title-box-category.style_8 .main-title,
    .title-box-category.style_8 .parent-cate,
    .widget-title.style_8 .main-title,
    .widget-title.style_8 .parent-cate {
        border-top: none;
        background: #fff;
        padding: 2px 12px;
        font-size: 18px;
        margin-left: 0;
        border-left: 4px solid var(--color-primary);
        margin-top: 0
    }
}

.title-box-category.style_8 .sub-cate a:hover,
.widget-title.style_8 .sub-cate a:hover {
    text-decoration: underline !important
}

.title-box-category.style_8 .inner-title:before,
.widget-title.style_8 .inner-title:before {
    content: none
}

@media screen and (max-width:768px) {
    .title-box-category.style_8,
    .widget-title.style_8 {
        border-top: none;
        border-bottom: none
    }
}

.title-box-category.title-full-bg,
.widget-title.title-full-bg {
    background: var(--color-primary);
    padding: 15px;
    text-align: center;
    color: #fff;
    border-left: 4px solid var(--color-secondary)
}

.title-box-category.title-full-bg .inner-title:before,
.widget-title.title-full-bg .inner-title:before {
    content: none
}

.title-box-category .sub-cate {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--color-primary);
    line-height: 1.1538461538;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: none;
    white-space: nowrap;
    display: inline-block
}

.box-cate-featured .content-box-category {
    display: flex;
    flex-wrap: wrap
}

.flexbox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.box-cate-featured .item-news {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

.box-cate-featured .item-news .thumb-art {
    width: 260px;
    float: left;
    margin-right: 20px
}

.box-cate-featured .item-news.full-thumb {
    width: 245px;
    background: #f7f7f7;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: none
}

@media (max-width:767px) {
    .box-cate-featured .item-news.full-thumb {
        background: transparent;
        width: 40%
    }
    .box-cate-featured .item-news.full-thumb .description,
    .box-cate-featured .item-news.full-thumb .title-news,
    .box-cate-featured .item-news.full-thumb p.meta-news {
        padding: 0 !important
    }
}

@media (max-width:576px) {
    .box-cate-featured .item-news.full-thumb {
        width: 100%
    }
}

.box-cate-featured .item-news.full-thumb .thumb-art {
    width: 100%;
    margin: 0 0 10px
}

.box-cate-featured .item-news.full-thumb .title-news {
    font-size: 17px
}

.box-cate-featured .item-news.full-thumb .title-news a {
    font-size: inherit
}

.box-cate-featured .item-news .description {
    font-size: 14px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.box-cate-featured .item-news .title-news {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    clear: both;
    margin-top: 0
}

.box-cate-featured-v2 .item-news.full-thumb {
    width: 67.648%;
    background: none;
    padding-bottom: 0
}

.box-cate-featured-v2 .item-news.full-thumb .image-wrapper {
    width: 48.914%;
    margin: 0
}

.box-cate-featured-v2.style-10 .item-news.full-thumb {
    width: 50%;
    background: none;
    padding-bottom: 0
}

.box-cate-featured-v2.style-10 .item-news.full-thumb .image-wrapper {
    width: 48.914%;
    margin: 0
}

.box-cate-featured-v2 .wrap-sum-news {
    width: 51.086%;
    padding: 0 15px
}

.box-cate-featured-v2 .wrap-sum-news .description {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.box-cate-featured-v2 .wrap-sum-news>* {
    padding-left: 0;
    padding-right: 0
}

.box-cate-featured-v2 .sub-news-cate {
    width: 100%;
    justify-content: space-between;
    padding-left: 0;
    position: relative
}

.box-cate-featured-v2 .sub-news-cate .item-news {
    max-width: 33%;
    margin-top: 15px;
    position: relative;
    margin-bottom: 0;
    border: none;
    padding: 10px 15px 0
}

.box-cate-featured-v2 .sub-news-cate .item-news:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    background: #ababab;
    position: absolute;
    top: 18px;
    left: 0
}

.box-cate-featured-v2 .sub-news-cate .item-news .title-news {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0
}

.box-cate-featured-v2 .sub-news-cate:before {
    width: 100%;
    height: 1px;
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 15px;
    left: 0
}

.box-cate-featured-v2 .article-sub-right {
    width: 32.352%;
    padding-left: 20px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.box-cate-featured-v2 .article-sub-right:before {
    width: 1px;
    height: 100%;
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: 0
}

.box-cate-featured-v2 .article-sub-right .description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.tin_2cot_style_image_left .item-news {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.type-multi-cols .row-10 {
    margin: 0 -10px
}

.type-multi-cols .row-10>div {
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (min-width:991px) {
    .type-multi-cols .w-20 {
        max-width: 20%;
        flex: 0 0 20%;
        float: left
    }
}

.sub-news-cate {
    width: calc(100% - 245px);
    padding-left: 20px
}

@media (max-width:767px) {
    .sub-news-cate {
        width: 60%
    }
}

@media (max-width:576px) {
    .sub-news-cate {
        width: 100%;
        padding-left: 0;
        margin-top: 15px
    }
}

.box-cate-featured-vertical .item-news.full-thumb {
    width: 100%;
    background: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px
}

.box-cate-featured-vertical .sub-news-cate {
    width: 100%;
    float: left;
    padding-left: 0
}

.box-cate-featured-vertical.no-thumb .item-news.full-thumb {
    border-bottom: none;
    padding-bottom: 0
}

.box-cate-featured-vertical.no-thumb .featured-news .box-news>.content>.title>a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.box-cate-featured-vertical.no-thumb .sub-news-cate .item {
    padding: 10px 0 10px 15px;
    border-top: 1px solid #eee;
    margin-bottom: 10px;
    position: relative
}

.box-cate-featured-vertical.no-thumb .sub-news-cate .item:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.box-cate-featured-vertical.no-thumb .sub-news-cate .item:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--color-primary);
    position: absolute;
    left: 0;
    top: 18px
}

.box-cate-featured-vertical.no-thumb .sub-news-cate .item a {
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.box-cate-featured-vertical.no-thumb .sub-news-cate .item .meta-news {
    display: block
}

.thumb-art {
    position: relative
}

.sub-news-cate .item-news:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.box-cate-featured-vertical .item-news.full-thumb .description,
.box-cate-featured-vertical .item-news.full-thumb .title-news,
.box-cate-featured-vertical .item-news.full-thumb p.meta-news {
    padding-left: 0;
    padding-right: 0
}

.box-cate-featured .item-news.full-thumb p.meta-news {
    margin-top: 10px;
    margin-bottom: 0
}

.width_common {
    width: 100%;
    float: left;
    position: relative
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-button-vne {
    width: calc(17.25% + 1px);
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer
}

.swiper-button-vne.swiper-button-next-photo {
    right: 0
}

.swiper-button-vne.swiper-button-prev-photo {
    left: 0
}

.swiper-button-vne .opacity-layer {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    padding-bottom: calc(228% - 3px);
    background: transparent
}

.swiper-button-vne .btn-slide {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    line-height: 40px;
    text-align: center
}

.swiper-button-vne.swiper-button-prev-photo .btn-slide {
    right: 20px
}

.swiper-button-vne.swiper-button-next-photo .btn-slide {
    left: 20px
}

.swiper-button-vne .btn-slide .ic {
    fill: #fff
}

.wrap-slide-photo .swiper-slide {
    width: 65.5%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.thumb-5x3 {
    padding-bottom: 60%
}

.thumb {
    display: block;
    overflow: hidden;
    height: 0;
    position: relative;
    width: 100%;
    background: #f4f4f4
}

.wrap-slide-photo .swiper-slide .thumb-art .thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 1;
    transition-duration: .35s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    opacity: 1
}

.wrap-slide-photo .swiper-slide.swiper-slide-active .thumb-art .thumb:before {
    opacity: 0
}

.wrap-slide-photo .swiper-slide .box-info-news {
    padding: 15px 30px;
    position: relative;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    opacity: 0
}

.wrap-slide-photo .swiper-slide .box-info-news .title-news {
    font-weight: 700
}

@media (max-width:576px) {
    .wrap-slide-photo .swiper-slide .box-info-news {
        padding: 15px
    }
    .wrap-slide-photo .swiper-slide .box-info-news .title-news {
        font-size: 14px;
        font-weight: 700
    }
    .wrap-slide-photo .swiper-slide .box-info-news .description {
        display: none
    }
}

.wrap-slide-photo .swiper-slide.swiper-slide-active .box-info-news {
    opacity: 1
}

@media (min-width:576px) {
    .related-links li a {
        padding: 0
    }
    .box-most-visited .related-links li a {
        padding: 0 20px
    }
}

.subcate-children a {
    color: #333;
    display: block;
    float: left
}

.subcate-children a:after {
    content: "/";
    padding: 0 6px;
    color: #bbb
}

@media (max-width:767px) {
    .subcate-children a:after {
        padding: 0 2px
    }
}

.subcate-children a:last-child:after {
    content: " "
}

@media (max-width:767px) {
    .subcate-children {
        font-size: 12px;
        margin-left: 0
    }
}

.dong_su_kien .box-category {
    margin-bottom: 0
}

.dong_su_kien .font-weight-normal {
    font-size: 16px !important;
    margin: 0 0 20px
}

.lam_dep_mau a {
    color: var(--color-primary) !important
}

.lam_dep_mau .datetime {
    margin-top: 10px
}

.lam_dep_mau_0 {
    background-color: #00a65e
}

.lam_dep_mau_1,
.lam_dep_mau_2 {
    background-color: var(--color-primary)
}

.lam_dep_mau_3 {
    background-color: var(--color-secondary)
}

.tin_mau_vang_box {
    background: #f7f7f7
}

.tin_mau_vang_box .datetime p {
    color: #fff !important
}

.tin_mau_vang_box .boxOverlay a {
    color: #fff
}

.tin_mau_vang_box .horizontal-line {
    display: none
}

.tin_mau_vang_box .box-navigation .title {
    margin-bottom: 10px;
    margin-left: 20px
}

.tin_mau_vang_box .chieu_cao_nua img {
    width: 100%
}

.box-navigation .title a,
.box-navigation span {
    padding: 6px 0;
    display: block;
    position: relative;
    margin-bottom: 10px
}

.box-navigation .title a:before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    position: absolute;
    left: 0;
    bottom: 0
}

.date_post {
    color: #222;
    opacity: .7
}

.max_height_290 {
    height: 290px !important
}

.thoi_tiet iframe {
    max-width: 100% !important
}

.item-overlay .boxOverlay .datetime {
    margin-left: 15px;
    color: #fff
}

#frmVote {
    margin-bottom: 20px
}

.side-bar .box_sub_cate:first-child .box-navigation {
    margin-top: 0;
    padding-top: 0
}

.btn_login__mb {
    float: right;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    margin-top: 12px;
    margin-right: 15px;
    color: var(--color-primary) !important
}

.block_menu_top,
.btn_login__mb,
.btn_search_top,
.search_top_menu {
    display: none
}

@media (max-width:767px) {
    .block_menu_top,
    .btn_login__mb,
    .btn_search_top,
    .search_top_menu {
        display: block
    }
}

.search_top_menu {
    background-color: inherit;
    border-color: inherit !important;
    width: 100%;
    float: left;
    box-shadow: none;
    border: none;
    height: auto;
    padding: 0 10px
}

.search_top_menu .input-group {
    width: 100%
}

.width250 .image-wrapper {
    width: 30%;
    float: left
}

.width250 .content {
    width: 70%
}

.vedet-news-list-2-tin .box-news>.content>.title>a {
    color: #000
}

.trend_news_2_tin {
    margin-top: 20px;
    display: block
}

.trend_news_2_tin .box-news {
    border-bottom: none
}

.trend_news_2_tin .bx-wrapper {
    margin-bottom: 0;
    box-shadow: none;
    border: none;
    background: inherit
}

.trend_news_2_tin .bx-wrapper .bx-pager {
    text-align: right;
    top: -60px;
    bottom: inherit
}

.trend_news_2_tin .bx-wrapper .bx-pager.bx-default-pager a.active,
.trend_news_2_tin .bx-wrapper .bx-pager.bx-default-pager a:focus,
.trend_news_2_tin .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: var(--color-primary)
}

.tin_video_index {
    background-color: #333;
    padding: 0 15px
}

.tin_video_index .vedet-news-list-3-tin {
    padding: 0 20px;
    display: block;
    float: left;
    width: 100%
}

.tin_video_index .box-news-larger .content .title a {
    color: #fff
}

.footer_top_1 {
    padding: 10px 0
}

.author__top {
    float: left;
    margin-right: 10px
}

.author__top .author__name {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 700
}

.page-login button[type=submit] {
    margin-bottom: 10px
}

.gui_bai_success {
    font-size: 18px;
    color: red;
    font-weight: 700;
    text-align: center
}

.site-header__social {
    text-align: center;
    display: block;
    margin: 0 auto 10px
}

.site-header__social .social {
    display: inline-block
}

.btn__dn_group {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%
}

.btn__dn_group a {
    font-size: 14px;
    padding: 5px 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    display: block;
    width: 125px;
    float: left;
    background: var(--color-primary);
    font-weight: 700;
    display: inline-block;
    float: inherit;
    margin: 0 auto
}

.btn__dn_group a,
.thing__center {
    text-align: center
}

.sub_cat_v2 {
    margin-bottom: 5px
}

.tab_hidden {
    display: none;
    width: 100%;
    float: left
}

.subcate-children_v2 {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-left: 0;
    margin-top: -10px;
    margin-right: 20px;
    background: var(--color-primary)
}

.subcate-children_v2 a {
    color: #fff;
    padding: 15px
}

.header-top,
.header-top #menu-top,
.header-top .container-fluid,
.header-top .container-lg,
.header-top .container-md,
.header-top .container-sm,
.header-top .container-xl,
.header-top .navbar,
.header-top .navbar-collapse {
    background-color: #fff
}

.header-top .navbar-nav>li>a,
.header-top .TopHeaderDateTime,
.header-top span {
    color: #777;
    font-size: 12px;
    width: auto;
    height: auto
}

.header-top .search-box {
    border: initial;
    border-left: 1px solid hsla(0, 0%, 100%, .1);
    border-right: 1px solid hsla(0, 0%, 100%, .1)
}

.box-news-larger .content>.title>a {
    font-size: 20px
}

.item_vedet_left .box-news-larger>.content>.title>a {
    font-size: 16px
}

.item_vedet_big {
    padding: 0
}

.item_vedet_big .box-news-larger>.content>.title>a {
    font-size: 32px
}

.item_vedet_big img {
    height: 328px
}

.item_vedet_big .category-parent {
    margin-bottom: 10px;
    display: block
}

.item_vedet_right .box-news-larger>.content>.title>a {
    font-size: 16px;
    line-height: 1.4
}

.item_vedet_right .box-news-larger {
    margin-bottom: 10px
}

.tin_vedet__left:last-child .style_img_left {
    border-bottom: none
}

.category-parent {
    margin: 5px 0;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    color: #666
}

.item-vedet div:last-child .style_img_left {
    border-bottom: none
}

.header-top ul li a:first-child {
    padding-left: 10px
}

.header-top ul li:after {
    font-weight: 700;
    top: 30%
}

.header-top ul li a {
    padding: 4px 10px
}

.header-top {
    min-height: 28px
}

#menu-top {
    height: 28px
}

.search-box>.search-input {
    height: 24px
}

.section-content {
    background: #fff
}

@media (min-width:767px) {
    .col-left.col-small {
        width: 435px
    }
    .col-right.col-medium {
        width: 695px
    }
    .moi_cap_nhat .box-news>.content>.title>a,
    .moi_cap_nhat .item-news .content>.title>a {
        font-size: 18px
    }
    .moi_cap_nhat .style_img_left .image-wrapper {
        width: 250px
    }
    .moi_cap_nhat .style_img_left .content {
        width: calc(100% - 250px)
    }
    .moi_cap_nhat .style_img_left .content .description {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.recent-news.item-layout-2 .style_img_left .image-wrapper {
    width: 40%
}

.recent-news.item-layout-2 .style_img_left .content {
    width: 60%
}

@media (min-width:767px) {
    .recent-news.item-layout-2 .style_img_left .content .description {
        -webkit-line-clamp: 4
    }
}

.news div:last-child .style_img_left {
    border-bottom: none
}

.communications .box-navigation .title {
    margin: 0 auto
}

.tin_video_tuoi_tre .style_img_left {
    border-bottom: 1px dotted #bdbdbd !important
}

.tin_video_tuoi_tre .item-overlay {
    margin-bottom: 0
}

@media (max-width:767px) {
    .tin_video_tuoi_tre #item-overlay {
        margin-bottom: 10px
    }
}

.tin_lam_dep_3 .box-news>.content>.title>a {
    font-size: 16px
}

.tin_lam_dep_3 .box-news {
    margin-bottom: 2px
}

.tin_lam_dep_3 .box-news>.image {
    margin-bottom: 7px
}

.icon_social {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px
}

.icon_social img {
    width: 26px
}

.icon_social a {
    display: inline-block;
    margin: 0 auto;
    text-align: center
}

.co_hoi_mua_sam .box-navigation .title {
    width: 100%
}

.footer_top_1 hr {
    border-top: 1px solid var(--color-primary)
}

.footer_top_1 .logo__company {
    max-height: 100px
}

.btn-switch-to-desk {
    display: block;
    text-align: center;
    margin: 0 auto
}

.box-category1 .list-news {
    padding-top: 15px
}

.container-mobile .tin_mega_store {
    margin-bottom: 15px
}

@media (min-width:970px) {
    .item_vedet_right {
        width: 28%
    }
}

@media (min-width:1200px) {
    .item_vedet_left {
        width: 336px
    }
    .item_vedet_right {
        width: 257px
    }
}

.tin_vedet_mobile .box-news-larger h2.title a {
    font-weight: 700;
    font-size: 30px !important
}

.tin_vedet_mobile .box-news-larger .content {
    margin: 0 15px
}

.tin_vedet_mobile .box-news-larger .title a {
    margin-top: 10px;
    display: inline-block;
    font-size: 22px
}

.menus>li>a:before {
    display: none
}

.box-category.style-7 {
    background: var(--color-primary);
    padding: 0 15px
}

.box-category.style-7 .title-box-category .inner-title {
    padding-top: 15px;
    color: #fff
}

.box-category.style-7 .title-box-category .sub-cate {
    margin-top: 20px;
    margin-bottom: 0
}

.box-category.style-7 .box-news {
    border-bottom: none
}

.box-category .other-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.box-category .other-news .box-news {
    flex: 0 0 48%
}

.featured-news {
    margin-bottom: 15px
}

.has-border-top {
    border-top: 3px solid var(--color-primary) !important
}

.section_container {
    margin-bottom: 15px;
    clear: both
}

.clearfix {
    clear: both
}

.su-kien-nong .meta-news .cat {
    color: var(--color-primary);
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-bottom: 0
}

.su-kien-nong .meta-news .time-public {
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    text-transform: none
}

.su-kien-nong .news-carousel .swiper-button-prev-outside {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    z-index: 9;
    margin-top: -30px
}

.su-kien-nong .news-carousel .swiper-button-next-outside {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 9;
    margin-top: -30px
}

.line_bg {
    background: #efefef;
    height: 7px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px
}

.news-carousel .box-news {
    border-bottom: none
}

@media screen and (max-width:480px) {
    .details__meta {
        text-align: center
    }
    .details__meta .details__meta .social {
        display: inline-block
    }
    .details__meta .fbplugin {
        float: none !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        border-right: none !important
    }
}

#goc_nhin .title a {
    font-family: Times New Roman, Times, serif;
    font-size: 18px
}

#goc_nhin .slick-list {
    margin: 0 -10px
}

#goc_nhin .slick-list .slick-slide {
    padding: 0 10px
}

#goc_nhin .box-news {
    margin-bottom: 0
}

#goc_nhin .meta-news {
    margin: 15px 0;
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#goc_nhin .meta-news .meta-left {
    padding-right: 15px
}

#goc_nhin .meta-news .author__name {
    font-style: italic;
    color: #838383
}

#goc_nhin .meta-news .comment-count {
    float: none;
    display: block;
    padding-left: 0
}

#goc_nhin .meta-news .viewed {
    color: #838383;
    font-size: 13px
}

#goc_nhin .avartar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: block;
    overflow: hidden
}

#goc_nhin .avartar img {
    width: 100%;
    height: 100%
}

@media screen and (max-width:991px) {
    #goc_nhin {
        padding: 15px 0
    }
}

@media screen and (max-width:767px) {
    #goc_nhin {
        background: #f7f7f7;
        padding: 15px 0;
        border-top: 1px solid #e5e5e5
    }
    #goc_nhin .title-box-category .parent-cate a {
        color: #000
    }
}

.widget {
    clear: both;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px
}

.sidebar .widget {
    overflow: hidden;
    margin-bottom: 15px
}

.sidebar .widget.has-border {
    border: 1px solid #eee
}

.sidebar .widget .widget-title a {
    padding: 10px;
    font-size: 18px;
    display: block;
    background-color: #fff;
    color: var(--color-primary);
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    text-align: center;
    font-family: UTMSwissCondensed
}

.sidebar .widget .widget-content.mCustomScrollbar_Me {
    width: 100%;
    height: 350px;
    float: left;
    padding: 0 0 15px
}

.sidebar .widget .top_viewed {
    padding-left: 15px;
    display: block;
    float: left;
    width: calc(100% - 10px)
}

.sidebar .widget .top_viewed li {
    padding: 10px 15px;
    border-bottom: 1px solid #eee
}

.sidebar .widget .top_viewed li a:before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--color-primary);
    display: inline-block;
    margin-right: 5px;
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, .75)
}

.widget-timeline .article-title {
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 3px;
    margin-left: 3px
}

.widget-timeline .article-title a {
    color: inherit
}

.widget-timeline .style_img_left .image-wrapper {
    min-width: 130px;
    flex: 0 0 auto;
    width: 130px
}

.widget-timeline .hashtag {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #bab9b9;
    margin-bottom: 0
}

.widget-timeline .info-wrapper {
    overflow: hidden
}

.widget-timeline .item a {
    border-radius: 4px
}

.widget-timeline .item a:hover {
    background: #eeeff2
}

.widget-timeline.type-3 .item .image-wrapper .image {
    padding-bottom: 28%
}

.widget-timeline.type-3 .item .image-wrapper .image:after {
    background: linear-gradient(268deg, transparent, rgba(175, 20, 25, .95))
}

.widget-timeline.type-3 .item:nth-child(2) .image:after {
    background: linear-gradient(268deg, transparent, #0054a5)
}

.widget-timeline.type-3 .item:nth-child(3) .image:after {
    background: linear-gradient(268deg, transparent, #7f15a5)
}

.widget-timeline.type-3 .item:nth-child(4) .image:after {
    background: linear-gradient(268deg, transparent, #124860)
}

.widget-timeline.type-3 .item:nth-child(5) .image:after {
    background: linear-gradient(268deg, transparent, #cda52f)
}

.widget-timeline.type-3 .title-over-image .article-title {
    padding: 15px 60px 15px 15px;
    font-size: 16px
}

.widget-timeline.type-3 .title-over-image .article-title span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

@media (min-width:991px) {
    .dt-news__body {
        width: calc(100% - 80px);
        float: right
    }
}

@media (min-width:1199px) {
    .w3 {
        max-width: 330px;
        flex: 0 0 330px
    }
    .w7 {
        flex: 0 0 calc(100% - 330px);
        max-width: calc(100% - 330px)
    }
}

.title-news>a:hover,
.title>a:hover {
    color: var(--color-primary) !important
}

.slick-carousel {
    clear: both
}

.slick-carousel .slick-list {
    margin: 0 -10px
}

.slick-carousel .box-news {
    padding: 0 10px
}

.slick-carousel .slick-next,
.slick-carousel .slick-prev {
    width: 30px;
    height: auto;
    z-index: 7;
    background: hsla(0, 0%, 95.7%, .8);
    text-align: center;
    vertical-align: middle;
    opacity: 0
}

.slick-carousel .slick-next:before,
.slick-carousel .slick-prev:before {
    font-family: FontAwesome;
    color: #626060;
    font-size: 30px;
    line-height: normal;
    transition: .2s ease-in-out
}

.slick-carousel.carousel-nav-top .slick-next,
.slick-carousel.carousel-nav-top .slick-prev {
    opacity: 1
}

.slick-carousel.carousel-nav-top .slick-prev {
    top: -30px;
    right: 40px;
    left: auto
}

.slick-carousel.carousel-nav-top .slick-next {
    right: 0;
    top: -30px
}

.slick-carousel .slick-dots li button:before {
    font-size: 12px;
    line-height: 20px;
    color: #ccc;
    opacity: 1
}

.slick-carousel .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: .75
}

.slick-carousel .slick-dots {
    bottom: -15px
}

.slick-carousel .slick-dots li {
    width: auto;
    height: auto
}

.slick-carousel .slick-dots li button {
    padding: 0;
    width: 34px;
    height: 5px;
    background: #bdbdbd;
    border-radius: 0
}

.slick-carousel .slick-dots li button:before {
    content: none
}

.slick-carousel .slick-dots li.slick-active button {
    background: var(--color-primary)
}

.slick-carousel:hover .slick-next,
.slick-carousel:hover .slick-prev {
    opacity: 1
}

.slick-carousel .slick-prev {
    left: 0
}

.slick-carousel .slick-prev:before {
    content: "\F104"
}

.slick-carousel .slick-next {
    right: 0
}

.slick-carousel .slick-next:before {
    content: "\F105"
}

.page-title {
    text-transform: uppercase;
    font-size: 24px;
    color: var(--color-primary);
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px
}

.page-title:after {
    content: "";
    width: 100px;
    height: 3px;
    background: var(--color-primary);
    display: block;
    margin: 5px auto
}

.has-error .help-block {
    color: #dc3545
}

.page-content {
    padding-bottom: 25px
}

button[type=submit] {
    min-width: 100px;
    outline: none;
    background-color: var(--color-primary)
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

#subscribe {
    padding: 30px 0;
    position: relative;
    background: var(--color-secondary);
    background-position-y: 100%;
    background-size: cover;
    background-attachment: fixed
}

#subscribe .btn-subcribe {
    background: var(--color-primary);
    min-width: 150px;
    border: 1px solid var(--color-primary)
}

#subscribe .btn-subcribe:hover {
    outline: none;
    border: none
}

#subscribe .subcribe-content {
    text-align: center
}

@media screen and (max-width:767px) {
    #subscribe .subcribe-content {
        margin-top: 15px
    }
}

#subscribe .icon-box-wrapper {
    display: flex;
    text-align: left;
    flex-direction: row;
    align-items: center
}

#subscribe .icon-box-wrapper .icon-box-content {
    flex-grow: 1
}

#subscribe .icon-box-wrapper .icon-box-content .icon-box-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    #subscribe .icon-box-wrapper .icon-box-content .icon-box-title {
        font-size: 16px
    }
}

#subscribe .icon-box-wrapper .icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto
}

#subscribe .icon-box-wrapper .icon-box-icon .elementor-icon {
    color: #fff;
    margin-right: 15px
}

#call-to-action {
    padding: 30px 0;
    position: relative;
    background: var(--color-primary);
    background-position-y: 100%;
    background-size: cover;
    background-attachment: fixed
}

#call-to-action .btn-action {
    background: var(--color-secondary);
    min-width: 150px;
    border: 1px solid var(--color-secondary);
    font-weight: 700
}

#call-to-action .btn-action:hover {
    background: #717171;
    border: 1px solid #717171
}

#call-to-action .action-content-right {
    display: flex;
    align-items: center
}

#call-to-action .action-content-right .main-title {
    margin-right: 10px
}

#call-to-action .main-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    #call-to-action .main-title {
        font-size: 16px
    }
}

#call-to-action .icon-box-wrapper {
    display: flex;
    text-align: left;
    flex-direction: row;
    align-items: center
}

#call-to-action .icon-box-wrapper .icon-box-content {
    flex-grow: 1
}

#call-to-action .icon-box-wrapper .icon-box-content .icon-box-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    #call-to-action .icon-box-wrapper .icon-box-content .icon-box-title {
        font-size: 16px
    }
}

#call-to-action .icon-box-wrapper .icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto
}

#call-to-action .icon-box-wrapper .icon-box-icon .elementor-icon {
    color: #fff;
    margin-right: 15px
}

.page-bg-grey .section-content,
.page-subcribe .section-content,
.page-user-post .section-content {
    background: #f3f3f3
}

.page-bg-grey .box-form,
.page-bg-grey .general-form-inner,
.page-bg-grey .general-page-wrap,
.page-bg-grey .subcribe-form-inner,
.page-subcribe .box-form,
.page-subcribe .general-form-inner,
.page-subcribe .general-page-wrap,
.page-subcribe .subcribe-form-inner,
.page-user-post .box-form,
.page-user-post .general-form-inner,
.page-user-post .general-page-wrap,
.page-user-post .subcribe-form-inner {
    width: 66.6666666667%;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    position: relative;
    overflow: hidden
}

.page-bg-grey .box-form a,
.page-bg-grey .general-form-inner a,
.page-bg-grey .general-page-wrap a,
.page-bg-grey .subcribe-form-inner a,
.page-subcribe .box-form a,
.page-subcribe .general-form-inner a,
.page-subcribe .general-page-wrap a,
.page-subcribe .subcribe-form-inner a,
.page-user-post .box-form a,
.page-user-post .general-form-inner a,
.page-user-post .general-page-wrap a,
.page-user-post .subcribe-form-inner a {
    color: var(--color-primary)
}

@media screen and (max-width:767px) {
    .page-bg-grey .box-form,
    .page-bg-grey .general-form-inner,
    .page-bg-grey .general-page-wrap,
    .page-bg-grey .subcribe-form-inner,
    .page-subcribe .box-form,
    .page-subcribe .general-form-inner,
    .page-subcribe .general-page-wrap,
    .page-subcribe .subcribe-form-inner,
    .page-user-post .box-form,
    .page-user-post .general-form-inner,
    .page-user-post .general-page-wrap,
    .page-user-post .subcribe-form-inner {
        width: 100%
    }
}

.page-bg-grey .box-form>svg,
.page-bg-grey .general-form-inner>svg,
.page-bg-grey .general-page-wrap>svg,
.page-bg-grey .subcribe-form-inner>svg,
.page-subcribe .box-form>svg,
.page-subcribe .general-form-inner>svg,
.page-subcribe .general-page-wrap>svg,
.page-subcribe .subcribe-form-inner>svg,
.page-user-post .box-form>svg,
.page-user-post .general-form-inner>svg,
.page-user-post .general-page-wrap>svg,
.page-user-post .subcribe-form-inner>svg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 180px;
    width: 180px;
    opacity: .15;
    transform: rotate(-15deg);
    z-index: 0
}

.page-bg-grey .box-form .p-subtitle,
.page-bg-grey .general-form-inner .p-subtitle,
.page-bg-grey .general-page-wrap .p-subtitle,
.page-bg-grey .subcribe-form-inner .p-subtitle,
.page-subcribe .box-form .p-subtitle,
.page-subcribe .general-form-inner .p-subtitle,
.page-subcribe .general-page-wrap .p-subtitle,
.page-subcribe .subcribe-form-inner .p-subtitle,
.page-user-post .box-form .p-subtitle,
.page-user-post .general-form-inner .p-subtitle,
.page-user-post .general-page-wrap .p-subtitle,
.page-user-post .subcribe-form-inner .p-subtitle {
    margin: 15px 0 20px;
    font-size: 19px;
    line-height: 24px
}

.page-bg-grey .box-form .p-subtitle .p-title-side,
.page-bg-grey .general-form-inner .p-subtitle .p-title-side,
.page-bg-grey .general-page-wrap .p-subtitle .p-title-side,
.page-bg-grey .subcribe-form-inner .p-subtitle .p-title-side,
.page-subcribe .box-form .p-subtitle .p-title-side,
.page-subcribe .general-form-inner .p-subtitle .p-title-side,
.page-subcribe .general-page-wrap .p-subtitle .p-title-side,
.page-subcribe .subcribe-form-inner .p-subtitle .p-title-side,
.page-user-post .box-form .p-subtitle .p-title-side,
.page-user-post .general-form-inner .p-subtitle .p-title-side,
.page-user-post .general-page-wrap .p-subtitle .p-title-side,
.page-user-post .subcribe-form-inner .p-subtitle .p-title-side {
    margin-left: -30px;
    margin-right: -21px;
    background-color: #777e85;
    padding: 8px 25px;
    color: #fff;
    font-size: 16px
}

.page-bg-grey .box-form,
.page-bg-grey .general-form-inner,
.page-bg-grey .general-page-wrap,
.page-subcribe .box-form,
.page-subcribe .general-form-inner,
.page-subcribe .general-page-wrap,
.page-user-post .box-form,
.page-user-post .general-form-inner,
.page-user-post .general-page-wrap {
    width: 100%
}

.inline-block {
    display: inline-block
}

#subcribe_submit_form,
.general-page-inner,
.general_submit_form {
    padding: 30px;
    z-index: 1;
    position: relative
}

@media screen and (max-width:767px) {
    #subcribe_submit_form,
    .general-page-inner,
    .general_submit_form {
        padding: 15px
    }
}

#subcribe_submit_form input:not([type=checkbox]),
#subcribe_submit_form select,
.general-page-inner input:not([type=checkbox]),
.general-page-inner select,
.general_submit_form input:not([type=checkbox]),
.general_submit_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    margin: 0 0 15px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0
}

#subcribe_submit_form .form-group,
.general-page-inner .form-group,
.general_submit_form .form-group {
    margin-bottom: 0
}

#subcribe_submit_form .gender,
.general-page-inner .gender,
.general_submit_form .gender {
    margin-bottom: 15px
}

#subcribe_submit_form .gender .styled-radio,
.general-page-inner .gender .styled-radio,
.general_submit_form .gender .styled-radio {
    margin-right: 10px
}

#subcribe_submit_form textarea.form-control,
.general-page-inner textarea.form-control,
.general_submit_form textarea.form-control {
    height: auto;
    padding: 10px 12px;
    border-radius: 0;
    margin: 0 0 15px
}

#subcribe_submit_form .btn-order,
.general-page-inner .btn-order,
.general_submit_form .btn-order {
    color: #fff;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--color-primary);
    height: auto;
    width: 100%;
    margin-top: 15px
}

#subcribe_submit_form .btn-order:hover,
.general-page-inner .btn-order:hover,
.general_submit_form .btn-order:hover {
    background: var(--color-secondary)
}

#subcribe_submit_form .wrap-shipping-address,
.general-page-inner .wrap-shipping-address,
.general_submit_form .wrap-shipping-address {
    margin-bottom: 15px
}

#subcribe_submit_form .wrap-shipping-address .shipping-address,
.general-page-inner .wrap-shipping-address .shipping-address,
.general_submit_form .wrap-shipping-address .shipping-address {
    overflow: visible;
    background: #f6f6f6;
    margin: 10px -30px 0;
    padding: 10px 30px;
    position: relative;
    border-top: 1px solid #ddd
}

#subcribe_submit_form .wrap-shipping-address .shipping-address:after,
#subcribe_submit_form .wrap-shipping-address .shipping-address:before,
.general-page-inner .wrap-shipping-address .shipping-address:after,
.general-page-inner .wrap-shipping-address .shipping-address:before,
.general_submit_form .wrap-shipping-address .shipping-address:after,
.general_submit_form .wrap-shipping-address .shipping-address:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 75px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

#subcribe_submit_form .wrap-shipping-address .shipping-address:after,
.general-page-inner .wrap-shipping-address .shipping-address:after,
.general_submit_form .wrap-shipping-address .shipping-address:after {
    border-width: 9px;
    margin-left: 1px;
    border-bottom-color: #f6f6f6
}

#subcribe_submit_form .wrap-shipping-address .styled-radio input[type=radio]+label:before,
.general-page-inner .wrap-shipping-address .styled-radio input[type=radio]+label:before,
.general_submit_form .wrap-shipping-address .styled-radio input[type=radio]+label:before {
    width: 16px;
    height: 16px
}

#subcribe_submit_form .wrap-payment-method,
.general-page-inner .wrap-payment-method,
.general_submit_form .wrap-payment-method {
    margin-bottom: 15px;
    margin-top: 15px
}

#subcribe_submit_form .wrap-payment-method .choose-payment-method,
.general-page-inner .wrap-payment-method .choose-payment-method,
.general_submit_form .wrap-payment-method .choose-payment-method {
    border: 1px solid #eaeaea;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

#subcribe_submit_form .wrap-payment-method .choose-payment-method .payment-item,
.general-page-inner .wrap-payment-method .choose-payment-method .payment-item,
.general_submit_form .wrap-payment-method .choose-payment-method .payment-item {
    padding: 0 15px;
    transition: all .3s;
    line-height: 65px
}

#subcribe_submit_form .wrap-payment-method .choose-payment-method .payment-item:not(:last-child),
.general-page-inner .wrap-payment-method .choose-payment-method .payment-item:not(:last-child),
.general_submit_form .wrap-payment-method .choose-payment-method .payment-item:not(:last-child) {
    border-bottom: 1px solid #eaeaea
}

#subcribe_submit_form .wrap-payment-method .choose-payment-method .payment-item:hover,
.general-page-inner .wrap-payment-method .choose-payment-method .payment-item:hover,
.general_submit_form .wrap-payment-method .choose-payment-method .payment-item:hover {
    background: #f0f0f0
}

#subcribe_submit_form .wrap-payment-method .choose-payment-method .styled-radio input[type=radio]:not(:checked)+label,
.general-page-inner .wrap-payment-method .choose-payment-method .styled-radio input[type=radio]:not(:checked)+label,
.general_submit_form .wrap-payment-method .choose-payment-method .styled-radio input[type=radio]:not(:checked)+label {
    color: #8a8a8a
}

.styled-radio input[type=radio] {
    position: absolute;
    opacity: 0
}

.styled-radio input[type=radio]+label {
    margin-bottom: 0;
    color: #333;
    font-weight: 400;
    cursor: pointer
}

.styled-radio input[type=radio]+label:before {
    content: "";
    border-radius: 100%;
    border: 1px solid #7d7d7d;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    top: -1px;
    position: relative;
    margin-right: .5em;
    vertical-align: middle;
    cursor: pointer;
    text-align: center
}

.styled-radio input[type=radio]:checked+label:before,
.styled-radio input[type=radio]:hover+label:before {
    background-color: var(--color-primary);
    box-shadow: inset 0 0 0 3px #fff;
    border: 1px solid var(--color-primary)
}

.styled-radio input[type=radio]:focus+label:before {
    outline: none;
    border-color: var(--color-primary)
}

.styled-radio input[type=radio]:disabled+label:before {
    box-shadow: inset 0 0 0 4px #b4b4b4;
    border-color: #747474;
    background: #747474
}

.styled-radio input[type=radio]+label:empty:before {
    margin-right: 0
}

.styled-checkbox {
    position: absolute;
    opacity: 0
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
    margin-bottom: 0
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid silver;
    border-radius: 4px
}

.styled-checkbox:hover+label:before {
    background: var(--color-primary)
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .12)
}

.styled-checkbox:checked+label:before {
    background: var(--color-primary);
    border: none
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    box-sizing: border-box;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0
}

input[type=file] {
    height: auto
}

.td-subcat-filter {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto 0;
    opacity: 0;
    z-index: 1;
    text-align: right
}

.td-subcat-filter .td-subcat-list {
    display: inline-block;
    line-height: 1
}

.td-subcat-filter .td-subcat-list .td-subcat-item {
    display: inline-block;
    line-height: 1;
    margin-left: 10px
}

body.loaded .td-subcat-filter {
    opacity: 1
}

.td-subcat-dropdown {
    display: inline-block;
    text-align: right;
    line-height: 30px;
    position: relative
}

.td-subcat-dropdown.open i:before,
.td-subcat-dropdown.show i:before {
    content: "\F057"
}

.td-subcat-dropdown .td-subcat-more {
    cursor: pointer;
    margin-left: 5px;
    -webkit-user-select: none;
    display: inline-block
}

.td-subcat-dropdown .dropdown-menu {
    right: 0;
    left: auto;
    box-shadow: 0 0 1px 1px #eee
}

.td-subcat-dropdown .td-subcat-item .td-subcat-link {
    font-size: 12px
}

.td-subcat-dropdown .td-pulldown-filter-list .td-subcat-item:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width:767px) {
    .is_mobile .tin_host_home .box-news-larger {
        border-bottom: none
    }
    .is_mobile .tin_host_home .box-news-larger .content .title a {
        font-size: 22px
    }
    .is_mobile .tin_host_home .sub-news .box-news {
        border: none
    }
    .is_mobile .tin_host_home .sub-news .box-news .title>a {
        font-size: 15px
    }
    .is_mobile .featured-news .content .title a {
        font-size: 20px
    }
    .is_mobile .list-sub-feature .content .title a,
    .is_mobile .other-news .content .title a,
    .is_mobile .sub-news .content .title a {
        font-size: 16px
    }
    .is_mobile .list-sub-feature .content .meta-news,
    .is_mobile .other-news .content .meta-news,
    .is_mobile .sub-news .content .meta-news {
        display: none
    }
}

#category-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 37px
}

#category-header h1 {
    padding-top: 2px;
    padding-bottom: 3px;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--color-primary);
    font-weight: 600
}

#category-header h1:before {
    content: "";
    width: 3px;
    background: var(--color-primary);
    display: inline-block;
    height: 14px;
    margin-right: 5px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}

.dark-bg .box-news>.content>.title>a,
.dark-bg .description,
.dark-bg .title-box-category .inner-title {
    color: #fff
}

.dark-bg .title-box-category .inner-title:before {
    background: #fff
}

.dark-bg .meta-news,
.dark-bg .subcate-children a {
    color: #ccc
}

.dark-bg .box-news>.content>.title>a:hover {
    color: #fff !important
}

.file-listing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 1rem;
    background-color: #f3f6f9;
    margin-top: .75rem;
    border-radius: .42rem
}

.file-listing .list-label {
    font-weight: 500;
    color: #7e8299
}

.file-listing .remove-file {
    cursor: pointer;
    margin-left: 1rem
}

.toast-title {
    font-size: 15px;
    font-weight: 700
}

.toast-message {
    font-size: 14px
}

.lazy {
    opacity: 0
}

.lazy.loading {
    opacity: .5
}

.lazy.loaded {
    opacity: 1
}

.section-vedet.vedet-type-2 .box-news-larger {
    background-image: linear-gradient(#ebebeb, hsla(0, 0%, 92.2%, 0))
}

.section-vedet.vedet-type-2 .box-news-larger .has-padding {
    padding: 0 10px
}

.section-vedet.vedet-type-2 .tab-content .tab-pane {
    padding: 15px 0
}

.section-vedet.vedet-type-2 .nav-tabs .nav-item {
    position: relative
}

.section-vedet.vedet-type-2 .nav-tabs .nav-item .nav-link {
    border-top: 3px solid transparent;
    font-weight: 700;
    text-transform: uppercase
}

.section-vedet.vedet-type-2 .nav-tabs .nav-item .nav-link.active {
    border-top: 3px solid var(--color-primary)
}

.section-vedet.vedet-type-5 .meta-news .cat,
.section-vedet.vedet-type-5 .meta-news img {
    display: none
}

.section-vedet.vedet-type-5 .box-news-larger {
    margin-bottom: 20px
}

.section-vedet.vedet-type-5 .box-news-larger .has-padding {
    padding: 0 10px
}

.section-vedet.vedet-type-5 .secondary-vedet {
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
    background-image: linear-gradient(180deg, #e5e6ed 42%, #f1f2f4 81%, #fff 97%)
}

.section-vedet.vedet-type-5 .secondary-vedet .content {
    padding: 0 16px 12px;
    margin-top: 10px
}

.section-vedet.vedet-type-5 .secondary-vedet .content .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}

.section-vedet.vedet-type-5 .tab-content .tab-pane {
    padding: 15px 0
}

.section-vedet.vedet-type-5 .nav-tabs .nav-item {
    position: relative
}

.section-vedet.vedet-type-5 .nav-tabs .nav-item .nav-link {
    border-top: 3px solid transparent;
    font-weight: 700;
    text-transform: uppercase
}

.section-vedet.vedet-type-5 .nav-tabs .nav-item .nav-link.active {
    border-top: 3px solid var(--color-primary)
}

.section-vedet.vedet-type-8 .meta-news {
    justify-content: center;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--color-primary)
}

.section-vedet.vedet-type-8 .meta-news>* {
    font-size: inherit;
    color: inherit
}

.section-vedet.vedet-type-8 .box-news-larger {
    flex-wrap: wrap;
    background: none
}

.section-vedet.vedet-type-8 .box-news-larger .image-wrapper>.image-medium {
    padding-bottom: 56.439%
}

.section-vedet.vedet-type-8 .box-news-larger h2.title a {
    font-size: 34px;
    line-height: 41px
}

.section-vedet.vedet-type-8 .box-news-larger p.snippet {
    font-size: 19px;
    font-family: Roboto, sans-serif;
    margin-bottom: 0;
    font-weight: 300
}

.section-vedet.vedet-type-8 .box-news-larger .thumb-art {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0
}

.section-vedet.vedet-type-8 .box-news-larger .content {
    padding: .9375rem 2.8125rem 0;
    width: 90%;
    text-align: center;
    background-color: #fff;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto
}

.section-vedet.vedet-type-8 .sub-news-top {
    border-top: none;
    padding-top: 30px
}

.section-vedet.vedet-type-8 .sub-news-top .content {
    text-align: center
}

.section-vedet.vedet-type-8 .sub-news-top .content .title a {
    font-size: 23px;
    line-height: 29px
}

.section-vedet.vedet-type-9 .box-news-larger {
    background: none;
    flex-wrap: wrap
}

.section-vedet.vedet-type-9 .box-news-larger>.title {
    flex: 0 0 100%;
    max-width: 100%
}

.section-vedet.vedet-type-9 .box-news-larger>.title a {
    font-size: 26px
}

.section-vedet.vedet-type-9 .box-news-larger .thumb-art {
    flex: 0 0 450px;
    max-width: 450px
}

.section-vedet.vedet-type-9 .box-news-larger .content {
    max-width: calc(100% - 450px);
    flex: 0 0 calc(100% - 450px);
    padding-top: 0
}

.section-vedet.vedet-type-9 .box-news-larger .content .related-news {
    padding-top: 10px;
    padding-left: 20px
}

.section-vedet.vedet-type-9 .box-news-larger .content .related-news ul li {
    margin-bottom: 5px
}

.section-vedet.vedet-type-9 .box-news-larger .content .related-news ul li a {
    font-size: 13px;
    line-height: 16px;
    color: #383e54;
    text-decoration: none;
    position: relative;
    font-weight: 700
}

.section-vedet.vedet-type-9 .box-news-larger .content .related-news ul li a:before {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: var(--color-primary);
    content: "";
    position: absolute;
    top: 4px;
    left: -12px
}

@media screen and (max-width:1200px) {
    .section-vedet.vedet-type-9 .box-news-larger .thumb-art {
        flex: 0 0 55%;
        max-width: 55%
    }
    .section-vedet.vedet-type-9 .box-news-larger .content {
        max-width: 45%;
        flex: 0 0 45%
    }
}

@media screen and (max-width:767px) {
    .section-vedet.vedet-type-9 .box-news-larger .content,
    .section-vedet.vedet-type-9 .box-news-larger .thumb-art {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section_video.video-type-2 .tin_video_index {
    background-color: var(--dark);
    padding: 15px
}

.section_video.video-type-2 .tin_video_index .slick-carousel .box-news {
    padding: 0 10px;
    border-bottom: none
}

.section_video.video-type-2 .tin_video_index .box-news-larger .content .title a {
    font-size: 15px
}

.section_video.video-type-2 .video-mask {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

.blogcolumn6widget {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 15px
}

.blogcolumn6widget .content-box-category {
    padding: 10px 15px;
    background-image: linear-gradient(0deg, transparent, hsla(0, 0%, 94.1%, .7))
}

.blogcolumn7widget .box-cate-featured-vertical .item-news.full-thumb {
    border: none;
    margin-bottom: 0
}

.blogcolumn20widget .news .col480 {
    flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
    border-right: 1px solid #ddd;
    padding-right: 15px
}

.blogcolumn20widget .news .col480 .style_img_left .image-wrapper {
    width: 230px
}

.blogcolumn20widget .news .col480 .style_img_left .content {
    width: calc(100% - 230px)
}

.blogcolumn20widget .news .col480 .sub-news-cate {
    margin-top: 15px
}

.blogcolumn20widget .news .col480 .title a {
    font-size: 21px
}

.blogcolumn20widget .news .col240 {
    flex: 0 0 240px;
    max-width: 240px;
    border-left: 1px solid #ddd;
    margin-left: -1px;
    padding-left: 15px
}

.blogcolumn20widget .news .col240 .image-wrapper a {
    padding-bottom: 55%
}

.blogcolumn20widget .news .sub-news-cate {
    padding: 0;
    width: 100%
}

.blogcolumn20widget .news .sub-news-cate .item {
    border-top: 1px dotted #ddd;
    padding: 5px 0 5px 15px;
    background-position: left 10px;
    position: relative
}

.blogcolumn20widget .news .sub-news-cate .item .title a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    display: block
}

.blogcolumn20widget .news .sub-news-cate .item:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--color-primary);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px
}

.blogcolumn20widget .news .sub-news-cate .item .description,
.blogcolumn20widget .news .sub-news-cate .item .image {
    display: none
}

@media screen and (max-width:1024px) {
    .blogcolumn20widget .news .col480 .style_img_left .image-wrapper {
        width: 46%
    }
    .blogcolumn20widget .news .col480 .style_img_left .content {
        width: 54%
    }
}

@media screen and (max-width:767px) {
    .blogcolumn20widget .news .col480 {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: none;
        padding: 0
    }
    .blogcolumn20widget .news .col240 {
        flex: 0 0 100%;
        max-width: 100%;
        border-left: none;
        border-top: 1px dotted #ddd;
        padding: 15px 0 0;
        margin-top: 15px
    }
    .blogcolumn20widget .news .style_img_left .image-wrapper {
        margin-right: 15px
    }
    .blogcolumn20widget .news .box-news>.content>.title>a {
        font-size: 20px
    }
    .blogcolumn20widget .news .sub-news-cate .item {
        padding-left: 0
    }
    .blogcolumn20widget .news .sub-news-cate .item .title a {
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
        padding-top: 0
    }
    .blogcolumn20widget .news .sub-news-cate .item:before {
        content: none
    }
    .blogcolumn20widget .news .sub-news-cate .item .description,
    .blogcolumn20widget .news .sub-news-cate .item .image {
        display: block
    }
    .blogcolumn20widget .news .description {
        width: auto !important;
        float: none;
        font-size: 14px;
        color: #777;
        padding: 0
    }
}

.multimedia-plus {
    background: #31363a;
    padding: 15px
}

.multimedia-plus.multimedia-mobile {
    background: #f8f8f8;
    margin-bottom: 15px
}

.multimedia-plus.multimedia-mobile .box-news {
    padding: 0
}

.multimedia-plus.multimedia-mobile .title-box-category {
    border-bottom: none;
    margin-bottom: 10px
}

.multimedia-plus.multimedia-mobile .title-box-category .parent-cate a {
    font-size: 18px;
    color: var(--color-primary)
}

.multimedia-plus.multimedia-mobile .title-box-category .sub-cate {
    color: #000;
    font-size: 13px
}

.multimedia-plus.multimedia-mobile .meta-news span {
    color: #838383;
    font-size: 13px
}

.multimedia-plus.multimedia-mobile .slick-slide>div {
    padding: 0 5px
}

.multimedia-plus.multimedia-mobile .box-news {
    border: 1px solid #ddd;
    background: #fff
}

.multimedia-plus.multimedia-mobile .box-news>.content {
    padding: 0 10px
}

.multimedia-plus.multimedia-mobile .box-news>.content>.title a {
    color: #000;
    font-size: 14px
}

.multimedia-plus .box-news>.content>.title>a {
    color: #fff
}

.multimedia-plus .box-news>.content>.title>a:hover {
    color: var(--color-primary)
}

.multimedia-plus .title-box-category {
    padding: 0 0 5px;
    border-bottom: 1px solid #bdbdbd;
    display: flex;
    align-items: center
}

.multimedia-plus .title-box-category .parent-cate a {
    color: #fff;
    font-size: 22px
}

.multimedia-plus .title-box-category .parent-cate a:hover {
    color: var(--color-primary)
}

.multimedia-plus .title-box-category .parent-cate .inner-title:before {
    content: none
}

.multimedia-plus .title-box-category .td-subcat-filter {
    bottom: 0
}

.multimedia-plus .title-box-category .sub-cate {
    color: #fff;
    font-size: 16px;
    margin-top: 0
}

.multimedia-plus .title-box-category .sub-cate a {
    color: inherit
}

.multimedia-plus .title-box-category .sub-cate a:hover {
    color: var(--color-primary)
}

.section-multimedia .news-box {
    padding: 15px
}

.section-multimedia.multimedia-4 .news-list-multimedia {
    display: flex;
    flex-wrap: wrap
}

.section-multimedia.multimedia-4 .box-news {
    border: none
}

.section-multimedia.multimedia-4 .featured-news {
    flex: 0 0 75%;
    max-width: 75%
}

.section-multimedia.multimedia-4 .featured-news .box-news .content {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: calc(100% - 20px);
    margin: 0;
    padding: 20px 30px;
    color: #fff;
    font-family: PlayfairDisplay-Bold, Georgia, Times New Roman, Times, serif;
    font-size: 1.4em;
    line-height: 1.3em;
    background: #000;
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, .6979166667) 50%, transparent);
    outline: none
}

.section-multimedia.multimedia-4 .featured-news .box-news .content .meta-news,
.section-multimedia.multimedia-4 .featured-news .box-news .content a {
    color: #fff
}

.section-multimedia.multimedia-4 .other-news {
    flex: 0 0 25%;
    max-width: 25%
}

.section-multimedia.multimedia-4 .other-news .title a {
    font-weight: 500;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media screen and (max-width:767px) {
    .section-multimedia.multimedia-4 .featured-news,
    .section-multimedia.multimedia-4 .other-news {
        flex: 0 0 100%;
        max-width: 100%
    }
    .section-multimedia.multimedia-4 .other-news {
        display: flex
    }
    .section-multimedia.multimedia-4 .other-news .box-news {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.topic-title {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    z-index: 9
}

.topic-title h1 {
    color: inherit;
    font-size: inherit;
    font-family: iCielBCCubano-Normal, sans-serif
}

.topic-title h1 i {
    margin-right: 10px
}

.ico-google-new {
    height: 20px;
    line-height: 20px;
    background: url(/frontend/images/ico-google-new.png) 100% no-repeat;
    padding-right: 82px;
    position: relative;
    padding-left: 9px;
    font-size: 13px;
    background-size: 80px;
    color: #f26522
}

.ico-google-new:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    top: 2px
}

.tacgia-area .datetime {
    margin-right: 7px
}

.other-news .image-wrapper .cat,
.other-news .meta-news .cat,
.sub-news-cate .image-wrapper .cat,
.sub-news-cate .meta-news .cat {
    display: none
}

.widget-comment-list {
    padding: 0 15px 15px;
    background: #ecf5fa
}

.widget-comment-list .widget-title {
    padding: 10px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    font-size: 15px
}

.widget-comment-list .widget-title .inner-title:before {
    content: none
}

.widget-comment-list .post-name {
    font-weight: 700;
    color: #0b75b1;
    margin-bottom: 5px
}

.widget-comment-list .author {
    float: right;
    font-style: italic;
    font-weight: 700
}

.widget-comment-list .box-quote {
    position: relative;
    overflow: hidden;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

.widget-comment-list .box-quote:before {
    content: "\F10D";
    font-family: FontAwesome;
    color: #c5c5c5;
    position: absolute;
    top: 0;
    left: 0
}

.widget-comment-list .box-quote:last-child {
    border: none;
    margin-bottom: 0
}

.widget-new-user-list .widget-content,
.widget-users .widget-content {
    padding: 15px;
    border: 1px solid #eaeff4
}

.widget-new-user-list .widget-content .box-item,
.widget-users .widget-content .box-item {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500
}

.widget-new-user-list .widget-content .box-item:last-child,
.widget-users .widget-content .box-item:last-child {
    border: none;
    margin-bottom: 0;
    padding: 0
}

.widget-new-user-list .widget-content .box-item .user-avatar,
.widget-users .widget-content .box-item .user-avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    float: left;
    margin-right: 10px
}

.widget-featured-user-list .widget-content .box-item .user-avatar {
    width: 45px;
    height: 45px
}

.widget-featured-user-list .widget-content .box-item .user-info {
    margin-left: 55px
}

.widget-featured-user-list .widget-content .box-item .user-info p {
    margin: 0;
    font-weight: 500
}

.widget-featured-user-list .widget-content .box-item .user-info p span {
    font-size: 11px;
    font-weight: 400;
    color: #a7a7a7
}

.jeg_heroblock_wrapper {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 430px
}

.jeg_heroblock .jeg_post {
    overflow: hidden;
    position: absolute
}

.jeg_heroblock .jeg_post_title a {
    color: #fff;
    font-weight: 600
}

.jeg_heroblock .jeg_post_info {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}

.vedet-type-3 .jeg_heroblock_wrapper {
    margin: 0 0 -10px -10px
}

.vedet-type-3 .jeg_hero_item_1 {
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 0 10px 10px
}

.vedet-type-3 .jeg_hero_item_1 .jeg_post_title {
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: 700
}

.vedet-type-3 .jeg_heroblock_scroller .jeg_post {
    padding: 0 0 10px 10px
}

.vedet-type-3 .jeg_hero_item_2 {
    width: 25%;
    height: 100%;
    top: 0;
    left: 50%
}

.vedet-type-3 .jeg_hero_item_3,
.vedet-type-3 .jeg_hero_item_4 {
    width: 25%;
    height: 50%
}

.vedet-type-3 .jeg_hero_item_3 {
    top: 0;
    left: 75%
}

.vedet-type-3 .jeg_hero_item_4 {
    top: 50%;
    left: 75%
}

.vedet-type-3 .thumbnail-container {
    display: block;
    height: 0;
    background: #f7f7f7;
    background-position: 50%;
    background-size: cover
}

.vedet-type-3 .jeg_thumb,
.vedet-type-3 .thumbnail-container {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.vedet-type-3 .jeg_thumb {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    width: calc(100% + 50px);
    transition: transform .35s;
    transform: translate3d(-40px, 0, 0)
}

.vedet-type-3 .jeg_thumb a {
    width: 100%;
    height: 100%;
    display: block
}

.vedet-type-3 .jeg_thumb a>div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.vedet-type-3 .jeg_thumb a>div:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, #000 65%, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
    opacity: .6;
    z-index: 2
}

.vedet-type-3 .jeg_thumb a>div:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: hsla(0, 0%, 100%, .15);
    transition: .3s;
    opacity: 0
}

.vedet-type-3 .jeg_thumb .thumbnail-background>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.vedet-type-3 .jeg_postblock_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 25px 25px;
    z-index: 3
}

.vedet-type-3 .jeg_postblock_content .jeg_post_category {
    margin-bottom: 6px
}

.vedet-type-3 .jeg_postblock_content .jeg_post_category a {
    padding: 2px 5px;
    background-color: var(--color-secondary);
    color: #02010a;
    font-size: 12px
}

.vedet-type-3 .jeg_block_container {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.vedet-type-3 .meta-news {
    color: #c5c5c5;
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    transition: .35s ease
}

.vedet-type-3 .jeg_post_category,
.vedet-type-3 .jeg_post_title {
    transform: translate3d(0, 25px, 0);
    transition: transform .35s
}

.vedet-type-3 .jeg_post:hover .jeg_post_category,
.vedet-type-3 .jeg_post:hover .jeg_post_review,
.vedet-type-3 .jeg_post:hover .jeg_post_title,
.vedet-type-3 .jeg_post:hover .jeg_thumb,
.vedet-type-3 .jeg_post:hover .meta-news {
    transform: translateZ(0)
}

.vedet-type-3 .jeg_post:hover .meta-news {
    opacity: 1
}

@media screen and (max-width:767px) {
    .vedet-type-3 .jeg_postblock_content {
        padding: 5px 15px 10px;
        white-space: normal
    }
    .vedet-type-3 .jeg_post {
        position: relative;
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit
    }
    .vedet-type-3 .jeg_hero_item_1 {
        width: 100%;
        height: 60%
    }
    .vedet-type-3 .jeg_post_title {
        font-size: 18px !important
    }
    .vedet-type-3 .jeg_heroblock_scroller {
        white-space: nowrap;
        height: 40%;
        overflow-x: auto;
        overflow-y: hidden;
        z-index: 0;
        -webkit-overflow-scrolling: touch;
        transform: translateZ(0)
    }
    .vedet-type-3 .jeg_heroblock_scroller .jeg_post {
        width: 45%;
        height: 100%;
        float: none;
        display: inline-block;
        margin-bottom: 0
    }
    .vedet-type-3 .jeg_heroblock_scroller .jeg_post .jeg_post_title {
        font-size: 16px !important;
        line-height: 20px;
        margin-bottom: 0
    }
}

@media screen and (max-width:480px) {
    .vedet-type-3 .jeg_heroblock_wrapper {
        height: 300px;
        margin: 0
    }
    .vedet-type-3 .jeg_hero_item_1 {
        width: 100%;
        height: 55%;
        padding: 0 0 5px
    }
    .vedet-type-3 .jeg_heroblock_scroller {
        height: 45%;
        margin-left: -5px
    }
    .vedet-type-3 .jeg_heroblock_scroller .jeg_post {
        width: 80%;
        padding: 0 0 0 5px
    }
    .vedet-type-3 .jeg_heroblock_scroller .jeg_post .jeg_post_title {
        font-size: 15px !important
    }
}

.form-error {
    padding: 30px 30px 0
}

.form-error .text-red-600 {
    color: #e02424
}

.form-error .list-disc {
    list-style-type: disc
}

.form-error .list-inside {
    list-style-position: inside
}

.form-error li {
    list-style: inherit
}

.logout-link {
    background: none;
    border: none
}

.page-title-wrap {
    flex-direction: column
}

.page-contact figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    color: #fff;
    display: flex
}

.page-contact figcaption>.content {
    color: #8a8a8a;
    transition: transform .35s, color .35s;
    max-width: 75%;
    padding: 40px 0;
    z-index: 1
}

@media screen and (max-width:991px) {
    .page-contact figcaption {
        position: relative
    }
}

.btn-primary {
    color: #fff !important;
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}

.figure-effect3 figcaption {
    background: #eee
}

.figure-effect3 figcaption:after,
.figure-effect3 figcaption:before {
    position: absolute;
    content: ""
}

.figure-effect3 figcaption:before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(1);
    transform-origin: 0 0
}

.figure-effect3 figcaption:after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1);
    transform-origin: 100% 0
}

.figure-effect3 figcaption svg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 180px;
    width: 180px;
    opacity: .15;
    transform: rotate(-15deg);
    z-index: 0
}

.separator {
    border-bottom: 2px solid #e9eaee
}

.vedet-mobile-type-1 .box-news-larger .image-wrapper>.image,
.vedet-mobile .box-news-larger .image-wrapper>.image {
    border-radius: 0
}

.kinh-te-type-2 .other-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.kinh-te-type-2 .other-news .box-news {
    flex: 0 0 48%
}

.kinh-te-type-2 .other-news .box-news .content>.title>a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px
}

.kinh-te-type-2 .other-news .box-news:nth-child(3) .image,
.kinh-te-type-2 .other-news .box-news:nth-child(4) .image,
.kinh-te-type-2 .other-news .box-news:nth-child(5) .image,
.kinh-te-type-2 .other-news .box-news:nth-child(6) .image {
    display: none
}

.kinh-te-type-2 .other-news .box-news:nth-child(3),
.kinh-te-type-2 .other-news .box-news:nth-child(4),
.kinh-te-type-2 .other-news .box-news:nth-child(5),
.kinh-te-type-2 .other-news .box-news:nth-child(6) {
    border-top: 1px solid #e3e3e3;
    margin-bottom: 0
}

@media screen and (min-width:767px) {
    .featured-news .box-news>.content>.title>a {
        font-size: 18px
    }
}

.w-separator {
    clear: both;
    overflow: hidden;
    line-height: 0;
    height: 1.5rem
}

@media (min-width:720px) {
    .col-md-2dot4 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:960px) {
    .col-lg-2dot4 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:1140px) {
    .col-xl-2dot4 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.type-multi-cols .box-news .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 65px
}

.text-green-600 {
    color: #28a745;
    font-weight: 600
}

.category .category-posts {
    flex: 1 1 0%
}

#resultModal .modal-title {
    font-weight: 700;
    font-size: 20px
}

.vote_rating_box {
    width: 100%
}

.vote_rating_box .txt-kq-vote {
    align-items: flex-end;
    font-size: 16px;
    line-height: 150%
}

.vote_rating_box .txt-kq-vote .option-txt {
    flex-shrink: 1
}

.vote_rating_box .txt-kq-vote .count-vote-kq {
    margin-left: auto;
    padding-left: 15px;
    white-space: nowrap;
    font-size: 14px
}

.vote_rating_box .item-kq-vote {
    margin-bottom: 15px
}

.vote_rating_box .item-kq-vote .kq-vote {
    margin-top: 10px
}

.vote_rating_box .item-kq-vote .kq-vote .progress-bar {
    background-color: var(--color-primary)
}

.vote_rating_box .title_bx {
    font-size: 18px;
    line-height: 160%;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px
}

.attachments {
    background: #eee;
    padding: 15px;
    margin-bottom: 15px
}

.attachments .item {
    margin-bottom: 5px
}

.attachments .item i {
    margin-right: 5px
}

.widget .article-title {
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
    font-weight: 600
}

.widget .article-title a {
    color: inherit
}

.widget .style_img_left .image-wrapper {
    min-width: 130px;
    flex: 0 0 auto;
    width: 40%
}

.widget .style_img_left .image-wrapper .content .title {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.widget .hashtag {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #bab9b9;
    margin-bottom: 0
}

.widget .info-wrapper {
    overflow: hidden
}

.widget-most-view.type-2 .item .article-title,
.widget-posts.type-2 .item .article-title {
    font-size: 14px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.widget-most-view.type-2 .item a,
.widget-posts.type-2 .item a {
    padding: 6px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

.widget-most-view.type-2 .item a:hover,
.widget-posts.type-2 .item a:hover {
    background-color: #eeeff2
}

.widget-posts.post-link .title-box-category {
    margin-bottom: 15px
}

.widget-posts.post-link ul li {
    padding: 12px 0;
    display: block;
    width: auto;
    margin-left: 0;
    border-bottom: 1px dotted #ccc;
    position: relative
}

.widget-posts.post-link ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--color-primary);
    display: inline-block;
    position: absolute;
    top: 20px
}

.widget-posts.post-link ul li:last-child {
    border-bottom: none
}

.widget-posts.post-link ul li a {
    font-size: 14px;
    color: #000;
    display: block;
    line-height: 20px;
    padding-left: 12px
}

.most_viewed .number-top-view,
.widget-most-view .number-top-view {
    font-family: Merriweather, serif;
    font-size: 18px;
    width: 25px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 0;
    background: var(--color-secondary);
    padding: 0 5px;
    left: 0;
    font-feature-settings: "pnum" on, "lnum" on
}

.most_viewed .box-news:not(:last-child),
.widget-most-view .box-news:not(:last-child) {
    border-bottom: 1px dotted #bdbdbd
}

.most_viewed.type-default .item,
.widget-most-view.type-default .item {
    counter-increment: step;
    position: relative;
    padding: 15px 15px 15px 50px;
    border-radius: 5px
}

.most_viewed.type-default .item:nth-child(odd),
.widget-most-view.type-default .item:nth-child(odd) {
    background: #f0f0f0
}

.most_viewed.type-default .item:before,
.widget-most-view.type-default .item:before {
    content: counter(step, decimal);
    font-size: 32px;
    color: #adadad;
    position: absolute;
    top: 50%;
    left: 15px;
    line-height: 1;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    margin-top: -20px
}

.most_viewed.type-default .item .article-title,
.widget-most-view.type-default .item .article-title {
    font-size: 16px
}

.most_viewed.type-default .item:hover .article-title,
.most_viewed.type-default .item:hover:before,
.widget-most-view.type-default .item:hover .article-title,
.widget-most-view.type-default .item:hover:before {
    color: var(--color-primary)
}

.kind-icon {
    position: absolute;
    left: 10px;
    bottom: 8px;
    display: flex
}

.review-section {
    margin-top: 24px;
    margin-bottom: 24px
}

.review-section .title-box-category.default,
.review-section .widget-title.default {
    border-bottom: 1px solid var(--color-primary);
    height: 40px;
    display: flex;
    align-items: center
}

.review-section .title-box-category.default .parent-cate,
.review-section .widget-title.default .parent-cate {
    color: #fff;
    padding: 0 10px
}

.review-section .foru-containers {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(90deg, #5563aa, #984aae);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 5px solid #49edd4
}

.review-section .main-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 10px 12px;
    margin-top: 20px
}

.review-section .main-content .threads {
    display: flex;
    overflow-x: auto
}

.review-section .main-content .threads::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, .13)
}

.review-section .main-content .threads::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, .35)
}

.review-section .main-content .threads .box-news {
    background-color: rgba(0, 0, 0, .2);
    min-width: 210px;
    margin: 7px;
    border-radius: 6px
}

.review-section .main-content .threads .box-news .meta-news {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    display: flex;
    align-items: center
}

.review-section .main-content .threads .box-news .meta-news .author-meta img,
.review-section .main-content .threads .box-news .meta-news .cat,
.review-section .main-content .threads .box-news .meta-news .time-public {
    display: none
}

.review-section .main-content .threads .box-news .title {
    margin-top: 4px;
    cursor: pointer;
    padding: 0 10px 10px
}

.review-section .main-content .threads .box-news .title a {
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

@media (min-width:768px) {
    .review-section .main-content .threads .box-news {
        max-width: 180px
    }
}

.news-cate-story {
    font-size: .85em;
    color: #095e98;
    text-transform: uppercase;
    font-family: Roboto-Bold, Arial, Verdana, Helvetica, sans-serif;
    margin-bottom: 5px;
    display: block;
    font-weight: 700
}

.title-over-image .image:after {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7));
    content: "";
    position: absolute;
    bottom: 0;
    left: 0
}

.title-over-image .article-title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 15px 15px 15px 45px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    z-index: 1;
    width: 100%
}

img {
    height: auto;
    max-width: 100%
}

.has_ratio {
    position: relative;
    width: 100%
}

.has_ratio a,
.has_ratio img {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.stretched img {
    width: 100%
}

table.text-center td,
table.text-center th {
    text-align: center
}

tr:nth-child(2n) {
    background-color: #f2f2f2
}

td,
th {
    border: 1px solid #ddd;
    padding: 8px
}

th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--color-primary);
    color: #fff
}

.office-info {
    background: #f0f0f0;
    padding: 4px 10px 5px;
    font-size: 14px;
    line-height: normal
}

.col240 {
    flex: 0 0 265px;
    max-width: 265px;
    padding-left: 15px
}

.col480 {
    flex: 0 0 calc(100% - 265px);
    max-width: calc(100% - 265px);
    padding-right: 15px
}

@media screen and (max-width:768px) {
    .col240,
    .col480 {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0
    }
}

.featured-news-horizontal {
    padding: 15px;
    background: #eee;
    margin-top: -15px
}

.featured-news-horizontal .box-news-larger {
    padding-bottom: 0
}

.featured-news-horizontal .box-news-larger .thumb-art {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0
}

.featured-news-horizontal .box-news-larger .content {
    padding: 0 15px 15px
}

.featured-news-horizontal .other-news .item {
    padding: 5px 0 5px 20px;
    background-position: left 10px;
    position: relative
}

.featured-news-horizontal .other-news .item:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px
}

.featured-news-horizontal .other-news .item a {
    font-weight: 700;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.featured-news-horizontal .other-news .item:last-child {
    padding-bottom: 0
}

.featured-news-horizontal.with-author-thumb .box-news-larger .thumb-art {
    flex: 0 0 100px;
    max-width: 100px
}

.featured-news-horizontal.with-author-thumb .box-news-larger .thumb-art .name {
    font-size: 12px;
    color: #666;
    display: block;
    margin-top: 6px;
    text-align: center
}

.featured-news-horizontal.with-author-thumb .box-news-larger .content {
    padding: 0 15px
}

.featured-news-horizontal.with-author-thumb .box-news-larger .content>.title>a {
    font-size: 18px
}

@media screen and (max-width:480px) {
    .featured-news-horizontal.with-author-thumb .box-news-larger {
        margin-bottom: 15px
    }
    .featured-news-horizontal.with-author-thumb .box-news-larger .thumb-art {
        order: 2;
        margin-top: 10px
    }
    .featured-news-horizontal.with-author-thumb .box-news-larger .thumb-art .box-img {
        display: flex;
        align-items: center
    }
    .featured-news-horizontal.with-author-thumb .box-news-larger .thumb-art .user-avatar {
        height: 3.8rem;
        width: 3.8rem
    }
    .featured-news-horizontal.with-author-thumb .box-news-larger .content {
        padding: 0
    }
}

@media screen and (max-width:990px) {
    .featured-news-horizontal .box-news-larger {
        flex-wrap: wrap
    }
    .featured-news-horizontal .box-news-larger .thumb-art {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 10px
    }
    .featured-news-horizontal .box-news-larger .content {
        width: 100%;
        padding: 0
    }
}

.widget-poll .poll-question {
    font-weight: 700;
    font-size: 15px
}

.tin_video_tuoi_tre #item-overlay .boxOverlay {
    border-radius: 0
}

#news__comment label i {
    margin-right: 5px
}

.block_comment {
    background-color: #fff;
    padding: 1rem !important;
    margin-bottom: 15px;
    box-shadow: 0 0 3px 1px #eee;
    border-radius: 2px
}

.block_comment .input_content {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    background: #fafafa;
    border-radius: 2px;
    box-shadow: 0 0 2px 0 #eee
}

.block_comment .btn_comment {
    height: 35px;
    background-color: var(--color-primary);
    color: #fff
}

.block__comment .time:before {
    display: none
}

.block__comment .time {
    padding-left: 0
}

.comment_error {
    padding: .5rem !important;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    display: none;
    margin: 0 0 10px
}

.eventbit,
.postbit,
.postbitlegacy {
    margin-bottom: 15px;
    display: block;
    clear: both;
    position: relative;
    color: #3f3f3f;
    border: 1px solid #ddd;
    border-radius: 3px
}

.comment_author,
.comment_author .card-title {
    margin-left: 10px
}

.userinfo {
    background: #f2f2f2;
    padding: 10px
}

.itemIMG {
    width: 68px;
    height: 68px;
    position: relative;
    float: left;
    display: inline-block
}

.img-cover {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.userinfo .contact .itemIMG img {
    border-radius: 3px
}

.align-self-center {
    float: left;
    display: inline-block
}

.userinfo .contact .card-title {
    margin-bottom: 0
}

.userinfo .contact .card-title a {
    font-size: 14px;
    font-weight: 700;
    color: #3474ab
}

.eventbit .eventhead,
.postbit .posthead,
.postbitlegacy .posthead {
    margin: 5px 10px;
    color: #186378;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    clear: both;
    overflow: hidden;
    font-weight: inherit;
    font-style: inherit;
    font-size: 11px;
    font-family: inherit
}

.postbit .post_summary {
    padding: 10px;
    font-weight: 700
}

.postbit .postcontent {
    padding: 10px
}

.box_xem__nhieu .box-category {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.box_xem__nhieu .width_common {
    width: 100%;
    float: left
}

.box_xem__nhieu .box-xemnhieu .list-top-view {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.box_xem__nhieu .item-news {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

.box_xem__nhieu .item-news .title-news {
    font-size: 14px;
    line-height: 160%;
    margin: 0 0 5px
}

.box_xem__nhieu .meta-news .count_cmt,
.box_xem__nhieu .meta-news .icon_commend {
    font-size: 12px;
    color: #076db6;
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

.box_xem__nhieu .ic {
    width: 16px;
    height: 16px;
    fill: #757575;
    display: inline-block;
    vertical-align: middle
}

.box_xem__nhieu .meta-news .count_cmt .ic,
.box_xem__nhieu .meta-news .icon_commend .ic {
    color: #bdbdbd;
    width: 12px;
    height: 12px;
    margin-right: 1px
}

.box_xem__nhieu .box-xemnhieu .title-box-category {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 4px;
    color: #757575
}

.box_xem__nhieu .box-xemnhieu .title-box-category .inner-title:before {
    display: none
}

.box_xem__nhieu .box-xemnhieu .title-box-category .parent-cate {
    margin-right: 20px
}

.box_xem__nhieu .box-xemnhieu .title-box-category .parent-cate.active,
.box_xem__nhieu .box-xemnhieu .title-box-category .parent-cate.active:hover a {
    color: #222
}

.box_xem__nhieu .box-xemnhieu .title-box-category .parent-cate.active .inner-title:before {
    display: block
}

.box_xem__nhieu .box-xemnhieu .list-top-view {
    position: relative;
    flex-wrap: wrap
}

.box_xem__nhieu .box-xemnhieu .list-top-view:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #e5e5e5
}

.box_xem__nhieu .box-xemnhieu .list-top-view .number-top-view {
    font-family: Merriweather, serif;
    font-size: 48px;
    color: #222;
    font-weight: 700;
    position: absolute;
    top: -8px;
    left: 0;
    font-feature-settings: "pnum" on, "lnum" on
}

.box_xem__nhieu .box-xemnhieu .list-top-view .item-news {
    position: relative;
    padding-left: 45px;
    padding-right: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 50%
}

.box_xem__nhieu .box-xemnhieu .list-top-view .item-news:first-child {
    order: 1
}

.box_xem__nhieu .box-xemnhieu .list-top-view .item-news:nth-child(2) {
    order: 3
}

.box_xem__nhieu .box-xemnhieu .list-top-view .item-news:nth-child(3) {
    order: 5
}

.box_xem__nhieu .box-xemnhieu .list-top-view .item-news:nth-child(4) {
    order: 2;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    padding-left: 60px;
    padding-right: 0
}

.box_xem__nhieu .box-xemnhieu .list-top-view .item-news:nth-child(4) .number-top-view {
    left: 15px
}

.box_xem__nhieu .box-xemnhieu .list-top-view .item-news:nth-child(5) {
    order: 4;
    padding-left: 60px;
    padding-right: 0
}

.box_xem__nhieu .box-xemnhieu .list-top-view .item-news:nth-child(5) .number-top-view {
    left: 15px
}

.box_xem__nhieu .box-xemnhieu .list-top-view .item-news:nth-child(6) {
    order: 6;
    padding-left: 60px;
    padding-right: 0
}

.box_xem__nhieu .box-xemnhieu .list-top-view .item-news:nth-child(6) .number-top-view {
    left: 15px
}

.box_xem__nhieu .box-xemnhieu .list-top-view .item-news:nth-child(7) {
    order: 6;
    padding-left: 60px;
    padding-right: 0
}

.box_xem__nhieu .box-xemnhieu .list-top-view .item-news:nth-child(7) .number-top-view {
    left: 15px
}

.box_xem__nhieu .box-xemnhieu .list-top-view .item-news:nth-child(8) {
    order: 8;
    padding-left: 60px;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.box_xem__nhieu .box-xemnhieu .list-top-view .item-news:nth-child(8) .number-top-view {
    left: 15px
}

.news-carousel .box-news .title a {
    font-size: 16px
}

@media screen and (max-width:480px) {
    .news-carousel .box-news .title a {
        font-size: 16px !important
    }
}

.news-carousel .swiper-button-next-outside {
    right: 0;
    background: #f4f4f4 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: 50%
}

.news-carousel .swiper-button-next-outside,
.news-carousel .swiper-button-prev-outside {
    position: absolute;
    top: -52px;
    width: 30px;
    height: 30px;
    display: block !important;
    cursor: pointer;
    outline: none
}

.news-carousel .swiper-button-prev-outside {
    right: 37px;
    background: #f4f4f4 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: 50%
}

.new_carousel__small .swiper-button-white {
    top: -40px;
    width: 30px;
    height: 30px;
    background-color: #fff
}

.article-content table,
.article-content table tr,
.article-content table tr td,
.article-content table tr th {
    border: 1px solid #b6b6b6
}

.article-content table {
    margin: 0 auto 15px
}

.article-content table th,
.article-content table tr:first-child {
    color: #fff
}

.article-content table th,
.article-content table tr:first-child h3 {
    color: #fff;
    margin-bottom: 5px
}

.article-content table th,
.article-content table tr:nth-child(2n) {
    background: #eee
}
@media (max-width:991px)
{
    .hidden-sm {
        display: none;
    }
}
@media (max-width:767px) {
    .box-cate-featured .item-news.full-thumb {
        width: 100%;
    }

    .hidden-xs {
        display: none;
    }

 .box-cate-featured-v2 .article-sub-right {
    width: 100%;
    padding-left: 0px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    border: 0px !important;
}
   .sub-news-cate {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
}
   .box-cate-featured-v2 .sub-news-cate .item-news {
    max-width: 50%;
    
}
   .box-cate-featured-v2 .wrap-sum-news {
    width: 100%;
    margin: 0px;
    padding: 20px 0px;
    clear: both;
}
   .box-cate-featured .item-news.full-thumb {
    width: 100%;
    display: BLOCK;
}
   .box-cate-featured-v2 .item-news.full-thumb .image-wrapper {
    width: 100%;
    margin: 0;
}

}
