html, body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 0;
    font-size: 16px
}

a:visited, a:link {
    text-decoration: none !important;
    color: #fe2c55
}

#result_container a.btn {
    color: #FFFFFF
}

a:hover, .link-primary:hover, .link-primary:focus {
    color: #fe2c55;
    text-decoration: underline
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

h1, h2, h3 {
    margin: 0
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

p {
    margin: 0 0 10px
}

.relative {
    position: relative
}

.wapper {
    max-width: 960px;
    margin: 0 auto
}

img {
    max-width: 100%
}

html:not(.tab-outline) :focus {
    outline: none
}

input[type="search"]::-webkit-search-cancel-button {
    display: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.main_nav {
    background: #000;
    padding: 10px 0;
    border-radius: 0
}

.navbar-header {
    padding: 0 10px
}

.navbar-brand {
    padding: 9px 0;
}

.navbar-brand a {
    display: inline-block;
    color: #FFF;
    font-size: 24px
}

.navbar-brand a span {
    padding-top: 8px
}

.navbar-toggle {
    border-color: #FFFFFF;
    margin-right: 0
}

.navbar-toggle .icon-bar {
    background-color: #FFF
}

.navbar-nav .open .dropdown-menu {
    background-color: #FFFFFF
}

a.faq {
    color: #FFF !important;
    margin-right: 30px
}

ul.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

ul.nav > li {
    padding: 0 30px;
    position: relative
}

ul.nav > li:last-child {
    padding-right: 0
}

ul.nav a {
    color: #FFF;
    display: inline-block;
    padding: 15px
}

ul.nav li.active a {
    font-weight: 600;
    border-bottom: 3px solid #fff;
    color: #fff;
    background: none
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, ul.nav a:hover, ul.nav a:focus {
    color: #dc3545
}

.submenu {
    background: #fff;
    width: 100%;
    box-shadow: 0 9px 25px 0 rgba(17, 59, 100, 0.03);
    border-bottom: 1px solid #ccc
}

.submenu ul.nav li a {
    color: #000
}

.submenu ul.nav li.active {
    border-bottom: 3px solid #FE2C55;
    font-weight: 600
}

.hamburger {
    display: none
}

.hamburger img {
    width: 25px;
    height: 25px
}

@media (max-width: 990px) {
    .hamburger {
        display: block
    }
}

.main-archive {
    padding-top: 30px
}

.main-archive h2, .box-lates h3.titles {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px
}

.box-lates .post-list .list-item:nth-child(2n+1) {
    margin-right: 2%
}

.box-lates .post-list .list-item:nth-child(2n) {
    margin-right: 0
}

.box-lates {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    padding-top: 40px
}

.nav-is-toggled::after {
    opacity: 1;
    visibility: visible
}

.ftco-section {
    text-align: center
}

.ftco-section h1.title {
    margin: 68px 0 6px;
    font-weight: 700;
    font-size: 36px;
    color: #dc3545
}

.ftco-section p {
    font-size: 16px;
    margin-bottom: 0
}

.ftco-section .water {
    font-size: 27px;
    color: #111D37;
    margin-bottom: 14px
}

.line {
    position: relative;
    width: 100%;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 55px
}

.line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.line.line-straight {
    border-radius: 0
}

.line.line-straight::before {
    border-radius: 0;
    border-left: 0;
    border-right: 0
}

.search-form {
    max-width: 800px;
    margin: 0 auto;
    display: flex
}

.search-form input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    height: 62px;
    padding: 17px 100px 17px 20px;
    border: 2px solid #FE2C55;
    color: #0B2239;
    box-shadow: inset 0 0 10px rgba(35, 5, 10, 0.15)
}

.search-form input::placeholder {
    color: rgba(11, 34, 57, 0.45);
    font-style: italic;
    font-weight: 700
}

.input-zone {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-right: 15px
}
a.ctrVD {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #f8f9fa;
    border: 1px solid #ced4da;
    width: 80px;
    height: 42px;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    color: #495057;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

a.ctrVD:hover,
a.ctrVD:focus {
    background: #e9ecef;
    border-color: #adb5bd;
    color: #212529;
    text-decoration: none;
}

a.ctrVD:active {
    background: #dee2e6;
    border-color: #adb5bd;
    color: #000;
}

.icon.icon-paste {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: relative;
    background: url(/statics/image/clipboard-heart-fill.svg) center no-repeat
}

.btn-red {
    background: #dc3545;
    width: 200px;
    border-radius: 10px;
    padding: 13px 0;
    display: flex;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    right: 5px;
    top: 5px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center
}

.btn-red:hover, .btn.btn-orange:hover {
    background: #333;
    color: #fff;
    box-shadow: none
}

.menu-lang {
    width: 170px;
    right: 0
}

.menu-lang li a {
    display: block;
    padding: 10px 20px;
    color: #0B2239;
    text-align: left;
    font-weight: 400
}

.menu-lang li a:hover {
    background: #FFF3F5;
    color: #0B2239;
    font-weight: 700
}

.title {
    color: #111D37;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center
}

.intro .box {
    border-radius: 48px;
    min-height: 526px;
    width: 290px;
    margin-right: 4%;
    text-align: center
}

.intro .box:last-child {
    margin-right: 0
}

.intro .content {
    display: flex;
    justify-content: space-between
}

.intro .box p.titles {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 8px;
    padding-bottom: 0
}

.intro .box p {
    padding: 0 35px 24px
}

.feature-list ul.list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0
}

.feature-list ul.list img {
    margin-right: 36px
}

.feature-list ul.list li {
    max-width: 47%;
    display: flex;
    margin: 0 5% 40px 0
}

.feature-list ul.list li:nth-child(2n) {
    margin-right: 0
}

.feature-list ul.list li:nth-child(3n), .feature-list ul.list li:nth-child(4n) {
    margin-bottom: 0
}

.feature-list ul.list li span {
    width: 100%;
    display: flex
}

.feature-list ul.list li span:first-child {
    font-size: 23px;
    color: #111D37
}

.feature-style .title {
    font-size: 27px;
    font-weight: 300
}

.listuse {
    padding-bottom: 15px
}

.listuse p {
    color: #4A474C;
    margin-bottom: 8px
}

.listuse .collapse {
    color: #4A474C
}

a.accordion {
    color: #111D37 !important;
    display: block;
    margin: 18px 0 8px;
    position: relative;
    padding-right: 30px;
    font-weight: 700
}

.accordion.accordion[data-toggle=collapse]:before {
    content: '';
    display: block;
    background: url(/statics/image/dot1.svg) no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 10px
}

.accordion.accordion[data-toggle=collapse].collapsed:before {
    content: '';
    background: url(/statics/image/dot.svg) no-repeat 0 0
}

.dowload ul.list {
    border-top: 1px solid #DFDFDF;
    padding: 0;
    margin-top: 15px
}

.dowload ul.list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
    font-size: 16px;
    padding: 10px 0
}

.dow-pro {
    display: flex;
    background: #FFF7FA;
    margin: 0 auto;
    text-align: left;
    height: 115px;
    overflow: hidden;
    padding: 10px
}

.dow-pro div.clearfix {
    padding-left: 85px;
    font-size: 16px;
    color: #161616;
    overflow: hidden
}

.dow-pro div.clearfix span {
    word-break: break-all;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dow-pro div.clearfix p {
    color: #161616;
    font-size: 16px;
    overflow: hidden;
    height: 69px;
    line-height: 23px
}

#popupDowload .modal-header {
    border-bottom: none
}

#popupDowload h3 {
    font-size: 17px;
    font-weight: 700
}

#popupDowload .btn-success {
    margin-left: 0;
    padding: 12px 0;
    font-size: 17px
}

.social {
    display: flex;
    justify-content: center
}

.loading img {
    max-width: 68px
}

.loading p {
    font-style: italic;
    color: #000;
    font-size: 14px
}

.pagin-new .pagination {
    justify-content: center;
    margin-bottom: 0;
    padding: 40px 0
}

.pagination li {
    margin: 0 5px
}

.pagination li a.page-link {
    border: 1px solid #D9D9D9;
    border-radius: 6px !important;
    padding: .5rem .85rem;
    color: #000
}

.pagin-new .page-item.active .page-link {
    background-color: #000;
    color: #fff;
    border: 1px solid #000
}

.copyright {
    background: #111;
    color: #fff;
    padding: 14px 36px;
    margin-top: 50px;
}

.copyright p.footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.copyright ul {
    margin-bottom: 0;
}

.copyright ul a {
    color: #FFF;
    display: inline-block;
    padding-top: 15px
}

.ftco-section .alert-danger {
    background: rgba(255, 241, 240, 0.1);
    border: 1px solid #FE8D13;
    border-radius: 2px;
    color: #FE8D13;
    font-size: 14px;
    margin-bottom: 36px
}

.social a {
    display: inline-block;
    margin-right: 10px
}

.btn.btn-success {
    border: none;
    font-size: 15px;
    font-weight: 700;
    width: 150px;
    padding: 8px 0;
    background: #27AE60;
    border-radius: 6px;
    margin-left: 38px;
    color: #fff
}

.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active {
    background: #FE2C55;
    border: #FE2C55;
    box-shadow: none
}

.btn.btn-orange {
    background: #FF8A00
}

.error {
    border: 1px solid #FFC4C4;
    border-radius: 6px;
    text-align: center;
    padding: 15px;
    background: #fee7e7;
    margin-top: 20px
}

.error p {
    color: red;
    font-weight: 700
}

.privacy p {
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.privacy ul {
    list-style: disc;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.privacy ul li {
    margin-bottom: 5px
}

.post-list {
    display: flex;
    flex-wrap: wrap
}

.post-list .list-item {
    background: #fff;
    border-radius: 10px;
    width: 49%;
    margin: 0 2% 2% 0;
    padding-bottom: 65px;
    position: relative
}

.post-list .list-item:nth-child(2n+1) {
    margin-right: 0
}

.list-item a.d-block {
    height: 270px;
    display: block;
    overflow: hidden
}

.list-item img {
    border-radius: 10px 10px 0 0;
    min-height: 270px;
    max-width: 100%;
    object-fit: cover
}

.metadata-item {
    color: #FE2C55;
    font-size: 16px;
    font-weight: 600;
    margin: 16px 20px 10px;
    display: block
}

.list-item h3 {
    margin: 0 20px
}

.list-item h3 a {
    font-size: 24px;
    font-weight: 600;
    color: #000
}

.date {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 0 20px;
    position: absolute;
    bottom: 15px
}

.post-list .list-item.new-pri {
    width: 100%;
    margin-right: 0;
    display: flex;
    padding-bottom: 0
}

.list-item.new-pri a.d-block {
    height: auto
}

.list-item.new-pri img {
    border-radius: 10px 0 0 10px;
    min-height: 330px
}

.detail-post .meta {
    color: #FE2C55;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px
}

.detail-post .times {
    color: #999;
    font-size: 14px;
    font-weight: 600
}

.detail-post img {
    border-radius: 10px;
    margin: 10px 0 15px
}

.detail-post p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 25px
}

.detail-post .content .separator a {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.detail-post .content img {
    max-width: 100% !important;
    height: auto !important
}

.breadcrumb {
    background: none !important
}

.breadcrumb-item {
    color: #000;
    font-size: 14px
}

.tab-nav {
    background: rgba(119, 126, 144, 0.25);
    margin: 14px 0 20px;
    border-radius: 26px;
    padding: 5px
}

.tab-nav ul {
    margin: 0
}

.tab-nav ul li {
    margin: 0;
    width: 33.3%
}

.tab-nav a.nav-link {
    color: #777E90 !important;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 8px 0;
    border-radius: 26px
}

.tab-nav a.nav-link.active, .tab-nav a.nav-link:hover {
    background: #fff;
    font-weight: 400
}

.listaccount {
    display: flex
}

.listaccount > div {
    padding-bottom: 15px
}

.listaccount > div > div {
    height: 100%;
    background: #f5f5f7;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    padding: 10px
}

.f-15 {
    font-size: 15px
}

.f-20 {
    font-size: 20px
}

.f-26 {
    font-size: 26px
}

.cl777 {
    color: #777E90
}

.listaccount .avar {
    width: 100%;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    min-width: 60px !important;
    max-width: 100px
}

.listvideo img {
    width: 100%;
    border-radius: 7px;
    margin-bottom: 10px;
    height: 150px;
    object-fit: cover
}

.listvideo .video {
    height: 265px
}

.img-wrapper {
    height: 500px;
    position: relative
}

.listphoto .photo {
    width: 100%;
    border-radius: 7px;
    margin-bottom: 10px;
    height: 100%;
    object-fit: cover;
    max-height: 500px
}

.dl-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px
}

.dl-bottom .btn.btn-success {
    margin: 0;
    width: 100%;
    font-weight: 400
}

.btn-default {
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #777E90;
    font-size: 15px;
    display: inline-block;
    padding: 8px 44px;
    background: #fff
}

.btn-default:hover {
    color: #000
}

.tab-nav ul.nav li:hover {
    border: none
}

.tab-nav ul.nav li a.active {
    color: #111D37
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.box-imgvideo {
    overflow: hidden;
    position: absolute;
    width: 75px;
    height: 95px;
    border-radius: 5px
}

.playvideo {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.blur-play {
    position: absolute;
    width: 100%;
    height: 100%
}

.playvideo:hover .blur-play {
    background: #333;
    opacity: .3
}

.playvideo .play-btn {
    max-width: 43px;
    max-height: 49px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.avarta-default img {
    width: 300px;
    max-width: 100% !important;
    min-width: 200px
}

.dow-pro .avarta {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end
}

@media (max-width: 990px) {
    ul.nav {
        justify-content: flex-end
    }

    ul.nav > li {
        padding: 0 15px
    }

    .img-wrapper {
        height: 300px
    }
}

@media (max-width: 768px) {
    ul.nav {
        display: block
    }

    ul.nav > li {
        padding: 0
    }

    .dis-block {
        display: none
    }

    #navbar {
        display: none
    }

    ul.nav li {
        text-align: right
    }

    ul.nav li.active {
        border-bottom: none !important
    }

    h2.title {
        font-size: 23px;
        margin-bottom: 20px
    }

    .intro .box p {
        padding: 0 10px 24px
    }

    .intro .box p.titles {
        margin: 0 0 8px
    }

    .intro .box {
        min-height: 480px
    }

    .feature-list ul.list img {
        margin-right: 18px
    }

    .btn-red img {
        margin: 0 !important
    }

    .ftco-section {
        padding: 25px 15px
    }

    .copyright ul a {
        padding: 6px 10px
    }

    .ftco-section .container {
        padding: 0
    }

    h3.title {
        font-size: 19px
    }

    h1.logo a span {
        font-size: 18px
    }

    input.form-control {
        width: 100%;
        margin: 0 0 10px
    }

    .btn-gray {
        width: 100%
    }

    .listvideo a {
        display: block;
        margin-bottom: 20px
    }

    .listvideo .content h3 {
        margin-bottom: 0
    }

    .listvideo img {
        height: 67px;
        max-width: 120px;
        margin: 0 15px 0 0
    }

    .listvideo .content .time {
        margin-bottom: 0
    }

    .listvideo .col-md-4:last-child a {
        margin-bottom: 0
    }

    .img-wrapper {
        height: 300px
    }

    .listphoto a {
        display: block;
        margin-bottom: 20px
    }

    .listphoto .content h3 {
        margin-bottom: 0
    }

    .listphoto img {
        height: 67px;
        margin: 0 15px 0 0
    }

    .listphoto .photo {
        max-height: 300px
    }

    .menu-lang {
        width: 100%
    }

    .dropdown-lang .dropdown-menu {
        position: relative;
        float: none
    }

    .btn-red {
        width: 140px
    }

    .search-form input {
        padding: 17px 90px 17px 15px
    }

    .input-zone {
        margin-right: 10px
    }

    a.ctrVD {
        width: 70px
    }
}

@media (max-width: 590px) {
    .ftco-section h1.title {
        font-size: 30px;
        margin: 0 0 6px
    }

    .intro .content {
        flex-direction: column;
        align-items: center
    }

    .intro .box {
        margin: 0 0 24px
    }

    .feature-list ul.list li {
        max-width: 100%;
        margin: 0 0 30px !important
    }

    .feature-list ul.list, .search-form, .copyright, .listaccount {
        display: block
    }

    .ftco-section .water, .feature-list ul.list li span:first-child {
        font-size: 21px
    }

    .feature-list ul.list img {
        max-width: 56px
    }

    .line {
        margin-bottom: 30px;
        height: 20px
    }

    .search-form input {
        height: 60px;
        padding: 17px 80px 17px 10px
    }

    .btn-red {
        position: initial;
        width: 100%;
        margin-top: 10px
    }

    a.ctrVD {
        right: 6px;
        top: 5px;
        height: 50px;
        line-height: 50px
    }

    .copyright ul {
        justify-content: center;
        margin-bottom: 10px
    }

    .dow-pro img {
        max-width: 150px
    }

    .btn.btn-success {
        width: 100px;
        margin-left: 15px
    }

    .post-list .list-item {
        width: 100%;
        margin-right: 0;
        padding-bottom: 20px
    }

    .list-item a.d-block {
        height: auto
    }

    .list-item img {
        min-height: auto
    }

    .date {
        position: initial;
        margin-top: 15px
    }

    .post-list .list-item, .post-list .list-item.new-pri {
        margin-bottom: 15px
    }

    .box-lates .post-list .list-item:nth-child(2n+1) {
        margin-right: 0
    }

    .dow-pro div.clearfix {
        padding-left: 85px;
        font-size: 15px;
        color: #161616;
        overflow: hidden
    }

    .avarta-default img {
        width: 200px;
        max-width: 100% !important;
        min-width: 150px !important
    }

    .input-zone {
        margin-right: 0
    }
}

.get-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #79554861;
    border-radius: 4px;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}

.lovetik-loader {
    width: 80px;
    height: 40px;
    position: relative
}

.lovetik-loader::after, .lovetik-loader::before {
    position: absolute;
    content: "";
    top: 6px;
    background-color: #ff3e9e;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    mix-blend-mode: multiply;
    animation: 1s linear infinite lovetik-loader-anim
}

.lovetik-loader::after {
    background-color: #4de8f4;
    animation-delay: .5s
}

@keyframes lovetik-loader-anim {
    0%, 100% {
        top: 6px;
        left: 0;
        width: 28px;
        height: 28px;
        z-index: 0
    }
    25% {
        top: 0;
        height: 40px;
        width: 40px;
        z-index: 1;
        left: 20px
    }
    50% {
        top: 6px;
        width: 28px;
        height: 28px;
        left: 48px
    }
    75% {
        top: 8px;
        width: 28px;
        height: 28px;
        left: 26px
    }
}

