/*
Theme Name: seoviet
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*--------------------------------------------------------------
## Css Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar-track{;background-color:#F5F5F5;border-radius:0}
::-webkit-scrollbar{width:8px;background-color:#F5F5F5}
::-webkit-scrollbar-thumb{background-color:#807d7d;border-radius:0;}
/*************** DEFAULT  ***************/
html,body {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.page-wrapper {padding-top: 0;}
.section-title-container {margin-bottom: 15px;}
.section-title b {
    background: transparent;
}
.section-title {
    font-size: 32px;
    border-bottom: none;
    margin-bottom: 0
}
.section-title span {border-bottom:none;}
.section-title span:after {
    content: "";
    display: table;
    clear: both;
    background: url(assets/images/line.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    padding-top: 0;
}
.section-title-center span:after {
     background-position-x: center;
}
input[type=email], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=text], textarea, input[type=password], select {
    border: 1px solid #ebebeb;
    box-shadow: none;
    font-size: 14px;
    min-height: 40px;
}
textarea {
    min-height: 100px;
}
.form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.form-row > * {
    flex: 1;
    width: 100%;
}
.section-half-right-background:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: calc(50% - 250px);
    height: 100%;
    top: 0;
    background: #fdc602;
}
.section-half-left-background:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: calc(50% - 300px);
    height: 100%;
    top: 0;
    background: rgba(1,30,65,.92);
}
blockquote {
    color: #00648F;
    font-style: initial;
    padding: 0 0 0 15px;
}
blockquote p:last-child {margin:0;}
.is-divider {display: none;}

/*************** HEADER  ***************/
.header-wrapper {
    display: flex;
}
.header-wrapper-left {
    width: 250px;
    display: flex;
    justify-content: end;
    align-items: center;
    background: white;
}
.header-wrapper-left #logo {width:250px;}
.header-wrapper-left #logo img {
    margin: 0 auto;
    padding: 0;
    max-height: 100px !important;
}
.stuck  .header-wrapper-left #logo img {
    max-height: 80px !important;
}
.header-wrapper-right {flex: 1;position: relative;}
.social-header-icon {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 9999;
}
.social-header-icon a {
    background: #FDC602;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
}
#top-bar, #masthead {padding-left: 30px;}
#masthead .header-inner {background: #F6F6F6;}
#top-bar a {
    color: white;
    font-size: 13px;
    margin-right: 20px;
}
#top-bar .top-bar-nav li {margin:0;}
#top-bar .top-bar-nav a:after {display: none;}
#masthead .header-nav-main > li {
    margin: 0;
}
#masthead .header-nav-main > li > a {
    padding: 0 20px;
    font-size: 16px;
    font-weight: 800;
    color: #333;
}
#masthead .header-nav-main > li:hover > a, #masthead .header-nav-main > li.active > a, #masthead .header-nav-main > li.current-menu-item > a {color:#132e4f}
#search-lightbox .searchform .button.icon {width: 40px;height: 40px;min-width: unset;min-height: unset;font-size: 14px;}

/*************** HOME  ***************/
.section-service .icon-box {
    background: #fcfcfc;
    position: relative;
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.section-service .icon-box:hover {
    background: #f5f5f5;
}
.section-service .icon-box-img {
    position: absolute;
    margin: 0;
    top: 15px;
    right: 15px;
    z-index: 99;
}
.section-service .icon-box-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.section-service .icon-box:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.section-service .icon-box-text {
    padding: 100px 30px 40px;
    font-size: 16px;
    font-weight: 600;
}
.section-service .icon-box-text h5 {
    font-size: 100px;
    position: absolute;
    margin: 0;
    line-height: 1;
    left: 10px;
    top: 0;
    transform: translateY(calc(-50% - 10px));
    -webkit-transform: translateY(calc(-50% - 10px));
    -moz-transform: translateY(calc(-50% - 10px));
}
.section-service .icon-box-text h4 {
    text-decoration: underline;
    color: #c4c4c4;
    font-weight: normal;
}
.section-service .icon-box-text h3 {
    font-weight: 700;
    font-size: 22px;
}
.section-service .icon-box.color-yellow h5, .section-service .icon-box.color-yellow h3 {
    color: #fdc602;
}
.section-service .icon-box.color-blue h5, .section-service .icon-box.color-blue h3 {
    color: #0066fe;
}
.section-service .icon-box.color-purple h5, .section-service .icon-box.color-purple h3 {
    color: #000067;
}
.section-customer .box-image {padding: 20px;}
.section-customer .box-image img {max-width: 130px;}
.section-customer .gallery-col {padding-bottom: 0 !important;}
.section-data .icon-box {}
.section-data .icon-box .icon-box-img {
    width: 90px !important;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 50%;
}
.section-data .icon-box .icon-box-img img {
    width: 36px;
}
.section-data .icon-box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-data .icon-box h5 {
    font-weight: normal;
    text-decoration: underline;
}
.section-data .icon-box h6 {
    font-weight: 600;
    color: #FDC602;
    opacity: 1;
    font-size: 36px;
}
.section-testimonial .testimonial-box:before {
    content: "";
    background: url(assets/images/icon_testimonial.png) no-repeat center center;
    width: 70px;
    display: block;
    height: 55px;
    background-size: 100% auto;
    position: absolute;
    right: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.section-testimonial .testimonial-box:hover:before {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.section-testimonial .icon-box-text {
    text-align: center;
    padding: 20px 25px;
}
.section-testimonial .testimonial-text {
    font-weight: 600;
    font-style: normal !important;
    padding-bottom: 10px;
    border-bottom: 2px solid #0066FE;
}
.section-contact input {border: none;}
.section-contact .name {margin-right: 3px;}
.section-contact .phone {margin-left: 3px;}
.section-contact #form_email {margin:0;}
#submit_contact_home {width: 40px;min-width: unset;flex: 0;margin: 0 0 0 6px;background: url(assets/images/send_icon.png) no-repeat center center #fdc602;color: transparent;background-size: 16px auto;}
.section-contact .wpcf7-spinner {display:none;}
.section-staff .flickity-slider .box {padding: 0 10px 30px;}
.section-staff .slider-nav-dots-dashes-spaced .flickity-page-dots .dot {width: 50px;height: 4px;border: none;background: #939393;}
.section-staff .flickity-page-dots .dot.is-selected, .flickity-page-dots .dot:hover {background: #0066FE;}
.row.grid-gallery {
    border-radius: 0 35% 0 35%;
    overflow: hidden;
}

/*************** BLOG POSTS  ***************/
#post-list .entry-meta-post-date {
    position: absolute;
    color: white;
    font-size: 13px;
    background: rgba(1,30,65,.92);
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    left: 50px;
    bottom: -15px;
}
#post-list .entry-meta-post-author {
    position: absolute;
    height: 40px;
    padding: 6px 10px 6px 6px;
    background: rgba(1,30,65,.92);
    color: white;
    right: 50px;
    bottom: -20px;
    font-size: 13px;
}
#post-list .entry-meta-post-author .avatar {
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-right: 5px;
}
#post-list .entry-title {margin: 40px 0 0;padding: 0 30px;}
#post-list .entry-content {padding: 10px 30px 20px;}
#post-list .more-link {padding: 0;border: none;text-transform: inherit;font-size: 16px;line-height: 1.4;min-height: unset;margin: 15px 0 0;font-weight: normal;}
#post-list .more-link:hover {color: #002e62;background: transparent}
.archive .blog-archive {padding-top: 0;}
.blog-post-header {
    background: #DCE9EE;
    padding: 80px 0;
    margin-bottom: 50px;
}
.blog-post-header .page-title {
    margin: 0;
    font-size: 36px;
}
.blog-post-header .rank-math-breadcrumb {}
.blog-post-header .rank-math-breadcrumb p {
    margin: 0;
    text-align: center;
    background: white;
    line-height: 46px;
    height: 46px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 20px;
}
.blog-post-header .rank-math-breadcrumb a, .blog-post-header .rank-math-breadcrumb span {
    font-size: 14px;
    font-weight: bold;
    color: #014B6A;
}
footer.entry-meta .entry-meta-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px !important;
}
footer.entry-meta .author-desc{padding: 10px 25px;font-size: 1.2em;}

footer.entry-meta .blog-share .label {
    color: #00648F;
    font-weight: bold;
    font-size: 16px;
}
footer.entry-meta .share-icons a {
    background: transparent !important;
    border-radius: 0 !important;
    border: none;
    line-height: 27px;
    height: 26px;
}
footer.entry-meta .share-icons a:hover {color: #002e62 !important;}
footer.entry-meta .avatar {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 10px;
}
footer.entry-meta .author-name {
    font-size: 14px;
}
.widget {
    border: 1px solid #DFDFDF;
    padding: 10px 15px;
}
.widget .widget-title {
    display: block;
    padding: 10px 0;
    color: rgba(1,30,65,.92);
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.widget form {margin-bottom:10px;}
.widget_search input {
    border: none;
    background: #F2F2F2;
}
.widget_search button {
    border: none;
    font-size: 13px;
    height: 40px;
    width: 40px;
    line-height: 42px;
    background: #FDC602 !important;
    color: black;
}
.flatsome_recent_posts ul {margin-top: -10px;}
.flatsome_recent_posts .badge {width:60px;height:60px;}
.recent-blog-posts a {
    color: #444;
    font-size: 15px;
    line-height: 1.4;
}
.recent-blog-posts a:hover {color:#00648f;}
.seoviet_widget_categories .term-item {
    border: none !important;
}
.seoviet_widget_categories .term-item a {
    display: block;
    position: relative;
    padding: 0 40px 0 0;
    background: #F2F2F2;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.seoviet_widget_categories .term-item a span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    padding: 0 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    width: calc(100% - 40px;)
}
.seoviet_widget_categories .term-item .count-item {
    background: #FDC602;
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    text-align: center;
    color: #333;
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.seoviet_widget_categories .term-item:hover a {
    padding-right:0;
}
.seoviet_widget_categories .term-item:hover .count-item {
    width: 0;
    opacity:0;
}

/*************** PAGE  ***************/
.section-support .col-text .col-inner {
    padding: 30px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-support .col-text .col-inner a.button {max-width:200px;}
.section-price-list .title {display: none;}
.section-price-list .price {
    font-size: 36px;
    font-weight: 900;
    margin-top: 30px;
     /* Will override color (regardless of order) */
    color: rgba(1,30,65,.92);
}
.section-price-list .description {
    color: rgba(1,30,65,.92);
    font-weight: 600;
    font-size: 20px;
}
.section-price-list .pricing-table-items {
    padding: 10px 25px;
    text-align: left;
}
.section-price-list .bullet-item {border-bottom: none  !important;color: #444;padding-right: 25px !important;position: relative;}
.section-price-list .bullet-item:after {content:'';position: absolute;right:0;display: block;background: url(assets/images/icon_check.png) no-repeat center center;width: 14px;height: 14px;top: 15px;background-size: contain;}
.section-price-list .button {
    background: #FDC602 !important;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
}
.item-timeline {position: relative;}
.item-timeline .col {padding: 30px 60px;}
.item-timeline .col:first-child {text-align:right;}
.item-timeline .col p:last-child {margin-bottom: 0;font-weight: 600;}
.item-timeline.row-reverse .col:first-child {text-align: left;}
.item-timeline.row-reverse .col:last-child {text-align:right;}
.item-timeline .col:first-child p {margin:0;font-weight: 900;font-size:70px;}
.item-timeline:after {
    content: '';
    position: absolute;
    display: block;
    background: #FFFFFF;
    border: 2px solid #0066FE;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
}
.item-timeline:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    top: 0;
    left: calc(50% - 1px);
    background: #C4C4C4;
}
.block-ceo .box {padding: 50px;background: white;}
.block-ceo .row-contact .col {padding-bottom: 10px;}
.block-ceo .row-contact .col:first-child {
    max-width: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    padding-right: 0;
}
.block-ceo .social-icons .button.icon:not(.is-outline) {
    background: #DCE9EE !important;
    width: 32px;
    height: 32px;
    line-height: 33px;
    border: none !important;
}
.block-ceo .social-icons .button.icon:not(.is-outline):hover {background: #FDC602 !important;}
.block-ceo .social-icons .button.icon:not(.is-outline)>i, .block-ceo .social-icons .button.icon:not(.is-outline)>i i {color:#014B6A !important;font-size: 13px;}
.block-ceo {
    margin-top: -350px;
    margin-bottom: 50px;
}
.page-id-29 .box-content {
    margin-top: -200px;
}
.page-id-23 .blog-post-header {
    padding-bottom: 400px;
}
.page-id-29 .blog-post-header {
    padding-bottom: 250px;
}
.maps p {margin-bottom: 0;}
.contact-content {padding: 30px;}

/*************** FOOTER  ***************/
#footer .img-inner img {max-width: 200px;}
#footer .section-title-container {margin-bottom: 0;}
#footer .section-title-normal {border:none;}
#footer .section-title-container .section-title-main {
    font-size: 22px;
    font-weight: 700;
    border: none;
    margin-bottom: 5px;
}
#footer .section-title-container .section-title-main:after {display:none;}
#footer .ux-menu-link__link {
    min-height: unset;
    font-size: 18px;
    font-weight: 700;
}
#footer .icon-box:not(:last-child), .page-id-29 .icon-box:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#footer .icon-box-img, .page-id-29 .icon-box-img {
    max-width: 16px;
}
#footer .icon-box-text h5, .page-id-29 .icon-box-text h5 {
    color: #444444;
    text-transform: inherit;
    font-size: 18px;
    margin-bottom: 0;
}
#footer .icon-box-text h6, .page-id-29 .icon-box-text h6 {
    color: #444;
    font-weight: normal;
    text-transform: inherit;
}
#footer .follow-icons a {
    background: #FDC602 !important;
    border: none;
    border-radius: 0 !important;
    line-height: 33px;
    height: 32px;
    width: 32px;
    margin: 0 1px 0 0;
    font-size: 12px;
}
#footer .follow-icons a i {color:black !important;}
#footer .post-item {padding-bottom: 0;}
#footer .post-item:not(:last-child) .col-inner {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C4C4C4;
}
#footer .post-item .box-text {
    padding: 0;
}
.addThis_listSharing {
    position: fixed;
    bottom: 65px;
    z-index: 999;
    right: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.addThis_listSharing {
    position: fixed;
    bottom: 65px;
    z-index: 999;
    right: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.addThis_listing .addThis_item {
    margin-top: 5px;
    margin-right: 13px;
    margin-bottom: 0;
}
.addThis_listing {
    list-style: none;
    margin: 0;
}
.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 4px;
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 1);
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 1);
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {
    text-decoration: none;
    opacity: 0.9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.back-to-top.active {
    background: #75ba40;
    border: none;
    color: white;
    line-height: 47px;
    height: 45px;
    bottom: 10px;
    right: 10px;
    width: 45px;
}
.absolute-footer {padding: 13px 0 10px;color: white !important;}

@media only screen and (min-width: 1000px) and (max-width: 1350px){
    .header-wrapper-left, .header-wrapper-left #logo {width: 180px;}
    .header-wrapper-left #logo {padding: 10px;}
}

@media only screen and (max-width: 1200px){
    .blog-post-header {padding-left: 20px;padding-right: 20px;}
}

@media only screen and (max-width: 767px) {
    .social-header-icon {top: 0}
    .social-header-icon a {height: 23.333px;width: 23.333px;}
    #top-bar, #masthead {padding-left:23.333px;}
    #top-bar, .section-staff .flickity-page-dots {display: none;}
    .section-half-left-background:after, .section-half-right-background:after {width: 25%;}
    .row-collapse {padding: 0 20px !important;}
    .blog-post-header, .page-id-23 .blog-post-header, .page-id-29 .blog-post-header {padding: 20px 15px;background: transparent;margin-bottom: 0;}
    .block-ceo, .page-id-29 .box-content {margin-top: 0;}
    .blog-post-header .rank-math-breadcrumb p {text-align: left;background: #DCE9EE;}
    .block-ceo .box {padding: 0;display: block;}
    .block-ceo .box .box-image {width: 100% !important;display: block;}
    .section-support .col-text .col-inner {padding: 30px;}
    .blog-post-header .rank-math-breadcrumb p {line-height: 36px;height: 36px;margin-top: 10px;}
    .section-service .icon-box-text {padding-top: 80px;}
    .section-service .icon-box-text h5 {
        transform: translateY(calc(-50% + 20px));
        -webkit-transform: translateY(calc(-50% + 20px));
        -moz-transform: translateY(calc(-50% + 20px));
    }
}

@media only screen and (max-width: 580px) {
    .section-title {font-size: 28px;}
    .home-section .col:last-child {padding-bottom: 15px;}
    .section-half-left-background:after, .section-half-right-background:after {display: none;}
    .row.grid-gallery {border-radius: 0;}
    .section-data .icon-box {padding: 0 30px;}
    #footer .col .col:last-child {padding-bottom: 0;}
    .section-price-list .price {padding-top: 0;font-size: 30px;}
    .single .article-inner.has-shadow {box-shadow: unset;}
    .single .entry-content.single-page {padding:0;}
}

@media screen and (max-width: 550px){
    .item-timeline:before, .item-timeline:after {display: none;}
    .item-timeline .col {padding: 20px 30px;line-height: 1.4;text-align: center;}
    .item-timeline .col:first-child, .item-timeline.row-reverse .col:first-child, .item-timeline.row-reverse .col:last-child {text-align: center;}
    .block-ceo .box .box-text {padding: 20px;}
}

.accordion-wrapper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
    margin: 0 auto 20px;
    border-radius: 8px;
    border-top: 5px solid rgba(1,30,65,0.92);
}
.accordion-wrapper .accordion_title {text-align: center;padding: 25px 0 5px;text-transform: uppercase;}
.accordion-item i {font-size: 22px;}