﻿@font-face{font-family:OpenSans;src:url("/Content/Open_Sans/static/OpenSans/OpenSans-Regular.ttf?v=1") format("truetype");}
@font-face{font-family:OpenSans;src:url("/Content/Open_Sans/static/OpenSans/OpenSans-Bold.ttf?v=1") format("truetype");font-weight: bold;}
@font-face{font-family:OpenSans;src:url("/Content/Open_Sans/static/OpenSans/OpenSans-Italic.ttf?v=1") format("truetype");font-style:italic;}

@font-face{font-family:'SVN-Gotham Light';src:url("/Content/SVN-GOTHAM/SVN-Gotham-Light.ttf?v=1") format("truetype");}

/* vietnamese */
@font-face{font-family:Cormorant;src:url("/Content/Cormorant/static/Cormorant-Regular.ttf?v=1") format("truetype");}
@font-face{font-family:Cormorant;src:url("/Content/Cormorant/static/Cormorant-Bold.ttf?v=1") format("truetype");font-weight: bold;}
@font-face{font-family:Cormorant;src:url("/Content/Cormorant/static/Cormorant-Italic.ttf?v=1") format("truetype");font-style:italic;}
@font-face {
    font-family: 'Intro';
    src: url('/Content/intro/Intro.otf') format('woff'), url('/Content/intro/Intro.otf') format('truetype');
    font-display: swap;
}
html {
    --primary-bg-color: #fff;
    --primary-color: #000;
    --sec-color: #1D50FB;
    --color-tx: #090909;
    --hover-color: #F26889;
    --yellow-color: #feb408;
    --blue-color: #3996FF;
    --white-color-10: rgba(255,255,255,.1);
    --white-color-20: rgba(255,255,255,.2);
    --white-color-60: rgba(255,255,255,.6);
    --white-color-70: rgba(255,255,255,.7);
    --white-color-80: rgba(255,255,255,.8);
    --white-color-90: rgba(255,255,255,.9);
    --black-color-20: rgba(0,0,0,.2);
    --black-color-30: rgba(0,0,0,.3);
    --black-color-60: rgba(0,0,0,.6);
    --black-color-70: rgba(0,0,0,.7);
    --black-color-100: rgba(0,0,0,1);
    --bgkhuyenmaival: url("/content/images/z5427139238271_2f372476d0ecce7e1dc2156eb7805db9.jpg?v=1");
    --tw-rotate: 125deg;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-blur: 72px;
}
.text-danger-d{
    color:var(--hover-color);
}
#p_disc {
    background-color: var(--yellow-color);
    color: var(--black-color-60);
    border-radius: 5px;
    margin-left: 10px;
    padding: 4px 10px;
    font-size: 1.3em;
    font-weight: bold;
}
.bt-language{
    background:none;color: rgba(255, 255, 255, .8);border:none;text-transform:uppercase;padding:0;font-size:14px;
}
    .bt-language:hover {
    color:var(--yellow-color);
    }
.lang-list {
    position: absolute;
    z-index: 10000;
    left: 0;right:initial;
    top: 100%;
    background: #333;
}
.lang-list a{
    font-size:1.4em;
    color:rgba(255,255,255,.8);
    display:flex;padding:7px 14px;white-space:nowrap;
    align-items:center;
}
.bt-language img{
    position:relative;
    top:-2px;
    width:6px;height:4px;
}
.lang-list a .icon-lang-list{
    content:'';
    display:inline-block;
    background-image:url("/Content/images/english.png?v=1");
    background-repeat:no-repeat;
    background-size:cover;background-position:center;
    width:20px;height:20px;border-radius:50%;
    margin-right:10px;
}
.lang-list a .icon-lang-list.icon-lang-list-vi{
    background-image:url("/Content/images/vietnam.png?v=1");
}
.lang-list a:hover{
    color:var(--yellow-color);
}
@media (min-width:991px) {
    .lang-list {
        right:33px;
        left:initial;
    }
}
#slide{
    padding:90px 0;
    overflow:hidden;
    background:#fff;position:relative;
}
#slide .tx-1,#slide .tx-2{
    padding:10px 15px;
}
#slide .tx-3{
    color:var(--blue-color);font-size:1.6em;
}
#slide .tx-1{
    color:#000;
    font-size:30px;
    font-weight:bold;padding-top:0;
    font-family:'Intro';line-height:1;
}
#slide .tx-2{
    color:var(--blue-color);
    font-size:1.6em;font-weight:bold;padding-bottom:0;background:url("/assets/frontend/images/icon-check.png?v=1") no-repeat left bottom;
    padding-left:30px;
    margin-left:15px;
}
    #slide .tx-1 span {
        background: linear-gradient(92.77deg, #1D50FB 1.26%, #F26889 111.8%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;font-size:50px;
    }
@media (min-width:991px){
    #slide .tx-1{
        font-size:38px;
    }
    #slide .tx-1 span{
        font-size:56px;
    }
}
    #slide:after, #slide:before {
        content: '';
        position: absolute;
        width: 100%;
        background-size: contain; height: 90px;
        background-repeat:no-repeat;
    }
    #slide:after{
        background-image: url("/content/images/bg-slide-2.png?v=1");background-position:left top;
        top:0;left:0;
    }
    #slide:before {
        background-image:  url("/content/images/bg-slide-1.png?v=1");background-position:right bottom;
        bottom: 0;
        right: 0;
    }
    #slide .icon-1 {
        left: 50%;
        top: -20%;transform:translate(-50%,0);
        z-index:2;
    }
    #slide .icon-sq {
        border-radius: 45px;
        width: 130px;
        height: 130px;
        display: block;
        background: var(--hover-color);
        filter: blur(var(--tw-blur));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    #slide img{
        position:relative;
        z-index:3;
    }
.curr-price{
    color:#d0021b;font-size:2em;font-weight:bold;
}
.container.small-container{
    max-width:720px;
}
.container.med-container{
    max-width:990px;
}
.bg-white-10 {
    background-color: var(--white-color-10);
}
.bg-white-20 {
    background-color: var(--white-color-20);
}
.bg-black{
    background-color:var(--primary-bg-color);
}
.bg-black-da {
    background-color: #232020;
}
.color-text{
    color:var(--primary-color);
}
body{
       font-family: "OpenSans", serif;
       font-weight:400;
       background-color:var(--primary-bg-color);
}
.tb-menu-top {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255,255,255,.8);
    font-family: "OpenSans", serif;
}
.tb-menu-top:hover,.tb-menu-top.act{
        background: linear-gradient(93.31deg, var(--sec-color) 38.99%, var(--hover-color) 61.25%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
button:focus{
    outline:none;
}
.bdtcd{
    background-color: #eee;
    font-size: 1.4em;
    padding: 7px 0;
    margin-bottom: 15px;
}
a:hover{text-decoration:none;}
.sub-tis {
    background: url(/Content/images/3547787415771093157521343288061721540820992o-68.jpg?v=1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.sub-tis:before {
    background-color: transparent;
    background-image: linear-gradient(126deg, var(--sec-color) 53%, #fff 31%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
h1.titl {
    font-family: 'Intro';
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(93.31deg, var(--sec-color) 38.99%, var(--hover-color) 61.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; font-size: 3em;
}
h2.titl{
    font-size: 2.5em;
    color: var(--primary-color);
    font-family: 'SVN-Gotham Light';
} 
h3.titl{
    background: linear-gradient(93.31deg, var(--sec-color) 38.99%, var(--hover-color) 61.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;font-size:3em;text-transform:uppercase;
}
.chat-support {
    position: fixed;
    right: 19px;
    bottom: 75px;
    z-index: 99;
}
.news-detail{
    font-size:1.4em;line-height:1.7;
}
.news-detail a{
    color:var(--sec-color);
}
.news-detail a:hover{
    color:var(--hover-color)
}
#so-list .news-detail{
    font-family:'SVN-Gotham Light';
}
.news-detail.news-detail-15{
    font-size:15px;
}
.news-detail img{max-width:100%;height:auto!important;}
.news-detail.news-detail-16{
    font-size:1.6em;color:var(--sec-color);
}
.no-ul{margin:0;padding:0;list-style:none;}
.flex-center {
    display: flex;
    align-items: center;
    height: 100%;
}
.flex-center.flex-center-end{
    align-items:flex-end;
}
    .flex-center .flex-center-div {
        flex: 1;
    }
.clear-fix:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
.top-header {
    box-shadow: inset 0 -1px 0 0 #eee;
    background-color: #f7f7f7;
    font-size:1.4em;
}
.top-header ul li a{
    color:#333;
}
    .top-header .langreg {
        position: relative;display:inline-block;
        padding-right:10px;
    }
    .top-header select {
        -webkit-appearance: none;
        appearance: none;
        background: 0 0;
        border-radius: 3px;
        border: none;
        cursor: pointer;
        height: 30px;
        margin: 0;
        padding: 0 25px;
        transition: border-color .1s;
        color: #727369;outline:none;
        
    }
        .top-header .langreg:after {
            content: "\f078";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;display:block;
            position:absolute;
            top:50%;left:5px;
            transform:translate(0,-50%);
        }
        .langicon{
            background:url("/assets/frontend/images/71fe874d78b03e38e06a3b471f6224.png?v=1");
            width:20px;
            height:14px;background-repeat:no-repeat;
            display:block;
            position:absolute;
            top:7px;
            right:0;
        }
            .langicon.langicon-vi {
                background-position-y: -826px;
            }
            .langicon.langicon-en {
                background-position-y: -784px;
            }
.td-menu {
    width: 100%;
}
.btn-menu {
    color: #fff;
    padding: 0;
    font-size: 2em;
    background-color: var(--primary-color);
    border:1px solid  var(--primary-color);
    outline: none;
    height: 38px;
    width: 38px;
    text-align: center;display:inline-block;
}
.btn-menu:hover{
    background:#fff;color:var(--primary-color);
}
.bottom-header {
  
    padding: 10px 0;padding-bottom:0;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
    background:#2A2A2A;
}
header.ac-menu .bottom-header{
    padding-top:5px;
}
.bottom-header .form-group{
    margin-bottom:10px;
}
header.ac-menu .bottom-header .form-group{
    margin-bottom:5px;
}
.ic-header {
    display: inline-block;
    border: none;
    background: none;
    text-align: left;
}
.bt-f{
    border:none;
    background:none;
    
}
.bt-f i{
    font-size:2.4em;
    color:var(--white-color-80)
}
    .bt-f:focus {
        outline:none;
    }
.pos-search {
    position: absolute;
    top: 3px;
    left: -90px;
    width: 0;

    overflow: hidden;
    transition: 400ms ease-out;
    background: #fff;opacity:0;z-index:-999;display:none;
}
.pos-search.act{
    width:100%;opacity:1;z-index:9;display:table;
}
    .pos-search div{
        display:table-cell;font-size:1.8em;
    }
     .pos-search div input{
         width:100%;border:none;
     }
     .pos-search div button{
         border:none;background:none;color:rgba(0,0,0,.4);
     }
     .pos-search div button i{font-size:1.3em;}
.bt-f span{
    height:1px;
    background:rgba(255,255,255,.8);
    width:25px;display:block;
    margin-bottom:7px;transition:400ms ease-out;
}
.bt-f:hover span{
    background:var(--yellow-color)
}
.bt-f:hover i {
    color: var(--yellow-color)
}
.bt-f span:last-child{
    margin-bottom:0;
}
.ic-header span i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 1.6em;
    color: var(--primary-color);
    background-color: var(--primary-bg-color);transition:400ms ease-out;
}
    .ic-header:hover {
        text-decoration: none;
    }
        .ic-header:hover span {
            color: var(--sec-color);
        }
        .ic-header span i:hover{
            background:var(--hover-color);color:#fff
        }
.listmenu li {
    display: inline-block;
    position: relative;
    padding: 0px 15px 10px 15px;
}
.listmenu li:first-child{
    padding-left:0;
}
    .listmenu li a {
        color: rgb(41, 41, 64);
        font-size: 1.6em;
    }
    .listmenu li a:hover{
        color:var(--primary-color);text-decoration:none;
    }
    .listmenu li ul.lis_child {
        position: absolute;
        top: 32px;
        left: 0;
        width: 250px;
        background: #f3f7fb;
        z-index: 99199;
        display: none;
    }
    .listmenu li ul.lis_child.lis_grand_child{
        top:0;
        left:100%;
        display:none!important;
    }
    .listmenu li ul.lis_child li:hover .lis_grand_child{
        display:block!important;
    }
    .listmenu li ul.lis_child li i{
        position:absolute;
        top:50%;right:20px;
        transform:translate(0,-50%);
    }
    .listmenu li ul.lis_child:before{
        background-image:linear-gradient(271deg,#b98d55 50%,#ffe3a0);
        content:'';width:100%;
        position:absolute;
        height:2px;
    }
    .listmenu li:hover ul.lis_child{display:block;}
    .listmenu li ul.lis_child li {
        display: block;
        position: relative;
        border-bottom: 1px dashed #ddd;
        padding: 12px 25px;
    }
    .listmenu li ul.lis_child li a {
        text-transform: capitalize;
        color: #333;
        font-weight: initial;
        line-height: 1.6em;font-size:14px;
    }
    .listmenu li ul.lis_child li a:hover{
        color:var(--hover-color);
    }
.shdo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: -9;
    opacity: 0;
    transition: 400ms ease-out;
}.shdo.w_s {
    z-index: 122;
    opacity: 1;
}#btn-close-menu-child, #btn-close-menu-child1 {
    color: var(--hover-color);
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    font-size: 2.6em;
}#menu-mobile {
    position: fixed;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99199;
    width: 90%;
    transition: 500ms ease-out;
    top: 0;
    bottom: 0;
    transform: translate(-100%, 0);left:0;
}
 #menu-mobile.w {
    transform: translate(0, 0);
}.headerd {
    position: relative;
}
 .headerd div {
    background: #fff;
    color: var(--sec-color);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 9px 15px;
    white-space: nowrap;
}
.menu-mobile-s li {
    position: relative;
}.menu-mobile-s li a {
    display: block;
    text-transform: capitalize;
    font-weight: bold;
    color: #333;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    
}.menuchildmible li a.pad-c {
    white-space: initial;
    background-color: #fff;
    font-weight: initial;
}.menuchildmible li a.pad-c.pad-c-backg {
    background-repeat: no-repeat;
    background-position: left 15px top 10px;
    background-size: 15px;font-size:1.4em;
}.menu-mobile-s li i {
    position: absolute;
    right: 0;
    font-size: 1.4em;
    top: 2px;
    padding: 14px;
    border-left: 1px solid #ddd;
    display: block;
    cursor: pointer;
    color: #4A90E2;
}
 .menuchildmible li a.pad-c:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    background-color: var(--hover-color);
    position: relative;
    top: -2px;
}
.menuchildmible li.li-50 a.pad-c{
padding-left:30px;background-color:#fafafa;

}
 @media (min-width: 991px){
    #menu-mobile {
        width: 27%;
    }
 }
 .btn-uptop {
    position: fixed;
    right: 20px;
    bottom: 145px;
    border-radius: 999px;
    background: var(--hover-color);
    color: #fff;
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    width: 44px;
    height: 44px;
    text-decoration: none;
    outline: none;
    border: none;
    display: none;
    padding: 0;
}
 .low-ft{
     position:relative;padding-top:18px;
 }
    .low-ft::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 6px;
        background: linear-gradient(94.15deg, #b3a078 4.94%, #eed7ae 56.61%, #beaa82 99.46%);
        left: 0;
        top: 0;
    }
    .h-add{
        display:table;width:100%;
    }
    .h-add .h-addcl{
        display:table-cell;
        vertical-align:middle;
    }
        .h-add .h-addcl:first-child {
            padding-right: 5px;
            width: 25px;
        }
        .h-add .h-addcl:last-child {
            width: calc(100% - 30px);
        }
.top-ft {
    background: #232020;font-size:16px;
}
.top-ft .news-detail{
    color:var(--white-color-90);font-size:1em;
}
        .top-ft .top-ft-content h3{
            font-size:2em;
            font-family:Cormorant;
            margin-top:0;
            color:var(--white-color-90);
            margin-bottom:15px;
        }
    .top-ft .top-ft-copyright {
        text-align: center;
        font-size: 1.4em;
        padding: 10px 0;
        border-top: 1px solid #e5e5e5;
    }
    ul.lit-socail{
        display:table;width:100%;
    }
    ul.lit-socail li{
        display:inline-block;
        margin-right:9px;
    }
        ul.lit-socail a {
            transition: 400ms ease-out;display:block;
        }
         ul.lit-socail a:hover{
             transform:translate(0,-3px);
         }
ul.lit-socail li a svg{
    width:25px;
    height:25px;
}
        ul.lit-socail li a.lit-socail-youtube {
            background-color: #FF0000;
        }
        ul.lit-socail li a.lit-socail-tiktok svg {
            fill: transparent;
        }
 ul.list-ft li a, ul.list-ft li span{
     display:block;
     margin-bottom:10px;
     color:var(--white-color-90)
 }
 ul.list-ft li span{
     display:initial;margin-bottom:0;
 }
  ul.list-ft li a:hover{
      color:var(--hover-color);text-decoration:none;
  }
#tam-nhin{
    background:url("/Content/images/3547787415771093157521343288061721540820992o-68.jpg?v=1") no-repeat center;

}
#tam-nhin .tam-nhin-cnt{
    background-color:rgba(0,149,218,.6);
    color:#fff;
}
#tam-nhin .tam-nhin-cnt .tam-nhin-tt{
    font-size:2.8em;
}
.it-tamnhin .it-tamnhin-img {
    text-align: center;
    position: relative;
    margin-bottom:20px;
}.it-tamnhin .it-tamnhin-img i {
   color:var(--hover-color);font-size:3em;
}
.it-tamnhin .it-tamnhin-cnt h3 {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 26px;
}
.template-cnt{
    color:var(--primary-color);
    font-size:1.4em;text-align:center;
}
h2.template-about-us-page-title,
h3.template-about-us-page-title {
    
    background: linear-gradient(92.77deg, var(--sec-color) 1.26%, var(--hover-color) 111.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 400;text-transform: uppercase;   
}
h2.template-about-us-page-title {
   font-family: 'Intro';
    font-size: 40px;
    line-height: 45px;
    
  
}
h3.template-about-us-page-title {
    font-size: 30px;
}
h3.template-about-us-page-title a{
    color: #233746;
}
h3.template-about-us-page-title a:hover{
    color:var(--hover-color);
}
#timeline .tree-history .line-tree {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: dashed 1px var(--primary-color);
}.sidebar-sticky {
    position: absolute;
    top: 0px;
    right: -80px;
    height: 100%;
    min-height: 300px;
}.sidebar-sticky:before {
    content: "";
    position: absolute;
    left: 0;
    border-left: dashed 1px var(--primary-color);
    width: 1px;
    height: 100%;
}.sidebar-sticky i.fa-caret-up {
    font-size: 2em;
    position: absolute;
    top: -10px;
    left: -6px;
}.sidebar-sticky ul {
    position: sticky;
    top: 80px;
    padding-left: 25px;
    list-style: none;
}.sidebar-sticky ul li {
    margin: 30px 0;
    position: relative;
}.sidebar-sticky ul li a {
    font-weight: bold;
    color: var(--primary-color);
    font-size: 1.6em;
}
 .sidebar-sticky ul li.act a{
     color:var(--hover-color);
 }
 .sidebar-sticky ul li a:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -30px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--primary-color);
}.sidebar-sticky ul li.act a:after, .sidebar-sticky ul li:hover a:after {
    content: "";
    position: absolute;
    top: 2px;
    left: -33px;
    width: 16px;
    height: 16px;
    border: solid 1px var(--primary-color);
    border-radius: 100%;
    background: 0 0;
    cursor: pointer;
}#timeline .tree-history .item-history {
    position: relative;
    margin-bottom: 20px;
}@media (min-width: 768px){
    #timeline .tree-history .item-history.left:before {
        content: "";
        position: absolute;
        left: 105%;
        top: 48%;
        width: 60px;
        height: 1px;
        border-top: dashed 1px var(--primary-color);
    }
    #timeline .tree-history .item-history.left:after {
        content: "";
        position: absolute;
        left: 123%;
        top: 47%;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: var(--primary-color);
    }
    #timeline .tree-history .item-history.right:before {
        content: "";
        position: absolute;
        right: 105%;
        top: 48%;
        width: 60px;
        height: 1px;
        border-top: dashed 1px var(--primary-color);
    }
    #timeline .tree-history .item-history.right:after {
        content: "";
        position: absolute;
        right: 122.5%;
        top: 47%;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: var(--primary-color);
    }
 }
@media (min-width:991px) {
    #timeline .tree-history {
        padding: 0 100px;
    }
    #timeline .tree-history .item-history.left:before {
        content: "";
        position: absolute;
        left: 105%;
        top: 48%;
        width: 75px;
        height: 1px;
        border-top: dashed 1px #004ea0;
    }
    #timeline .tree-history .item-history.left:after {
        left: 122.5%;
        top: 47%;
    }
    #timeline .tree-history .item-history.right:before {
        right: 105%;
        top: 48%;
    }
    #timeline .tree-history .item-history.right:after {
        right: 122.5%;
        top: 47%;
    }
}
#timeline .tree-history .item-history .title-history span {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #004ea0;
    text-transform: uppercase;
    margin-right: 10px;
    float: left;
}
.bg-eee{
    background-color: rgba(51, 122, 183, .06);
    padding:20px 0;
}
.tb-av {
    display: block;
    position: relative;
    z-index: 999;
}
    .tb-av-round {
        background: linear-gradient(137.96deg, var(--sec-color) 19.56%, var(--hover-color) 90.49%);
        border-radius:50%;overflow:hidden;display:block;
    }
        .tb-av-round .tb-av-round-container {
            background: rgba(217, 217, 217, 1);
            border-radius: 50%;
            margin: 4px;
            padding: 30px;
        }
        .tb-av:before {
            display: block;
            content: '';
            padding-top: 100%;
        }.tb-av.tb-av-sp-60:before {
    padding-top: 70%;
}
 .tb-av.tb-av-sp-120:before {
    padding-top: 150%;
}
 .tb-av img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;transition:400ms ease-out;
}
 .tb-av:hover img{
     transform:scale(1.02);
 }
    .tb-av .tb-av-shadow {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        font-size: 3em;
        z-index: 99;
    }
    .tb-av .tb-av-shadow i,.tb-av .tb-av-shadow svg{
        position:absolute;
        top:50%;left:50%;
        transform:translate(-50%,-50%);color:var(--yellow-color)
    }
.tb-news-title h4 {
    color: var(--sec-color);
    font-size: 1.8em;font-weight:bold;
    display: block;
    padding-top: 15px;
    margin-bottom: 15px;
    position: relative;
}
.tb-news-title.tb-news-title-recruitment h4{
    font-size:2em;
}
.tb-news-title h4.small-title {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
  .tb-news-title h4.small-title:before{
      display:none;
  }
 .tb-news-title:hover h4{
    color:var(--hover-color);text-decoration:none;
}
 .new-reg{
     position:relative;margin-bottom:0!important;
 }
 .new-reg:hover h4:before{
    width:100px;
}
.tb-news-title-sool span{
    color:#fff;
    background:red;
    padding:3px;
    font-size:1.2em;display:block;border-radius:2px;width:30px;float:left;margin-right:5px;
} .tb-news-title-sool h4{
     font-size:1.6em;
     color:rgb(51,51,51);line-height:1.7;display:block;
 }
 .tb-news-title-sool h4:hover{
     color:var(--hover-color);
 }
 .xt-tt{
     font-size:1.4em;display:inline-block;
     color:var(--primary-color);
 }
 .xt-tt i{
     margin-left:10px;
     width:20px;
     height:20px;
     background:var(--primary-color);
     color:#fff;
     border-radius:50%;text-align:center;line-height:20px
 }
 .tmb-partner{
     display: block;
    position: relative;
    border: 1px solid #ddd;background:#fff;
 }
    .tmb-partner::after {
        padding-top: 60%;
        content: '';
        display: block;
    }
    .tmb-partner img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.flex, .flex-products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-products {
    margin: 0 -6px;
}.flex-products .flex-product-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left:6px;
        padding-right:6px;
    }
 @media (min-width:768px) {
    .flex-products .flex-product-item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width:991px) {
    .flex-products .flex-product-item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

        .flex-products .flex-product-item.flex-product-item-d {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
    
}
.tm-bor,.new-reg {
        margin-bottom: 12px;
        overflow: hidden;
        transition:400ms ease-out;
    }
.tm-avatar {
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}.tm-avatar:before {
    content: '';
    padding-top: 100%;
    display: block;
}
 .tm-avatar.pad-80{
         overflow: hidden;
    border: 1px solid var(--primary-color);
 }
  .tm-avatar.pad-80:before{
      padding-top:80%;
  }
 .tm-avatar.pad-80:hover{
     border-color:var(--hover-color);
 }
 .tm-avatar img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    transition: 200ms ease-in-out;width:100%;
    height:100%;object-fit:cover;
}
  .tm-avatar:hover img{transform:scale(1.1);}
 .regi-g {
    background: #fff;
    padding: 10px;
    display: block;
}.regi-g .regi-g-title {
    font-size: 1.4em;
    color: #000;font-weight:bold;
}
 .regi-g .regi-g-title.regi-g-title-small {
    text-align: left;
    display: block;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}
 .tm-bor:hover .regi-g .regi-g-title.regi-g-title-small{
     color:var(--hover-color);
 }
 .pr_das {
    overflow-y: hidden;
}.pr_das span {
    display: block;
    font-size: 1rem;
}.old-price {
    color: #7c8696;
    text-decoration: line-through;
    font-size: 1rem;
}.pr_das span.dis_count_pr_das {
    display: inline-block;
    color: #d0021b;
    font-size: .9em;
    background-color: transparent;
    padding: 0 5px;
}
@media (min-width:991px){
    h1.titl{
        font-size:5.6em;
    }
    h3.titl{font-size:3.5em;}
}
    .tab button {
    font-size: 1.4em;
    font-weight: bold;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin: 0 4px;
    white-space: nowrap;
}@media (min-width: 991px){
    .tab button {
        margin: 0 10px;
        font-size: 1.7em;
    }
 }
 .tab button:hover, .tab button.act {
    border-bottom: 2px solid #000;
}
 .brddd{
         margin: 10px 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
 }ul.li-detail-pro li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%;
}ul.li-detail-pro li div {
    display: table-cell;
    vertical-align: middle;
}
 ul.li-detail-pro li div:first-child{
     width:30px;
 }
 ul.li-detail-pro li div:last-child {
    padding-left: 8px;
}.list-pro-detail li {
    display: table;
    font-size: 1.4em;
    margin-bottom: 12px;
}.list-pro-detail li div {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}.bt-numcart {
    color: #333;
    border: 1px solid #ddd;
    background-color: #fff;
    font-weight: bold;
    height: 31px;
    width: 31px;
    font-size: 1.4em;
    line-height: 31px;
    padding: 0;
}#txtnumc {
    height: 31px;
    width: 45px;
    border: 1px solid #ddd;
    color: #333;
    text-align: right;
}.bt-cart {
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    padding: 7px 5px;
    white-space: nowrap;
    border-radius: 5px;
    background: #4A90E2;
    color: #fff;
    line-height: normal;
    text-align: center;
    border: 1px solid var(--primary-color);
    font-size: 1.3em;
    transition: 400ms ease-out;
}
    .bt-cart:hover {
        color: #4A90E2;
        background-color: #fff;
    }
    .bt-cart.btaddcart-detail-width {
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #D0021B;
        border-color: #D0021B;
    }
        .bt-cart.btaddcart-detail-width:hover {
            color: #D0021B;background:#fff;
        }
 .bt-cart div:first-child {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 4px;
}
 .tbcart tr td, .tbcart tr th {
    font-size: 1.4em;
    border: none;
}.tab-cart-order td {
    font-size: 1.4em;
}
 .img-cart-info {
    width: 96px;
    float: left;
    margin-right: 10px;
}.cart-info {
    float: left;
    width: calc(100% - 106px);
}.price-num {
    line-height: 22px;
    font-weight: 600;
    height: 22px;
    margin-bottom: 3px;
    color: #e12519;
    position: relative;
    white-space: nowrap;
}.tab-cart-order td .price-num {
    font-size: 16px;
}
 .slast-ft{
     height:3px;
     width:100px;
     background:#333;display:block;
 }

.bt-xemthem {
    padding: 12px 27px;
    background: linear-gradient(92.77deg, var(--sec-color) 1.26%, var(--hover-color) 111.8%);
    border-radius: 10px;
    transition: 400ms ease-out;
    color: #fff;
    font-size: 16px;border:none;
}
    .bt-xemthem.bt-xemthem-xx{
        padding-bottom:10px;
        padding-top:10px;
    }
    .bt-xemthem:hover {
        background: linear-gradient(92.77deg, var(--hover-color) 1.26%, var(--sec-color) 111.8%);
        color: #fff;
    }
 .daout-s{
     color:var(--primary-color);margin-bottom:20px;
 }
.w-2{
    max-width:50%;
}
@media (min-width:768px){
    .w-2{
        max-width:25%;
    }
}
#sea-x-region-result .sea-x {
    background-position: left 5px center;
    background-repeat:no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 55px;
    background-size: 40px;
    font-size: 1.4em;
    color: #333;
    border-bottom: 1px solid #eee;
}#sea-x-region-result .sea-x:nth-child(2n+1), #sea-x-region .sea-x:nth-child(2n+1) {
    background-color: #eee;
}#sea-x-region-result .sea-x .xemthem, #sea-x-region .sea-x .xemthem {
    color: red;padding-right:10px;
}
 .listquestion .bt-question {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border: none;
    text-align: left;
    background: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    position: relative;
}
 .listquestion .bt-question:before, .listquestion .bt-question:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}.listquestion .bt-question[aria-expanded='true']:before {
    content: "\f068";
}.listquestion .bt-question:before {
    content: "\2b";
    margin-right: 5px;
}
 .listquestion .bt-question:hover, .listquestion .bt-question[aria-expanded='true'] {
    background-color: var(--hover-color);
    color: #fff;
}.tiktok-embed{
     margin-top:0!important;height:560px;
 }
 #galery .swiper-container {
     overflow:initial;margin-top:12%;margin-bottom:9%;
 }
 @media (min-width:991px){
    #galery .swiper-container {
        margin-top:8%;margin-bottom:8%;
    }
 }
#galery .swiper-slide {
    transition: all 0.3s ease;opacity:0.3
}
 #galery .swiper-slide.swiper-slide-active{
     transform:scale(1.4);z-index:2;opacity:1;
 }
 #galery .swiper-slide img{
     border-radius:15px;
 }
    #so-list .btnc{font-family:'SVN-Gotham Light';}
        .btnc:hover, .btnc.btnc-cate {
            background-color: initial;
            color: #fff;
        }
        .btn-tab-procate .btnc.btnc-cate,.btnc.btnc-cate.btnaddcart-detail{
            font-size:12px;border-radius:5px;padding:8px 20px;font-family:OpenSans;
        }
            .btnc.btnc-cate:hover {
                background-color: var(--yellow-color);
                color: var(--color-tx);
            }
            .time-work-table {
                display: table;
                width: 100%;
                margin-bottom: 10px;
            }
    .time-work-table div{
        display:table-cell;
        font-size:1.4em;
        color:var(--white-color-60);
    }
.what-we-provide-cnt {
    border: 1px solid #5D676B;
    padding: 30px;
    position:relative;height:100%;
}
    .what-we-provide-cnt.popular {
        background-color: #3B3B3B;
    }
    .what-we-provide-cnt.third {
        background-color: #2D2C2C;
    }
        .what-we-provide-cnt .news-detail {
            color: var(--white-color-70);
            line-height: 2;
        }
    .what-we-provide-cnt .what-we-provide-pop {
        font-family: "Cormorant", serif;
        color: var(--white-color-60);
        font-size: 1.4em;
        text-align: center;
    }
    .what-we-provide-cnt .what-we-provide-cnt-title {
        font-family: "Cormorant", serif;
        font-size: 3em;
        font-weight: 500;
        text-align: center;margin-top:5px;
        color: var(--primary-color);white-space:nowrap;
    }
    .what-we-provide-cnt .what-we-provide-price {
        color: var(--yellow-color);
        font-size: 5em;
        font-family: "Cormorant", serif;text-align:center;
        margin-bottom:30px;
    }
    .what-we-provide-cnt .what-we-provide-price sup{
        font-size:15px;letter-spacing:1.1px;margin-left:4px;
    }
@media (min-width:768px){
     .what-we-provide-cnt .news-detail{
         height:200px;overflow:hidden;
     }
}
.catecnt{
    display:block;border-radius:20px;overflow:hidden;position:relative;
}
    .catecnt .btnc {
        position:absolute;
        bottom:20px;
        left:50%;transform:translate(-50%,0);padding:9px 18px;white-space:nowrap
    }
    .catecnt .catecnt-title {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        left: 0;
        width: 100%;
        background-color: var(--black-color-60);
        color: var( --primary-color);
        text-align: center;
        padding: 10px;
        font-size: 2.8em;
        font-family: Cormorant,sans-serif;
    }
    @media (min-width:991px){
        .catecnt .catecnt-title {
            font-size: 2.5em;
        }
    }
    .catecnt img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .catecnt:before {
        content: '';
        display: block;
        padding-top: 120%;
    }
    #about-us .news-detail,#services .news-detail{
        color:#3140F9;font-size:16px;
    }
.btn-tab-procate {
    border-radius: 10px;
    background-color: #1C1C1E;font-family:Cormorant;
    border:none;
    padding:6px 12px;position:relative
}
.btn-tab-procate button{
    font-size:2em;width:100%;
    background:none;outline:none;
    border:none;color:var(--white-color-70);text-align:left;
}
.btn-tab-procate.btn-tab-procate-w{
    background:none;
    padding:10px 0;
}
.btn-tab-procate.btn-tab-procate-w button{
    font-size:17px;color:var(--black-color-100);font-weight:bold;font-family:OpenSans;
    padding:0;
}
    .btn-tab-procate button.hasC:before {
        content: "\f078";
        position: absolute;
        top: 50%;transform:translate(0,-50%);
        right: 10px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }
    .btn-tab-procate button.hasC.act:before {
        content: "\f077";
    }
    .btn-tab-procate button:hover {
        color: var(--yellow-color);
    }
.pr-cate{
    overflow:hidden;transition:400ms ease-out;margin:15px 0;margin-top:0;
}
@media (min-width:768px){.pr-cate{max-width:1024px;margin-left:auto;margin-right:auto;}}
.tm--llist {
    display: table;
    width: 100%;
    margin-bottom: 5px;border:none;background:none;padding:0;text-align:left;
}
.wht-cart {
    background: none;
    border: none;
    padding: 10px;width:100%;text-align:left;
    padding-left:35px;position:relative;
}
    .wht-cart:before {
        content: "\f0c8";
        font-family: "Font Awesome 6 Free";
        font-weight: 400;position:absolute;
        font-size:1.6em;top:50%;transform:translate(0,-50%);left:10px;
    }
    .wht-cart:hover,.wht-cart.act{
        background-color:#d8d8d8;
    }
    .wht-cart.act:before,.wht-cart:hover:before{
        content: "\f14a";
    }
.wht-cart .curr-price{
    color:var(--black-color-70);font-style:italic;
}
.wht-cart h3.tm--llist-title{
    font-size:1.6em;margin-bottom:2px;
}
    .tm--llist .tm--llist-td .slas {
        border-bottom: 1px dashed var(--white-color-70);
        height: 1px;
        position: relative;
        top: -3px;
    }
    .tm--llist .tm--llist-td {
        display: table-cell;
    }
     .tm--llist .tm--llist-td.tm--llist-td-1{
         width:100%;
     }
    .tm--llist .tm--llist-td.tm--llist-td-30{
        width:30px;font-size:2em;
    }
     .tm--llist .tm--llist-td.tm--llist-td-30 i{
        cursor:pointer;
    }

        .tm--llist .tm--llist-td:last-child {
            text-align: right
        }
        .tm--llist.wht-cart .tm--llist-td:last-child {
            text-align: left;
        }
        .tm--llist .tm--llist-td h3.tm--llist-title, .tm--llist .tm--llist-td .curr-price {
            color: #fff;
            font-size: 16px;
        }
        .tm--llist:hover h3.tm--llist-title{
            color:var(--yellow-color);
        }
        .tm--llist.wht-cart .tm--llist-td h3.tm--llist-title, .tm--llist .tm--llist-td .curr-price {
            color: var(--yellow-color);
        }
        .tm--llist.wht-cart .tm--llist-td h3.tm--llist-title{
            color:#333;
        }
        @media (min-width:1200px) {
            .tm--llist .tm--llist-td.tm--llist-td-1 {
                width:initial;
            }
    .tm--llist .tm--llist-td.tm--llist-td-2 {
        width: 100%;
    }
    .tm--llist .tm--llist-td h3.tm--llist-title, .tm--llist .tm--llist-td .curr-price{white-space:nowrap;}
}
.to-header-cart {
    border-bottom: 1px solid #dee2e6 !important;
    min-height: 3rem;
    height: 1px;
}
.to-header-cart .back-to-cart{
    position:absolute;
    top:50%;left:20px;color:#333;transform:translate(0,-50%);
    font-size:1.7em;
}
.to-header-cart h1{
    font-weight:bold;font-size:20px;
}
.card-l{
    max-height:72vh;overflow-y:auto;overflow-x:hidden;
}
.card-l::-webkit-scrollbar {
  width: .2em;
}
 
.card-l::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.card-l::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.card-l .right-panel{
    background: #f8f8f8;
    padding:10px;
}
    .card-l .right-panel .right-panel-tx {
        margin-bottom: 10px;
        font-size: 1.6em;
        color: #39464e;
    }
.btn-sub {
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 1.7em;
    border: none;
    padding: 8px 25px;font-weight:bold;display:block;text-align:center;
}
.btn-sub.btn-sub-a{
    color:#333;background:none;
}
.btn-sub:hover{
    opacity:.8;color:#fff;
}
.btn-sub.btn-sub-a:hover{
    color:var(--yellow-color)
}
.cart-cnt {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}
.sh-cart{
    font-size:1.5em;
    margin-bottom:15px;
    position:relative;
}
.sh-cart button{
    background:none;
    border:none;padding:0;position:absolute;
    top:0;right:0;
}
.sh-cart button:hover{
    color:var(--hover-color);
}
.sh-cart .sh-cart-title{
    font-size:1.1em;font-weight:bold;color:var(--black-color-70)
}
 table.ui-datepicker-calendar{
            width:100%;
        }
        .ui-datepicker-header{
            border:1px solid #ddd;
            padding:3px;
            position:relative;
            margin-bottom:12px;
        }
            .ui-datepicker-header a {
                position: absolute;
                top: 6px;
                right: 10px;
                width: 24px;
                height: 24px;
                display: block;cursor:pointer;
            }
                .ui-datepicker-header a span {
                    color:#fff;
                    overflow: hidden;display:block;
                }
                 
             .ui-datepicker-header a.ui-datepicker-prev{
                 right:40px;
             }
                .ui-datepicker-header a.ui-datepicker-prev span:before,
                .ui-datepicker-header a.ui-datepicker-next span:before {
                    content: "\f053";
                    font-family: "Font Awesome 6 Free";
                    font-weight: 900;
                    color: #000;font-size:1.6em;display:block;margin-top:3px;
                }
                .ui-datepicker-header a.ui-datepicker-next span:before {
                    content: "\f054";
                }
                .ui-datepicker-header a span:hover {
                    opacity: .3;
                }
            .ui-datepicker-header .ui-datepicker-title {
                margin: 0;
                padding: 5px 7px;
                font-size: 16px;
                font-weight: normal;
                text-align: left;
            }
        .ui-datepicker-calendar th {
            
            text-align: center;
            font-weight: normal;
            border: 0;
            color: #555;
            font-size: 16px;
        }
        .ui-datepicker-calendar th span{
            display:block;
            width:50px;display:block;
        }
        .ui-datepicker td {
            padding: 4px;
            position: relative;
            width: 14.2857%;
        }
        .ui-state-disabled span.ui-state-default,
        a.ui-state-default,
        .ui-datepicker-current-day a {
            width: 30px;
            height: 30px;
            line-height: 30px;font-size:16px;
            display: block;
            border-radius: 50%; text-align: center;text-decoration:none;color:#333;margin:auto;
        }
        @media (min-width:991px){
            .ui-state-disabled span.ui-state-default,
            a.ui-state-default,
            .ui-datepicker-current-day a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            }
        }
        .ui-state-disabled span.ui-state-default{
            opacity:.7
        }
            .ui-datepicker-current-day a.ui-state-active {
                background: #333;
                border-color: #fff;
                color: #fff;
               
            }
            .bt-times{
                display:flex;
                flex-wrap:wrap;flex-direction:row;
                justify-content:flex-start;
                align-content:center;
                margin:0 -2px;    
            }
        .bt-times div{
             width: 16.6666%;
             padding-left:2px;
             padding-right:2px;margin-bottom: 5px;
        }
                .bt-times button {
                    width: 100%;
                    background-color: #FFFFFF;
                    color: #333;
                    padding: 3px 0;
                    border: 1px solid var(--black-color-70);
                    font-size: 1.4em;
                    border-radius: 5px;
                }
                .bt-times button:disabled{
                    opacity:.6;
                }
.bt-times button:hover,.bt-times button.act{border-color:var(--yellow-color)}
#cta-icon {
    position: fixed;
    width: 60px;
    right: 0;
    top: 50%;
    z-index: 2000;
    background: #727473;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);font-size:1.3em;overflow:hidden;
}
@media (max-width: 991px) {
    #cta-icon {
        border-radius: 0;
        top: inherit;
        width: 100%;
        height: 50px;
        bottom: 0;
        left: 0;
        right: inherit;
        display: flex;
        flex-direction: row;
        text-align: center;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
        #cta-icon a.cta-phone {
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
        }
}
 #cta-icon a {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    transition: 0.3s;color: var(--blue-color);text-align:center;
}
    #cta-icon a.cta-chat {
        color: var(--primary-color);
    }
    #cta-icon a.cta-phone {
        border-radius: 10px 0 0 0;
        -webkit-border-radius: 10px 0 0 0;
        -moz-border-radius: 10px 0 0 0;
    }
#cta-icon  a.cta-phone img {
    -webkit-animation: swing ease-in-out 1s infinite alternate;
    -moz-animation: swing ease-in-out 1s infinite alternate;
    -ms-animation: swing ease-in-out 1s infinite alternate;
    -o-animation: swing ease-in-out 1s infinite alternate;
    animation: swing ease-in-out 1s infinite alternate;
}
#cta-icon .cs-ring {
    position: absolute;
    border: 1px solid #dc3545;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
#cta-icon a:hover {
    background-color: var(--hover-color);
    color: #fff;
}
    #cta-icon a:hover .cs-ring {
        border-color: var(--hover-color);
    }
    .tb-totalp{
        border-top:1px solid #ddd;
        font-size:1.5em;
    }
        .tb-totalp td {
            padding: 10px 0;
        }
        .tb-totalp tr:last-child td{
            padding-top:0;
        }
            .tb-totalp td span.tb-totalp-price {
                color: #d0021b;
                font-weight: bold;
                font-size: 1.1em;
            }
            .tb-totalp td span.tb-totalp-price#ad-desp-remain{
                font-weight:initial;
                color:#004ea0;font-size:.9em;
            }
#chitietModal button.close,#alertCartModal button.close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: var(--yellow-color);
    border-radius: 50%;
    opacity: 1;
    padding: 0;
    width: 50px;
    height: 50px;
    color: #fff;font-size:4em;
}
#alertCartModal button.close{
    width:30px;height:30px;font-size:2.6em;top:-15px;right:-15px;color:#333;
}
#chitietModal .modal-content{
    background:#333;
}
.tb-gallery{
    display:block;
    position:relative;overflow:hidden;
    border-radius:10px;
}
.tb-gallery::after{
    content:'';
    display:block;
    padding-top:83%;
}
.tb-gallery img{
    position:absolute;
    top:0;left:0;bottom:0;right:0;
    margin:auto;width:100%;height:100%;object-fit:cover;
    z-index:9;transition:400ms ease-out;
}
.tb-gallery:hover img{transform:scale(1.02);}
.tb-gallery .lbtem{
    background-color:var( --black-color-20);
    position:absolute;
    top:0;left:0;bottom:0;right:0;
    z-index:10;transition:400ms ease-out;
}
.tb-gallery:hover .lbtem{
     background-color:var( --black-color-30);
}
.tb-gallery h2{
    position:absolute;
    top:50%;
    left:0;
    color:#fff;
    z-index:11;transform:translate(0,-50%);display:block;
    text-align:center;width:100%;
}
.sl-nm1{
    background-repeat:no-repeat;
    background-size:cover;
    height:307px;background-position:center;
}
@media (min-width:991px){
    .sl-nm1{
        height:517px;
    }
}
#so-list .sl-nm1 a{
    color:#000;font-weight:bold;
}
#so-list .sl-nm1 a:hover{color:var(--yellow-color);}
#so-list .sl-nm1 img{margin:auto;margin-bottom:30px;}
.video-reg {
    position: relative;
    overflow: hidden;
}
.dathangthanhcong {
    margin: 0 auto;
    display: block;
    margin: 30px 0;
    border: 1px solid var(--yellow-color);
    padding: 15px;
    border-radius: 20px;
    font-size: 1.6em;color:var(--white-color-70);font-family:Cormorant
}
.dathangthanhcong .dhtc1 {
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 10px;color:#fff;
}.dttc2 {
    margin-bottom: 5px;
}
.bt-clser {
    border: none;
    background: none;
    font-size: 1.4em;
    padding: 0;
    margin: 0;
    line-height: initial;
}
.coupon-reg{
    display:table;width:100%;
}
@media (min-width:1200px) {
    .b-right-ft:before, .b-right-ft:after{
        content: '';
        display: block;
        height: 100%;
        width: 2px;
        background-color: var(--sec-color);
        position: absolute;
        top:0;
    }
    .b-right-ft:before{
        left:-15%;
    }
    .b-right-ft::after {
        right: 5px;
    }
}
.coupon-reg div{display:table-cell;}
.coupon-reg div:first-child{width:100%;padding-right:5px;}
    .coupon-reg div button {
        background-color: var(--yellow-color);
        color: var(--white-color-100);
        border: none;
        height: calc(1.5em + .5rem + 2px);
        padding: .25rem .5rem;
        font-size: .875rem;border-radius:5px;
    }
.t-partners {
    display:block;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0px 3px 4.3px #ddd;
    border:1px solid #ddd;
    border-radius: 15px;
    z-index: 1;
    position:relative;
}
.t-partners:after{
    content:'';display:block;padding-top:45%;
}
    .t-partners img {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        margin: auto;
        width: calc(100% - 20px);
        height: 100%;
        object-fit: contain;
    }
    .bg-fdff:before{
        content:'';
        width:100%;
        position:absolute;top:0;left:0;height:20px;
        background: #36489E; 
        mix-blend-mode: hard-light; 
        filter: blur(100px);
    }
   .tm-avatar .iconss{
        background-image:url(/assets/frontend/images/ico11.png);
        background-repeat:no-repeat;
        background-position:center;
        width:58px;
        height:58px;
        position:absolute;
        top:20px;
        left:20px;
        z-index:2;
    }
.tm-avatar .t-servicelss-title {
    background: rgba(88, 32, 255, 0.2);
    backdrop-filter: blur(7.75px);
    border-radius: 30px;
    color:#fff;font-size:16px;text-align:center;
    position:absolute;
    bottom:20px;
    left:20px;
    width:calc(100% - 40px);
    right:20px;
    padding:10px;
}
@media (min-width:991px){
    .tm-avatar .t-servicelss-title {
        font-size:22px;
    }
}
.l-tab{
    display:flex;
    flex-wrap: wrap;
}
    .l-tab .l-tab-td {
        padding: 3px 20px;
        position: relative;    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
    
    .l-tab button,.l-tab a {
        font-size: 1.6em;
        border: none;
        outline: none;
        background: none;
        color:var(--sec-color);
        padding:3px 10px;display:inline-block;
        white-space:nowrap;
        text-overflow:ellipsis;overflow:hidden;
    }
        .l-tab button.act,.l-tab a.act {
            color: #FFFFFF;
            background: linear-gradient(92.77deg, var(--sec-color) 1.26%, var(--hover-color) 111.8%);
            border-radius: 6px;
        }
     .l-tab .l-tab-td:last-child:after{display:none;
     }
    @media (min-width:991px){
        .l-tab {
            display: flex;
            align-items: center;
            justify-content: center;
            justify-items: center;flex-wrap:nowrap
        }
            .l-tab .l-tab-td {
                padding: 0 20px; -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
            }
        .l-tab .l-tab-td::after {
            content: '';
            display: inline-block;
            background: var(--sec-color);
            position: absolute;
            right: 0;
            height: 20px;
            width: 1px;
            top: 50%;
            transform: translate(0, -50%);
        }
    }
    .a-dd{
        display:block;
        position:relative;
        border:1px solid var(--sec-color);
        border-radius:10px;overflow:hidden;
    }
    .a-dd:before
    {
        padding-top:80%;
        display:block;content:'';
    }
@media (min-width:768px) {
    .a-dd.a-dd-40:before {
        padding-top: 40%;
    }
}
        .a-dd img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .a-dd .a-dd-title {
            background: linear-gradient(96.78deg, rgba(54, 72, 158, 0.3) 30.95%, rgba(232, 27, 68, 0.3) 61.78%);
            backdrop-filter: blur(11.65px);
            border-radius: 16px;
            position: absolute;
            border: 10px;
            bottom: 10px;
            left: 10px;
            width: calc(100% - 20px);
            padding: 8px 15px;
            color: #fff;
            font-size: 16px;
        }
            .a-dd .a-dd-title i.fa-arrow-right {
                position: absolute;
                right: 15px;
                top: 50%;
                transform: translate(0, -50%);font-size:20px;
            }
        @media (min-width:991px){
            .a-dd .a-dd-title {
                 font-size: 22px;
            }
        }
        .bl-border{border:1px solid var(--sec-color);}
.bt-xwwq {
    color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    position:absolute;
    bottom:10%;
    left:50%;transform:translate(-50%,0);
    z-index:19;text-transform:uppercase;
    padding:7px 16px;
    font-size:1.6em;font-weight:bold;background:rgba(0,0,0,.5);
}
.tm-avatar:hover .bt-xwwq{
    color:var(--sec-color);
    background:#fff;
}
.grid-project {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}
.grid-project.grid-project-homepage{
    grid-gap:15px;
}
.project3 {
    grid-column: 1 span;
    grid-row: 1 span;
    border: 2px solid var(--sec-color);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    order:10;
}
.project-1,.project-6{
    grid-column: 2 span;
}
.project .project-title h3{
    font-size:16px;margin-bottom:0;
}
@media (min-width:768px) {
    
    .grid-project.grid-project-homepage{
        grid-template-columns: repeat(6, 1fr);
    }
    .project-1,.project-6 {
        grid-column: 3 span;
        grid-row: 2 span;
    }
    .project-2,.project-5,.project-7,.project-10 {
        grid-column: 2 span;
        grid-row: 1 span;
    }    
    .project-2{
        order:1;
    }
    .project-3{
        order:2;
    }
}
.project .project-title {
    background: rgba(0,0,0,.7);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;width:100%;
    padding:10px;
}
.project:hover .project-title{
     background: linear-gradient(137.96deg, rgba(19, 93, 252, 0.75) 19.56%, rgba(242, 104, 137, 0.75) 90.49%);
}
@media (min-width:991px){
    .project .project-title h3 {
        font-size: 22px;
    }
}
.project .project-title .news-detail{
    height:0;overflow:hidden;text-overflow:ellipsis;transition:400ms ease-out;
}
.project:hover .project-title .news-detail{
    height:45px;
}
 .scale-img {
    overflow: hidden;
    display: block;
    position:relative;
}
#projects-list .scale-img::after{
    content:'';
    background:rgba(0,0,0,.5);
    position:absolute;
    top:0;left:0;right:0;bottom:0;
    z-index:9;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;opacity:0;
}
 .project-image.scale-img{
     height:100%;
 }
  .scale-img img {
    width:100%;
    height:100%;object-fit:cover;transition:400ms ease-out;
}.scale-img:hover img{transform:scale(1.02);}
.x-cnns h2 {
    background: linear-gradient(93.31deg, var(--sec-color) 38.99%, var(--hover-color) 61.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;text-align:center;
    margin-top:15px;
}
@media (min-width:768px) {
    .x-cnns {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding:0 50px;
    }
    .x-cnns h2{
        font-size:40px;color:#fff;text-transform:uppercase;text-align:left;background:none;-webkit-text-fill-color:white;
    }
   
     .x-cnns .news-detail{
         color:#fff;
     }
}

.icon-about-us {
    border: 1px solid var(--hover-color);
    border-radius: 10px;
    position:relative;
}
    .icon-about-us .icon-about-us-cnt {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        transform: translate(0, -50%);
    }
     .icon-about-us .icon-about-us-cnt img{
         display:inline-block;margin-bottom:10px;
     }
        .icon-about-us .icon-about-us-cnt .icon-about-us-txt {
            font-size: 2em;
            /* text gra */
            background: linear-gradient(92.77deg, var(--sec-color) 1.26%, var(--hover-color) 111.8%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
        }
.icon-about-us:before{
    padding-top:100%;display:block;content:'';
}
@media (min-width:991px){
    .x-cnns h2{
        font-size:50px;
    }
    .x-cnns h2 span{
        display:block;font-weight:bold;font-size:100px;letter-spacing:2px;
    }
    #whychooseus .col-6:nth-of-type(2n+1) .icon-about-us {
        transform: translate(0,20px);
    }
}
.tb-adrrrr{
    display:table;
    font-size:1.6em;
}
.tb-adrrrr div{
    display:table-cell;
}
    .tb-adrrrr div:first-child {
        padding-right:10px;
    }
    .tb-adrrrr a {
        color: #3140F9;
    }
     .tb-adrrrr a:hover{
         color:var(--hover-color)
     } 
    @-webkit-keyframes swing {
        0% {
            -webkit-transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -ms-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            transform: rotate(10deg);
        }

        100% {
            -webkit-transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg);
        }
    }

    @-moz-keyframes swing {
        0% {
            -webkit-transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -ms-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            transform: rotate(10deg);
        }

        100% {
            -webkit-transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg);
        }
    }

    @-ms-keyframes swing {
        0% {
            -webkit-transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -ms-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            transform: rotate(10deg);
        }

        100% {
            -webkit-transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg);
        }
    }

    @keyframes pulsate {
        0% {
            -webkit-transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -ms-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            transform: rotate(10deg);
        }

        100% {
            -webkit-transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg);
        }
    }

    @-webkit-keyframes pulsate {
        0% {
            -webkit-transform: scale(0.1, 0.1);
            -moz-transform: scale(0.1, 0.1);
            -ms-transform: scale(0.1, 0.1);
            -o-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(2, 2);
            -moz-transform: scale(2, 2);
            -ms-transform: scale(2, 2);
            -o-transform: scale(2, 2);
            transform: scale(2, 2);
            opacity: 0;
        }
    }

    @-moz-keyframes pulsate {
        0% {
            -webkit-transform: scale(0.1, 0.1);
            -moz-transform: scale(0.1, 0.1);
            -ms-transform: scale(0.1, 0.1);
            -o-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(2, 2);
            -moz-transform: scale(2, 2);
            -ms-transform: scale(2, 2);
            -o-transform: scale(2, 2);
            transform: scale(2, 2);
            opacity: 0;
        }
    }

    @-ms-keyframes pulsate {
        0% {
            -webkit-transform: scale(0.1, 0.1);
            -moz-transform: scale(0.1, 0.1);
            -ms-transform: scale(0.1, 0.1);
            -o-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(2, 2);
            -moz-transform: scale(2, 2);
            -ms-transform: scale(2, 2);
            -o-transform: scale(2, 2);
            transform: scale(2, 2);
            opacity: 0;
        }
    }

    @keyframes pulsate {
        0% {
            -webkit-transform: scale(0.1, 0.1);
            -moz-transform: scale(0.1, 0.1);
            -ms-transform: scale(0.1, 0.1);
            -o-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(2, 2);
            -moz-transform: scale(2, 2);
            -ms-transform: scale(2, 2);
            -o-transform: scale(2, 2);
            transform: scale(2, 2);
            opacity: 0;
        }
    }
.porfilio {
    padding:6px 16px;
    color:#fff;
    font-size:1.6em;
    background: linear-gradient(137.96deg, var(--sec-color) 19.56%, var(--hover-color) 90.49%);
    border-radius: 5px;
    display:inline-block;
    margin-bottom:15px;
}
    .porfilio:hover {
        color: #fff;
        background: linear-gradient(137.96deg, var(--hover-color) 19.56%, var(--sec-color) 90.49%);
    }
.child-n {
    position: absolute;
    top: 20px;
    padding-top:0px;
    left: 0;
    display: none;
    width: 168px;z-index:99;text-align:left;
}
    .child-n svg{margin-left:10px;width:10px;height:10px;}
    .lis_child {
        padding: 12px;
        background: linear-gradient(137.96deg, var(--sec-color) 19.56%, var(--hover-color) 90.49%);
        mix-blend-mode: normal;
        border-radius: 3px;
        position: relative;
        top: -5px;
    }
    .lis_child li a {
        display: block;
        color: var(--white-color-80);
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--white-color-70);
        font-size: 1.4em;
    }
        .lis_child li:last-child a {
            border-bottom: 0;
            padding-bottom: 0;
        }
        .childmenus:hover .child-n {
            display: block;
        }
.lis_child li a:hover {
    color: var(--yellow-color)
}