html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}


pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}
ul{
    padding-inline-start: unset;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.6; /* 1 */
    margin: 0; /* 2 */
}

button,
input { /* 1 */
    overflow: visible;
}

button,
select { /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    box-sizing: inherit;
}

main {
    background: #fff
}

html {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6rem;
    color: #2a2a2a;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, label {
    color: #2a3d7f
}

h1 {
    font-size: 2em;
    font-weight: bolder;
}

h2 {
    font-size: 1.5em;
    font-weight: bolder;
}

h3 {
    font-size: 1.3em;
    font-weight: bolder;
}

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

.btn-default {
    border: 1px solid transparent;
    background-color: #337ab7;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
    height: 50px;
    padding: 12px 15px;
    color: #fff;
}
.btn-default:hover{
    background: linear-gradient(180deg, #337ab7 0, #69a3d5 100%);
}
.hidden {
    display: none;
}

/*home-menu*/
.home-menu {
    max-width: 850px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    background: #fff
}

.home-menu ul {
    list-style-type: none;
}

.home-menu ul {
    display: flex;
    justify-content: space-between;
    margin: unset;
    align-items: center;
}

.logo-wrapper-a img {
    max-width: 220px;
    max-height: 150px;
}

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

.home-menu button {
    border-width: unset;
    background-color: unset;
    border-color: unset;
    border-style: unset;
}

.home-menu button:hover {
    cursor: pointer;
}

#dropdownLanguage {
    list-style-type: none;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 140px;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 99;
    padding-inline-start: unset;
    right: 0;
}
#dropdownLanguage li {
    text-align: start;
}
#dropdownLanguage a {
    color: black;
    padding: 4px 16px;
    display: block;
}

#dropdownLanguage li:hover {
    background-color: rgba(26, 163, 255, 0.5);
}

.dropdown a:hover {
    background-color: #ddd;
}

#dropdownLanguage .hover {
    display: block;
    animation: drop-menu 1s ease;
}

.open > #dropdownLanguage {
    display: block;
    animation: drop-menu 1s ease;
}
button.global-nav {
    padding: 8px;
    border: 1px #0e65c2 solid;
    border-radius: 5px;
}
button.global-nav:hover{
    background: #e7e7e7;
}
.global-nav .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #0e65c2;
    margin: 2px;
}

ul.nav-menu{
    justify-content: flex-start;
    flex-wrap: wrap;
}
.nav-menu li{
    padding: 10px 28px;
    font-weight: 500;
    font-size: 17px;
}
.nav-menu li:hover{
    background: aliceblue;
}
@keyframes drop-menu {
    from {
        right: -100%;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

/*end home-menu*/

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

.input-group {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    display: flex;
    border-collapse: separate;
}

.search-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    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
}

.input-group .search-input {
    height: 50px;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

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

.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    flex: 1;
}

.paste {
    pointer-events: unset;
    position: absolute;
    top: 50%;
    right: -50px;
    display: none;
    justify-content: center;
    align-items: center;
    transform: translate(-100%, -50%);
    z-index: 2;
}

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

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

.iconpaste {
    background-position: -81px -139px;
    width: 12px;
    height: 14px;
    margin-right: 3px
}

.iconclear {
    background-position: -59px -141px;
    width: 9px;
    height: 9px;
    margin-right: 3px
}


/*endbuttonsearch*/
/*facepage*/
#face-page .features-content img {
    width: 32px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

#face-page .features-content {
    padding-left: 24px;
    width: 33%;
}

#face-page .features-content:first-child {
    padding-left: unset;
}

#face-page .fqa {
    margin-bottom: 6px;
}

#face-page .fqa-question {
    padding: 12px 24px;
    box-shadow: 0 4px 24px 0 rgba(42, 33, 42, 0.1);
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 1px;
}

#face-page .fqa-question:hover {
    color: #2a3d7f;
}

#face-page .fqa-answer {
    height: 0;
    opacity: 0;
    padding: 0;
    transition: all .3s;
    visibility: hidden;
}

#face-page .show .fqa-answer {
    height: auto;
    opacity: 1;
    padding: 16px 20px;
    border: 1px solid rgba(0, 0, 0, .075);
    visibility: visible;
    border-radius: 5px;

}

#face-page .fqa-answer ul {
    list-style: none;
}

#face-page .fqa-answer > ul {
    padding-inline-start: unset;
    margin-block-end: unset;
    margin-block-start: unset;
}

#face-page .fqa-answer .setcontent li {
    color: #2a3d7f;
}

#face-page .fqa-answer .setcontent li::before {
    content: "- ";
}

@keyframes show {
    from {
        opacity: 0;
        top: -100%
    }
    to {
        opacity: 1;
        top: 0%
    }
}

/*endfacepage*/
/*tiktokpage*/
#tiktok-page .features-content {
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    width: 33%;
    align-items: center;
}

#tiktok-page .features-content:first-child {
    padding-left: unset;
}

#tiktok-page .features-content img {
    width: 60px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

#tiktok-page .features-content h3 {
    margin-block-end: unset;
    font-size: 1.5em;
    margin-block-start: 8px;
}

#tiktok-page .features-content p {
    margin-block-end: 8px;
    margin-block-start: 8px;
    text-align: justify;
}

#tiktok-page ul.listicon {
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    justify-content: center;
    padding-inline-start: unset;
}

#tiktok-page ul.listicon li:not(:last-child) {
    margin-right: 8px;
}

#tiktok-page ul.listicon li > div {
    display: flex;
    align-items: center;

}

#tiktok-page ul.listicon li {
    text-align: left;
}

#tiktok-page ul.listicon li .number {
    font-weight: 600;
    font-size: 45px;
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    display: table;
    color: #fff;
    background: #3f756d;
    text-align: center;
    margin-right: 4px;
    -webkit-box-shadow: 0 1px 5px #d0d0d0;
    box-shadow: 0 1px 5px #d0d0d0;
}

#tiktok-page ul.listicon li p {
    padding-top: 0;
    padding-bottom: 4px;
    margin: unset;
}

#tiktok-page ul.listicon li:nth-child(2) .number {
    background: #fb015b;
}

#tiktok-page ul.listicon li:last-child .number {
    background: #afa532;
}

#tiktok-page .six-item {
    display: flex;
    flex-direction: column;
}

#tiktok-page .six-item .three-item {
    display: flex;
    justify-content: space-between;
}

#tiktok-page .tiktok-item {
    padding: 0 8px;
    width: calc(33.33% - 16px);
}

#tiktok-page {

}

#tiktok-page .tiktok-item p {
    margin-block-start: unset;
}

#tiktok-page .tiktok-item img {
    display: block;
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    margin: auto;
    opacity: 0.6;
}

#tiktok-page .fqa {
    margin-bottom: 6px;
}

#tiktok-page .fqa-question {
    padding: 12px 0;
    box-shadow: 0 4px 24px 0 rgba(42, 33, 42, 0.1);
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 1px;
}

#tiktok-page .fqa-question:hover {
    color: #2a3d7f;
}

#tiktok-page .fqa-answer {
    height: 0;
    opacity: 0;
    padding: 0;
    transition: all .3s;
    visibility: hidden;
}

#tiktok-page .show .fqa-answer {
    height: auto;
    opacity: 1;
    padding: 16px 20px;
    border: 1px solid rgba(0, 0, 0, .075);
    visibility: visible;
    border-radius: 5px;

}

/*endtiktokpage*/
/*twitterpage*/
#twitter-page .introduce {
    display: flex;

}

#twitter-page .introduce p {
    flex: 1;
    margin-right: 24px;
}

#twitter-page .introduce img {
    display: block;
    border-radius: 5px;
    max-width: 350px;
    max-height: 300px;
    width: auto;
    height: auto;
    margin: auto;
    opacity: 0.8;
}


/*endtwitterpage*/
/*footer*/
footer {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
    border-top: 1px solid hsl(240, 8%, 93%)
}

footer nav ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    justify-content: center;
}

footer nav ul li {
    margin-right: 25px;
    text-align: center;
}

footer nav ul li:last-child {
    margin-right: 0
}

footer nav ul li a {
    font-style: normal;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    text-decoration: none
}

footer nav ul li:hover {
    text-decoration: underline
}

footer .years {
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 15px
}

footer a:hover {
    text-decoration: none
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.logo-wrapper-a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    font-weight: 400;
    color: #a130b4 !important;
    padding-bottom: 15px;
    position: relative
}

.logo-wrapper-a:focus {
    text-decoration: none
}

.logo-wrapper-a .logo {
    margin-top: -2px
}

.logo-wrapper-a .sss-img {
    z-index: 9999;
    position: absolute;
    top: 20px;
    left: 15px
}

.sss {
    position: relative;
    background: #fff;
    color: #000;
    padding: 5px 20px 5px 10px
}

.search-container {
    background-image: linear-gradient(to bottom, rgba(27, 4, 255, 0.2), rgba(27, 4, 255, 0.05) );
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 24px;
}

.search-opacity {
    padding-top: 24px;
}

.search-container.processed.error {
    background: #ff8d00;
    background: linear-gradient(180deg, #ff8d00 0, #d50000 100%)
}

.search-container.processed.success {
    background: #016207;
    background: linear-gradient(180deg, #016207 0, #41bd2e 100%)
}

.text-center {
    text-align: center
}

.flex-1 {
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
}
.mr-12{
    margin-right: 12px;
}
.mg-16{
    margin-left: 16px;
    margin-right: 16px;
}
.content {
    padding: 12px;
    margin: 0 auto;
    max-width: 950px
}
.home-introduce .content{
    align-items: center;
}
.home-introduce img{
    max-width: 375px;
    border-radius: 10px;
}

.home-introduce h2 {
    display: flex;
    align-items: center;
    color: #2a3d7f
}

.description {
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #383838
}

#home-features h2 {
    font-style: normal;
    font-weight: 500;
    color: #2a3d7f
}

#home-features h3 {
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #000
}

#home-features .feature-group {
    margin-bottom: 50px
}

#home-features .feature-group:last-child {
    margin-bottom: 0
}

#home-features .feature-text {
    font-style: normal;
    font-weight: 300;
    color: #000;
    max-width: 400px;
    text-align: justify;

}

#home-features .icon {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 67px
}

#home-features .icon.blue {
    background-color: #0fbdf8
}

#home-features .icon.red {
    background: #fb015b
}

#home-features .icon.color-ss {
    background: #db00ff
}


#submit {
    background: linear-gradient(180deg, #fb015b 0, #d2024d 100%);
    border: 1px solid #b50000;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 0 4px 4px 0;
    font-weight: 500;
    height: 46px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .25)
}


.search-container h1 {
    font-style: normal;
    text-align: center;
    color: #290283;
}

@-webkit-keyframes my {
    0% {
        color: #545454;
    }
    25% {
        color: #777676;
    }
    50% {
        color: #e5dfdf;
    }
    75% {
        color: #777676;
    }
    100% {
        color: #383838;
    }
}

@-moz-keyframes text {
    0% {
        color: #545454;
    }
    25% {
        color: #777676;
    }
    50% {
        color: #e5dfdf;
    }
    75% {
        color: #777676;
    }
    100% {
        color: #383838;
    }
}

@-o-keyframes text {
    0% {
        color: #545454;
    }
    25% {
        color: #777676;
    }
    50% {
        color: #e5dfdf;
    }
    75% {
        color: #777676;
    }
    100% {
        color: #383838;
    }
}

@keyframes text {
    0% {
        color: #545454;
    }
    25% {
        color: #777676;
    }
    50% {
        color: #e5dfdf;
    }
    75% {
        color: #777676;
    }
    100% {
        color: #383838;
    }
}


#home-introduce2 {
    padding-top: 48px;
    padding-bottom: 48px
}

#home-introduce2 h2 {
    font-style: normal;
    font-weight: 300;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    margin-bottom: 36px
}

#home-introduce2 p {
    font-style: normal;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px
}
.home-introduce2-img img{
    display: block;
    max-width: 375px;
    margin: auto;
}
#home-introduce2 h3 {
    font-style: normal;
    font-weight: 300;
    color: #000;
}

#home-introduce2 .padding-right {
    padding-right: 150px
}


.home-menu {
    position: relative
}

.area-preview-video {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    li.video-relate-item{
        flex-basis: 50%;
    }
    button.global-nav {
        display: block;
    }
    ul.nav-menu{
        display: none;
    }
    ul.nav-menu.open{
        display: flex;
    }
        .tool-section {
            margin: 20px 5px 0 5px;
        }

        .input-group {
            flex-direction: column;
        }

        .input-group button {
            margin: 4px auto;
        }

        .home-menu > ul {
            padding-right: unset;
        }

        .open > #dropdownLanguage {
            display: flex;
            flex-wrap: wrap;
            width: 100vw;
        }

        .dropdown-menu li {
            flex: 0 0 auto;
            width: 50%;
            border-bottom: 1px solid #e5e5e5;
        }

        #dropdownLanguage a {
            text-align: center;
        }

        /*result*/
        .col {
            display: flex;
            flex-direction: column;
        }

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

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


        .area-preview video {
            width: 80%;
            margin: auto;

        }

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

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

        }

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

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

        /*story*/
        .media-container .media-row {
            flex-direction: column;
            border-bottom: unset;
            padding-bottom: unset;
        }
    .media-container .media-row .item{
        padding: 10px 0px;
        border-bottom: 1px solid #cccccc;
       margin: 0 auto;
    }

    .search-container h1 {
        margin-bottom: 20px
    }


    #submit {
        border-radius: 4px;
        margin-top: 10px
    }


    footer ul {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0
    }

    footer ul li {
        margin-bottom: 20px;
        margin-right: 0 !important
    }
}

@media screen and (max-width: 678px) {

    #twitter-page .introduce,
    .d-flex.home-page{
        flex-direction: column;
    }

    #twitter-page .introduce p {
        margin-right: unset;
    }

    #twitter-page .introduce img {
        max-width: 90vw;
        max-height: 400px;
    }

    #tiktok-page .three-item {
        flex-direction: column;
    }

    #tiktok-page .tiktok-item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #tiktok-page .tiktok-item:not(:last-child) {
        margin-bottom: 24px;
        padding: unset;
    }

    #tiktok-page .tiktok-item p {
        margin-block-end: unset;
        flex: 1;
    }

    #tiktok-page ul.listicon {
        flex-direction: column;
    }

    #tiktok-page ul.listicon li:not(:last-child) {
        margin-bottom: 24px;
    }

    #tiktok-page ul.listicon li .number {
        margin-right: 24px;
    }

    #tiktok-page .features {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    #tiktok-page .features-content {
        padding-left: unset;
        width: 90%;
    }

}

@media screen and (max-width: 992px) {

    #home-page h1 {
        text-align: center
    }

    #home-page h2 {
        text-align: center
    }

    #home-page .content {
        flex-direction: column;
        width: 90%;
        justify-content: center;
        align-items: center;
        padding: 0 12px;
    }
    #home-page .content img{
        margin-top: 24px;
    }
    #home-page #home-features h2 {
        margin-top: 24px;
        margin-bottom: 24px
    }

    #home-page #home-features h3 {
        justify-content: center
    }

    #home-page #home-features .feature-group,
    #face-page .features {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    #face-page .features-content {
        padding-left: unset;
        width: 90%;
    }

    #home-page #home-features .feature-group .feature-text {
        margin-top: 20px;
        margin-bottom: 30px
    }


    #home-page #home-features .flex-1 .d-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    #home-page #home-introduce2 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    #home-page #home-introduce2 h2 {
        justify-content: center;
        margin-bottom: 30px
    }

    #home-page #home-introduce2 .d-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    #home-page #home-introduce2 .padding-right {
        padding-right: 0
    }

}

.content h1 {
    font-style: normal;
    font-weight: 500;
    color: #2a3d7f;
    text-align: center
}

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


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

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

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

#result {
    max-width: 850px;
    margin: auto;
}

.col {
align-items: center;
    display: flex;
}

#result-errors,
#format-require{
    display: block;
    justify-content: center;
    padding: 10px;
    font-weight: 700;
    font-size: 19px;
    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);
    word-break: break-word;
    max-width: 794px;
    margin: auto;
    border-radius: 5px;
    background-color: #ffff;
    position: relative;

}
#result-errors::after,
#format-require::after{
    content: "";
    position: absolute;
    left: 4px;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    clear: both;
}

.errors-content {
    padding: 4px 0px;
    margin: auto;
    text-align: center;
    background-color: #f2dede;
    color: #a94442;
    border-radius: 5px;
}

#preview-result {
    animation: modalFadein ease .5s;;
}


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

.area-preview video {
    max-width: 100%;
    margin: auto;
    max-height: 350px;
}

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

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

.area-preview b {
    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;
}

#thumbnail {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 200px;
}

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

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

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

.table-result button {
    margin: 0 auto;
}

.text-primary {
    color: #337ab7;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.form-control {
    cursor: pointer;
    border: 1px solid #dcdfe4;
    padding: 5px;

}

/*sample-result*/
.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;
}

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

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

#button-download {
    display: flex;
    justify-content: center;
    align-items: center;
}
#button-download button,
.btn-download-audio,
.btn-download {
    margin: 0 auto;
    color: #ffffff;
    display: flex;
    background-color: #337ab7;
    padding: 6px 12px;
    border: none;
    border-radius: 5px;
    align-items: center;
    transition-duration: 0.4s;
    overflow: hidden;
    cursor: pointer;
}
#button-download button:hover,
.btn-download-audio:hover,
.btn-download:hover{
    background: linear-gradient(180deg, #337ab7 0, #69a3d5 100%);
}
.btn-download-audio img,
.btn-download img,
#button-download .btn-download img{
    width: 30px;
    height: 30px;
    margin-right: 4px;
}

/*end-sample-result*/
/*relate post*/
#video-relate{
    padding-top: 24px;
    max-width: 850px;
    margin: 0 auto;
}
#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;
    list-style-type: none;
}
li.video-relate-item{
    flex-basis: 25%;
    padding: 0 16px;
    box-sizing: border-box;
}
li.video-relate-item img{
    width: 90%;
    height: 150px;
    object-fit: cover;
}
.video-relate-item .image-container{
    position: relative;
}
.video-relate-item .image-container .icon-play{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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;
}
/*endrelate post*/

/*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;
}

.modal-content {
    width: 100%;
    min-height: 200px;
    max-width: calc(100% - 32px);
    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-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: right;
}

.modal-body {
    position: relative;
    padding: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.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: 6px 12px;
    border-radius: 5px;
}

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    max-width: 100%;
}

.modal-content {
    width: 100%;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header button.close {
    float: right;
    font-weight: bold;
    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;
    margin-top: -2px;
}

.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*/

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

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

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

.tab 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 {
    display: flex;
    justify-content: center
}

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

#preview-result {
    margin-top: 20px;
    margin-bottom: 50px;
}

.clearfix {
    clear: both;
}

.table {
    width: 100%;
}

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

.w-100 {
    width: 100%;
}

/*------media-container-------*/
.justify-center{
    justify-content: center;
}
.items-center{
    align-items: center;
}
.items-end{
    align-items: end;
}
.flex{
    display: flex;
}
.media-container {
    margin-top: 20px;
}

.media-container .media-row {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

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

.media-container .item {
    width: 50%;
    padding: 0 20px;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
}

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

/*------media-container [END]-------*/
/*Css for pc*/
@media (min-width: 740px) {

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

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

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