:root{
    --color-primary:#00827C;
    --color-secondary:#254EDB;
}
.text-justify{
    text-align: justify;
}
.p-mb-0 p{
    margin-bottom: 0;
}


.list-service h2,.hesinhthai h2,section div.text h2{   
    font-size: 36px;
}
section div.banner-service h1{
    font-size: 36px;
}

.rank-math-breadcrumb{
    padding: 16px 0px;
}
.rank-math-breadcrumb p{
    margin-bottom: 0;
}
.rank-math-breadcrumb a{
    color: #627293;
}

.rank-math-breadcrumb .separator {
    color: transparent;
    background-image: url('../img/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.5em;
    margin: 0px 4px;
}
.rank-math-breadcrumb p > a:nth-child(1){
    position: relative;
    padding-left: 23px;
    position: relative;
}
.rank-math-breadcrumb p > a:nth-child(1):before{
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 17px;
    background-image: url('../img/home.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}
.btn-download{
    font-weight: 400 !important;
}
.btn-download .icon-angle-down{
    width: 20px;
    height: 20px;
}
.btn-download .icon-angle-down:before{
    content:"";
    display: block;
    background-image: url('../img/download.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}


.section-title-container{
    margin-bottom: 18px !important;
}
h2.section-title.section-title-center{
    font-size: 36px;
    text-align: center;
    display: block;
    margin-bottom: 0;
}
h2.section-title.section-title-center b{
    display: none;
}
.sumenh .col-inner.box-shadow-1-hover:hover {
    background: #fff;
    height: 100%;
}
.row-box-shadow-1-hover .col-inner:hover,
.box-shadow-1-hover:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

a.button.btn-label-overlay{
    color: #fff ;
    background: #000;
    border: none;
    height: 32px;
    min-height: unset;
    line-height: 32px;
}
.feature-number .featured-box{
    display: flex;
    align-items: center;
}
.feature-number .featured-box p{
    margin-bottom: 0;
}


.hesinhthai .box .box-text{
    display: none;
}
.hesinhthai .box-image img{
    height: 100px;
    object-fit: contain;
    padding: 15px;
}
.row-history{
    position: relative;
}
.row-history:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 71%;
    display: block;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.box-history-left{
    position: relative;
}


.row-history div:nth-child(3):before,.row-history div:nth-child(7):before,.row-history div:nth-child(11):before{
    content: "";
    display: block;
    position: absolute;
    height: 48px;
    width: 16px;
    background-image: url('../img/dot-big.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: -8px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}


.row-history div:nth-child(2):before,.row-history div:nth-child(6):before,.row-history div:nth-child(10):before{
    content: "";
    display: block;
    position: absolute;
    height: 48px;
    width: 16px;
    background-image: url('../img/dot-big.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: -8px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}
button.label-number {
    background-color: var(--primary-color);
    border-radius: 32px;
    color: #fff;
    padding-left: 6px;
    padding-right: 10px;
}
button.label-number span{
    border: 1px solid #fff;
    border-radius: 32px;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
}
.btn-arrow-green{
    font-size: 14px !important;
    height: 42px;
    width: max-content;
    display: flex !important;
    align-items: center;
    width: max-content;
    padding-right: 30px !important;
    line-height: unset !important;
    min-height: unset !important;
    border: 1px solid var(--primary-color) !important;
}
.btn-arrow-green i:before{
    content: "";
	-webkit-mask-image: url('../img/arrow-right-green.svg');
	mask-image: url('../img/arrow-right-green.svg');
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background-color: var(--primary-color);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2px;
}
.btn-arrow-green:hover i:before,.btn-blue-custom:hover i:before{
   	background-color: #fff;
}
.btn-blue-custom{
    font-size: 14px !important;
    height: 42px;
    width: max-content;
    display: flex !important;
    align-items: center;
    width: max-content;
    padding-right: 30px !important;
    line-height: unset !important;
    min-height: unset !important;
    border: 1px solid #254EDB !important;
    color: var(--color-secondary) !important;
    font-weight: 500;
}
.btn-blue-custom:hover{
    color: #fff !important; 
    background-color: var(--color-secondary) !important;
}
.btn-blue-custom i:before{
    content: "";
    background-image: url('../img/arrow-right-blue.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2px;
}



.box-service{
    transition: 0.3s;
}
.wrap-pagination {
    margin-bottom: 48px;
}
/* .nav-pagination li span,.nav-pagination li a{
    border-radius: 0px !important;
    border: 1px solid currentColor !important;
} */

.link-under-line a{
    text-decoration: underline;
}

a.button.btn-bg-green-custom{
    font-size: 16px;
    font-weight: 500;
}
a.button.btn-bg-green-custom i:before{
    content: "";
    background-image: url('../img/arrow-right-blue.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2px;
}

.wrap-post-featured h5.post-title{
    font-weight: 600;
}
.post-news{
    margin-bottom: 20px;
}
.menu-category {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-category li a{
    margin: 0px 8px;
    border: 1px solid #E4E9F2;
    border-radius: 29px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    padding: 8px 16px;
}
.menu-category li.current-menu-item a,
.menu-category li:hover a{
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
.list-tag-single{
    display: flex;
    align-items: center;
    justify-content: flex-start;    
}
.list-tag-single a{
    background: #F0F9FF;
    border-radius: 16px;
    margin-right: 8px;
    padding: 2px 10px;
    color: #026AA2;
}
.wrap-post-relate .title-relate{
    font-size: 32px;
    text-align: center;
}
.wrap-post-relate .post-item .col-inner{
    height: 100%;
}
.lightbox-register-service{
    border-radius: 8px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.lightbox-register-service .title-one{
    color: #2F855A;
    font-size: 14px;
    margin-bottom: 16px;
}
.lightbox-register-service .title-sec{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}
.lightbox-register-service .form-register{
    max-width: 580px;
    margin: 0 auto;
}
.lightbox-register-service .form-register .wpcf7-submit {
    background: var(--primary-color);
    border-radius: 4px;
    display: block;
    width: 100%;
    text-transform: inherit;
    font-weight: 500;
}
.lightbox-register-service .form-register input{
    height: 40px;
    border-radius: 4px;
}
.lightbox-register-service .form-register label{
    font-weight: 500;
}
.lightbox-register-service .form-register input[type="checkbox"]{
    height: auto;
}
.wpcf7-list-item-label a{
    font-weight: 600;
    text-decoration: underline;
}
.form-register label span.red{
    color: red;
}
.form-register label .wpcf7-not-valid-tip{
    display: none;
}
.form-register .wpcf7-response-output{
    margin: 5px 0px 15px !important;
}

.bg-linear-blue{
    background: linear-gradient(244.62deg, #0575E6 -0.34%, #021B79 120.01%);
}

.form-service-onpage label{
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}

.form-service-onpage .wpcf7-form-control-wrap input:not([type=checkbox]){
    background-color: transparent;
    box-shadow: unset;
    border: none;
    border-bottom: 1px solid #0000009b;
    padding-left: 0;
    font-weight: 500;
    color: #000 !important;
    font-size: 14px;
    height: 44px;
    margin-top: 5px;
}
.form-service-onpage .wpcf7-form-control-wrap input::placeholder{
    color: #000;
    font-weight: 500;
    opacity: 0.7;
}
.form-service-onpage .wpcf7-form-control-wrap input:focus{
    background-color: transparent;
}
.col-test .icon-box-img .icon-inner {
    background-color: #000;
    border-radius: 50%;
    padding: 10px;
}
.col-test .icon-box-img img {
    filter: brightness(0) invert(1);
}
.button.white{
    color: #000 !important;
}

a.button.primary {
    background-color: #f7f7f7!important;
    color: #000 !important;
}
button.btn-nhantuvan-service{
    color: #000;
    background-color: #f7f7f7 !important;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 4px 10px 4px 20px;
    transition: 0.3s;
}
button.btn-nhantuvan-service:hover span{
    background-color: #fff;
}
button.btn-nhantuvan-service:hover span::before{
    filter: brightness(0) ;
    left: calc(50% + 5px);
}
button.btn-nhantuvan-service span{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 4px;
    margin-left: 20px;
    transition: 0.3s;
    position: relative;
}
button.btn-nhantuvan-service span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url('../img/arrow-right-orange.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: brightness(0);
    width: 16px;
    height: 16px;
    transition: all .3s;
}
.bg-linear-blue .wpcf7-form.invalid .wpcf7-response-output{
    color: #fff;
}
.bg-linear-blue .wpcf7-form.invalid .wpcf7-not-valid-tip{
    display: none;
}
.bg-linear-blue .wpcf7-form.invalid input.wpcf7-validates-as-required{
    border-bottom: 1px solid red !important;
}
.box-service .box-service-text{
    padding-bottom: 25px !important;
}
.btn-link.btl-mw-unset{
    min-width: unset !important;
}

@media (min-width: 1170px) {
    .row-banner .right-column {
        max-width: calc(50vw + 190px);
        -ms-flex-preferred-size: calc(50vw + 190px);
        flex-basis: calc(50vw + 190px);
    }
    .row-banner .left-column {
        max-width: 380px;
        -ms-flex-preferred-size:  380px;
        flex-basis:  380px;
    }
}

@media (min-width:850px) {
    .wrap-post-featured .post-item:nth-child(1)  > .col-inner {
        border: none;
        border: 1px solid #DDDDDD;
        padding: 16px 16px 16px 20px;
    }
    .wrap-post-featured .post-item:nth-child(1){
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .wrap-post-featured .post-item:nth-child(2),
    .wrap-post-featured .post-item:nth-child(3){
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .wrap-post-featured .post-item:nth-child(1) .box {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .wrap-post-featured .post-item:nth-child(1) .box-text {
        flex: 1;
        padding: 0;
        margin-right: 36px;
    }
   
    .wrap-post-featured .post-item:nth-child(1) .box-image {
        width: 688px;
    }
    .wrap-post-featured .post-item:nth-child(1) .box-image .image-cover{
        padding-top: 308px!important;
    }
}
@media (max-width:849px) {
    .list-service h2, .hesinhthai h2, section div.text h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 549px) {
    .menu-footer .col-inner ul {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    h2.section-title.section-title-center{
        font-size: 26px;
        text-align: center;
        display: block;
        margin-bottom: 0;
    }
    .list-service h2, .hesinhthai h2, section div.text h2{
        font-size: 26px;
    }
    .row-history{
        padding-left: 30px;
    }
    .row-history:before{
        left: 20px;
    }
    .row-history>div:nth-child(1),.row-history>div:nth-child(4),.row-history>div:nth-child(5),.row-history>div:nth-child(8),.row-history>div:nth-child(9){
       display: none;
    }
    .row-history div:nth-child(3):before,.row-history div:nth-child(7):before,.row-history div:nth-child(11):before{
        left: -17px;
    }
    .row-history div:nth-child(2):before, .row-history div:nth-child(6):before, .row-history div:nth-child(10):before{
        left: -17px;
    }

    .hesinhthai h2{
        font-size: 26px;
    }
    
    .row-banner{
        padding: 0px 15px;
    }
    .mobile-none{
        display: none;
    }

    div.col.small-12 .col-inner.text-center a.button{
        margin-left: auto;
        margin-right: auto !important;
    }

    .menu-footer{
        padding-bottom: 0 !important;
    }
    .menu-footer h3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
  
    .menu-category{
        flex-wrap: unset;
        display: -webkit-box;
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        padding-top: 20px;
    }
    .menu-category li{
        width:auto;
    }
    .menu-category li a{
        white-space: initial;
        width: auto;
    }


    .menu-category::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .menu-category::-webkit-scrollbar
    {
        height: 2px;
        background-color: #F5F5F5;
    }

    .menu-category::-webkit-scrollbar-thumb
    {
        background-color: #000000;
    }
    .wrap-post-relate .title-relate {
        font-size: 26px;
        text-align: center;
    }

    .form-service-onpage label{
        margin-bottom: 20px;
    }
    .btn-nhantuvan-service{
        margin: 0 auto 30px;
    }
    .bg-linear-blue .wpcf7-form.invalid .wpcf7-response-output{
        margin-top: 0;
    }
    .header-main li.html.custom{
        display: flex !important;
        align-items: center;
        justify-content: space-evenly;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
    .header-main li.html.custom a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #00827c;
        margin-left: 0px;
        font-size: 10px;
        text-transform: uppercase;
        line-height: 16px;
    }
   
    
    .header-main li.html.custom img{
        width: 30px;
        height: 30px; 
        margin-bottom: 5px;
    }  
    /* .logo-mobile-custom a{
        font-size: 14px !important;
        background: #fff;
        border: 3px solid #01827c;
        padding: 5px;
        border-radius: 4px;
    }
    .logo-mobile-custom img,.stuck #logo .logo-mobile-custom img{
        width: auto !important;
        max-height: 50px !important;
    } */



    .header-main li.html.html_topbar_left{
        margin-left: -10px;
       
    }
    .header-main li.html.html_topbar_right a{
        margin-left: 0px;
    }
    .mobile-nav .nav-icon a{
        display: flex;
        flex-direction: column;
        color: #00827c;
        font-size: 16px !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: auto;
        justify-content: center;
    }
    .title-cart-mini{
        font-size: 12px;
        display: block;
        text-transform: initial;
    }
    .medium-logo-center .logo {
        margin: 0px 5px !important;
    }

    .logo-mobile-custom{
        object-fit: contain;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        bottom: 33px;
    }
    .sec-yeuto .row.align-center .col-inner{
        text-align: center;
    }
    .mt-auto-mobile{
        display: inline;
        margin: 0 auto !important;
    }
    a.button.btn-label-overlay{
        margin-right: 0;
    }
}