@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.fa-cog {
    width: 22px;
    height: 22px;
    /* background: url("../img/cog.svg"); */
    display: inline-block;
    background-size: cover;
    content: "";
    position: relative;
    z-index: 3;
}

.adm-glyphicon span {
    background: url('../img/setting.png');
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block !important;
    position: relative;
    z-index: 9;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

:root {
    --primary-color: #333333;
    --second-color: #FF6109;
    /* --third-color: #EA0000;
    --fourth-color: #007F86; */

    --primary-bg: #E4E4E4;
    --second-bg: #F5F5F5;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

/* a, .home-btn {-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;} */

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.single .content-blog-detail h3 a {
    color: #000;
}

ol,
ul,
li {
    list-style: none;
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    color: var(--primary-color);
    /* background-color: var(--primary-bg); */
}

html body.modal-open {
    padding-right: 0 !important;
    overflow-y: hidden !important;
}

/* body.modal-open .container-fluid {
    padding-right: 30px;
} */
img {
    max-width: 100%;
    height: auto !important;
    /* border-radius: 12px; */
}

.wrap {
    width: 100%;
    max-width: 1395px;
    margin: 0 auto;
}

.wrap2 {
    max-width: 697.5px;
}

/* img {
    width: 100%;
    height: auto;
    object-fit: cover;
} */

.text-center {
    text-align: center;
}

.centerbox {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-col {
    flex-direction: column;
}

.align-center {
    align-items: center;
    justify-content: center;
}

.jus-center {
    justify-content: center;
}

.relative {
    position: relative;
}

.over-row-20 {
    margin-left: -20px;
    margin-right: -20px;
}

.over-col-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.over-row-30 {
    margin-left: -30px;
    margin-right: -30px;
}

.over-col-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.w-51 {
    width: 46.5%;
    float: left;
}

.w-49 {
    width: 53.5%;
    float: left;
    padding-left: 80px;
    padding-right: 56px;
}

.zoom-img {
    overflow: hidden;
}



.zoom-img img {
    transition: .2s linear;
}

.zoom-img:hover img {
    transform: scale(1.03);
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}


.img-100>img {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100% !important;
    transition: .3s linear;
}

.p-tkw-theoyc {
    padding-top: 140px !important;
    padding-bottom: 180px !important;
}

/* header */
.home .header {
    /* background-color: transparent; */
}

.home .header .logo1 {
    display: block;
}

.home .header .logo2,
.header .logo2 {
    display: none;
}

.home .header.active .logo1,
.home .header.active .logo2 {
    display: block;
    height: 60px !important;
    padding: 8px 0;
    width: auto !important;
}

.home .header.active .logo1 {
    display: none;
}

.header {
    position: fixed;
    top: 0;
    background-color: var(--primary-color);
    width: 100%;
    z-index: 999;
    transition: all ease .3s;
    /* transition: .3s linear; */
}


.home .header.active {
    background-color: var(--primary-color);
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.header-nav {
    padding: 0;
    display: flex;
    transition: .3s linear;
    max-height: 90px;
    height: 65px;
    align-items: center;
}

.header.active .header-nav {
    padding: 0 0;
}

.header-logo {
    margin-right: 67px;
}

.header-preview {
    margin-right: 0px;
    width: 130px;
}

/* .header-preview a{
    color: white;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    transition: .2s linear;
    background-color: #ff6109;
    padding: 10px 23px 9px;
    border-radius: 200px;
} */

.header-preview a:hover svg {
    fill: #FF6109;
    transition: .3s linear;
}

.header-logo img {
    width: auto !important;
    height: 60px !important;
    padding: 8px 0;
    max-width: none;
}

.nav-list {
    width: 100%;
}

.nav-list ul {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.nav-list li a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.header .nav-list li a::after {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 2px;
    left: 0;
    width: 100%;
    /* background-color: var(--second-color); */
    transform: scale(0);
    transition: .2s linear;
}

.home .header.active .nav-list li a::after {
    background-color: #fff;
}

.menu-active::before {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 2px;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.header .nav-list li a {
    transition: .2s linear;
}

.header .nav-list li a:hover {
    color: #ff6109;
}

.header.active .nav-list li a:hover {
    color: #c04807;
}

.nav-list li {
    padding: 0 18px;
}

.header-funtion {
    display: flex;
    align-items: center;
}

.header-funtion a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
    transition: .2s linear;
}

.header-funtion a svg {
    margin-right: 10px;
}

.header-funtion a svg use {
    fill: red;
    stroke: red;
}

.header-funtion a:hover span {
    color: var(--second-color);
}

.login-btn,
.btn-register {
    padding: 10px 23px 9px;
    border-radius: 200px;
    transition: all 0.1s linear;
    cursor: pointer;
}

.login-btn {
    background-color: #ff6109;
    color: #fff;
    margin-left: 17px !important;
}


.header-ring {
    float: left;
    margin-top: 6px;
}

.login-btn:hover,
.btn-register:hover {
    background: #fff;
    color: #ff6109;
}

.login-btn:hover a {
    color: var(--second-color);
}

.login-btn .btn-register,
.login-btn {
    margin-left: 40px;
}

.btn-register {
    transition: all 0.2s linear;
    margin-left: 15px;
}

.btn-register svg {
    margin-left: 20px;
    /* margin-top: 10px; */
    margin-right: 0 !important;
}

.login-btn svg {
    float: left;
    margin-top: 3px;
    color: #ff6109;
}

.login-btn:hover svg {
    color: #ff6109;
}

.btn-register:hover {
    color: var(--second-color);
}

.btn-register:hover svg path {
    stroke: var(--second-color);
}

.login-btn {
    color: #fff;
}

/* footer */
.fixed-icon {
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    transition: .3s linear;
    z-index: 99;
}


.fixed-icon a {
    transform: translate(100px, 0);
    transition: .3s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: all;
}

.fixed-icon.active a {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    line-height: 0;
}

.fixed-icon.active #chat_zalo,
.fixed-icon.active .delay-1 {
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    position: relative;
}

.fixed-icon.active #chat_zalo::after,
.fixed-icon.active .delay-1::after {
    animation: pulsate1 1s ease-out;
    animation-iteration-count: infinite;
    position: absolute;
    content: '';
    left: -4px;
    top: -4px;
    width: 58px;
    height: 58px;
    background-color: transparent;
    z-index: -1;
    border-radius: 50%;

}

.fixed-icon.active #chat_zalo::after {
    border: 10px solid #0783c857;
}

.fixed-icon.active .delay-1::after {
    border: 10px solid #f88f5780;
}

.fixed-icon.active #chat_mess.delay-1::after {
    border: 10px solid #108fff80;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes pulsate1 {
    0% {
        transform: scale(0.92);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}

.fixed-icon a+a {
    margin-top: 24px;
}

.fixed-icon .delay-1 {
    transition-delay: 0.1s;
}

.fixed-icon .delay-2 {
    transition-delay: .2s;
}

.footer {
    /* padding: 52px 0 0 31px; */
    padding: 52px 0 0 0px;
}

.logo-footer {
    max-width: 190px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
    display: block;
}

.logo-footer img {
    width: 100%;
}

.footer-des {
    text-align: center;
    max-width: 810px;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-menu {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 15px;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li+li {
    margin-left: 35px;
}

.footer-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    transition: .2s linear;
}

.footer-menu ul li a:hover {
    color: var(--second-color);
}

.footer-infor {
    padding: 0 40px;
}

.footer-infor .item {
    background-color: var(--second-bg);
    height: 230px;
    padding: 36px 32px 18px;
    text-align: center;
    transition: all 0.2s linear;
    cursor: pointer;
}

.footer-infor .item>div:first-child {
    margin-bottom: 25px;
}

.footer-infor .item h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 11px;
}

.footer-infor .item p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.footer-infor .item p a {
    color: var(--primary-color);
    transition: all 0s ease-out 0s;
}

.footer-social {
    max-width: 230px;
    margin: 40px auto 15px auto;
    display: flex;
    justify-content: center;
}

.footer-social>div {
    display: inline-block;
}

.footer-social>div:hover svg circle {
    fill: var(--second-color);
}

.footer-social>div+div {
    margin-left: 20px;
}

.footer-copyright {
    font-size: 14px;
    line-height: 40px;
    color: #828282;
    margin-bottom: 35px;
    text-align: center;
}


/* animation */

.mirror {
    position: relative;
    overflow: hidden;
}

.mirror::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}


/*.mirror:hover::after {
    animation: 1.5s ease 0s normal none 1 running fixedAnim;
    animation: 1.5s ease 0s normal none 1 running fixedAnim;
    -webkit-animation: 1.5s ease 0s normal none 1 running fixedAnim;
    -moz-animation: 1.5s ease 0s normal none 1 running fixedAnim;
}*/

@-webkit-keyframes fixedAnim {
    0% {
        right: 125%;
    }

    125% {
        right: 0;
    }
}

@-moz-keyframes fixedAnim {
    0% {
        right: 125%;
    }

    125% {
        right: 0;
    }
}

@keyframes fixedAnim {
    0% {
        right: 125%
    }

    125% {
        right: 0;
    }
}


.ca3-scroll-down-arrow {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ca3-scroll-down-link {
    cursor: pointer;
    height: 40px;
    width: 80px;
    margin: 0px 0 0 -40px;
    line-height: 60px;
    position: fixed;
    left: 50%;
    bottom: 30%;
    color: #FFF;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}

@-moz-keyframes ca3_fade_move_down {
    0% {
        -moz-transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: translate(0, 20px);
        opacity: 0;
    }
}

@keyframes ca3_fade_move_down {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}


/*  */
.banner-img {
    height: calc(100vh - 75px);
    max-height: 900px;
}

.banner-img img {
    height: 100%;
    /* width: 100%; */
}

.banner-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 60%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(255, 255, 255, 0));
    left: 0;
}

.banner-search {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.banner-search .banner-title {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    /* margin-top: 30px; */
    line-height: 58.59px;
}

.banner-search .banner-title h1 {
    display: inline-block;
    font-size: 44px;
    margin: 0;
}

.banner-search h2 {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
}

.banner-search p {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
}

.banner-search p span {
    text-transform: uppercase;
    color: var(--second-color);

}

.banner-btn {
    text-align: center;
    margin-top: 28px;
}

.banner-btn .home-btn {
    color: white;
    background-color: var(--primary-color);
    background-color: var(--second-color);
    color: #fff;
    /* padding: 17px 35px; */
    transition: all ease .4s;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    border: 2px solid transparent;
    display: inline-block;
}

.banner-btn .home-btn:hover {
    background: none;
    border: 2px solid var(--second-color);
    color: var(--second-color) !important;
}


.banner-search form input {
    padding: 18px 50px 18px 20px;
    font-size: 20px;
    font-weight: 400;
    background-color: #fff;
    border-radius: 200px;
    width: 650px;
    border: none;
    outline: none;
    color: var(--primary-color);
}

.banner-search .form-group button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-6px, -40%);
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    width: auto;
    height: 35px;
}

.web-more {
    position: absolute;
    bottom: 50px;
    padding: 0 60px;
    display: flex;
    justify-content: center;
    gap: 50px;
    width: 100%;
    color: white;
}

.web-more>div {
    min-width: 164px;
}

.web-more a {
    display: inline-block;
    width: 178px;
}

.web-more p span {
    font-weight: 500;
    font-size: 26px;
    line-height: 30.47px;
    margin-bottom: 5px;
    display: inline-block;
}

.web-more p {
    text-align: center;
    margin-top: 17px;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    font-weight: 400;
    transition: .2s linear;
}

.web-more p strong {
    font-weight: normal;
}

/* .web-more img {
    width: 80px;
    height: 80px;
} */

.web-more .img {
    width: 80px;
    height: 80px;
    /* background-image: url('../img/banner2.svg'); */
    /* background-repeat: no-repeat; */
    margin: 0 auto;
    transition: .2s linear;
    border-radius: 50%;
    overflow: hidden;
    /* border: 1px solid #fff; */
}

.web-more .img:hover~p,
.web-more p:hover {
    color: var(--second-color);
}

.web-more .img.hover,
.web-more .img:hover {
    background-color: var(--second-color);
    border-color: transparent;
}

/* .web-more .img1 {
    background-position: 0px 0px;
}

.web-more .img2 {
    background-position: -80px 0px;
}

.web-more .img3 {
    background-position: -160px 0px;
}

.web-more .img4 {
    background-position: -240px 0px;

}

.web-more .img5 {
    background-position: -320px 0px;
}

.web-more .img6 {
    background-position: -400px 0px;
} */

.home-pro {
    padding-top: 50px;
}

.home-pro h2 {
    max-width: 850px;
    line-height: 70px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 55px;
    text-align: center;
    margin-top: 0px;
}

.home-pro-des {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.home-btn {
    padding: 14px 0px;
    border-radius: 200px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    width: 300px;
    text-align: center;
    cursor: pointer;
}

.home-btn+.home-btn {
    margin-left: 20px;
}

.btn-web-all {
    color: white;
    cursor: pointer;
    border: 2px solid var(--second-color);
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: var(--second-color);
}

.btn-web-all::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #fff;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(1.6, 0.5, 0.3, 0.4);
    transform: scaleX(0);
    border-radius: 0
}

.btn-web-all:hover::before {
    transform: scaleX(1);
    border: 2px solid transparent;
}

.btn-web-all:hover {
    color: var(--second-color);
}

/* 
.btn-web-all:hover {
    background: none;
    border: 2px solid #F15B43;
    color: #F15B43 !important
} */

.btn-try-free {
    color: white;
    /*     background-color: var(--second-color); */
    cursor: pointer;
    border: 2px solid var(--second-color);
    color: var(--second-color);
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.btn-try-free::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: var(--second-color);
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0
}


.btn-try-free:hover::before {
    transform: scaleX(1);
    border: 2px solid transparent;
}

.btn-try-free:hover {
    color: white;
}

.home-pro-list {
    margin-top: 50px;
}

.home-pro-item {
    margin-bottom: 77px;
}



.home-pro-item img {
    width: 100%;
}

.home-pro-item>div:first-child {
    position: relative;
    height: 0;
    padding-bottom: 158%;
    overflow: hidden;
    display: block;
    transition: all ease .3s;
}

.home-pro-item>div:first-child img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 5s linear;
    cursor: pointer;
}

.home-pro-item .overlay-product {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transform: scale(0);

}

.home-pro-item .relative:hover .overlay-product {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.home-pro-item .overlay-product .product-content-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    width: 80%;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}

.home-pro-item .overlay-product .product-content-hover .price {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    color: var(--second-color);
}

.home-pro-item .overlay-product .dung-thu {
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s linear;
    color: #FFFFFF;
    background: #FF6109;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #FF6109;
}

.home-pro-item .overlay-product .dung-thu:hover {
    color: #ff6109;
    background: #FFFFFF;
    border: 1px solid #9c9c9c;
}

.home-pro-item .relative.rela-fix {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .15);
    padding-bottom: 0px;
    height: unset;
}

.home-pro-item .relative.rela-fix img {
    position: unset;
}

/* .home-pro-item>div:first-child:hover {
    filter: brightness(.7);
}

.home-pro-item>div:first-child:hover img {
    transform: translateY(-20%);
} */

.overlay-product-home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transform: scale(0);
}

.btn-tuvan-home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 10px 25px;
    background-color: #FFFFFF;
    color: #FF6109;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    overflow: hidden;
}

.btn-tuvan-home:hover,
.btn-tuvan-home:focus {
    color: #FF6109;
}

/* .btn-tuvan-home::after{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

@-webkit-keyframes fixedAnim {
    0% {
        right: 125%;
    }

    125% {
        right: 0;
    }
}

@-moz-keyframes fixedAnim {
    0% {
        right: 125%;
    }

    125% {
        right: 0;
    }
}

@keyframes fixedAnim {
    0% {
        right: 125%
    }

    125% {
        right: 0;
    }
}

.btn-tuvan-home:hover::after{
    -webkit-animation: 1.5s ease 0s normal none 1 running fixedAnim;
} */

.relative:hover .overlay-product-home {
    -webkit-transition: all 0.5s ease-out 0s;
    transform: scale(1);
}

.pro-view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    visibility: hidden;
    opacity: 0;
    transition: .2s linear;
}

.pro-view>div a {
    display: inline-block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 200px;
    font-size: 18px;
    font-weight: 500;
}

.pro-view>div:first-child a {
    background-color: white;
    color: var(--primary-color);
}

.pro-view>div:first-child {
    padding-bottom: 15px;
}

.pro-view>div:last-child a {
    background-color: var(--second-color);
    color: #fff;
}

/* 
.home-pro-item>div {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
} */

.home-pro-item .product-content-hover h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.home-pro-item h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 24px;
    text-align: center;
}

.home-pro-item h3 a {
    color: var(--primary-color);
}

.home-pro-item:hover .pro-view {
    visibility: visible;
    opacity: 1;
}

/*  */
.home-session-1 {
    /* background-color: var(--second-bg); */
    padding: 55px 0 0;
    padding-bottom: 80px;
}

.home-session-1 .z1 {
    position: relative;
    z-index: 1;
}

.home-content-1 .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
}

.home-content-1 .des {
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
}

.home-content-1 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}

.home-content-1 ul li {
    font-size: 20px;
    font-weight: 500;
    line-height: 41px;
    position: relative;
    padding-left: 30px;
}

.home-content-1 ul li::before {
    content: url(../img/tich-cam.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* .ses1-banner {
    height: 680px;
    background-repeat: no-repeat;
    background-position: 100% 0;
} */

.home-session-1 .wrap-img {
    padding: 50px 75px;
    border: 1px solid #D9D9D9;
}

.home-session-1 .wrap-img img {
    width: 100%;
}

/* .home-content-1 {
    padding-left: 8px;
    padding-right: 28px;
    padding-top: 30px;
} */

.home-content-1>div {
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 23px;
    width: 85%;
}

.ses1-bottom {
    position: relative;
    z-index: 0;
    top: -140px;
}

.ses1-bottom-bg {
    background-color: #4F4F4F;
    border-radius: 0 60px 0 60px;
    height: 150px;
    position: relative;
}


.ses1-bottom-btn {
    /* position: absolute;
    top: 50%; */
    /* right: 200px; */
    display: inline-block;
    width: 250px;
    height: 50px;
    border-radius: 200px;
    background-color: transparent;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: white;
    margin-top: 30px;
    border: 2px solid #F15B43;
    color: #F15B43;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 20px;
}

.ses1-bottom-btn:active,
.ses1-bottom-btn:focus {
    color: #F15B43;
}

.ses1-bottom-btn {
    width: 250px;
    height: 50px;
    line-height: 46px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    border: 2px solid var(--second-color);
    color: var(--second-color);
    -moz-user-select: none;
    display: inline-block;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.ses1-bottom-btn::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: var(--second-color);
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0
}

.ses1-bottom-btn:hover {
    background: none;
    border: 2px solid #F15B43;
    color: #fff !important
}

.ses1-bottom-btn:hover::before {
    transform: scaleX(1);
    border: 2px solid transparent;
}

/*  */
.home-session-2 {
    padding-top: 50px;
    padding-bottom: 10px;
    background-color: white;
}

.home-session-2 .wrap {
    background-image: url('../img/banner-home1.svg'), url('../img/banner-home2.svg');
    background-position: 15px 0px, 100% 0px;
    background-repeat: no-repeat;
}

.home-session-2 h2,
.title-sec {
    font-size: 40px;
    font-weight: 500;
    line-height: 47px;
    text-align: center;
    margin-bottom: 13px;
    margin-top: 5px;
}


.home-content-2 {
    margin-top: 15px;
}

.home-content-2>div>div {
    margin-bottom: 40px;

}

.feature-item {
    padding: 45px 75px 20px 47px;
    display: flex;
    border: 1px solid #DFDFDF;
    height: 100%;
    align-items: center;
}

.feature-item>div:nth-child(2) {
    margin-left: 38px;
}

.feature-item>div:nth-child(2) h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.feature-item>div:nth-child(2) p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

/*  */
.home-session-3 {
    background-color: var(--second-bg);
    padding: 140px 0;
}

.home-session-3 h2 {
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    /* padding-top: 40px; */
}

.home-session-3 h2 span {
    font-size: 30px;
    padding-top: 15px;
    display: block;
    line-height: 37px;
}

.home-session-3 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}

.home-session-3 .wrap-img {
    /* padding: 69px 75px 69px; */
    /* border: 1px solid #CFCFCF; */
    max-width: 554px;
    margin: 0 auto;
}

.home-session-3 .wrap-img img {
    width: 100%;
}

.home-content-3 {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 60px;
}

/*  */
/* home-session-4 */
.home-session-4 {
    padding-top: 50px;
    padding-bottom: 10px;
}

.home-session-4 .home-title {
    padding-bottom: 50px;
    margin: 0 auto;
    max-width: 630px;
}

.home-session-4 .home-title h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 47px;
    margin-bottom: 13px;
    text-align: center;
}

.home-session-4 .home-title .faq-title-cus {
    font-size: 40px;
    font-weight: 500;
    line-height: 47px;
    margin-bottom: 13px;
    text-align: center;
}

.home-session-4 .home-title .faq-twmp-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 47px;
    margin-bottom: 13px;
    text-align: center;
}

.home-session-4 .home-title p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.home-session-4 .faq-list {
    max-width: 960px;
    margin: 0 auto;

}

.home-session-4 .faq-list .faq-item {
    margin-bottom: 40px;
    cursor: pointer;
}

.home-session-4 .faq-list .faq-item h4 {
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    cursor: pointer;
}

.home-session-4 .faq-list .faq-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 0px;
}

.faq-list .faq-title .doc {
    display: none;
}

.faq-list .faq-title.collapsed .doc {
    display: block;
}

.home-session-4 .faq-list .faq-item span {
    float: right;
    cursor: pointer;
    line-height: 23px;
}

.home-session-4 .panel {
    border: none;
    box-shadow: unset;
}

.home-session-4 .faq-item .faq-wrap {
    font-size: 16px;
    line-height: 24px;
}

.home-session-4 .faq-item .faq-wrap>div {
    margin-top: 15px;
    /* padding-bottom: 5px; */
}

.home-session-4 .faq-item .faq-wrap>div::after {
    content: '';
    position: absolute;
}

.home-session-5 {
    background-color: var(--second-color);
    padding: 46px 0;
}

.session-5-wrap {
    /* text-align: center; */
    display: flex;
    justify-content: space-evenly;
}

.session-5-wrap .ses-5-item {
    display: flex;
    min-width: 235px;
    color: white;
    align-items: center;
}

.session-5-wrap .ses-5-item .ses-5-item-title {
    position: relative;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 1.2px;
}

.session-5-wrap .ses-5-item .ses-5-icon {
    margin-right: 19px;
}

.session-5-wrap .ses-5-item .ses-5-item-title span {
    font-size: 40px;
    position: absolute;
    top: 0;
    right: -30px;
}

.session-5-wrap .ses-5-item p {
    font-size: 16px;
    /* text-align: center; */
}

.session-5-wrap .ses-5-item+.ses-5-item {
    margin-left: 45px;
}


.home-session-6 {
    padding: 90px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}

.home-session-6::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    z-index: 1;
}

.ses-6-conten,
.ses-6-title {
    position: relative;
    z-index: 2;

}

.ses-6-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: white;
    padding-bottom: 15px;
    line-height: 47px;

}

.ses-6-title p {
    text-align: center;
    font-size: 20px;
    color: white;
    line-height: 30px;
    max-width: 780px;
    padding-bottom: 47px;
    margin: 0 auto;
}

.ses-6-item {
    width: 25%;
    display: inline-block;
    float: left;
    text-align: center;
    color: white;
    padding: 35px;
    border: 1px solid #d8d8d8;
    transition: .2s linear;
    cursor: pointer;

}

.ses-6-item:hover {
    background-color: var(--second-color);
    border: 1px solid var(--second-color);
    /*border-right: 1px solid #d8d8d8;*/
    margin-left: -1px;
    margin-right: -1px;
}

.ses-6-item .ses-6-img2 {
    display: inline-block;
}

.ses-6-item .ses-6-img1 {
    display: none;
}

.ses-6-item:hover .ses-6-img1 {
    display: inline-block;
}

.ses-6-item:hover .ses-6-img2 {
    display: none;
}

.ses-6-item+.ses-6-item {
    border-left: none;
}

.ses-6-item img {
    width: 60px;
    height: 60px;
}

.ses-6-item-title {
    font-size: 24px;
    font-weight: 500;
    padding: 22px 0 10px;
}

.ses-6-item-des {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.home-session-7 {
    padding: 80px 0% 35px;
    /* padding: 80px 0% 10px; */
}

.ses-7-title h2 {
    font-size: 40px;
    line-height: 47px;
    padding-bottom: 40px;
    /* padding-bottom: 20px; */
}

.ses-7-conten {
    max-width: 690px;
    margin: 0 auto;
}

.ses-7-item .ses-7-des {
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 40px;
    margin-left: 42px;
    margin-right: 42px;
    padding-top: 20px;
}

.ses-7-item .ses-7-des::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 32px;
    background-image: url('../img/danhgia.png');
    top: 0;
    left: 0;
    transform: translate(-42px, 10px);
}

.ses-7-infor .ses-7-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #4F4F4F;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.ses-7-infor .ses-7-img img {
    height: 100% !important;
    object-fit: cover;
}

.ses-7-infor .name {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.ses-7-infor .city-name {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #828282;
}

.ses-7-conten .owl-nav {
    height: 0;
}

.ses-7-conten .owl-nav .owl-prev {
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translate(0, 0);
}

.ses-7-conten .owl-nav .owl-next {
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translate(0, 0);

}

/* Css lại section 7 */
.ses-7-content {
    max-width: 890px;
    margin: 0 auto;
}

.sess-7-item {
    cursor: pointer;
}

.sess-7-item .ses-7-img {
    position: relative;
}

.sess-7-item .ses-7-img .wrap-img {
    max-width: 350px;
    padding-bottom: 68.35%;
    margin: 0 auto;
    z-index: 2;
}

.sess-7-item .ses-7-img::before {
    content: url(../img/under-img.svg);
    position: absolute;
    left: 27px;
    bottom: -14px;
    z-index: 1;
}

.sess-7-item .ses-7-img::after {
    content: url(../img/on-img.svg);
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 3;
}

.sess-7-item .ses-7-info {
    background-color: #F8F8F8;
    text-align: center;
    padding: 54px 15px 24px;
    transform: translateY(-40px);
}

.sess-7-item .ses-7-info .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.sess-7-item .ses-7-info .name {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    margin: 5px 0 11px;
}

.sess-7-item .ses-7-info .city-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}

.sess-7-item .ses-7-info .website {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #a2a2a2;
    margin-top: 16px;
    letter-spacing: 4px;
}

.sess-7-item:hover .play-rate {
    transform: translate(-50%, -50%) scale(1.2);
}

.sess-7-item .play-rate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    max-width: 60px;
    transition: .3s linear;
}

.owl-carousel-rates .owl-dots {
    text-align: center;
}

.owl-carousel-rates .owl-dots button:not(:last-child) {
    margin-right: 14px;
}

.owl-carousel-rates .owl-dots button span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    border-radius: 50%;
}

.owl-carousel-rates .owl-dots button.active span {
    background-color: var(--second-color);
}

#modal-ytb .modal-dialog,
#modal-rate .modal-dialog {
    width: 800px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#modal-rate .modal-body {
    padding: 30px 15px;
}

.ses-7-item .title {
    font-size: 16px;
    color: var(--primary-color);
    text-align: center;
    line-height: 30px;
    font-weight: 500;
}

.home-session-8 {
    position: relative;
    /* padding-top: 150px; */
    padding-top: 65px;
    /* background-image: url('../img/wave.png'); */
    background-position: 0 0;
    background-color: var(--second-bg);
    background-repeat: repeat-x;
    padding-bottom: 50px;
}

.ses-8-title h2 {
    font-size: 40px;
    line-height: 47px;
    padding-bottom: 50px;
}

.ses-8-item .img {
    margin-bottom: 18px;
}

.ses-8-item .img .wrap-img {
    padding-bottom: 52.5%;
}

.ses-8-item .img img {
    display: block;
}

.ses-8-infor .title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    line-height: 26px;
}

.ses-8-infor .title a {
    color: var(--primary-color);
    transition: .2s linear;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ses-8-infor .title a:hover {
    color: var(--second-color);
}

.ses-8-infor .description {
    font-size: 16px;
    color: #828282;
    line-height: 24px;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ses-8-infor .time {
    font-size: 14px;
    color: #828282;
    display: flex;
    align-items: center;
    display: none;
}

.ses-8-infor .time img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}


.ses-8-conten .owl-carousel .owl-dots {
    text-align: center;
    padding: 15px 0 15px;
}

.ses-8-conten .owl-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    /* transform: rotate(45deg); */
    border-radius: 50%;
    border: 1px solid var(--second-color);
    margin: 0 8px;
    transition: .2s linear;
}

.ses-8-conten .owl-carousel .owl-dots button.active {
    width: 10px;
    height: 10px;
    background-color: var(--second-color);
}



/*  */
/* dangky-thongtin */
.dangky-thongtin {}

.dangky-thongtin-form {
    max-width: 960px;
    background-color: #4F4F4F;
    border-radius: 30px;
    padding: 50px 20px;
    margin: 0 auto;
}

.dangky-thongtin-form .form-title {
    text-align: center;
    margin-bottom: 40px;
}

.dangky-thongtin-form .form-title h4 {
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
}

.dangky-thongtin-form .form-title p {
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
}

.dangky-thongtin-form .form-body {
    text-align: center;
}

.dangky-thongtin-form .form-body input {
    border-radius: 200px;
    background: #FFF;
    padding: 0px 15px 0px 25px;
    font-size: 20px;
    width: 370px;
    margin-right: 17px;
    border: none;
    outline: none;
    height: 50px;
}

.dangky-thongtin-form .form-body button {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    width: 132px;
    height: 50px;
    line-height: 50px;
    background-color: #FF6109;
    border-radius: 200px;
    transition: all 0.3s;
}

.dangky-thongtin-form .form-body button:hover {
    background-color: #fff;
    color: var(--second-color);
    /* border:  1px solid var(--second-color); */
}


/* Product-list */

.pro-list-header {
    margin-top: 103px;
    padding-top: 63px;
    padding-bottom: 75px;
}

.pro-list-title {
    max-width: 900px;
    margin: 0 auto;
}

.pro-list-title h1 {
    text-align: center;
    font-weight: 500;
    font-size: 57px;
    line-height: 70px;
    margin-bottom: 5px;
}

.pro-list-title h2 {
    text-align: center;
    font-weight: 500;
    font-size: 57px;
    line-height: 70px;
    margin-bottom: 15px;
    text-align: center;
}

.pro-list-title p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 35px;
    max-width: 615px;
    margin: 0 auto;
    color: #000;
}

.pro-list-title .try-btn {
    width: 300px;
    height: 50px;
    text-align: center;
    border-radius: 200px;
    line-height: 50px;
    border: none;
    outline: none;
    background-color: var(--second-color);
    font-size: 20px;
    font-weight: 500;
    color: white;
    margin: 0 auto;
    cursor: pointer;
}

.pro-menu {
    background-color: #F8F8F8;
    padding: 20px 0 0px;
}

.pro-menu-wrap ul {
    width: 100%;
    text-align: center;
}

.pro-menu-wrap ul li {
    display: inline-block;
    margin-bottom: 15px;
}

.pro-menu-wrap ul li+li {
    margin-left: 38px;
    position: relative;
}

.pro-menu-wrap ul li a {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    padding-bottom: 5px;
    transition: .1s linear;
    font-weight: 500;
    position: relative;
}

.pro-menu-wrap ul li a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--second-color);
    left: 0;
    bottom: 0;
    transition: .2s linear;
    transform: scale(0);
}

.pro-menu-wrap ul li.active a::after,
.pro-menu-wrap ul li a:hover::after {
    transform: scale(1);
}

.pro-menu-wrap ul li.active a,
.pro-menu-wrap ul li a:hover {
    color: var(--second-color);
}

.pro-list {
    padding-top: 65px;
}

ul.menu-khac {
    position: absolute;
    width: 250px;
    top: 100%;
    right: 0;
    text-align: left;
    border: 1px solid #F8F8F8;
    background-color: #FFFFFF;
    z-index: 10;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease-out;
}

ul.menu-khac li {
    display: block;
    margin-left: 0px !important;
}

ul.menu-khac li:last-child {
    margin-bottom: 0px !important;
}

.pro-menu-wrap ul li a svg {
    margin-left: 3px;
}

.pro-menu-wrap ul .khac:hover .menu-khac {
    opacity: 1;
    visibility: visible;
}

.btn-load-more button {
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: var(--primary-color);
    color: white;
    font-size: 20px;
    font-weight: 500;
    border-radius: 200px;
    border: none;
    outline: none;
}

.dk-thongtin {
    margin-top: 50px;
    background-color: var(--second-color);
    padding: 50px 0;
}

.dk-thongtin .dk-thongtin-title {
    text-align: center;
    color: white;
    padding-bottom: 40px;
}

.dk-thongtin .dk-thongtin-title h4 {
    font-weight: 500;
    margin-bottom: 13px;
    font-size: 40px;
    line-height: 47px;
}

.dk-thongtin .dk-thongtin-title p {
    font-size: 20px;
    line-height: 24px;
}

.dk-thongtin-form {
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.dk-thongtin-form input {
    width: 520px;
    height: 50px;
    padding-left: 20px;
    padding-right: 146px;
    font-style: 20px;
    border: none;
    outline: none;
    border-radius: 200px;
}

.dk-thongtin-form .dk-thongtin-btn {
    position: absolute;
    width: 130px;
    height: 46px;
    background-color: var(--primary-color);
    color: white;
    font-size: 20px;
    font-weight: 500;
    border-radius: 200px;
    right: 2px;
    top: 2px;
    text-align: center;
}


/* moadl form */
.form-dk .modal-dialog {
    width: 402px;
    max-width: 92%;
}

.form-dk .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

.form-dk .modal-body {
    padding: 0;
}

.dktv-img {
    background-color: var(--second-color);
    text-align: center;
    padding: 20px;
}

.dktv-img img {
    width: 136px;
    height: 84px;
}

.dktv-body {
    padding: 20px 35px 15px;
}

.dktv-title {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 16px;
}

.dktv-description {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 18px;
}

.form-group input {
    width: 100%;
    border: 1px solid #E0E0E0;
    outline: none;
    height: 43px;
    padding: 0 0 0 34px;
    border-radius: 10px;
}

.form-contact .form-group input {
    padding: 0 15px;
}

.form-group textarea {
    height: 100px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #E0E0E0;
    padding: 10px 15px;
    width: 100%;
    resize: none;
}

.form-group button {
    width: 100%;
    height: 43px;
    text-align: center;
    line-height: 43px;
    background-color: var(--second-color);
    color: white;
    font-weight: 600;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 500px;
}

.form-group label {
    font-size: 16px;
    font-weight: 400;
}

/* login */
#login-form .modal-dialog {
    width: 402px;
}

#login-form .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

#login-form .modal-body {
    padding: 0;
}

.login-img {
    background-color: var(--second-color);
    text-align: center;
    padding: 20px;
}

.login-img img {
    width: 136px;
    height: 84px;
}

.login-body {
    padding: 20px 35px 40px;
}

.login-title {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 16px;
}

.login-description {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 18px;
}



/* product detail */

.mg-top {
    margin-top: 65px;
}

.product-detail-title {
    padding: 100px;
}

.content-top-main {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    line-height: 70px;
}

.product-detail-main {
    padding-bottom: 50px;
}

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

.over-col-pr {
    padding-left: 20px;
}

.product-infor {
    padding-top: 50px;
}

.p-title {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 8px;
}

.pr-type {
    font-size: 20px;
    font-weight: 400;
    color: #4F4F4F;
}

.pr-price {
    padding: 25px 0;

}

.pr-price .pr-price-goc {
    font-size: 26px;
    font-weight: 600;
    color: var(--second-color);
    display: inline-block;
}

.pr-price .pr-price-del {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-decoration: line-through;
    margin-left: 5px;
}

.pr-description {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 15px;
    max-width: 80%;
}

.pr-btn {
    padding-bottom: 10px;
    padding-top: 10px;
}

.pr-btn .pr-btn-xem {
    display: inline-block;
    min-width: 200px;
    text-align: center;
    height: 50px;
    font-weight: 500;
    color: white;
    font-size: 20px;
    line-height: 50px;
    background-color: #4F4F4F;
    border-radius: 5px;
    cursor: pointer;
}

.pr-btn .pr-btn-dung {
    display: inline-block;
    min-width: 200px;
    text-align: center;
    height: 50px;
    font-weight: 500;
    color: white;
    font-size: 20px;
    line-height: 50px;
    background-color: var(--second-color);
    border-radius: 5px;
    cursor: pointer;
}

.pr-btn>div+div {
    margin-left: 10px;
}

.product-congnghe {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--second-bg);
}

.pr-cn-title {
    text-align: center;
}

.pr-cn-title h2 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 8px;
}

.pr-cn-title .pr-cn-des {
    font-size: 20px;
    line-height: 26px;
}

.pr-cn-list {
    display: flex;
    padding-top: 40px;
}

.pr-cn-list .pr-cn-item {
    width: 20%;
    text-align: center;
}

.pr-cn-list .pr-cn-item img {
    width: 100%;
}

.pr-cn-list .pr-cn-item+.pr-cn-item {
    margin-left: 40px;
}

.pr-cn-list .pr-cn-item h3 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    line-height: 24px;
}

.product-content {
    padding: 50px 0;
}

.pro-ct-title h2 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 10px;
    font-weight: 600;
    text-align: center;
}

.pro-fixed-menu {
    position: fixed;
    top: 73px;
    /* transform: translate(0, -50%); */
    display: flex;
    align-items: center;
    z-index: 9999;
}

.pro-menu-icon {
    display: inline-block;
    cursor: pointer;
}

.pro-ct-tablist {
    padding: 15px 15px 0px 15px;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    background-color: #f8f8f8;
    max-width: 200px;
    display: inline-block;
    height: calc(100vh - 73px);
    opacity: 0;
    transform: scale(0);
    transition: .3s linear;
    visibility: hidden;
    width: 0;
}

.pro-ct-tablist.active {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
    min-width: 180px;
    width: 200px;
}

.pro-ct-tablist .tablist-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.pro-ct-tablist .tablist-nav {
    float: right;
    cursor: pointer;
}

.pro-ct-tablist .tablist-nav:hover path {
    fill: #FF6109;


}

.pro-ct-tablist>ul>li {
    padding-bottom: 8px;
}

.pro-ct-tablist>ul>li>div {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
    transition: .2s linear;
    cursor: pointer;
}

.pro-ct-tablist>ul>li>div:hover {
    color: var(--second-color);

}

.pro-ct-tablist .tablist-child {
    margin-left: 20px;
}

.pro-ct-tablist .tablist-child>li {
    margin-bottom: 5px;
}

.pro-ct-tablist .tablist-child>li>div {
    font-size: 16px;
    transition: .2s linear;
    cursor: pointer;
    position: relative;
}

.pro-ct-tablist .tablist-child>li>div::after {
    content: '';
    position: absolute;
    left: -15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--primary-color);
    top: 50%;
    transform: translate(0, -50%);
}

.pro-ct-tablist .tablist-child>li>div:hover {
    color: var(--second-color);
}

.product-content-main {
    padding-top: 20px;
}

.product-content-main h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 5px 0;
}

.product-content-main h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding: 5px 0;
}

.product-content-main p {
    font-size: 16px;
    line-height: 22px;
}

.product-content-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.tablist-fixed {
    position: fixed;
    top: 50%;
    transform: translate(calc(-100% - 15px), -50%);
    float: right;

}

.tablist-fixed svg {
    cursor: pointer;
}

/* demo */
/*  */
.page-demo-header {
    padding: 20px 0;
    background-color: var(--second-color);
}

.page-demo-title {
    color: white;
    font-weight: 600;
    font-style: 24px;
}

.page-demo-main {
    /* margin-top: 40px; */
}

.page-mobile {
    margin-right: 20px;
    cursor: pointer;
}

.page-pc {
    cursor: pointer;
}

.page-mobile svg {
    margin-right: 10px;
}

.page-mobile p {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    color: white;
    margin-bottom: 0px;
}

.page-mobile.active p {
    font-size: 20px;
    font-weight: 500;
}

.page-pc svg {
    margin-right: 10px;
}

.page-pc p {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    color: white;
    margin-bottom: 0px;
}

.page-pc.active p {
    font-size: 20px;
    font-weight: 500;
}

#page-demo-theme.pc {
    width: 100%;
    height: 100vh;
    padding-top: 71px;
    margin-top: -71px;
}

#page-demo-theme.mobile {
    max-width: 768px;
    margin: 0 auto;
    height: 600px;
    min-width: 375px;
}

.page-btn {
    float: right;
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: white;
    border-radius: 20px;
}

.page-btn a {
    color: var(--primary-color);
}

/* xs */
@media screen and (max-width: 768px) {
    .banner-search {
        width: 100%;
        text-align: center;
    }

    .banner-search .form-group button {
        transform: translate(-17px, -50%);
    }

    .banner-search h2 {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .home-pro h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .home-pro-des {
        font-size: 16px;
        line-height: 20px;
    }

    .home-pro .home-pro-btn {
        flex-direction: column;
    }

    .home-pro .home-btn {
        font-size: 16px;
    }

    .home-btn+.home-btn {
        margin-left: 0;
        margin-top: 17px;
        width: 230px;
    }
}






/* sm */
/* @media screen and (min-width: 768px) {} */

/* md */
/* @media screen and (min-width: 992px) {} */

/* lg */
/* @media screen and (min-width: 1440px) {} */



/* contact lien he */
.contact-main {
    padding-top: 60px;
    margin-bottom: 40px;
}

.contact-us {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: flex;
}

.contact-us span {
    display: inline-block;
    padding: 0 10px;
}

.contact-title h1 {
    font-size: 55px;
    letter-spacing: 2px;
    font-weight: 700;
    padding-bottom: 40px;
    line-height: 70px;
    /* padding-top: 50px; */
}

.contact-title span {
    display: inline-block;
}

.contact-infor {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.contact-items {
    display: flex;
    height: 100%;
    margin-bottom: 30px;
}

.contact-icon {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 20px;
}

.contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-des p:first-child {
    font-size: 16px;
    color: var(--one-color);
    opacity: 0.8;
    margin-bottom: 10px;

}

.contact-des p:last-child {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

.contact-form {
    padding: 60px 60px;
    background-color: #f8f8f8;
    font-size: 18px;
}

.form-title h2 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
}

.contact-submit {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.contact-submit button {
    padding: 10px 30px;
    border-radius: 200px;
    color: white;
    transition: .3s linear;
    background: var(--second-color);
    font-size: 16px;
    border: none;
    outline: none;
    font-weight: 700;
    line-height: 24px;
    min-width: 250px;
}

.contact-submit button:hover {
    background-color: #fff;
    color: var(--second-color);
    box-shadow: 0 0 0 1px var(--second-color) inset;
}

.contact-google-map {
    padding-top: 30px;
}

.contact-google-map iframe {
    width: 100%;
    height: 680px;
    display: block;
}

/* contact-thank */
.contact-thank {
    padding-top: 100px;
    margin-bottom: 50px;
}

.thank-main {
    border-radius: 5px;
    width: 80%;
    max-width: 900px;
    padding: 40px 50px;
    margin: 0 auto;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.thank-icon {
    display: flex;
    justify-content: center;
    max-height: 150px;
    margin: 0px auto 40px;
    align-items: center;

}

.thank-icon img {
    width: auto;
    height: 100px;
    object-fit: cover;
}

.thank-des {
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 1.1px;
    text-align: center;
}

.thank-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 1.1px;
    text-align: center;
}

.btn-thank>div {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin: 40px auto;
    background: var(--three-color);
    border-radius: 10px;
}


/* user-dashboard */

/* .dashboard {
    margin-top: 50px;
    margin-bottom: 50px;
}
 */
.das-content .d-flex {
    flex-wrap: wrap;
}

.ds-user-infor {
    background: #f6f6f6;
    padding: 30px 50px;
    height: 100%;
}

.das-menu {
    padding: 30px 20px;
    background: #f6f6f6;
    height: 100%;
}

.ds-user-infor h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}

.das-menu .avatar .img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.das-menu .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.das-menu ul li:first-child {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}

.das-menu ul li:not(:first-child) {
    padding: 0px 0px 15px;
    display: flex;
    align-items: center;

}

.das-menu ul li:not(:first-child) .svg {
    width: 30px;
}

.das-menu ul li a {
    color: var(--three-color);
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-left: 10px;
}

.ds-user-infor .infor-acc {
    max-width: 400px;
}

.btn-site:focus {
    color: #FFFFFF;
    outline: none;
}

/*  */

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

@media screen and (max-width: 768px) {
    .contact-main {
        padding-top: 40px;
    }

    .contact-title h1 {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: 1.5px;
    }

    .contact-form {
        padding: 60px 40px;
    }

    .contact-google-map iframe {
        height: 400px;
    }

    .thank-main {
        width: 100%;
    }

    .ds-user-infor {
        padding-left: 15px;
        padding-right: 15px;
    }

    .das-menu .avatar .img {
        margin-bottom: 20px;
    }

    .das-menu ul li:not(:first-child) {
        text-align: center;
    }

}



.main-blog {
    padding-top: 45px;
}

.blog-title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1.1px;
}

.content-blog {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.img-content-blog img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .3s linear;
}

.img-content-blog:hover img {
    scale: 1.03;
}

.des-content-blog {
    background: #f8f8f8;
    padding: 0 10px 20px;
    border-bottom: 1px solid #efeff1;
    border-left: 1px solid #efeff1;
    border-right: 1px solid #efeff1;
}

.content-title a {
    color: var(--three-color);
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    padding-top: 15px;
    height: 67px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s;
}

.content-title a:hover,
.content-blog:hover a {
    color: var(--second-color)
}

.content-des {
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
}

.content-des .l2 {
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-btn {
    margin-top: 15px;
    text-align: center;
}

.blog-btn a {
    display: inline-block;
    padding: 8px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    background-color: var(--second-color);
    width: 120px;
}

.main-blog-detail {
    padding-top: 45px;
    margin-bottom: 40px;
}

.title-blog-detail h1 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0;
}

.img-blog-detail {
    margin-bottom: 15px;
}

.img-blog-detail img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: auto;
}

.content-blog-detail p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
}

.content-blog-detail h1 {
    font-size: 24px;
    line-height: 26px;
    margin: 10px 0;
}

.content-blog-detail h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0;
    margin-bottom: 15px;
}

.content-blog-detail h2 a {
    color: #333;
    font-weight: 700;
}

.content-blog-detail h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0;
}

.content-blog-detail h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0;
}

.latest-news-title h2 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 40px;
}

.nd-latest-news {}

.class-latest-news {
    margin-bottom: 30px;
}


.img-nd-news-related img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.des-nd-news-latest h3 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
}


/* page search */
.search-main {
    margin-top: 42px;
}

.page-search {
    padding-bottom: 50px;
}

.page-search .search-box {
    padding: 10px 20px;
    border-radius: 5px;
    border-bottom: 1px solid var(--three-color);
}

.page-search .search-box {
    display: flex;
    font-size: 16px;
    width: 70%;
    margin: 0 auto;
}

.page-search .search-box input {
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
}

.page-search .search-box button {
    border: none;
    outline: none;
    background: transparent;
}

.search-body .search-title {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
}

.search-body .pro-title {
    margin-bottom: 30px;
}

.top1 {
    background: var(--second-color) !important;
}

.footer-infor .item:hover {
    background: var(--second-color);
    color: white;

}

.footer-infor .item:hover a,
.footer-infor .item:hover svg path {
    stroke: #fff;
    color: #fff;
}

/* pupup */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    transition: 0.3s linear;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
}

.popup.active {
    visibility: visible;
    opacity: 1;
}

.pop-dialog {
    margin: 0 17px;
    width: 100%;
    overflow: auto;
}

.pop-dialog::-webkit-scrollbar {
    display: none;
}

.popup-body {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    z-index: 9999;
    transition: .3s linear;
}

.popup.active .popup-body {
    visibility: visible;
    pointer-events: all;
    transform: translate(0, 15%);
    opacity: 1;
}

.popup-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
}

.popup-des {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.mess-body {
    width: 500px;
    height: 424px;
    background-color: #fff;
    border-radius: 30px;
    padding: 78px 60px 53px;
}

.popup.active .mess-body {
    transform: translate(0, 50%);
}


.mess-icon {
    position: relative;
    height: 100px;
    margin-bottom: 18px;
}

.mess-icon>div {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.mess-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 13px;
    text-align: center;
}

.mess-infor {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.mess-btn {
    margin-top: 33px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.mess-btn>div {
    width: 200px;
    padding: 15px 0;
    text-align: center;
    color: white;
    transition: 0.2s linear;
    margin: 0 auto;
    border-radius: 100px;
    cursor: pointer;
    background-color: var(--second-color);
}

.mess-icon.true .success {
    display: block;
}

.mess-icon.true .erro {
    display: none;
}

.mess-icon.false .success {
    display: none;
}

.mess-icon.false .erro {
    display: block;
}

.content-blog-detail img {
    max-width: 100% !important;
    margin: 15px 0;
}

.content-blog-detail ul,
.content-blog-detail li {
    list-style: unset;
}

.content-blog-detail li {
    line-height: 24px;
    font-size: 16px;
}

.content-blog-detail ul {
    margin-left: 50px;
    padding-bottom: 10px;
}

.class-latest-news a {
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.class-latest-news:hover a {
    color: var(--second-color) !important;
}

.swal2-actions {
    font-size: 15px;
}

.pagination {
    text-align: center;
    width: 100%;
}

.pagination ul {
    width: 100%;
    text-align: center;
    float: left;
}

.pagination li {
    border-radius: 3px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 6px;
}

.pagination li span,
.pagination li a {
    background-color: #F8F8F8;
    border-radius: 50%;
    color: #000;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #828282;
    width: 40px;
    border: none
}

.pagination .active a {
    background: var(--second-color);
    border: 1px solid var(--second-color);
    color: white;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.pagination>li>a,
.pagination>li>span {
    padding: 0px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #fff;
    cursor: default;
    background-color: #ff6109;
    border-color: #ff6109;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #fff;
    background-color: #ff6109;
    border-color: #ff6109;
}


.pagination>li>a:hover path {
    fill: #fff;
}

.pagination>li.disabled>a:hover path {
    fill: black;
}

.form-dk form .form-group {
    position: relative;
}

.form-dk form .input-addon {
    position: absolute;
    left: 10px;
    top: 10px;
}

.dktv-body-des {
    margin-bottom: 17px;
    text-align: center;
}

.go-recover {
    margin-top: 26px;
    margin-bottom: 20px;
}

.go-recover a {
    color: #333;
    display: block;
}

.go-recover a.recover {
    margin-top: 10px;
}

.go-recover a:hover {
    color: var(--second-color);
}

.addonEmail svg {
    margin-top: 4px;
}

.modal-backdrop {
    display: none;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

/* moadl form */
.dktv-form .modal-dialog {
    top: 45% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    padding: 0;
    margin: 0;
}

.dktv-form .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

.dktv-form .modal-body {
    padding: 0;
}

.banner-search2 {
    max-width: 430px;
    top: 50%;
}

.banner-search2 form input {
    padding-left: 36px;
}

.banner-search2 * {
    max-width: 100%;
    font-size: 14px !important;
}

.banner-search2 .dktv-title {
    font-size: 18px !important;
}

.banner-search2 p {}

.banner-search .form-group button {
    position: initial;
    background: var(--second-color);
    width: 100%;
    max-width: 155px;
    height: 43px;
    line-height: 43px;
    transform: none;
}

.swal2-title {
    font-size: 16px;
}

.user .dashboard {
    /* margin-top: 110px; */
    background: #F8F8F8;
    padding-bottom: 42px;
}

/* .dashboard .sibar-dashboard {
    margin-right: -23px;
    border: 1px solid #D9D9D9;
    padding: 30px 0 25px;
    float: left;
}

.dashboard .sibar-dashboard .user{
    padding-left: 20px;
    width: 100%;
    float: left;
}

.dashboard .sibar-dashboard .user .avatar{
    width: 72px;
    height: 72px;
    float: left;
    margin-right: 10px;
    background-color: #ddd;
    border-radius: 50%;
    position: relative;
} */

/*.dashboard .sibar-dashboard .user .avatar .avt-name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
}*/

/* .dashboard .sibar-dashboard .user .info{
    float: left;
    margin-top: 9px;
}

.dashboard .sibar-dashboard .user .info .name{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #000000;
    margin-bottom: 15px;
}  

.dashboard .sibar-dashboard .user .info.point{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #000000;
}

.dashboard .sibar-dashboard ul{
    margin-top: 18px;
    float: left;
    width: 100%;
}

.dashboard .sibar-dashboard ul li {
    padding: 12px 0 12px 20px;
    float: left;
    width: 100%;
}

.dashboard .sibar-dashboard ul li img{
    margin-right: 10px;
}

.dashboard .sibar-dashboard ul li.active{
    background: #F4F4F4;
}

.dashboard .sibar-dashboard ul li:hover{
    background: #F4F4F4;
}

.dashboard .tab-info{
    margin-left: 33px;
}

.dashboard .dashboard-button{
    border: none;
    background: var(--primary-color);
    color: #ffffff;
    padding: 7px 15px;
    transition: .3s linear;
    font-weight: 500;
}

.dashboard .dashboard-button:hover{
    background-color: #FFDA7A;
    color: var(--primary-color);
}

.dashboard .tab-info h2.title {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 20px;
    color: var(--primary-color);
    text-align: left;
}

.dashboard .tab-info .info-inner:not(:first-child){
    margin-top: 40px;
}

.dashboard .tab-info table {
    /* border: 1px solid #D9D9D9; */
/* width: 100%; */
/* } */

/* .dashboard .tab-info table th {
    padding: 16px 20px 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #000000;
    text-align: center;
}

.dashboard .tab-info table td{
    padding: 12px 10px 12px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.dashboard .tab-info table .price,
.dashboard .tab-info table .point {
    color: #FF0000;
}

.dashboard .tab-info table .watch-now {
    display: inline-block;
    padding: 3px 8px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
}

.dashboard .tab-info table tr:nth-child(even) {
    background-color: #F4F4F4;
}

.dashboard .tab-info table th:first-child,
.dashboard .tab-info table td:first-child {
    text-align: left;
}

table.type-1 th{
    width: 13%;
}

table.type-1 th:nth-child(3){
    width: 15%;
}

table.type-1 th:first-child {
    width: 46%;
}

table.type-2 th {
    width: 13%;
}

table.type-2 th:first-child {
    width: 74%;
}

.dashboard .tab-info .info-inner .see-more{
    padding: 20px;
}

.dashboard .tab-info .info-inner .see-more a{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
}

table.type-3 th.stt{
    width: 5%;
    text-align: center;
}

table.type-3 th {
    width: 10%;
}

table.type-3 th.account{
    width: 30%;
    text-align: left;
}

.dashboard .tab-info table.type-3 td.stt{
    text-align: center;
    padding: 12px 20px;
}

.dashboard .tab-info table.type-3 td.name {
    text-align: left;
}

table.type-3 .status {
    color: #BA9D00;
}

#ref_link_text{
    color: var(--primary-color);
}

#form-change-pass .add-item:not(:last-child){
    margin-bottom: 20px;
}
.dashboard a {color: #333;}
.dashboard a:hover {color: #ff6109;} */

/* Cộng tác viên  */
/* .loiich {
    max-width: 800px;
    margin: 0 auto;
} */

.loiich h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 45px;
}

/* .loiich ul {
    padding-left: 0;
    margin-top: 35px;
    margin-bottom: 25px;
} */

.loiich li {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 44px;
    position: relative;
}

.loiich li span {
    display: block;
}

.loiich svg {
    width: 33px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
}

.pro-list-ctv {}

.pro-list-ctv h1 {
    font-size: 60px;
    line-height: 76px;
    color: #ff6109;
}

.pro-list-ctv h1 span {
    font-size: 48px;
    line-height: 48px;
    color: #333;
}

.page-recover {
    margin-top: 100px;
}

#form-login-url .go-recover a,
#form-login-url .go-recover,
#form-register-url .go-recover a,
#form-register-url .go-recover {
    color: #fff;
}

.banner-img {
    background-position: center;
}

.page-ctv {
    background: url('../img/bannerctv.png') no-repeat 50% 0;
    background-size: cover;
    margin-top: 70px;
}

.dkbhtwb {
    margin-top: 90px;
    margin-bottom: 20px;
}

.ctv-title-faq {}

.ctv-title-faq svg {
    margin-bottom: 40px;
}

.contact-banner img {
    width: 100%;
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    float: left;
    width: 100%;
    text-align: left
}

.rating-stars ul li.star {
    display: inline-block;
    font-size: 17px
}

.rating-stars ul li.star i {
    font-size: 1.2em;
    color: #ccc
}

.rating-stars ul li.star.selected i {
    color: #ee4d2d
}

.rating-stars ul li.star.hover i {
    color: #ee4d2d
}

.rate-item {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.rate-item .rate-stars ul {
    list-style: none;
    padding: 0
}

.rate-item .rate-stars li {
    display: inline-block
}

.rate-item .rate-stars li i {
    color: #ccc
}

.rate-item .rate-stars li.active i {
    color: #ee4d2d
}

.rate-item .avatar span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

.rate-info {
    width: calc(100% - 115px);
    float: left;
}

.rate-item .avatar {
    height: 80px;
    width: 80px;
    float: left;
    margin-right: 25px;
    background: #e2e2e2;
    border-radius: 50%;
    position: relative;
}

.rate-info .fullname,
.rate-info .rate-stars {
    float: left
}

.rate-info .fullname {
    font-weight: 500;
    margin-right: 10px;
    font-size: 16px
}

.rate-content {
    margin-bottom: 5px
}

.rate-dated a,
.rate-dated {
    color: #888
}

.rating-stars #stars,
.rating-stars input {
    margin: 0;
    float: left;
    display: inline-block;
    width: auto
}

.rating-stars input {
    float: right;
    background: var(--primary-color);
    color: #fff
}

.rating-stars input:hover {
    color: #fff
}

.loading-process {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.loading-process .process-bg {
    background: #fff;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    top: 40%;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-process .process-bg .process {
    height: 7px;
    background: #dbdbdb;
    width: 80%;
    margin-left: 10%;
}

.loading-process .process-bg .process-lb {
    margin-top: 25px;
    font-size: 15px;
}

.loading-process .process-bg .process .pgr {
    background: #ff0000;
    height: 7px;
    display: inline-block;
    float: left;
    width: 10%;
    content: ""
}


/* TuÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢n css */
#breadcrumb {
    height: 48px;
    background-color: #F8F8F8;
}

#breadcrumb ol {
    line-height: 48px;
}

#breadcrumb ol li {
    display: inline-block;
    position: relative;
}

#breadcrumb ol a {
    transition: all .2s linear;
    color: #333;
}

#breadcrumb ol a:hover {
    color: #ff6109;
}

#breadcrumb ol li:not(:first-child) {
    margin-left: 36px;
}

#breadcrumb ol li:not(:first-child)::before {
    content: url(../img/webi_breadcrumb_icon.svg);
    position: absolute;
    left: -26px;
    top: 2px;
}

.breadcrumb {
    height: 48px;
    background-color: #F8F8F8;
}

.breadcrumb ol {
    line-height: 48px;
}

.breadcrumb ol li {
    display: inline-block;
    position: relative;
}

.breadcrumb ol a {
    transition: all .2s linear;
    color: #333;
}

.breadcrumb ol a:hover {
    color: #ff6109;
}

.breadcrumb ol .last a {
    color: #ff6109;
    pointer-events: none;
}

.breadcrumb ol li:not(:first-child) {
    margin-left: 36px;
}

.breadcrumb ol li:not(:first-child)::before {
    content: url(../img/webi_breadcrumb_icon.svg);
    position: absolute;
    left: -26px;
    top: 2px;
}

.tuan-wrap-news-detail {
    padding-top: 30px;
}

.content-blog-detail {
    margin-bottom: 50px;
}

.product-rate-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.form-group p {
    margin-bottom: 10px;
    font-size: 16px;
}

#tuan-wrap-bao-gia {
    background-color: #F8F8F8;
}

#tuan-background-bao-gia {
    min-height: 300px;
    background-image: url(../img/bao-gia-background.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#tuan-background-bao-gia .tuan-text-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tuan-text-background h2 {
    font-size: 50px;
    font-weight: 500;
    line-height: 56.34px;
    color: #FFFFFF;
    margin-bottom: 9px;
}

.tuan-text-background h1 {
    color: #FFF;
}

.tuan-text-background p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
}

#tuan-form-bao-gia {
    max-width: 960px;
    margin: 0 auto;
    margin-top: -16px;
    padding-bottom: 60px;
}

.tuan-border-top {
    height: 16px;
    background-color: #FF6109;
}

.tuan-info-inner {

    background-color: #FFFFFF;
}

.tuan-thong-tin-khach-hang,
.tuan-ngan-sach-du-kien {
    padding: 24px 62px;
}

.tuan-info-inner:not(:last-child) {
    margin-bottom: 10px;
}

.tuan-info-inner h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 23.44px;
}

.tuan-info-inner .title-type-1 {
    margin-bottom: 24px;
}

.tuan-info-inner .title-type-2 {
    margin-bottom: 37px;
}

.tuan-thong-tin-khach-hang .tuan-label {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #4F4F4F;
}

.tuan-thong-tin-khach-hang .input-nhap {
    width: 100%;
    border: 1px solid #CACACA;
    border-radius: 5px;
    height: 43px;
    outline: none;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    padding: 0 15px;
}

.tuan-thong-tin-khach-hang .input-nhap::placeholder {
    color: #CCCCCC;
}

.tuan-tinh-nang-quan-tam {
    padding: 24px 62px 35px;
}


.tuan-tinh-nang {
    display: block;
    position: relative;
    padding-left: 40px;
    padding-right: 20px;
    cursor: pointer;
    font-size: 17px;
    color: #4F4F4F;
    line-height: 21px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #CACACA;
    width: 100%;
    height: 43px;
    line-height: 43px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tuan-tinh-nang input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.tuan-tinh-nang .checkmark {
    position: absolute;
    top: 10px;
    left: 8px;
    height: 24px;
    width: 24px;
    border: 1px solid #CACACA;
    border-radius: 50%;
}

.tuan-tinh-nang input:checked~.checkmark {
    background-color: #23B93C;
}

.tuan-tinh-nang .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.tuan-tinh-nang input:checked~.checkmark:after {
    display: block;
}

.tuan-tinh-nang .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tuan-tinh-nang .delete-tinh-nang {
    position: absolute;
    top: 0px;
    right: 10px;
    /* padding: 0 13px; */
}

.tuan-tinh-nang-quan-tam .tuan-them-tinh-nang {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #23B93C;
    margin-top: 18px;
}

.tuan-them-tinh-nang svg {
    transform: translateY(4px);
    margin-right: 10px;
}

.tuan-tinh-nang.active {
    color: #23B93C;
}

.tuan-nhap-tinh-nang {
    margin-top: 9px;
}

.tuan-nhap-tinh-nang .input-nhap-tinh-nang {
    border: 1px solid #FF6109;
    width: 100%;
    height: 43px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 43px;
    padding: 0 19px;
    color: #4F4F4F;
    outline: none;
}

.tuan-nhap-tinh-nang .button-them-tinh-nang {
    display: block;
    height: 43px;
    background-color: #23B93C;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    border-radius: 5px;
}

.tuan-y-tuong-cua-khach-hang {
    padding: 24px 62px 40px;
}

.tuan-y-tuong-cua-khach-hang textarea {
    width: 100%;
    min-height: 80px;
    border: 1px solid #CACACA;
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    padding: 0 15px;
    outline: none;
    resize: none;
}

.tuan-y-tuong-cua-khach-hang textarea::placeholder {
    color: #CCCCCC;
}

.tuan-y-tuong-cua-khach-hang button {
    background-color: #FF6109;
    color: #FFFFFF;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    min-width: 260px;
    text-align: center;
    border-radius: 50px;
    margin-top: 27px;
    transition: all .3s;
}

.tuan-y-tuong-cua-khach-hang button:hover {
    background-color: #fff;
    color: var(--second-color);
    box-shadow: 0 0 0 1px var(--second-color) inset;
}

.tuan-slidecontainer {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.tuan-slider {
    width: 100%;
    height: 7px;
    outline: none;
    -webkit-appearance: none;
    background: #F4F4F4;
    border-radius: 30px;
}

.tuan-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 4px solid #FF6109;
    border-radius: 50%;
    background: #FFFFFF;
    cursor: pointer;
}

.tuan-bao-gia-start {
    width: 18px;
    height: 18px;
    border: 4px solid #FF6109;
    border-radius: 50%;
    background: #FFFFFF;
    cursor: pointer;
    position: absolute;
    top: -5px;
    left: 0px;
}

.tuan-slidecontainer .price-first {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #4F4F4F;
    padding: 10px 30px 5px 33px;
    display: inline-block;
    background-color: #F8F8F8;
    margin-top: 27px;
    margin-left: -77px;
    position: relative;
}

.tuan-slidecontainer .price-output {
    min-width: 180px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #4F4F4F;
    padding: 10px 30px 5px 33px;
    display: inline-block;
    background-color: #F8F8F8;
    margin-top: 27px;
    margin-left: -77px;
    position: absolute;
    left: 56.5%;
    transform: translateX(-15px);
}

.tuan-slidecontainer .price-first::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0px 14px 10px 14px;
    border-color: #F8F8F8 transparent;
    top: -10px;
}

.tuan-slidecontainer .price-output::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0px 14px 10px 14px;
    border-color: #F8F8F8 transparent;
    top: -10px;
}

.login-preview {
    margin-left: 30px;
}

.home .home-pro-btn .home-btn {
    margin: 0 15px;
}

.feature-item-text {
    height: 170px;
}

.ses-7-conten .owl-nav button:hover svg path {
    stroke: #FF6109;
}

/* //alert */
.swal2-styled.swal2-confirm {
    background-color: var(--second-color) !important;
    border-radius: 500px !important;
    transition: all .2s linear;
    min-width: 100px;
}

.swal2-styled.swal2-confirm:hover {
    background: #fff !important;
    box-shadow: 0 0 0 2px var(--second-color) inset !important;
    color: var(--second-color);
}


.swal2-styled.swal2-cancel {
    border-radius: 500px !important;
    background: #fff !important;
    box-shadow: 0 0 0 2px var(--second-color) inset !important;
    color: var(--second-color);
    transition: all .2s linear;
    min-width: 100px;
}

.swal2-styled.swal2-cancel:hover {
    background-color: var(--second-color) !important;
    color: #fff;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none;
}

.see-more-product .see {
    display: inline-block;
    background-color: #ff6109;
    color: white;
    font-size: 20px;
    font-weight: 500;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    transition: .2s linear;
}

/* //alert */
/* Giới thiệu */
.session-gioithieu {
    margin-top: 100px;
}

.gioi-thieu-right {
    margin-left: -15px;
    margin-top: 50px;
}

.gioi-thieu-right h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: 50px;
}

.gioi-thieu-right h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin: 25px 0 15px;
}

.gioi-thieu-right p {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}

.title-gioithieu {
    font-size: 48px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
}

.over-row-40 {
    margin-right: -40px;
    margin-left: -40px;
}

.over-col-40 {
    padding-right: 40px;
    padding-left: 40px;
}

.over-row-27 {
    margin-right: -27px;
    margin-left: -27px;
}

.over-col-27 {
    padding-right: 27px;
    padding-left: 27px;
}

.gioithieu-content .item {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.item-ban-co-van {
    margin-top: 40px;
}

.overlay-ban-co-van {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(360deg, #391907 0%, rgba(57, 25, 7, 0) 43.4%);
}

.ban-co-van-wrap .info {
    position: relative;
    padding-left: 64px;
    margin-bottom: 18px;
}

.ban-co-van-wrap .info img {
    position: absolute;
    top: 0;
    left: 0;
}

.ban-co-van-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 22px 24px;
}

.ban-co-van-wrap .info .name {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #FFF;
}

.ban-co-van-wrap .info .des {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 5px;
    color: #FFF;
}

.more-info .inner {
    display: inline-block;
    border: 1px solid #a6a6a6;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #D5D5D5;
    padding: 8px 29px;
    border-radius: 100px;
}

.more-info .inner:not(:first-child) {
    margin-left: 5px;
}

.item-ban-co-van .social {
    position: absolute;
    top: 12px;
    right: 22px;
}

.item-ban-co-van .social a {
    display: block;
    margin-top: 10px;
}

.item-nhan-su {
    background-color: #eeeeee;
    text-align: center;
    margin-top: 50px;
}

.item-nhan-su .info {
    padding: 24px 15px 28px;
}

.item-nhan-su .info .name {
    font-size: 20px;
    font-weight: 500;
    line-height: 23.44px;
}

.item-nhan-su .info .des {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 5px;
}

.item-nhan-su .wrap-img {
    position: relative;
}

.item-nhan-su .wrap-img .icon {
    position: absolute;
    left: 16px;
    bottom: 0;
}

.session-nhansu {
    margin-top: 110px;
}

.tuan-dich-vu {
    background-color: #ff6109;
    position: relative;
    margin-top: 80px;
}

.tuan-dich-vu-right {
    width: 50%;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
}

.tuan-dich-vu-right img {
    height: 100% !important;
    object-fit: cover;
}

.tuan-dich-vu-left .wrap {
    position: relative;
    height: 500px;
}

.tuan-dich-vu-left-wrap {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 590px;
    padding-right: 15px;
    color: #FFF;
}

.tuan-dich-vu-left-wrap h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 20px;
}

.tuan-dich-vu-left-wrap h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
}

.session-list-dich-vu {
    padding-top: 50px;
    background-color: #F8F8F8;
    padding-bottom: 76px;
}

.session-list-dich-vu .item {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 33px;
    height: 80px;
    position: relative;
    margin-bottom: 24px;
    display: block;
    color: #333;
    /* transition: .2s ease-out; */
}

.session-list-dich-vu .item svg {
    color: #ff6109;
    transition: .2s ease-out;
    position: absolute;
    top: 50%;
    left: 33px;
    transform: translateY(-50%);
}

.session-list-dich-vu .item .content {
    font-size: 20px;
    font-weight: 500;
    line-height: 23.44px;
    position: absolute;
    top: 50%;
    left: 30%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
}

.session-list-dich-vu .item:hover {
    color: #fff;
    background-color: #ff6109;
}

.session-list-dich-vu .item:hover svg {
    color: #fff;
}

.tuan-li-do {
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tuan-li-do .title-gioithieu {
    color: #fff;
    margin-bottom: 60px;
}

#li-do-chon-webi {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

#li-do-chon-webi .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
}

#li-do-chon-webi .owl-nav button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#li-do-chon-webi .owl-prev {
    left: -90px;
}

#li-do-chon-webi .owl-next {
    right: -90px;
}

#li-do-chon-webi .li-do-left {
    width: 65%;
    float: left;
    position: relative;
}

#li-do-chon-webi .li-do-left::before {
    content: '';
    width: 100%;
    height: 13px;
    background-color: #ff6109;
    position: absolute;
    bottom: 0;
    left: 0;
}

#li-do-chon-webi .li-do-left img {
    height: 600px;
    width: auto;
    object-fit: cover;
}

#li-do-chon-webi .li-do-right {
    width: 35%;
    float: right;
    height: 600px;
    background-color: #fff;
    padding: 75px 28px 100px 50px;
    position: relative;
}

#li-do-chon-webi .li-do-right .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}

#li-do-chon-webi .li-do-right .content {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}

#li-do-chon-webi .li-do-right img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 300px;
}



.giaiphap-congnghe .giai-phap {
    margin-right: 15px;
}

.giaiphap-congnghe .cong-nghe {
    margin-left: 15px;
}

.giaiphap-congnghe .item {
    border-radius: 30px;
    padding: 24px 31px 22px 35px;
    color: #FFFFFF;
    min-height: 550px;
}

.giaiphap-congnghe .item .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 68px;
    position: relative;
    padding-left: 87px;
}

.giaiphap-congnghe .item .title svg {
    position: absolute;
    top: 0;
    left: 0;
}

.giaiphap-congnghe .giai-phap ul {
    margin-top: 21px;
}

.giaiphap-congnghe .giai-phap ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    list-style: none;
    margin-bottom: 17px;
    padding-left: 46px;
    position: relative;
}

.giaiphap-congnghe .giai-phap ul li::before {
    content: url(/timekeeping/image/tich-trang.svg);
    position: absolute;
    top: 3px;
    left: 9px;
}

.giaiphap-congnghe .cong-nghe .title {
    margin-bottom: 31px;
}

.giaiphap-congnghe .cong-nghe .cong-nghe-title ul {
    margin-left: 25px;
}

.giaiphap-congnghe .cong-nghe .cong-nghe-title ul li {
    font-weight: 400;
    font-size: 18px;
    list-style: disc;
    line-height: 40px;
}

.giaiphap-congnghe .cong-nghe .cong-nghe-title .des {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
}

.phantich-baogia-hotro .item-left {
    margin-right: 15px;
}

.phantich-baogia-hotro .item {
    border: 1px solid #E7E7E7;
    border-radius: 30px;
    padding: 30px 25px 25px 30px;
    margin-bottom: 30px;
}

.phantich-baogia-hotro .item .title {
    padding-left: 60px;
    position: relative;
    height: 60px;
    margin-bottom: 16px;
}

.phantich-baogia-hotro .item .title .text {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.phantich-baogia-hotro .item .title svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.phantich-baogia-hotro .item ul {
    margin-left: 20px;
}

.phantich-baogia-hotro .item ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    list-style: disc;
}

.phantich-baogia-hotro .title-gioithieu,
.giaiphap-congnghe .title-gioithieu {
    margin-bottom: 70px;
}



.muc-luc {
    /* max-width: 600px; */
    margin: 40px auto 30px auto;
    padding: 15px;
    border: 1px solid #CCCCCC;
}

.muc-luc .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    position: relative;
}

.muc-luc .title img {
    width: 25px;
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    transform: translateY(-50%);
    margin: 0;
}

.muc-luc .chi-tiet-muc-luc {
    border-top: 1px solid #CCCCCC;
    padding: 20px 10px 0px;
    margin-top: 10px;
    list-style: none;
    margin-left: 0px;
}

.muc-luc .chi-tiet-muc-luc li {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.muc-luc .chi-tiet-muc-luc li:not(:last-child) {
    margin-bottom: 10px;
}

.muc-luc .chi-tiet-muc-luc li ul {
    margin-top: 10px;
}

.muc-luc .chi-tiet-muc-luc li ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.muc-luc .chi-tiet-muc-luc li ul li:not(:last-child) {
    margin-bottom: 5px;
}

.muc-luc .chi-tiet-muc-luc li a:hover {
    color: #ff6109;
    transition: .2s ease-out;
}

.muc-luc .chi-tiet-muc-luc .ah2 {
    color: #333;
    display: inline;
}

.muc-luc .chi-tiet-muc-luc .ah3 {
    color: #333;
    display: inline;
}

.muc-luc .chi-tiet-muc-luc li ul {
    margin-left: 20px;
}

.bg-black svg {
    color: #eeeeee;
}

.bg-grey svg {
    color: #4f4f4f;
}

/* page trích xuất */
.box-trich-xuat {
    max-width: 980px;
    margin: 0 auto;
}

.box-trich-xuat .form-trich-xuat {
    margin-top: 50px;
}

.CodeMirror {
    width: 980px;
    max-width: 980px;
    min-width: 980px;
    min-height: 300px;
    resize: auto;
    background: #FFFFFF;
    border: 2px solid #FF6109;
    box-sizing: border-box;
    border-radius: 12px;
}

.box-trich-xuat .button-group {
    margin-top: 20px;
}

.box-trich-xuat .button-group .unminify {
    background: #ff6109;
    border-radius: 8px;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    min-width: 200px;
    border: none;
    padding: 0px 15px;
    outline: 0;
}

.box-trich-xuat .button-group .option {
    background: #EEEEEE;
    border-radius: 8px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border: none;
    padding: 0px 15px 0px 15px;
    outline: 0;
    border: 1px solid #ff6109;
    border-bottom: 2px solid #ff6109;
    margin-left: 15px;
}

.box-trich-xuat .button-group .option svg {
    margin-right: 5px;
    transform: translateY(3px);
}

.content-page-trich-xuat {
    margin-top: 50px;
}

.page-trich-xuat {
    margin-top: 20px;
}

/* Tuân css lại chỗ đánh giá và nhận xét ở trang chủ */
/* .overlay-tuan{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(24, 24, 24, .4);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
} */

/* .overlay-tuan.active {
    opacity: 1;
    visibility: visible;
} */

#modal-product-rate,
.modal-casestudy-item,
#modal-product-rate-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    height: 100%;
    z-index: 1001;
    overflow-y: scroll;
    padding: 30px 0;
}

.stop-scroll {
    height: 100%;
    overflow: hidden;
}

#modal-product-rate.active,
.modal-casestudy-item.active,
#modal-product-rate-form.active {
    transform: translateY(0%);
    /* transition: transform 0.7s cubic-bezier(.19,1,.22,1), height 0.7s ease; */
}

.stop-scroll .modal-casestudy-item {background: rgba(0,0,0,.7);}
.modal-casestudy-item .product-user-rate-list-item h4 {padding-top: 15px;margin-bottom: 8px;}
.modal-casestudy-item .product-user-rate-list-item p {margin-bottom: 10px;line-height: 23px;display: block;}
.over-height-modal-rate,
.over-height-modal-rate-form {
    position: fixed;
    top: 0;
    /* right: 0; */
    /* bottom: 0; */
    left: 0;
    z-index: 1002;
    /* background: rgba(24, 24, 24, .4); */
    height: 100vh;
    /* opacity: 0;
    visibility: hidden;
    transition: .3s linear; */
    width: 100%;
}

#modal-product-rate .modal-dialog {
    max-width: 1000px;
    width: 100%;
    margin: 0px auto;
}

.modal-dialog .casestudy-logo {
    margin-bottom: 20px;
    margin-top: 20px;
}
.modal-dialog .casestudy-logo img {
    max-height: 40px;
}
.row-casestudy {margin-top: 30px;}

.modal-dialog .casestudy-web, .modal-dialog .casestudy-title {
    margin-bottom: 25px;
}
.modal-dialog .casestudy-title h3 {
    font-size: 30px;
    font-weight: 500;
}
.modal-dialog .casestudy-info h3 {
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 40px;
    /* text-transform: uppercase; */
    display: inline-block;
    /* background: #ddd; */
    padding: 3px 5px;
    border-radius: 5px;
    font-weight: 500;
}
.modal-dialog .casestudy-info .item {text-align: center;border: 1px solid #ddd;border-radius: 12px;padding: 15px 12px;/* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12); */}
.modal-dialog .casestudy-info .item .icon {width: 50px; margin-bottom: 15px; display: inline-block}
.modal-dialog .casestudy-info .item .title {font-weight: bold; font-size: 15px; margin-bottom: 5px;}
.modal-dialog .casestudy-info .item .desc {font-size: 14px;color: #595a5d;}
.modal-dialog .casestudy-info {margin-bottom: 45px;}
.modal-dialog .casestudy-info ul {list-style: none; }
.modal-dialog .casestudy-info ul li {display: inline-block;padding-right: 10px;font-size: 15px;}
.modal-dialog .casestudy-info ul li img {width: 16px;}
.modal-dialog .casestudy-title .casestudy-info {}
.modal-casestudy-item .product-rate-sum {border-radius: 12px;box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);}
.modal-casestudy-item .product-user-rate-title {margin-bottom: 15px;font-weight: 500;}
#modal-product-rate .modal-content,
.modal-casestudy-item .modal-content,
#modal-product-rate-form .modal-content {
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 1005;
}

#modal-product-rate .modal-content.active,
.modal-casestudy-item .modal-content.active,
#modal-product-rate-form .modal-content.active {
    opacity: 1;
    visibility: visible;
    transition: .3s linear;
}

#modal-product-rate .modal-body {
    max-width: 840px;
    margin: 0 auto;
    padding: 36px 0 20px;
    position: unset;
}

.product-rate-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 16px;
    width: 90%;
    display: none;
}

.product-rate-sum {
    background-color: #F8F8F8;
    padding: 24px 0px;
    display: flex;
    align-items: center;
}

.product-rate-sum .overview-title {
    font-size: 24px;
    line-height: 28.64px;
    font-weight: 500;
    width: 35%;
    padding-left: 24px;
}

.product-rate-sum ul {
    /* display: inline-block; */
    width: 65%;
}

.product-rate-sum ul li strong {
    font-size: 24px;
    line-height: 28.64px;
    font-weight: 400;
    margin-bottom: 4px;
}

.product-rate-sum ul li p {
    font-size: 16px;
    line-height: 19.09px;
    font-weight: 500;
    color: #828282;
}

.product-rate-sum ul li {
    display: inline-block;
    width: 32.5%;
}

.product-rate-sum ul li.pham-tram-danh-gia {
    padding-left: 20px;
}

.product-rate-sum ul li.luot-danh-gia {
    padding-left: 36px;
}

.product-rate-guide {
    padding-top: 32px;
}

.product-rate-guide .guide-title a {
    display: flex;
    align-items: center;
    padding-bottom: 21px;
    line-height: 24px;
}

.product-rate-guide .guide-title a .guide-text {
    margin-left: 12px;
    margin-right: 8px;
}

.product-rate-guide .guide-body {
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    color: #4F4F4F;
}

.product-rate-guide .guide-body .rutgon {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}

.product-rate-guide .guide-body .rutgon a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16.41px;
    color: #828282;
}

.product-rate-guide .guide-body .rutgon a svg {
    margin-left: 8px;
}

.product-rate-stars-sum {
    border-radius: 0px;
    border: 1px solid #E8E8E8;
    padding: 23px 24px 25px 24px;
}

.product-rate-stars-sum .stars-title {
    font-size: 30px;
    line-height: 35.8px;
    font-weight: 500;
    color: #333333;
    padding-bottom: 34px;
}

.product-rate-stars-sum ul li.star-rate {
    display: inline-block;
}

.product-rate-stars-sum ul li.star-rate:not(:first-child) {
    margin-left: 8px;
}

.product-rate-stars-content {
    display: flex;
    align-items: center;
    width: 50%;
    float: left;
    /* line-height: 43px; */
}

.product-rate-stars-content strong {
    margin-left: 15px;
    font-size: 16px;
}

.product-rate-stars-content p {
    margin-left: 13px;
    color: #828282;
    font-size: 16px;
}

.product-rate-send {
    color: #fff;
    background-color: #0060A6;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    float: right;
    width: 49%;
    max-width: 246px;
    cursor: pointer;
}

.product-user-rate-list {
    margin-top: 42px;
    margin-bottom: 0px;
}

.product-user-rate-title {
    font-size: 25px;
    line-height: 35.8px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 45px;
}

.product-user-rate-list-item {
    margin-bottom: 42px;
}

.product-user-rate-list-item .avatar {
    width: 60px;
    float: left;
}

.product-user-rate-list-item .avatar img {
    border-radius: 50%;
    max-height: 60px;
    object-fit: cover;
}

.has-avatar {
    float: left;
    margin-left: 29px;
    margin-right: 20px;
    margin-top: 8px;
}

.product-user-rate-list ul {
    margin-bottom: 13px;
}

.product-user-rate-list ul li.star-rate {
    display: inline-block;
}

.product-user-rate-list ul li.star-rate:not(:first-child) {
    margin-left: 8px;
}

.product-user-rate-list .rate-item-user-name h3 {
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0px;
}

.has-avatar~.rate-item-user-content {
    padding-left: 89px;
    margin-top: -20px;
    float: left;
    text-align: left;
}

.rate-item-user-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #4F4F4F;

}

.star-average-percent {
    position: relative;
    margin-top: 15px;
    margin-bottom: 30px;
    height: 6px;
    background: #EFEFEF;
    border-radius: 5px;
    overflow: hidden;
}

.percent-width {
    background: #F2C94C;
    height: 6px;
    position: absolute;
    width: 100%;
    transform: translate(-60%, 0);
    content: "";
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}

#modal-product-rate .modal-close,
.modal-casestudy-item .modal-close,
#modal-product-rate-form .modal-close {
    position: absolute;
    top: 0px;
    right: 15px;
    color: #333333;
    font-size: 30px;
    transform: rotate(45deg);
    cursor: pointer;
}







#modal-product-rate-form .product-comment-form-tieuchi {
    display: inline-block;
    font-size: 16px;
    line-height: 21.41px;
    font-weight: 500;
    color: #333333;
}

.product-comment-stars-sum-form {
    margin-bottom: 30px;
}

.product-comment-stars-sum-form .stars-title {
    margin-top: 45px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    line-height: 26.44px;
    color: #333333;
}

#modal-product-rate-form .product-comment-form-tieuchi-star {
    float: right;
}

#modal-product-rate-form .product-comment-form-tieuchi-star li {
    margin-left: 8px;
}

#modal-product-rate-form .product-user-rate-form-content>div {
    font-size: 16px;
    font-weight: 600;
    line-height: 18.41px;
    color: #333333;
    margin-bottom: 15px;
}

#modal-product-rate-form .product-user-rate-form-content {
    padding-top: 10px;
}

#modal-product-rate-form .product-user-rate-form-content textarea {
    min-height: 80px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #E8E8E8;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22.41px;
    padding: 12px 10px;
    outline: none;
}

.product-comment-send-form {
    color: #fff;
    background-color: #0060A6;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 7px;
    cursor: pointer;
}

#modal-product-rate-form {
    overflow-y: scroll;
}

.modal-casestudy-item .modal-dialog,
#modal-product-rate-form .modal-dialog
{
    width: 1000px;
    margin: 0px auto;
}

.modal-casestudy-item .modal-body,
#modal-product-rate-form .modal-body
{
    max-width: 840px;
    margin: 0 auto;
    padding: 36px 0 20px;
    position: unset;
}

.product-comment-form-tieuchi-star>ul {
    display: flex;
}

/* fix lại webpx */
.row-10 {
    margin: 0 -10px;
}

.col-10 {
    padding: 0 10px;
}

.home-session-1-content {
    background-color: #fafafa;
    margin-top: 20px;
    padding: 55px 0;
}

.bo-giai-phap {
    padding-bottom: 50px;
}

.bo-giai-phap .row-10 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
}

.bo-giai-phap .item {
    margin-top: 24px;
    padding: 28px 20px 28px 105px;
    position: relative;
    height: 100%;
}

.bo-giai-phap .item-1 {
    background-color: #F3FEFD;
}

.bo-giai-phap .item .stt {
    font-size: 36px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.bo-giai-phap .item .stt-1 {
    background-color: #62CCB0;
}

.bo-giai-phap .item .name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}

.bo-giai-phap .item .content {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.bo-giai-phap .item .stt-2 {
    background-color: #2942CC;
}

.bo-giai-phap .item .stt-3 {
    background-color: #CA8F3B;
}

.bo-giai-phap .item .stt-4 {
    background-color: #C45531;
}

.bo-giai-phap .item .stt-5 {
    background-color: #9CCB58;
}

.bo-giai-phap .item .stt-6 {
    background-color: #4EA17B;
}

.bo-giai-phap .item-2 {
    background-color: #F2F7FD;
}

.bo-giai-phap .item-3 {
    background-color: #FDF9F2;
}

.bo-giai-phap .item-4 {
    background-color: #FDF8F6;
}

.bo-giai-phap .item-5 {
    background-color: #FAFEF2;
}

.bo-giai-phap .item-6 {
    background-color: #F7F9F8;
}

.thuc-thi-y-tuong-inner {
    padding: 50px 0 50px 45px;
    background-color: #333333;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.thuc-thi-y-tuong-inner .item-right {
    width: 49.24%;
    float: right;
}

.thuc-thi-y-tuong-inner .item-left {
    width: 50.76%;
    float: left;
    padding-right: 78px;
}

.thuc-thi-y-tuong-inner .item-left h3 {
    font-size: 24px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
}

.thuc-thi-y-tuong-inner .item-left h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
}

#steps {
    margin-top: 100px;
}

#steps .step {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
    display: grid;
    grid-template-columns: 100px 125px auto 41px;
    align-items: baseline;
    margin-bottom: 24px;
}

#steps .step .number {
    font-size: 100px;
    font-weight: 300;
    line-height: 100px;
}

#steps .step .total {
    color: var(--second-color);
}

#steps .step .process {
    height: 1px;
    background-color: #ffffff;
    transform: translateY(-10px);
    margin-right: 24px;
}

#steps .item .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
}

#steps .item .content {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

#steps .owl-nav {
    margin-top: 70px;
}

#steps .owl-nav button {
    display: inline-block;
    width: 42px;
    height: 42px;
    border: 1.6px solid #ffffff;
    border-radius: 50%;
    line-height: 46px;
    transition: .3s;
}

#steps .owl-nav button:hover {
    border: 1px solid var(--second-color);
    color: var(--second-color);
}

#steps .owl-nav .owl-prev {
    margin-right: 20px;
}

.name-company {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.doi-tac-wrap {
    padding: 75px 0 50px;
}

#doi-tac {
    margin-top: 53px;
    padding: 0 73px;
    position: relative;
}

#doi-tac .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    display: block;
    width: 32px;
    height: 32px;
    background-color: var(--second-color);
    border-radius: 50%;
    line-height: 38px;
    border: 1px solid var(--second-color);
    transition: .3s;
}

#doi-tac .owl-nav button:hover {
    color: var(--second-color);
    background-color: #FFFFFF;
}

#doi-tac .owl-nav .owl-prev {
    left: 0;
}

#doi-tac .owl-nav .owl-next {
    right: 0;
}

#doi-tac .owl-nav .owl-next svg {
    transform: translateX(1px);
}

#doi-tac .item {
    overflow: hidden;
}

#doi-tac .item.wrap-img {
    padding-bottom: 50%;
}

#doi-tac .item img {
    transform: scale(1.2);
}

.feedback-wrap {
    padding-bottom: 80px;
}

#feedback {
    margin-top: 15px;
}

.ung-dung .quy-trinh {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    margin: 20px -3px 0;
    padding: 180px 0px;
}

.ung-dung .quy-trinh .item {
    position: relative;
    margin: 0 3px;
}

.ung-dung .quy-trinh .item:hover .name {
    background-color: var(--second-color);
}

.ung-dung .quy-trinh .item:hover .arrow-right {
    border-left: 15px solid var(--second-color);
}

.ung-dung .quy-trinh .item:hover .des {
    color: var(--second-color);
}

.ung-dung .quy-trinh .name {
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding: 11px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: 500;
    transition: .2s linear;
}

.ung-dung .quy-trinh .item-1 .name {
    background-color: #14637C;
}

.ung-dung .quy-trinh .item-2 .name {
    background-color: #30B7C7;
}

.ung-dung .quy-trinh .item-3 .name {
    background-color: #99CC33;
}

.ung-dung .quy-trinh .item-4 .name {
    background-color: #FFAB2E;
}

.ung-dung .quy-trinh .item-5 .name {
    background-color: #ED4947;
}

.ung-dung .quy-trinh .item-1 svg {
    color: #14637C;
}

.ung-dung .quy-trinh .item-2 svg {
    color: #30B7C7;
}

.ung-dung .quy-trinh .item-3 svg {
    color: #99CC33;
}

.ung-dung .quy-trinh .item-4 svg {
    color: #FFAB2E;
}

.ung-dung .quy-trinh .item-5 svg {
    color: #ED4947;
}

.ung-dung .quy-trinh .item svg {
    transition: .2s linear;
}

.ung-dung .quy-trinh .item:hover svg {
    color: var(--second-color);
}

.ung-dung .quy-trinh .item .arrow-right {
    width: 0;
    height: 0;
    display: block;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 3;
    transition: .2s linear;
}

.ung-dung .quy-trinh .item-1 .arrow-right {
    border-left: 15px solid #14637C;
}

.ung-dung .quy-trinh .item-2 .arrow-right {
    border-left: 15px solid #30B7C7;
}

.ung-dung .quy-trinh .item-3 .arrow-right {
    border-left: 15px solid #99CC33;
}

.ung-dung .quy-trinh .item-4 .arrow-right {
    border-left: 15px solid #FFAB2E;
}

.ung-dung .quy-trinh .item-5 .arrow-right {
    border-left: 15px solid #ED4947;
}

.ung-dung .quy-trinh .item:not(:first-child) .name:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-top: 25px solid transparent;
    border-left: 15px solid #FFFFFF;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.ung-dung .quy-trinh .item:nth-child(odd) svg {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 15px);
}

.ung-dung .quy-trinh .item:nth-child(even) svg {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -15px);
}

.ung-dung .quy-trinh .item .des {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 234px;
    margin: 0 auto;
    transition: .2s linear;
}

.ung-dung .quy-trinh .item:nth-child(odd) .des {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 100%;
    margin-top: 16px;
}

.ung-dung .quy-trinh .item:nth-child(even) .des {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    width: 100%;
    margin-bottom: 16px;
}

/* .tai-sao-right{
    margin-left: -140px;
} */

.tai-sao-right .item {
    padding-left: 160px;
    position: relative;
    min-height: 120px;
}

/* .tai-sao-right .item:not(:last-child){
    margin-bottom: 45px;
} */

.tai-sao-right .item svg {
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease-out;
}

.tai-sao-right .item svg:hover {
    color: var(--second-color) !important;
}

.tai-sao-right .item.first svg {
    color: #0F738A;
}

.tai-sao-right .item.second svg {
    color: #94C343;
}

.tai-sao-right .item.third svg {
    color: #E98025;
}

.tai-sao-right .item.four svg {
    color: #D9504A;
}

.tai-sao-right .item .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 7px;
    max-width: 435px;
}

.tai-sao-right .item .content {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    max-width: 435px;
}

/* .home-session-3 .row-flexx{
    display: flex;
    align-items: center;
}

.tai-sao-right .item:nth-child(2),
.tai-sao-right .item:nth-child(4){
    margin-left: 100px;
}

.tai-sao-right .item:nth-child(3){
    margin-left: 150px;
} */

.wrap-content {
    position: absolute;
    top: 0;
    left: 160px;
    width: 435px;
}

.tai-sao-right {
    width: 710px;
    height: 710px;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.tai-sao-right .item {
    /* position: relative; */
    /* min-height: 120px; */
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50%;
    transform-origin: 0% 100%;
}

.tai-sao-right .item-inner {
    /* padding-left: 160px; */
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

/* Live chat  */
.business-scale .business {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 100vh;
    align-items: center;
    padding-top: 65px;
    margin-top: -65px;
}

.youtube-container {
    overflow: hidden;
    /* width: 100%; */
    aspect-ratio: 6 / 9;
    pointer-events: none;
    height: 80vh;
}

.video-ai .youtube-container {
    aspect-ratio: 21 / 9;
    height: unset;
}

.youtube-container iframe {
    width: 100%;
    height: 100%;
}

.business-scale video {
    height: 80vh;
}

.business-scale .right {
    text-align: right;
}

.business-scale .des {
    margin: 32px 0;
}

.btn-orange {
    display: inline-block;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    transition: .2s linear;
    background-color: #ff6109;
    padding: 7px 46px;
    border-radius: 200px;
    border: 2px solid var(--second-color);
}

.btn-orange:hover {
    background: #fff;
    color: #ff6109 !important;
}

.btn-orange:focus {
    color: #fff;
}

.social-img {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
}

.social-img img {
    width: 48px;
    margin: 8px 8px 24px;
}

.automation {
    background-color: #fafafa;
}

.space-live-chat {
    padding: 112px 0;
}

.live-chat-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
}

.live-chat-des {
    font-size: 20px;
    line-height: 28px;
}

.automation .des {
    margin-top: 24px;
}

.automation .social-img {
    justify-content: center;
    margin-top: 0px;
}

.automation .social-img img {
    width: 24px;
}

.automation .title-wrap {
    text-align: center;
    padding: 0 48px 24px;
    margin-bottom: 48px;
}

.auto-item {
    background-color: #fff;
    display: flex;
    padding: 25px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    width: calc(50% - 24px);
    margin: 0 12px 40px;
}

.auto-item .icon {
    margin-right: 14px;
    font-size: 16px;
    background-color: rgba(128, 102, 220, .1);
    color: #0d6efd;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border-radius: 100%;
    flex: 0 0 auto;
}

.auto-item .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.auto-item .des-content {
    line-height: 1.7;
    color: #6c757d;
}

.automation-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.platform {
    background-color: #fafafa;
}

.platform .title {
    margin-bottom: 16px;
}

.platform .des {
    padding-bottom: 32px;
}

.platform img {
    width: 100% !important;
}

.automation-official-inner {
    display: grid;
    grid-template-columns: 66.67% auto;
    max-width: 1024px;
    margin: 0 auto;
    align-items: center;
}

.automation-official-inner .left {
    padding-right: 30px;
}

.automation-official-inner .live-chat-des {
    margin: 24px 0;
}

.automation-official-inner ul li {
    font-size: 20px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 46px;
}

.automation-official-inner ul li::before {
    content: url('../images/icon-ok.svg');
    position: absolute;
    top: 0;
    left: 0;
}

.automation-official-inner ul {
    margin-bottom: 24px;
}

.reply {
    padding: 32px 0;
    text-align: center;
    background-image: linear-gradient(to right, #3b82f6, #db2777);
    color: #FFF;
}

.reply .live-chat-des {
    margin-top: 8px;
}

.reply .app img {
    border-radius: 13px;
    width: 250px;
}

.reply .app {
    width: 250px;
    display: block;
    margin: 0 auto;
}

.reply .app.ios {
    margin-top: 32px;
}

.reply .app.android {
    margin-top: 16px;
}

.drag-drop .live-chat-des {
    padding: 8px 0 32px;
}

.drag_drop {
    position: relative;
}

.drag_drop .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff !important;
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--second-color) !important;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    border: 1px solid var(--second-color) !important;
    transition: .3s;
}

.drag_drop .owl-nav button:hover {
    color: var(--second-color) !important;
    background-color: #FFFFFF !important;
}

.drag_drop .owl-nav .owl-prev {
    left: 10px;
}

.drag_drop .owl-nav .owl-next {
    right: 10px;
}

.drag_drop .owl-nav svg {
    transform: translateY(2px);
}

.agency .learn-more {
    margin-top: 32px;
    border: none;
}

.space-live-chat-2 {
    padding: 64px 0;
}

.learn-faster {
    padding: 32px 0;
    background-position: center;
    background-size: cover;
    position: relative;
}

.learn-faster::before {
    content: '';
    background-image: linear-gradient(to right, #db2777, rgba(219, 39, 119, 0));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.learn-faster .wrap {
    position: relative;
    z-index: 1;
}

.learn-faster .live-chat-title {
    text-align: center;
    color: #FFF;
}

.faster-item {
    margin-top: 32px;
    display: flex;
    /* flex-wrap: wrap; */
    gap: 32px;
}

.faster-item .item {
    background-color: #FFF;
    padding: 32px;
    border-radius: 16px;
    text-align: center;
    width: 50%;
}

.faster-item .item .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.faster-item .item .des {
    font-size: 16px;
    margin-top: 8px;
}

.faster-item .item .btn-orange {
    font-size: 16px;
    margin-top: 32px;
}

.built-in {
    background-color: #fafafa;
}

.built-in .live-chat-title {
    text-align: center;
    margin-bottom: 24px;
}

.integration {
    text-align: center;
}

.integration .item-wrap {
    padding: 11px;
    display: inline-block;
}

.integration .item {
    padding-left: 20px;
    padding-right: 5px;
    height: 64px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    align-items: center;
    /* justify-content: center; */
    display: flex;
    max-width: 200px;
    width: 200px;
}

.integration .item img {
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
    flex: 0 0 auto;
}

.integration .item .text {
    font-size: 16px;
    padding-left: 8px;
}

.live-chat-faq .live-chat-title {
    text-align: center;
    margin-bottom: 32px;
}

.live-chat-faq {
    padding-top: 64px;
    padding-bottom: 24px;
}

/* Quản lý doanh nghiệp  */
.enterprise-business {
    padding: 80px 0;
    background-color: var(--second-bg);
}

.business-inner-title {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    padding: 24px 0;
}

.h2-business {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}

.des-business-1 {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.button-business {
    display: inline-block;
    padding: 11px 16px;
    font-size: 16px;
    color: var(--primary-color);
    background-color: #FFFFFF;
    border-radius: 24px;
    font-weight: 500;
    transition: .3s ease-out;
    border: 1px solid var(--second-color);
}

.button-business:hover {
    color: #FFF;
    background-color: var(--second-color);
}

.what-is-business {
    padding: 128px 0;
}

.what-is-business .inner {
    max-width: 932px;
    margin: 0 auto;
}

.text-business {
    font-size: 18px;
    line-height: 1.5;
}

.benefits-business {
    padding: 80px 0;
}

.des-business-2 {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.item-benefits {
    padding: 24px;
    text-align: center;
}

.item-benefits img,
.item-membership img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.business-title-24 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}

.item-benefits .business-title-24 {
    margin: 24px 0 8px;
}

.business-erp-inner {
    display: flex;
}

.business-erp-inner .item {
    padding: 40px;
    border-radius: 24px;
    background-color: var(--second-bg);
    height: 100%;
}

.business-erp-inner ul,
.item-explore ul {
    margin-left: 36px;
    margin-top: 16px;
}

.business-erp-inner ul li,
.item-explore ul li {
    position: relative;
    font-size: 18px;
    margin: 8px 0;
}

.business-erp-inner ul li::before,
.item-explore ul li::before {
    content: url(../images/icon-check.svg);
    position: absolute;
    top: 0;
    left: -36px;
}

.btn-white {
    border: 2px solid var(--second-color);
    color: var(--second-color);
    font-size: 16px;
    padding: 10px 16px;
    transition: .3s;
    display: block;
    border-radius: 24px;
    text-align: center;
}

.btn-white:hover {
    color: #FFFFFF;
    background-color: var(--second-color);
}

.text-business.fw-bold {
    font-weight: 700;
}

.business-space {
    padding: 80px 0;
}

.explore-business {
    background-color: var(--second-bg);
}

.item-explore {
    padding: 40px;
    box-shadow: 0 0 0 2px #f0f0f0;
    background-color: #fff;
    border-radius: 24px;
    height: 100%;
}

.item-explore .card-img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.item-explore .title {
    font-size: 32px;
    font-weight: 700;
    margin: 8px 0 16px;
}

.item-explore .des {
    margin: 40px 0;
}

.item-explore .btn-white {
    margin-bottom: 35px;
}

.item-explore ul {
    margin-bottom: 40px;
}

.explore-business-inner {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.business-bg {
    background-color: var(--second-bg);
}

.item-real-customer {
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.item-real-customer img {
    width: 120px;
    height: 66px;
    object-fit: cover;
}

.item-real-customer .img-wrap {
    text-align: center;
    margin-bottom: 24px;
}

.item-real-customer .name {
    font-weight: 700;
    margin: 8px 0 16px;
}

.learn-more-business {
    color: #000000 !important;
    display: inline-block;
    font-size: 16px;
    position: relative;
}

.learn-more-business::after,
.learn-more-business::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    transition: .3s;
}

.learn-more-business::after {
    width: 0px;
    background-color: var(--second-color);
}

.learn-more-business:hover::after {
    width: 100%;
}

.item-real-customer .des {
    margin-bottom: 24px;
}

.item-real-customer .learn-more-wrap {
    margin-top: auto;
}

.real-customer-inner {
    display: flex;
}

.item-membership {
    padding: 24px;
    text-align: center;
}

.item-membership .title {
    font-size: 32px;
    font-weight: 700;
    margin: 24px 0;
}

.item-membership .des {
    font-size: 22px;
    line-height: 1.5;
}

.item-advice {
    background-color: #FFFFFF;
    /* box-shadow: 10px 10px 50px rgba(0, 41, 64, 0.12); */
    border-radius: 40px;
    overflow: hidden;
}

.item-advice .wrap-img {
    padding-bottom: 56%;
    border-radius: 0 0 40px 0;
    transition: all .2s ease-out;
}

.item-advice .content {
    padding: 40px;
    transition: all .2s ease-out;
}

.item-advice .content .title {
    color: #000000;
}

.item-advice .content .des {
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* .item-advice:hover .wrap-img{
    padding-bottom: calc(56% - 40px);
}

.item-advice:hover .content{
    padding-bottom: 80px;
} */

.erp-software-inner {
    display: flex;
    align-items: center;
}

.business-advice .owl-carousel {
    margin-top: 56px;
}

.business-advice .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.business-advice .owl-dots button {
    width: 16px;
    height: 16px;
    /* transform: rotate(45deg); */
    border-radius: 8px;
    margin: 0 8px;
    transition: .2s linear;
    /* background-color: #FFFFFF; */
    border: 1px solid var(--second-color);
}

.business-advice .owl-dots button.active {
    width: 32px;
    background-color: var(--second-color);
}

.business-advice .owl-nav {
    position: absolute;
    top: -56px;
    right: 0;
}

.business-advice .owl-nav .owl-prev {
    margin-right: 15px;
}

.business-advice .owl-nav button {
    color: var(--second-color) !important;
}

.business-advice .owl-nav button.disabled {
    color: var(--primary-color) !important;
    opacity: .5;
}

.important-erp ul li {
    margin: 4px 0;
}

.important-erp ul {
    position: relative;
}

.important-erp ul::before {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px;
    content: "";
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    right: auto;
    top: 0px;
    width: 8px;
}

.important-erp ul li.active {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}

.important-erp ul li a {
    padding: 16px 24px;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    display: block;
    color: #000000;
    position: relative;
}

.important-erp ul li a::before {
    background-color: var(--second-color);
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    right: auto;
    top: 0px;
    width: 8px;
    transition: all 0.1s ease-in-out;
}

.important-erp ul li:hover a::before {
    opacity: 1;
}

.important-erp ul li:hover a {
    background-color: rgba(0, 0, 0, .1);
}

.important-erp ul li.active a::before {
    background-color: #000000;
    opacity: 1;
}

.important-erp .tab-content .content {
    padding: 24px;
}

.important-erp .tab-content .content .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.tutorial-admin {
    padding-top: 30px;
}

.sidebar-docs .item {
    margin-bottom: 4px;
}

.sidebar-docs .item.child {
    margin-left: 15px;
}

.sidebar-docs .item .cate {
    font-size: 16px;
    color: #525860;
    font-weight: 700;
    padding: 4px 12px 4px 8px;
    display: block;
    position: relative;
    border-radius: 4px;
}

.sidebar-docs .item .cate.child {
    font-size: 14px;
}

.sidebar-docs .item .cate svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .2s ease-out;
}

.sidebar-docs .item .cate[aria-expanded=true] svg {
    transform: translateY(-50%) rotate(90deg);
}

.sidebar-docs .item .cate:hover,
.sidebar-docs .item .content .title:hover {
    background-color: rgba(0, 0, 0, .05);
}

.sidebar-docs .item .content {
    margin-bottom: 8px;
}

.sidebar-docs .item .content .title {
    font-size: 13px;
    line-height: 20px;
    color: #1c1e21;
    padding: 4px 12px;
    border-radius: 4px;
    margin-top: 4px;
    cursor: pointer;
    display: block;
}

.sidebar-docs .item .content .title.active {
    background-color: rgba(0, 0, 0, .06);
    padding-left: 8px;
    border-left: 4px solid var(--second-color);
}

.sidebar-docs .item.child .content .title {
    margin-top: 0px;
}

.sidebar-docs {
    height: calc(100vh - 70px);
    overflow: auto;
    padding-right: 20px;
}

.sidebar-docs::-webkit-scrollbar {
    width: 5px;
}

.sidebar-docs::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

.sidebar-docs::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tutorial-admin .chi-tiet-muc-luc {
    padding: 6px 0px 6px 8px;
    border-left: 1px solid #dadde1;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.tutorial-admin .chi-tiet-muc-luc li {
    margin: 7px 6px;
}

.tutorial-admin .chi-tiet-muc-luc li a {
    color: #606770;
    font-size: 12px;
    transition: .2s ease-out;
}

.tutorial-admin .chi-tiet-muc-luc li a:hover {
    color: var(--second-color);
}

.see-info-package {
    text-align: center;
    margin-top: 50px;
}

.see-info-package .see .thu-gon {
    display: none;
}

.see-info-package .see.active .xem-them {
    display: none;
}

.see-info-package .see.active .thu-gon {
    display: inline;
}

@media only screen and (max-width: 1363px) {
    .feature-item-text {
        height: 200px;
    }

    .gioi-thieu-right {
        margin-left: 0px;
    }

    .gioi-thieu-right h2 {
        font-size: 60px;
    }

    .gioi-thieu-right h3 {
        font-size: 32px;
        line-height: 40px;
        margin: 15px 0 10px;
    }

    .gioi-thieu-right p {
        font-size: 16px;
        line-height: 28px;
    }

    .over-row-40 {
        margin-right: -25px;
        margin-left: -25px;
    }

    .over-col-40 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .more-info .inner {
        font-size: 14px;
        padding: 6px 23px;
    }

    .over-row-27 {
        margin-right: -15px;
        margin-left: -15px;
    }

    .over-col-27 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #li-do-chon-webi .owl-next {
        right: -60px;
    }

    #li-do-chon-webi .owl-prev {
        left: -60px;
    }


}

@media only screen and (max-width: 1193px) {
    .feature-item-text {
        height: 230px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .gioi-thieu-right {
        margin-top: 5px;
    }

    .gioi-thieu-right h2 {
        font-size: 50px;
    }

    .gioi-thieu-right h3 {
        font-size: 28px;
    }

    .more-info .inner {
        padding: 6px 20px;
    }

    .session-list-dich-vu .item .content {
        left: 32%;
    }

    #li-do-chon-webi .owl-next {
        right: -20px;
        background: #022a57;
    }

    #li-do-chon-webi .owl-prev {
        left: -20px;
        background: #022a57;
    }
}


@media only screen and (max-width: 768px) {
    .header {
        height: 65px;
        display: flex;
        align-items: center;
    }

    .header-logo img {
        width: 100% !important;
        height: auto !important;
        max-width: 132px;
    }

    .dashboard .sibar-dashboard {
        margin-right: 0;
        padding: 20px 0 20px;
    }

    .dashboard .tab-info {
        margin-left: 0;
        margin-top: 30px;
    }

    .dashboard .tab-info .table-mobile {
        overflow-x: scroll;
        padding: 0px 0px 20px;
    }

    .dashboard .tab-info .table-mobile table {
        min-width: 600px;
    }

    .dashboard .tab-info table th {
        padding: 10px 15px 10px;
        font-size: 14px;
        line-height: 16px;
    }

    table.type-3 th {
        width: 10%;
    }

    .dashboard .sibar-dashboard ul li:hover {
        background: unset;
    }

    .header-logo {
        margin-right: 0px;
    }

    .header-nav {
        justify-content: space-between;
    }

    .login-preview {
        margin-left: 15px;
    }

    .logout-preview {
        margin-left: 15px;
    }
}

@media all and (min-width: 768px) and (max-width: 1266px) {
    .ses-6-item-des {
        min-height: 90px
    }
}

@media (max-width: 1399px) {
    .home-content-2>div>div {
        margin-bottom: 30px;
    }

    .home-content-2 .over-col-30 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-content-2 .over-row-30 {
        padding: 15px;
    }
}

@media screen and (max-width: 768px) {
    .latest-news-title h2 {
        margin-top: 20px;
    }

}

/* Báo giá thiết kế */
.package {
    display: flex;
}

.package .item {
    border: 1px solid rgb(232, 234, 237);
    padding: 40px 14px;
    position: relative;
    width: 25%;
}

.package .item.active {
    border: 1px solid var(--second-color);
}

.package .item .des {
    text-align: center;
}

.package .item .des .name {
    line-height: 28px;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}

.package .item .new-price {
    font-size: 34px;
    line-height: 44px;
    font-weight: 400;
    color: var(--second-color);
}

.package .item .new-price span {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: var(--primary-color);
    margin-left: 10px;
    letter-spacing: 0.25px;
}

.package .item .old-price {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.package .item .note-wrap {
    margin: 5px 0 20px;
}

.package .item .note-wrap span {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.package .item .note-wrap .note {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.package .item .note-wrap .note .icon i {
    color: var(--second-color);
}


.package .item .note-wrap .note.open .note-des {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transform-origin: left top;
}

.package .item .note-wrap .note-des {
    position: absolute;
    top: 20px;
    left: 12px;
    width: 320px;
}

.sup-box {
    padding: 12px 16px;
    line-height: 20px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    background-color: #FFFFFF;
    border-radius: 8px;
    text-align: left;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    z-index: 2;
}

.package .item .des .dung-thu,
.table-sticky table td .dung-thu {
    color: var(--second-color);
    display: inline-block;
    padding: 0px 28px;
    height: 48px;
    border: 1px solid var(--second-color);
    border-radius: 100px;
    letter-spacing: 0.15px;
    font-weight: 500;
    transition: .3s;
    line-height: 17px;
}

.package .item .des .dung-thu span,
.table-sticky table td .dung-thu span {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.package .item .des .dung-thu:hover,
.table-sticky table td .dung-thu:hover {
    color: #FFFFFF;
    background-color: var(--second-color);
}

.package .item .des .sup {
    position: relative;
    /* margin-top: 20px; */
}

.package .item .des .sup.open .sup-content {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -15px) scale(1);
    transform-origin: left bottom;
}

.package .item .des .sup-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    cursor: pointer;
    width: 100%;
    max-width: 260px;
    padding: 3px 10px;
    background-color: var(--second-color);
    border-radius: 5px;
    margin: 0 auto;
}

.package .item .des .sup-text i {
    color: #FFFFFF;
}

.package .item .des .sup-content {
    position: absolute;
    bottom: 100%;
    left: 50%;
    box-shadow: 0 0px 1px -2px rgba(0, 0, 0, .2), 0 0px 2px 0 rgba(0, 0, 0, .14), 0 6px 5px 0 rgba(0, 0, 0, .1);
    width: 100%;
}

.package .item .des .sup-content::before {
    content: '';
    position: absolute;
    left: 50%;
    border-style: solid;
    border-width: 10px 14px 0px 14px;
    border-color: #FFF transparent;
    bottom: -6px;
    transform: translateX(-50%);
}

.package .item .content {
    margin-top: 30px;
    border-top: 1px solid rgb(232, 234, 237);
    /* display: none; */
}

.package .item .content.active {
    display: block;
}

.package .item .content li {
    padding-left: 28px;
    margin: 15px 0;
    position: relative;
    font-size: 15px;
}

.package .item .content li strong {
    display: block;
}

.package .item .content li svg {
    color: var(--second-color);
    position: absolute;
    top: 0;
    left: 0;
}

.package .item .popular {
    position: absolute;
    width: calc(100% + 2px);
    border: 1px solid var(--second-color);
    left: -1px;
    bottom: 100%;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    background-color: var(--second-color);
}

.package .item .des .dung-thu {
    margin-bottom: 20px;
}

.package .item.active .des .dung-thu {
    color: #FFFFFF;
    background-color: var(--second-color);
}

.package .item:last-child {
    margin-left: 26px;
}

.package .item .price-wrap {
    height: 133px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.package-content {
    display: none;
}

.package-des {
    margin-top: 16px;
}

.package-des p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

.package-wrap .so-sanh {
    text-align: center;
    margin-top: 75px;
}

.package-wrap .so-sanh a {
    font-size: 16px;
    line-height: 24px;
    color: var(--second-color);
    letter-spacing: 0.1px;
    font-weight: 500;
}

.package-wrap .so-sanh i {
    font-size: 16px;
    color: var(--second-color);
}

#table-wrap {
    display: none;
}

#table-wrap.active {
    display: block;
}

.table-package {
    padding-top: 28px;
}

.table-package-inner {
    margin-top: 80px;
}

.table-package .title {
    border-bottom: 2px solid rgb(95, 99, 104);
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    padding-bottom: 45px;
}

.table-package table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.table-sticky table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.table-package table tr td:first-child {
    width: 30%;
    padding: 18px 50px 18px 35px;
    color: var(--primary-color);
    text-align: left;
    font-weight: 400;
}

.table-package table tr td:first-child .tt {
    position: relative;
}

.table-package table tr td:first-child .tt > img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    position: absolute;
    top: -3px;
    left: -35px;
}

.table-package table tr td {
    width: 17.5%;
    border: 1px solid rgb(232, 234, 237);
    color: var(--second-color);
    padding: 18px 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    position: relative;
    border-left: 1px solid #FFFFFF;
}

.table-package table tr td i {
    font-size: 20px;
}

.table-package table tr td .no-check {
    content: '';
    width: 20px;
    background-color: rgb(218, 220, 224);
    height: 2px;
    display: inline-block;
}

.tinh-nang-khac .see {
    font-size: 12px;
    color: var(--primary-color);
    display: inline-block;
    line-height: 16px;
    padding: 12px 15px;
    font-weight: 500;
    border-radius: 100px;
    transition: .2s;
    margin: 5px 0;
}

.tinh-nang-khac .see i {
    font-size: 16px;
    margin-right: 10px;
}

.tinh-nang-khac .see:hover {
    background-color: rgba(60, 64, 67, .1);
}

.table-tinh-nang-khac {
    display: none;
}

.table-tinh-nang-khac table tr:first-child td {
    border-top: 1px solid #FFFFFF;
}

.table-sticky {
    box-shadow: 0 2px 4px rgb(218, 220, 224);
    background: rgb(248, 249, 250);
    left: 0;
    right: 0;
    top: 0;
    transition: all .1s ease-out;
    z-index: 2;
    padding-top: 65px;
    position: fixed;
    opacity: 0;
    visibility: hidden;
}

.table-sticky.active {
    opacity: 1;
    visibility: visible;
}

.table-sticky table tr td:first-child {
    width: 30%;
    border-left: 1px solid transparent;
}

.table-sticky table tr td {
    width: 17.5%;
    border: 1px solid rgb(232, 234, 237);
    padding: 36px 10px 16px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.table-sticky table tr td.active {
    border-left: 1px solid var(--second-color);
    border-right: 1px solid var(--second-color);
}

.table-sticky table tr td .name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 15px;
}

.table-sticky table tr td .pho-bien {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: var(--second-color);
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.field-wrap {
    margin-bottom: 108px;
}

.field-wrap .wrap-img {
    padding-bottom: 136.5%;
}

.field-wrap .item {
    border-radius: 8px;
    border: 1px solid var(--primary-bg);
    overflow: hidden;
    transform: scale(0.9);
    transition: .3s;
}

.field-wrap .item:hover {
    transform: scale(1);
}

.field-wrap .owl-nav button,
.surprise .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    border-radius: 50%;
    border: 1px solid var(--primary-bg) !important;
}

.field-wrap .owl-nav .owl-prev,
.surprise .owl-nav .owl-prev {
    left: 30px;
}

.field-wrap .owl-nav .owl-next,
.surprise .owl-nav .owl-next {
    right: 30px;
}

.field-wrap .owl-nav button svg,
.surprise .owl-nav button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.introduce:not(:last-child) {
    margin-bottom: 80px;
}

.introduce {
    justify-content: space-between;
    display: grid;
    grid-template-columns: 46% 46%;
    align-items: center;
}

.introduce-item .wrap-img {
    padding-bottom: 67.3%;
    border-radius: 15px;
}

.introduce-title {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 42px;
}

.introduce-content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
}

.introduce .button-business {
    font-size: 14px;
    border-radius: 8px;
    padding: 8px 15px;
}

.introduce:nth-child(odd) .item-left {
    order: 1;
}

.creative {
    padding: 96px 0 46px;
}

.h2-40 {
    font-size: 40px;
    font-weight: 500;
    line-height: 47px;
    margin-bottom: 13px;
    text-align: center;
}

.see-info-package.temp {
    margin-bottom: 90px;
    margin-top: 0px;
}

.support-work-inner {
    justify-content: space-between;
    display: grid;
    grid-template-columns: 46% 46%;
    align-items: center;
}

.support-work-inner .wrap-img {
    padding-bottom: 80.85%;
    border-radius: 15px;
}

.support-work-inner .content h3 {
    font-size: 18px;
    line-height: 24px;
}

.support-work-inner .content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.support-work-inner .content .btn-orange {
    margin-top: 10px;
}

.surprise .item .wrap-img {
    padding-bottom: 75%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.surprise .wrap-img:hover img {
    transform: scale(1.05);
}

.surprise {
    padding: 96px 0 46px;
}

.surprise .item .title {
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 22px;
    color: #000;
}

.surprise .item .des {
    font-size: 12px;
    line-height: 20px;
}

.bao-gia .wrap-img {
    padding-bottom: 100%;
}

.bao-gia .wrap-img img {
    position: absolute !important;
    height: unset !important;
}