/*common*/
.justify-center {
    justify-content: center
}
.none-margin{
    margin: unset;
}
.col {
    margin: 10px 0;
    display: flex;
}


/*endcommon*/

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 1.5em
}

img {
    border: 0;
    border-radius: 5px;
}
.col-md-6 img{
    margin: 0 auto;
}

svg:not(:root) {
    overflow: hidden
}

button, input, select {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input {
    line-height: normal
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    color: #252525;
    background-color: #fff;
    margin: unset;
}

button, input, select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #63139b;
    text-decoration: none;
}

a:focus, a:hover {
    color: #940ad2
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.3;
}

.h4, .h5, h4, h5 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1, h1 {
    font-size: 28px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 20px;
}

.h4, h4 {
    font-size: 1.3rem;
}

p {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.text-center {
    text-align: center
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.title-introduce{
    font-size: 1.5rem;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-home {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.col, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin: unset;
}

@media (min-width: 768px) {
    .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-6 {
        width: 50%
    }
}

@media (min-width: 992px) {
    .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: calc(33.33333333% - 24px);
        margin: 12px;
    }
}

@media (min-width: 1200px) {
    .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.search-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.search-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.search-input::-webkit-input-placeholder {
    color: #999
}

.form-group {
    margin-bottom: 15px
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    text-decoration: none;

}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;

}

.card-header:hover .btn-link {
    text-decoration: underline;
    background-color: transparent;
    font-weight: 600;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.collapse {
    display: none
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown_language {
    position: relative
}

/*.dropdown_language_footer {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    position: relative*/
/*}*/

/*#btnChangeLanguageFooter {*/
/*    position: relative;*/
/*    flex: 1;*/
/*    padding: 12px 48px;*/
/*    border: 1px solid #cccccc;*/
/*    justify-content: space-between;*/
/*    display: flex;*/
/*}*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

/*.dropdown-menu-footer {*/
/*    position: absolute;*/
/*    bottom: 100%;*/
/*    right: 0;*/
/*    z-index: 999;*/
/*    width: 100%;*/
/*    display: none;*/
/*    padding: 5px 0;*/
/*    margin: 2px 0 0 0;*/
/*    font-size: 14px;*/
/*    text-align: center;*/
/*    list-style: none;*/
/*    background-color: #fff;*/
/*    -webkit-background-clip: padding-box;*/
/*    background-clip: padding-box;*/
/*    border: 1px solid rgba(0, 0, 0, .15);*/
/*    border-radius: 5px;*/
/*    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
/*    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)*/
/*}*/

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

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    color: #0e65c2;
    text-decoration: none;
    background-color: #e8e4e4
}

.open > .dropdown-menu {
    display: block;
    animation: drop-menu 1s ease;
}

@keyframes drop-menu {
    from {
        right: -100%;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

.open > a {
    outline: 0
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .search-input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .search-input:focus {
    z-index: 3
}

.input-group .search-input, .input-group-btn {
    display: table-cell
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group .search-input:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group .search-input:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
    padding: 0 10px 0 10px;
}
.navbar-brand{
    color: #252525;;
    font-size: 24px;
    font-weight: 550;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
    .navbar-header {
        display: flex;
        align-items: center
    }

}


.container:after, .navbar:after, .row:after {
    clear: both
}


.footer {
    color: #4a4a4a;
    background: #f2f2f2;
}

.footer-default [class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

/*layout*/
.navbar {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    align-items: center;
    margin: auto;
}

.navbar-right {
    list-style-type: none;
}

/*end layout*/
/*home*/
.faq-fontsize {
    font-size: 1.5rem;
    color: #0e65c2;
}
.faq .faq_content .faq_question {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 80px 10px 10px;
    cursor: pointer;
    margin-bottom: 12px;
    margin-top: 0;
    display: flex;
    justify-content: space-between;

}

.faq .faq_content .faq_question:hover p {
    color: #0e65c2 !important;
}

.faq_content .faq_question p {
    margin: 0;
}

.faq .faq_question img {
    width: 20px;
    height: 20px;
    opacity: 0.6;
}

.faq .faq_answer{
   display: none;
    color: #63139b;
    transition: all linear .3s;
}

.faq .opened .faq_answer {
   display: block;
    padding: 8px 20px;

}


.faq .opened img {
    transform: rotate(180deg);
}

.btn.btn-link {
    color: #160a0a;
    text-align: left;
    padding: 0;
    white-space: inherit;
    font-size: 18px;
    font-weight: 500
}

/*end home*/
/*photo*/
.photo-head {
    display: flex;
    align-items: unset !important;
}

.photo-content {
    display: flex;
    flex-direction: column;
    padding: 0 12px;
    box-shadow: 0 4px 24px 0 rgba(42, 33, 42, 0.8);
    border-radius: 5px;
    margin: 12px;
}

.photo-content img {
    width: 50px;
    height: 50px;
    color: #d80505;
    margin: auto;

}

.photo-content p {
    flex: 1;
}

.photo-content:hover img {
    position: relative;
    animation: photo 5s ease;
}

@keyframes photo {
    0% {
        animation-timing-function: ease-in;
        opacity: 0.5;
        transform: rotate(-90deg)
    }
    24% {
        opacity: 1
    }
    25% {
        animation-timing-function: ease-in;
        transform: rotate(30deg)
    }
    50% {
        animation-timing-function: ease-in;
        transform: rotate(-90deg)
    }
    75% {
        animation-timing-function: ease-in;
        transform: rotate(30deg)
    }
    100% {
        animation-timing-function: ease-out;
        transform: rotate(0)
    }
}

/*endphoto*/
/*facebook*/
.why-item {
    box-shadow: 0 .125rem .25rem rgba(0, 0,0, 0.1);
    border: 1px solid #dae3dc;
    height: 100%;
    background: #fff;
    padding: 1.5rem;
    border-radius: .25rem;
    margin-top: 12px;
}

.icon-why-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f4fcf6;
    padding-top: 15px;
    text-align: center !important;
    margin-left: auto !important;
    display: inline-block;
    margin-right: auto !important;
    margin-bottom: 1rem !important;
}

.why-icon_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-facebook {
    background: url(/images/facebook_1.webp) no-repeat;
    background-size: 165.5px 165.5px;
}

.icon-quality {
    background-position: -120px -54px;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
}

.icon-easy {
    background-position: -48px -54px;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
}

.icon-free {
    background-position: -86px -54px;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
}

.why-item:hover .img-facebook {
    animation: facebook 2s ease 0s 1 normal forwards
}

@keyframes facebook {
    0% {
        animation-timing-function: ease-in;
        opacity: 1;
        transform: translateY(-16px)
    }
    24% {
        opacity: 1
    }
    40% {
        animation-timing-function: ease-in;
        transform: translateY(-8px)
    }
    65% {
        animation-timing-function: ease-in;
        transform: translateY(-4px)
    }
    82% {
        animation-timing-function: ease-in;
        transform: translateY(-3px)
    }
    93% {
        animation-timing-function: ease-in;
        transform: translateY(-2px)
    }
    25%, 55%, 75%, 87% {
        animation-timing-function: ease-out;
        transform: translateY(0)
    }
    100% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0)
    }
}

.facebook-download {
    list-style-type: none;
}

.facebook-download li {
    list-style-type: decimal;
}
@media (max-width: 991px) {
    .why-item{
        display: flex;
    }
    .why-item .content-why-item{
        margin-left: 12px;
    }
}

/*endfacbook*/
footer .menu {
    padding-bottom: 18px !important
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: calc(50% - 24px)
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
}

@media (min-width: 992px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (min-width: 1200px) {
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

footer .menu-label {
    font-weight: 700
}

footer ul {
    list-style: none;
    padding: 0
}

footer ul li {
    margin-bottom: 7px;
    font-size: 15px
}

footer ul li a {
    color: #676767;
    text-decoration: none
}

footer .social-icons svg {
    width: 22px;
    margin-right: 5px
}

footer .social-icons .twitter-icon svg {
    fill: #3cacf2
}

footer .social-icons .reddit-icon {
    position: relative;
    top: -2px
}

.no-side-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

footer .row {
    margin: 0 auto !important;
    padding: 0 !important
}

footer .container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0
}

.container.footerbox {
    margin-top: 40px
}


.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.search-input {
    height: 50px
}

.btn-default {
    border: 1px solid transparent;
    background-color: #0e65c2;
    height: 50px;
    padding: 12px 15px;
    color: #fff
}

.btn-default:hover {
    background-color: #75528d;
}

.img-brand {
    float: left;
    margin-right: 5px
}

.list-product .col-md-4 {
    margin-bottom: 3rem
}

.list-product h1 {
    color: #d8d8d8;
    margin-top: 40px
}

.list-product h2 {
    color: #fff
}

.list-product h3 a {
    color: #d8d8d8;
    text-decoration: none
}

.list-product button a:hover {
    background: -webkit-linear-gradient(158deg, #863fa6 22%, #e12c61 50%, #f46f46 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.list-product .info-des {
    color: #8e8e8e
}

.width-index {
    width: 16.66%
}


.input-group {
    max-width: 800px;
    margin: 0 auto
}

.tab {
    margin-top: 1rem;
    overflow: hidden;
    border-radius: 4px;
    width: 100%;
    background: #fff
}

.tabcontent {
    display: none;
    padding: 12px 0;
    width: 100%;
    color: #fff
}

.tab {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;

}
.tab button{
    padding: 12px 16px;
}

button {
    background-color: #fff;
    border: none;
    outline: 0;
    cursor: pointer;
    transition: .3s;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;

}

.tab button:last-child {
    border-right: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}



.tab button:hover i,
.tab button:hover img{
    position: relative;
    animation: myAnim 3s linear;
}

@keyframes myAnim {
    0% {
        animation-timing-function: ease-in;
        opacity: 0.5;
        transform: translateY(-8px)
    }
    24% {
        opacity: 1
    }
    40% {
        animation-timing-function: ease-in;
        transform: translateY(-6px)
    }
    65% {
        animation-timing-function: ease-in;
        transform: translateY(-4px)
    }
    93% {
        animation-timing-function: ease-in;
        transform: translateY(-2px)
    }
    25%, 55%, 75%, 87% {
        animation-timing-function: ease-out;
        transform: translateY(0)
    }
    100% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0)
    }
}

.tab button.active {
    background-color: #d0d0d0
}

.tab a {
    display: flex;
    align-items: center;
}

.tablinks i.icon {
    background-size: 24px 24px;
    width: 24px;
    height: 24px
}

.tab span {
    float: left;
    padding-left: 4px
}

.home-features {
    list-style-type: square;

}

@media (max-width: 768px) {
    .faq .faq_content .faq_question {
        padding: 10px 30px 10px 10px;
    }

    .tab span {
        display: none
    }

    .tab button {
        padding: 8px 4px;
        width: 100%;
        display: flex;
        justify-content: center
    }

    .tab {
        display: flex;
        justify-content: space-between;
        margin-top: 1rem;
        overflow: hidden;
        border-radius: 4px;
        width: 100%;
        background: #fff;
    }

    .tool-section {
        margin: 20px 5px 0 5px
    }
}

.dropdown-toggle {
    float: right
}

.button_plugin {
    background-color: #ec4763;
    border: 1px solid #d33276;
    border-radius: 4px;
    cursor: pointer;
    justify-content: center;
    padding-bottom: 4px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 4px;
    text-align: center;
    white-space: nowrap;
    float: inherit;
    color: #fff;
    font-weight: 500;
    clear: both
}

.button_plugin span {
    color: #fff
}

.button_plugin a:hover {
    color: #fff
}

.navbar-nav > li > b {
    float: left
}

@media screen and (max-width: 767px) {
    .navbar-nav > li > b {
        display: none
    }
}

.app-section img {
    display: block;
    margin-left: auto;
    margin-right: auto
}


.only-mobile {
    display: none
}

@media only screen and (max-width: 479px) {
    .only-mobile {
        display: block
    }
}

span.span-icon {
    display: flex;
    justify-content: center;
    align-items: center
}


@media (max-width: 768px) {
    .open > .dropdown-menu{
        width: 100vw;
        display: flex;
        flex-wrap: wrap;
        flex-shrink: 0;
        text-align: center;
    }

    .dropdown-menu li {
        flex: 0 0 auto;
        width: 50%
    }
}

.dropdown-menu li {
    border-bottom: 1px solid #e5e5e5
}

.dropdown-menu li.active{
    background-color: #faebd7
}

.dropdown-menu li:last-child {
    border-bottom: none
}

.header-content {

    padding: 0 0 20px 0;
}


@media (min-width: 768px) {
    .navbar-inverse {
        height: 70px;
        padding: 10px 0
    }

    .list-product {
        padding-top: 2rem
    }
}

.hero-section{
    background-image: url("/images/background.webp");
    padding-bottom: 2rem;
}
.hero-section h1, .hero-section h3,
.hero-section h3 a, .list-product h2 {
    color: #0e65c2;
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
}

.tabcontent p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8em
}

.list-product h2 {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0
}

.paste {
    pointer-events: unset;
    position: absolute;
    top: 50%;
    left: -8px;
    display: none;
    justify-content: center;
    align-items: center;
    transform: translate(-100%, -50%);
    z-index: 2;
}
.alert-warning{
    display: none;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    color: #63139b;
    font-weight: bolder;
}

.paste span {
    display: flex;
    cursor: pointer;
    padding: 2px 5px;
    font-size: 14px;
    color: #4a4a4a;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    align-items: center
}

i.icon-btn {
    display: table-cell;
    height: 1em;
    width: 1em
}

.download-items {
    position: relative
}

.download-items__btn {
    position: absolute;
    bottom: 0;
    width: calc(100% - 16px);
    left: 8px
}

.support-list {
    margin-top: 16px
}

.side-feature [class*=col-] {
    padding-top: 15px;
}

.section-title h3{
    font-size: 1.5rem;
    margin-bottom: 6px;
}
.section-title p {
    text-align: center;
    color: #565656;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px
}

.support-list img, .support-list source {
    max-width: 100%;
    height: auto
}


.order-md-reverse .col-md-6 {
    order: 1
}
.content-reverse{
    flex-wrap: wrap-reverse;
}

.order-md-reverse .col-md-5 {
    order: 2
}

.section-feature-description {
    font-weight: 300;
    color: #565656;
}

.snapx-app {
    background-color: #ecf0f1;
    height: auto;
    display: none
}

@media (min-width: 768px) {
    .order-md-reverse .col-md-6 {
        order: unset
    }

    .order-md-reverse .col-md-5 {
        order: unset
    }
}

.paste.disabled {
    display: none
}

.app-btn-view, .app-close, .app-img {
    display: flex;
    align-items: center;
    text-align: center
}

.snapx-app a {
    color: #3172e2
}

.app-info-box {
    display: grid;
    grid-template-columns:50px auto
}

picture.app {
    width: 50px;
    height: 50px
}

.app-info-box .app-info_info {
    margin-left: 8px
}

.app-info-title {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5rem;
    margin-bottom: 6px
}

.app-info-dev {
    color: #6c757d;
    font-weight: 300;
    font-size: 12px;
    line-height: 1rem
}

.app-info-get {
    font-size: 12px;
    line-height: 1.5rem;
    color: #6c757d;
    font-weight: 400;
    margin-top: 7px
}

.app-btn-view {
    justify-content: flex-end
}

@media screen and (max-width: 960px) {
    .ad-box {
        min-height: 100px
    }
}

.share-button {
    display: flex;
    z-index: 1000;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 80px;
    right: 16px;
    border: none;
    background: rgb(156 59 150);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
    align-items: center;
    justify-content: center
}

.icon-sprite {
    display: table-cell;
    height: 1em;
    width: 1em;
    background: url(/images/css_sprites.webp) no-repeat;
    background-size: 173px 160px
}

.hero-video {
    width: 20px;
    height: 20px;
    background-position: -41px -107px
}

.hero-photo {
    background-position: -7px -107px;
    width: 20px;
    height: 18px
}

.hero-reels {
    background-position: -135px -105px;
    width: 20px;
    height: 20px
}

.hero-stories {
    background-position: -73px -105px;
    width: 21px;
    height: 21px
}

.hero-igtv {
    background-position: -104px -105px;
    width: 21px;
    height: 21px
}

.icon-gplay {
    background-position: -5px -5px;
    width: 163px;
    height: 48px
}

.app-section a {
    display: block
}


/* Tools Section */
.tool-section {
    max-width: 100%;
    margin: 0 0 20px 0;
}


/*download*/

.area-preview-photo {
    position: relative;
}

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

#result .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #eee;
}

.fade.in,
.fade.open {
    opacity: 1;
}

.tab-content > .active {
    display: block;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0 !important;
    max-width: 100%;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table > thead > tr > th, .table > tbody > tr > td {
    text-align: center;
    padding: 15px 0px;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
}

.show {
    display: block;
}

.audio-format {
    display: inline-block;
    width: fit-content;
}

.label-primary {
    background-color: #337ab7;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.form-control {
    border: 1px solid #dcdfe4;
    height: 36px;
    padding: 0 10px;
    border-radius: 4px;
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

#result thead a {
    text-decoration: none;
    color: inherit;
}

.audio-format {
    display: inline-block;
    width: fit-content;
}

#list-format .nav-tabs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn {
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    min-width: 90px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


a:hover,
a:focus{
    text-decoration: none;
    color: #0e65c2
}

.img {
    position: relative;
    max-width: 800px;
    display: inline-block;
}

#main {
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}

#stop {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*---------loading---------*/
#loading,
#audio_loading,
#result,
#result_mp3,
#video-relate{
    display: none;
}{
    display: none;
}

#loading img {
    margin: 12px auto;
    background: 0 0;
}

/*---------loading-[END]---------*/

/*modal*/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    align-items: flex-start;
    justify-content: center;
    display: none;
}

.modal.open {
    display: flex;
    opacity: 1;
    z-index: 5;
}

.modal-content {
    width: 100%;
    min-height: 200px;
    max-width: calc(100% - 32px);
    margin: 16px;
    animation: modalFadein ease .5s;
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    padding-right: 12px;
    padding-top: 6px;
    border-bottom: 1px solid #e5e5e5;
    text-align: right;
    font-size: 25px;
}

.modal-body {
    position: relative;
    padding: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
}
#preview_audio{
    max-width: 100%;
}

.modal-footer {
    padding: 12px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    padding: 0 12px;
    border-radius: 5px;
}

.modal-btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border: 1px solid #adadad;
    border-radius: 5px;
}


.modal-header button.close {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.clearfix:before, .clearfix:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .modal-header:after, .modal-footer:after {
    clear: both;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

/*End modal*/
/*}*/
/*relate post*/
#video-relate{
    padding-top: 24px;
}
#video-relate>p{
    border-bottom: 1px solid rgba(171, 173, 177, 0.6);
    text-align: left;
}
.video-relate-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    list-style-type: none;
}
li.video-relate-item{
    flex-basis: 25%;
    padding: 0 16px;
    box-sizing: border-box;
}
li.video-relate-item .image-container>img {
    width: 90%;
    height: 150px;
    object-fit: cover;
}
li.video-relate-item .video-relate-desc{
    text-align: center;
    padding-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.video-relate-item .image-container{
    position: relative;
    display: flex;
    justify-content: center;
}
.video-relate-item .image-container .icon-play{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-relate-item a:hover{
    color: #333333!important;
}
#result-errors,
#format-require{
    margin-top: 12px;
    font-weight: 700;
    box-shadow: 1px -1px 9px -1px rgba(168,164,164,0.75);
    -webkit-box-shadow: 1px -1px 9px -1px rgba(168,164,164,0.75);
    padding: 8px ;
    background: #ffff;
    border-radius: 5px;
    display: inline-block;
}



/*endrelate post*/



/*Css for tab - https://www.w3schools.com/howto/howto_js_tabs.asp*/
.tab-result {
    overflow: hidden;
}

.tab-result button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 14px;
    transition: 0.3s;
    font-size: 17px;
}

.tab-result button:hover {
    background-color: #ddd;
}

.tab-result button.active {
    border: 1px solid #ccc;
    border-bottom-width: 0;
    background-color: #f1f1f1;
}

.tab-content {
    display: none;
    border-top: none;
    transition: all .5s;
}

#preview-audio-area .btn-download {
    margin-left: 15px;
}

.loading_img {
    padding: 0 30px;
}

@keyframes modalFadein {
    from {
        opacity: 0;
        transform: translateY(-255px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.clearfix {
    clear: both;
}

.tab-content .table button {
    margin: 0 auto;
}

.w-100 {
    width: 100%;
}

/*Css for pc*/
#result-area {
    max-width: 800px;
    margin: auto;
}

.area-preview {
    flex-direction: column;
    margin-bottom: 20px;
    width: 40%;
}

.area-preview video {
    width: 350px;
    height: 350px;
}

.area-preview b {
    text-align: center;
    padding-top: 12px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.area-download {
    width: 60%;
    padding: 20px 20px 0px 20px;
}

.area-preview-video {
    padding-top: 30px;
}

#photo-preview {
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
    animation: modalFadein ease .5s;
}

.photo-item-preview {
    width: calc(33% - 20px);
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.photo-item-preview img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

/*------media-container-------*/
.media-container {
    margin-top: 20px;
}

.media-container .media-row {
    margin-bottom: 10px;
}

.media-container.single-item .item {
    width: 100%;
    max-width: 320px;
}

.media-container .item {
    width: calc(25% - 6px);
    padding: 0 20px;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
}

.media-container .item video {
    max-width: 320px;
    margin: 0 auto;
}

/*------media-container [END]-------*/

button.global-nav{
    padding: 8px;
    border: 1px #0e65c2 solid;

}
button.global-nav:hover{
    background-color: #e0e0e0;
}
.global-nav .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #0e65c2;
    margin: 2px;
}
#global-nav{
    list-style-type: none;
    display: flex;
}
#mobile-nav{
    list-style-type: none;
    justify-content: space-around;
    margin-block-start: unset;
    margin-block-end: unset;
}
#global-nav li{
    padding: 4px 20px;
}
#mobile-nav li{
    padding: 10px 12px;
    flex-basis: 30%;
    text-align: center;
}
#mobile-nav li:hover{
    background-color: #eeeeee;
}
#global-nav li a,
#mobile-nav li a{
    color: #252525;
}

@media (max-width: 739px) {
    .media-container .item {
        width: calc(50% - 6px);
    }
    li.video-relate-item{
        flex-basis: 50%;
    }
    button.global-nav{
        display: block;
    }
    #global-nav{
        display: none;
    }
    #mobile-nav.show{
        display: flex;
        padding-inline-start: unset;
    }

    .col {
        display: flex;
        flex-direction: column;
    }

    .col .mobile-col {
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        display: flex;
    }

    .p-l-52 {
        padding-left: unset;
    }

    .p-r-52 {
        padding-right: unset;
    }

    .col .mobile-col img {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .area-download {
        margin-top: 10px;
    }

    #photo-preview {
        flex-wrap: wrap;
        animation: modalFadein ease .5s;

    }

    .photo-item-preview {
        width: calc(50% - 20px);
        margin: 5px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 5px;
    }

    .photo-item-preview img {
        margin-bottom: 20px;
        max-width: 375px;
        height: auto;
    }

}

@media (max-width: 414px) {
    .media-container .media-row{
        flex-direction: column;
    }
    .photo-item-preview {
        width: calc(100% - 20px);
    }
    li.video-relate-item {
        flex-basis: 100%;
    }
    .media-container .item {
        width: calc(100% - 6px);
    }
}
