/* tgr */

#btn-page-scroll {
    position: fixed;
    bottom: 4px;
    right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 15;
    background: #70b237;
    border-radius: 2px;
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

#btn-page-scroll svg {
    fill: #fff
}

#btn-page-scroll:hover {
    cursor: pointer
}

#btn-page-scroll.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

#cookie-notice-bar {
    display: none;
    position: fixed;
    z-index: 15;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #232222;
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px
}

#cookie-notice-bar.show {
    display: block
}

#cookie-notice-bar a {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #ff2a2a;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
    padding: 2px 10px;
    font-size: 12px;
    line-height: 20px
}

.pagePopup {
    padding: 10px
}

.pagePopup.open {
    visibility: inherit;
    opacity: 1;
    z-index: 99999
}

.pagePopup .popup {
    position: relative;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 2.4rem;
    border-radius: 2px;
    background: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .25);
    max-width: 400px;
    -webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1);
    transition: all .25s cubic-bezier(.23, 1, .32, 1)
}

.pagePopup .popup .bigText {
    color: #333;
    font-weight: 700;
    font-size: 20px
}

.pagePopup .popup .subText {
    padding: 20px 0
}

.pagePopup .popup .subText .btnInLine {
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 20px;
    padding: 10px 45px;
    font-weight: 700;
    background-color: #1a73d6;
    border-color: #1a73d6;
    color: #fff
}

.pagePopup .popup .close {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 30px;
    line-height: 1em;
    color: #fff;
    background-color: red;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.pagePopup .popup .close:hover {
    color: #ddd
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    visibility: hidden;
    opacity: 0
}

#adminBar {
    position: fixed;
    left: 0;
    bottom: 0;
    background: 0 0;
    z-index: 9;
    padding: 0 20px;
    text-align: center
}

#adminBar a {
    color: #fff;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: red;
    margin: 4px 8px;
    border-radius: 3px
}

#adminBar a:hover {
    opacity: .7
}

a {
    text-decoration: none;
}

a:visited {
    color: inherit
}

/* login */
.page-form-space {
    padding: 20px 0 30px 0
}
.fef-wrap {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    background: #fff;
    width: auto;
    max-width: 362px;
    border-radius: 2px;
    z-index: 2
}

.fe-form {
    color: #666
}

.fe-form .fef-title {
    font-size: 1.5rem;
    font-weight: 400
}

.fe-form .form-group {
    padding: 16px
}

.fe-form .fg-input {
    position: relative;
    padding: 20px 0
}

.fe-form .fg-input input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding: 4px 0 4px 35px;
    width: 100%;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fe-form .fg-input input:focus {
    outline: 0
}

.fe-form .fg-input input:focus+span::after {
    left: 0;
    visibility: visible;
    width: 100%;
    background-color: #70b237
}

.fe-form .fg-input .icon {
    left: 0;
    top: 18px;
    width: 30px;
    height: 28px;
    position: absolute;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    fill: #dbdbdb
}

.fe-form .fg-input .fgi-border::after {
    bottom: 20px;
    content: '';
    height: 2px;
    left: 45%;
    position: absolute;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    visibility: hidden;
    width: 10px
}

.fe-form .fg-input .error {
    font-size: 12px;
    color: #ff4141;
    line-height: 12px
}

.fe-form .btn-fef-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.125rem;
    width: 100%
}

.fe-form .btn-fef-submit svg {
    fill: #fff;
    margin-right: 15px
}

.btn,
button,
input:not([type=checkbox], [type=radio]) {
    border: 1px solid #707070;
    padding: 8px 16px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.btn,
button {
    cursor: pointer
}

.btn:hover,
button:hover {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.btn-icon .icon,
.btn-icon span {
    display: inline-block;
    vertical-align: middle
}

.btn-icon .icon {
    margin-right: 5px
}

.btn-red {
    border: 1px solid #70b237;
    background-color: #70b237;
    color: #fff !important
}

.btn-red:hover {
    opacity: .8
}

.btn-green {
    border-color: #060;
    background-color: #060;
    color: #fff !important
}

.btn-green:hover {
    opacity: .8
}

.btn-dark {
    border: 1px solid #000;
    background-color: #000;
    color: #fff !important
}

.btn-dark:hover {
    opacity: .8
}

.btn-outline-red {
    border: 1px solid #1a73d6;
    color: #1a73d6
}

.btn-outline-red:hover {
    background-color: #1a73d6;
    color: #fff
}

.btn-outline-dark {
    border: 1px solid rgba(112, 112, 112, .5);
    color: #000
}

.btn-outline-dark:hover {
    background-color: #707070;
    color: #fff
}

.btn-small {
    padding: 5px 16px;
    font-size: .825rem
}

.fgl-dark {
    color: #949494;
    font-size: 13px
}

.box-dropdown {
    position: relative;
    z-index: 1
}

.box-dropdown.open .dd-toggle::after {
    -webkit-transform: rotate(225deg) translateY(5px) translateX(-8px);
    transform: rotate(225deg) translateY(5px) translateX(-8px)
}

.box-dropdown.open .dd-content {
    display: block
}

.box-dropdown .dd-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.box-dropdown .dd-toggle::after {
    content: "";
    display: inline-block;
    -webkit-transform: rotate(45deg) translateY(-8px) translateX(5px);
    transform: rotate(45deg) translateY(-8px) translateX(5px);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 6px;
    width: 6px
}

.box-dropdown .dd-content {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 120px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    border-radius: 5px;
    display: none
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right
}
/* login */

/* menu */
.box-dropdown.open .dd-content {
    display: block
}
.box-dropdown .dd-content {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 120px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    border-radius: 5px;
    display: none
}
/* menu */

/* profile */
.box {
    background: #fff;
    width: auto;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    border-radius: 3px;
    margin-bottom: 10px
}

.box .title {
    background: #fbfbfb;
    border-bottom: 1px solid #e8e8e8;
    height: 55px;
    line-height: 55px;
    color: #666;
    font-size: 18px;
    padding: 0 10px;
    font-weight: 400;
    position: relative
}

.box .box-content {
    padding: 10px
}

.box-profile {
    max-width: 750px;
    margin: 30px auto
}

.box-profile .box-content .bp-change-avatar {
    text-align: center;
    margin-bottom: 20px
}

.box-profile .box-content .bp-change-avatar img {
    display: block;
    margin: 10px auto;
    border-radius: 100px;
    border: 1px solid #ddd;
    padding: 1px
}

.box-profile .bu-nav {
    margin-left: 0
}

.box-profile .bu-nav li {
    display: inline-block;
    font-size: 1rem;
    padding: 0 10px
}

.box-profile .bu-nav li a {
    color: #000
}

.box-profile .bu-nav li a:hover {
    color: red
}

.box-profile .bu-nav li.active a {
    color: red
}

.box-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 10px
}

.box-form .bf-line {
    margin: 0 0 20px 0
}

.box-form .bf-line input {
    margin: 0;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    background: #fff;
    border: 1px solid #ccc;
    color: #555;
    border-radius: 3px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.box-form .bf-line input[readonly] {
    background-color: #f5f5f5
}

.box-form .bf-line label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin: 0 0 5px 0
}

.box-form .bf-line .btn-bff-submit {
    padding: 8px 20px
}

.box-form .bf-line .btn-bff-submit:hover {
    background: #1a73d6;
    border-color: #1a73d6;
    color: #fff;
    cursor: pointer
}

.box-form .bf-line .error,
.box-form .bf-line.bfl-error {
    font-size: 12px;
    color: #1a73d6
}

.box-form .bf-line .error .alert-success,
.box-form .bf-line.bfl-error .alert-success {
    color: #00b894
}

.box-form .bf-inline-items .item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.box-form .bf-inline-items .item input {
    width: inherit;
    display: inline-block
}

.box-form .bf-inline-items select {
    display: inline-block;
    width: auto;
    min-width: 70px;
    vertical-align: middle;
    height: 28px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin: 0
}

.profile-comments {
    list-style: none
}

.profile-comments .comment {
    min-height: 50px;
    margin-bottom: 10px
}

.profile-comments .cmt-thumbnail img {
    display: block;
    float: left;
    width: 50px;
    border-radius: 50px;
    border: 1px solid #ddd
}

.profile-comments .cmt-info-box {
    margin-left: 70px;
    border: 1px solid #eee;
    border-radius: 4px;
    position: relative
}

.profile-comments .cmt-info-box .cib-header {
    background-color: #fbfbfb;
    padding: 4px 8px;
    border-bottom: 1px solid #eee
}

.profile-comments .cmt-info-box .cib-header .author {
    font-weight: 700;
    display: block
}

.profile-comments .cmt-info-box .cib-header .time {
    color: #999;
    font-size: 12px;
    position: relative
}

.profile-comments .cmt-info-box .cib-header .btn-view-post {
    float: right;
    color: #999;
    position: relative;
    margin-right: 10px
}

.profile-comments .cmt-info-box .cib-header .btn-view-post span {
    position: absolute;
    right: -10px;
    top: -5px;
    background: #1a73d6;
    display: inline-block;
    color: #fff;
    border-radius: 6px;
    font-size: 10px;
    padding: 1px 2px;
    line-height: 1;
    font-weight: 700
}

.profile-comments .cmt-info-box .cib-body {
    padding: 10px 8px
}

.profile-comments .cmt-info-box::after,
.profile-comments .cmt-info-box::before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #fbfbfb;
    top: 8px;
    left: -11px
}

.profile-comments .cmt-info-box::before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, .05);
    left: -12px
}

.profile-reply-comments {
    list-style: none;
    margin-top: 10px;
    margin-left: 20px
}

.profile-reply-comments .cmt-thumbnail img {
    width: 40px
}

.profile-reply-comments .cmt-info-box {
    margin-left: 60px
}

#change-avatar-file {
    display: none
}

.fg-flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fg-flex-row .fg-input {
    margin-right: 8px
}

.btn-fef-sendcode {
    white-space: nowrap;
    background-color: transparent;
    padding: 5px 10px
}
/* profile */
.page-description.mine-download {
    text-align: center;
}
.wrap-linkdown {
    display: grid;
    justify-content: center;
}
.wrap-linkdown .custom-btn, .sb-buttom {
    margin: 0 !important;
}
/* tgr */
.wrap-content-result {
    background: fff;
    position: absolute;
    margin-left: -15px;
    width: 258px;
    padding: 0 5px;
    margin-top: 55px;
    cursor: pointer;
    /* opacity: 1; */
}
.wrap-content-result {
    /* opacity: 0; */
}
.single-conten .process a {
    color: #000000;
}
.rating {
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap;
}

img.ss-item {
    border-radius: 10px;
}

.rating .box-stars {
    position: relative;
    font-size: 22px;
    color: #707070;
    margin-right: 8px;
}

.rating .box-stars .over {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffd400;
    overflow: hidden;
}

#page-footer {
    height: auto !important;
}

.text-danger {
    color: #70b237 !important
}

.text-success {
    color: #060 !important
}

.text-warning {
    color: #f3af0c !important
}

img.img-404 {
    width: 100%;
}

/* search */
.blogs {
    list-style: none;
    margin: 0
}

.blogs li {
    margin-bottom: 10px
}

/* search */

/* page contact */
.form-style .form-control {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #707070;
    padding: 8px 10px;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-style .form-control:focus {
    border-color: #1a73d6
}

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

.form-style .btn {
    padding: 8px 10px;
    cursor: pointer
}

.form-style .btn-submit {
    display: inline-block;
    background-color: #1a73d6;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 10px 50px;
    border-radius: 50px
}

.form-style .btn-submit:hover {
    background-color: #1a73d6
}

.form-style .required {
    color: #1a73d6
}

.fg-popup-error .alert {
    margin: 16px;
    padding: 5px 16px;
    border-radius: 5px
}

.fg-popup-error .alert.alert-danger {
    color: #ff4141;
    border: 1px solid rgba(255, 34, 34, .2)
}

.fg-popup-error .alert.alert-success {
    color: #00b894;
    border: 1px solid #00b894
}

/* page contact */

.w3 li a .thumb {
    width: 100%;
    height: 220px;
    border-radius: 20px;
}

.blog img.thumb {
    border-radius: 20px;
}
.items .ct-item a {
    color: #333333;
    font-weight: 600;
}
.content-desc>* {
    margin-bottom: 16px;
}
.content-desc>ul {
    margin-left: 40px;
    font-size: 18px;
}
.highlighting {
    color: #477a1e;
}

#page-header #search-holder {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto
}

#page-header #search-holder {
    right: 0;
    width: 100%;
    -webkit-transform: translateX(105%);
    transform: translateX(105%)
}

#page-header #search-holder.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

#page-header #search-holder .form-search {
    position: relative;
    max-width: 760px;
    margin: 50px 10px 0 10px;
    background-color: #fff;
    border-radius: 50px
}

#page-header #search-holder .form-search button,
#page-header #search-holder .form-search input {
    border: none
}

#page-header #search-holder .form-search #suggest-text,
#page-header #search-holder .form-search input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    background-color: transparent;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif
}

#page-header #search-holder .form-search input {
    position: relative;
    z-index: 2
}

#page-header #search-holder .form-search button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 20px;
    z-index: 3;
    background-color: transparent
}

#page-header #search-holder .form-search button svg {
    height: 27px;
    margin-top: 2px
}

#page-header #search-holder .form-search #suggest-text {
    position: absolute;
    z-index: 1;
    color: #aaa;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#page-header #search-holder .form-search #suggestions {
    position: absolute;
    top: 31px;
    left: 0;
    color: #fff
}

#page-header #search-holder .form-search #suggestions .suggestions-holder {
    padding: 8px 20px
}

#page-header #search-holder .form-search #suggestions .suggestions-holder p {
    padding: 8px 0;
    font-weight: 400
}

#page-header #search-holder .form-search #suggestions .suggestions-holder p strong {
    color: #1a73d6;
    font-weight: 400
}

#page-header #search-holder .form-search #suggestions .suggestions-holder p.active,
#page-header #search-holder .form-search #suggestions .suggestions-holder p:hover {
    cursor: pointer;
    color: #1a73d6
}

#page-header #search-holder .form-search #suggest-text,
#page-header #search-holder .form-search #suggestions {
    display: none
}

#page-header #search-holder .form-search.searching #suggest-text,
#page-header #search-holder .form-search.searching #suggestions {
    display: block
}
#page-header #search-holder .form-search {
    margin: 120px auto 0 auto
}
#page-header #search-holder .form-search #suggest-text,
#page-header #search-holder .form-search input {
    height: 40px;
    line-height: 40px
}

div#suggestions {
    text-align: left;
}
.suggestions-holder{
    display:none;
}
#suggest-text{
    display: none;
}
.searching .suggestions-holder{
    display: block;
}
.searching #suggest-text {
    display: block;
}
.content-desc>ul>li {
    margin-bottom: 16px;
}
.content-desc>ol>li {
    margin-bottom: 16px;
}
.content-desc>ol {
    margin-left: 40px;
    font-size: 18px;
}
.pf-logo.pf {
    margin: 0 auto;
}
img.single-icon {
    margin: 0 auto;
    display: block;
    max-width: 500px;
}
.short-description {
    margin: 10px 0;
}

.wrapcontent ul li {
    margin-left: 40px;
    font-size: 20px;
}
.title-h1{
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
    color: #477A1E;
    margin: 15px 0;
}
.title-h2{
    font-size: 23px;
    font-weight: bold;
    line-height: 27px;
}
article.page-single {
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
}

div#contentMakeToc >* {
    margin-bottom: 16px;
}
div#contentMakeToc h2, h3, h4, h5 {
    font-size: 1.2em;
}
.content-video {
    height: 300px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.content-video iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

button.custom-btn-download.btn-10 {
    margin: 0 auto;
    display: block;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    outline: none;
    background: #70b237;
    border-top: 4px solid #8FCA5C;
    border-right: 4px solid #8FCA5C;
    border-bottom: 4px solid #3B610C;
    border-left: 4px solid #3B610C;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: auto;
    width: auto;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.wrapcontent a {
    color: #477a1e;
}

div.wrapcontent img {
    max-width: 100%;
}

div#update-version ul {
    font-size: 18px;
    margin-left: 40px;
}

div#update-version ul>li {
    margin-bottom: 16px;
}

.cate-desc {
    margin-top: 50px;
}
.cate-desc p {
    margin-bottom: 10px;
    font-size: 16px;
}
@media screen and (min-width:768px) {

}

.ads {
    margin: 0 auto;
    text-align: center;
}