
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --bs-white: #ffffff;
    --bs-blue: #0d6efd;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-gray-dark: #343a40;
    --primary-color: #616ce6;
    --primary-btn:#297eb7;
    --primary-hover: #0b3375;
    --primary-rgb: 8, 103, 173;
    --secondary-color: #ED3439;
    --secondary-hover: #c62a2e;
    --secondary-rgb: 237, 52, 57;
    --transition-default: 0.3s all ease-in-out;
}
html {
   
    max-width: 100%;
    
    scroll-behavior: smooth;
    
    width: 100%;
    
    display: block;
    
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    padding: 0;
    font-family: 'Roboto';
}
h3{
    line-height: 40px;
    font-size: 1.25rem;
}
h4{
    line-height: 32px;
}
table {
    width: 100%;
}

table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    border-color: #ddd;
}

tr {
    margin-bottom: 10px;
}

td {
    vertical-align: central;
    padding: 5px !important;
    border-color: #ddd;
}

ul li {
    list-style: none;
    position: relative;
}

p {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto ';
    margin-bottom: 8px;
    line-height: 1.3;
}

i.fa {
    /* line-height: inherit; */
}

body {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
    /* color: #707070; */
    margin: 0;
    overflow-x: hidden;
    font-size: 16px;
    color: #111111;
}

img {
    height: auto;
    max-width: 100%;
    /* width: 100%; */
}

a {
    text-decoration: none;
    color: inherit;
}

.btn.focus,
.btn:focus {
    box-shadow: unset;
}

a:focus {
    outline: none;
}

ol,
ul {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

.slick-slider {
    margin-bottom: 0;
}

/* slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* endslick */
/* style DUY */
ul{
    padding: 0;
    margin: 0;
}
.row{
    margin: 0 -10px;
}
.row [class*='col-']{
    padding: 0 10px;
}
a:hover, a:focus{
    color: #ec4f21;
    text-decoration: none;
}

.cl_0{color: #000}
#go_top {
    position: fixed;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    font-weight: 700;
    z-index: 100;
    bottom: 100px;
    right: 25px;
}
#go_top:hover{
    background: #ec4f21;
    color: #fff;
}
.opacity_menu.open_opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 99;
}
/*=============================*/
.slogan{
    padding: 8px;
    background: #bf1f1f;
    color: #fff;
    font-family: Quicksand-Medium;
}
.logo_pc a{
    font-size: 26px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    color: #ff0100;
    font-family: Quicksand-Bold;
    letter-spacing: 0.7px;
    display: inline-block;
    padding: 0px 0;
}
  /*==============MENU==========*/
.opacity_menu.open_opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 99;
}
@media(min-width: 992px){
    .menu_main{
        justify-content: end;
    }
    .nav-menu.menu{
        display: flex;
        justify-content: center;
    }
    .nav-menu.menu>.menu-item{
        position: relative;
    }
    .nav-menu.menu>.menu-item>.menu-link{
        padding: 20px 16px;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        text-transform: capitalize;
        color: #000;
    }
    .nav-menu.menu>.menu-item>.menu-link:hover,
    .nav-menu.menu>.menu-item.active>.menu-link{
        color: #ff0100;
    }
    .nav-menu.menu>.menu-item>.nav-dropdown{
        position: absolute;
        width: 225px;
        left: 0;
        /*padding: 15px;*/
        z-index: 999;
        background: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -moz-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        -webkit-transition: .2s ease-out;
        -ms-transition: .2s ease-out;
        transition: .2s ease-out;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        box-shadow: 0px 2px 6px 0px rgb(50 50 50 / 33%);
    }
    .nav-dropdown > .menu-item{
        border-bottom: 1px solid #e6e6e6;
    }
    .nav-dropdown > .menu-item > .menu-link{
        font-weight: 600;
        margin-bottom: 10px;
        display: inline-block;
    }
    .nav-dropdown .nav-dropdown .menu-item{
        font-weight: normal;
        line-height: 30px;
    }
    
    .has-dropdown:hover:after,
    .has-dropdown.active:after{
        color: #ff0100;
    }
    .nav-dropdown .has-dropdown:after{
        content: "";
    }
    .nav-dropdown>.menu-item>.menu-link{
        font-weight: bold;
        display: inline-block;
        padding: 8px 15px;
        margin: 0;
        color: #000;
    }
    .nav-dropdown>.menu-item:hover>.menu-link{
        color: #ff0100;
    }
    .nav-menu.menu>.menu-item.has-dropdown:hover>.nav-dropdown{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    }
}   
.action_right{
    padding: 15px 0;
    position: relative;
}
.top_action{
    position: relative;
}
.box_icon{
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    position: relative;
    line-height: 35px;
    border-radius: 50%;
    background: #e6e6e6;
}
.count_cart{
    background: #ff0100;
    color: #fff;
    margin-left: 15px;
}
.count_cart:after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #ff0100;
    border-bottom: 8px solid transparent;
}
.top_action.action_show .box_icon .fa-user-o:before,.top_action.action_show .box_icon:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/close.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
}
.top_action.action_show .count_cart{
    color: #ff0100;
}
.form_login, .form_cart{
    position: absolute;
    top: calc(100% + 20px);
    z-index: 990;
    min-width: 280px;
    padding: 15px;
    border-radius: 3px;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
}
.form_login{
    right: -25px;
}
.form_cart{
    right: 10px;
}
@media(min-width: 768px){
    .form_login{
      min-width: 340px;
    }
    .form_cart{
      min-width: 420px;
    }
}
.top_action.action_show .form_login,
.top_action.action_show .form_cart{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}
.form_login:before,
.form_cart:before{
    content: "";
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 13px solid transparent;
    width: 0; height:0;
    position: absolute;
    top: -28px;
    right: 25px;
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}
.form_login input.form-control{
    height: 35px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
}
.form_login input.form-control:focus{
    box-shadow: none;
}
.form_login input.form-control::placeholder{
    font-size: 12px;
    font-weight: bold;
}
.create_acc,.foget_pass{
    font-size: 13px;
    margin: 0 0 5px 0;
    color: #000;
}
.create_acc a , .foget_pass a{
    color: #ff0000;
}
.cart_title{
    font-size: 16px;
    color: #000;
    margin: 0 0 15px;
    padding: 6px 10px;
    background: #f3f5f6;
    border: 1px solid #e7ebec;
    text-align: center;
    border-radius: 4px;
}
.pro_cart_item{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px dotted #bcbcbc;
}
.pro_cart_item:last-child{
    border-bottom: 0;
}
.pro_view{
    padding-left: 90px;
    position: relative;
}
.pro_view>a{
    padding: 5px;
    border: 1px solid #ccc;
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    left: 0;
}
.pro_view img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}
.pro_view_info a{
    font-weight: bold;
    text-transform: uppercase;
}
.number_pro{
    display: inline-block;
    margin-top: 10px;
    padding: 3px 10px;
    background: #f5f5f5;
    font-size: 13px;
    border-radius: 3px;
}
.remove_cart{
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 18px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #E7EBEC;
    line-height: 17px;
}
.price_pro_cart{
    position: absolute;
    font-size: 13px;
    right: 0;
    bottom: 10px;
}
.list_pro_cart{
    padding-bottom: 15px;
    border-bottom: 1px solid #bcbcbc;
}
.sum_all{
    font-family: Quicksand-Medium;
    padding: 15px 0;
}
.sum_all .sum_money{
    font-weight: bold;
    color: #ff0000;
}
.button{
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #ff0000;
    background-color: transparent;
    color: #fff;
    padding: 6px 10px;
    border-radius: 0;
    margin: 10px 0;
    position: relative;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
}
.button:focus{
    outline: none;
    box-shadow: none;
}
.button:before {
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #ff0000;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
/*================================*/
.slider_main .slick-arrow {
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    padding: 0;
    /*color: transparent;*/
    border: none;
    text-align: center;
    z-index: 2;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: rgba(255, 255, 255, 0.31);
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
    cursor: pointer;
    line-height: 22px;
    border-radius: 50%;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.6, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.6, 1);
    outline: 0;
    color: #fff;
}
.slider_main .slick-prev {
    left: 40px;
}
.slider_main .slick-next {
    right: 40px;
}
.slider_main:hover .slick-arrow {
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    border-radius: 50%;
}
.slider_main:hover .slick-prev {
    left: 20px;
}
.slider_main:hover .slick-next {
    right: 20px;
}
.slider_main .slick-prev:hover,
.slider_main .slick-next:hover{
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
}
.box_search {
    padding: 15px 0;
    position: relative;
    background: #ff0100;
}
.box_search:before {
    content: "";
    height: 6px;
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/bg_top.webp);
    background-repeat: repeat-x;  
}
.box_search:after {
    content: "";
    height: 6px;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/bg_bottom.webp);
    background-repeat: repeat-x;  
}
.box_search .form-group{
    position: relative;
    margin: 0 auto;
    width: 50%;
}
.box_search .form-group input{
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    background:#fff;
    border: 1px solid #fff;
}
  .box_search .form-group input:focus,
  .btn_search:focus{
    box-shadow: none;
    outline: none;
}
.btn_search{
    color: #ff0100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: #fff;
    border-radius: 30px;
}
  /*========PRODUCT HOME===========*/
.home_tab{
    padding: 50px 0;
    background: url(../images/bg_order.webp);
    background-size: cover;
}
.menu_title{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link, 
.nav-tabs .nav-link.active, .nav-tabs,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover{
    border: 0;
}
.list_tab_product{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.list_tab_product:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/bg_top.webp);
    background-repeat: repeat-x;
    height: 6px;
    width: 100%;
    margin: auto;
}
.list_tab_product .nav-item {
    margin-bottom: 3px;
}
.list_tab_product .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 60px;
    position: relative;
    padding: 0 20px;
    white-space: nowrap;
}
.list_tab_product .nav-item .nav-link.active{
    background-color: #ff0100;
    color: #fff;
}
.list_tab_product .nav-item .nav-link.active:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    top: -3px;
    margin: auto;
    background-repeat: repeat-y;
    background: url(../images/bg_top.webp);
    height: 6px;
}
.product_item {
    margin: 0 0 20px;
    padding: 4px 10px 16px;
    border-radius: 4px;
    box-shadow: 0 0px 4px rgb(0 0 0 / 8%);
    background: #fff;
}
.product_item .img_pro {
    display: block;
    width: 100%;
    height: 240px;
}
.product_item .img_pro img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}
.name_pro a{
    display: -webkit-box;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    min-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
}
.price_pro{
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}
.order_button{
    padding: 6px 15px;
    border: 1px solid #ff0000;
    color: #ff0000;
    border-radius: 20px;
    background: #fff;
}
.order_button:hover{
    background: #ff0000;
    color: #fff;
}
.order_button:focus{
    outline: none;
    box-shadow: none;
}
  /*============*/
.sticky_right{
    position: sticky;
    background: #fff;
    box-shadow: 3px 3px 6px 0 #e5e5e5;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
}
@media (min-width: 992px){
    body.scroll_body .sticky_right {
      top: 25px;
    }
}
  
.order_cart_title{
    display: flex;
    justify-content: space-between;
    padding: 12px 10px;
    background: #f1f1f1;
    font-weight: bold;
}
.list_pro_order{
    padding: 0 10px;
    max-height: 100px;
    overflow-y: scroll;
}
.list_pro_order::-webkit-scrollbar {
    width: 5px;
}
.list_pro_order::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.list_pro_order::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.list_pro_order::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.pro_order_item{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px dotted #e6e6e6;
}
.pro_order_item:last-child{
    border-bottom: 0;
}
.pro_order_left{
    width: 60%;
}
.pro_order_left .name_pro_order a{
    font-size: 16px;
    font-weight: bold;
}
.pro_order_left .type_pro_order{
    color: #8a8a8a;
}
.remove_order{
    display: inline-block;
    margin-top: 10px;
}
.number_order .value-button{
    width: 20px;
    height: 20px;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #ff0000;
    color: #ff0000;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
}
.number_order .input-value-button{
    text-align: center;
    border: 0;
    width: 30px;
}
.number_order .input-value-button:focus{
    box-shadow: none;
    outline: none;
}
.price_order{
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.pro_order_right{
    width: 40%;
    padding-left: 10px;
    text-align: right;
}
.sum_order{
    padding: 12px 10px;
    background: #f1f1f1;
}
.sum_order_menu{
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
}
.time_ship{
    padding: 12px 10px;
    background: #fff;
    cursor: pointer;
}
.time_ship[aria-expanded="true"] .fa-angle-down:before{
    content: "\f106";
}
.time_ship:hover,
.time_ship[aria-expanded="true"]{
    color: #ff0000;
}
.choose_time{
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 45px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.choose_time .group{
    display: flex;
    justify-content: space-between;
}
.choose_time .now_ship,
.choose_time .select_time{
    padding: 5px 8px;
    border: 1px solid #ffcc00;
    background: #fff7d9;
    border-radius: 15px;
    width: 48%;
    display: block;
    cursor: pointer;
    font-size: 13px;
}
.sub_choose{
    margin: 0 5px;
    display: none;
}
.sub_choose.active{
    display: block;
}
.sub_choose .date_order,
.sub_choose .time_order{
    float: left;
    width: 50%;
    padding: 0 5px;
}
.sub_choose .date_order label,
.sub_choose .time_order label{
    font-family: Quicksand-Medium;
    margin-top: 10px;
}
.sub_choose .date_order select,
.sub_choose .time_order select{
    border: 1px solid #f1f1f1;
    height: 32px;
    outline: none !important;
    font-size: 13px;
}
.sub_choose .date_order select:focus,
.sub_choose .time_order select:focus{
    outline: none;
    box-shadow: none;
}
.btn_choise_time{
    display: block;
    width: 100%;
    margin: 10px 0 0;
    padding: 5px;
    background: #ffcc00;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.pay_now{
    display: block;
    background: #ff0000;
    padding: 8px 10px;
    color: #fff;
    text-align: center;
}
.pay_now:hover{
    background: #333;
    color: #fff;
}
.timework{
    padding: 140px 0 120px;
    background: url(../images/bg_timework.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}
.timework:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
}
.timework_inner{
    max-width: 600px;
    margin: auto;
    position: relative;
}
.timework_title{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.description_timework{
    margin-bottom: 15px;
}
.timework_item{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.timework_item span{
    font-size: 18px;
    font-weight: bold;
}
.timework_item span:first-child{
    padding-right: 8px;
}
.timework_item span:nth-child(2){
    height: 15px;
    border-bottom: 1px dotted #fff;
    width: 62%;
}
.timework_item span:last-child{
    padding-left: 8px;
}
.contact_order{
    background: #ff0100;
    text-align: center;
    padding: 30px 0 20px;
    position: relative;
    color: #fff;
}
.contact_order:after {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: 0;
    content: "";
    background-repeat: repeat;
    background: url(../images/bg_top.webp);
    height: 6px;
}
.box_title{
    font-size: 28px;
    margin-bottom: 10px;
}
.contact_phone{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 26.97px rgb(0 0 0 / 75%);
    -moz-text-shadow: 0px 0px 26.97px rgba(0, 0, 0, 0.75);
    -ms-text-shadow: 0px 0px 26.97px rgba(0, 0, 0, 0.75);
    -o-text-shadow: 0px 0px 26.97px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 0px 26.97px rgba(0, 0, 0, 0.75);
}
.subscribe p{
    margin-bottom: 5px;
}
.subscribe .form-group{
    margin-bottom: 0;
    position: relative;
    max-width: 310px;
    margin: auto;
}
.subscribe input{
    border: 0;
    background: #000;
    color: #fff;
}
.subscribe input::placeholder{
    color: #cac6c6;
    font-size: 13px;
}
.subscribe input:focus, .subscribe button:focus{
    border: none;
    box-shadow: none;
    background: #000;
    color: #fff;
}
.subscribe .btn_send{
    border: none;
    background: #000;
    height: 38px;
    color: #cac6c6;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
}
.footer{
    background: #fff;
    color: #000;
    position: relative;
}
.footer:after{
    content: "";
    width: 100%;
    height: 6px;
    background: url(../images/bg_footer.webp);
    position: absolute;
    top: -4px;
    left: 0;
}
.footer li a{
    color: #000;
}
.copy_right{
    color: #fff;position: relative;
}
.copy_right:after{
    content: "";
    width: 100%;
    height: 6px;
    background: url(../images/bg_top.webp);
    position: absolute;
    top: -4px;
    left: 0;
}
.footer iframe{
    width: 100%;
}
  /*==============modal===========*/
  #modal_order .modal-dialog{
    max-width: 900px;
  }
  #modal_order .modal-header{
    padding: 0;
    border-bottom: 0;
  }
  #modal_order .close{
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0 10px;
    font-size: 45px;
    outline: none;
    z-index: 9;
  }
  .product_modal, .description_pro_modal, .add_note{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  .product_modal img{
    width: 90px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    object-fit: contain;
  }
  .product_modal .name_pro_modal{
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
  }
  .product_modal .type_selected{
    margin-left: 15px;
  }
  .add_note .form-group{
    margin-bottom: 0;
  }
  .add_note input{
    padding-left: 35px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    outline: none;
  }
  .add_note input:focus{
    box-shadow: none;
  }
  .add_note i.fa-pencil{
    position: absolute;
    width: 35px;
    height: 40px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    color: #a7a2a2;
  }
  #modal_order .number_order .value-button{
    width: 36px;
    height: 36px;
    line-height: 30px;
    font-size: 28px;
  }
  #modal_order .number_order .input-value-button {
    width: 40px;
    font-size: 18px;
  }
  #modal_order .add_cart{
    padding: 8px 15px;
    border: 0;
    border-radius: 0;
    background: #e80f0f;
    color: #fff;
    font-size: 16px;
    display: flex;
  }
  #modal_order .add_cart span{
    font-size: 13px;
    padding: 3px 0 3px 15px;
  }
  #modal_order .add_cart:focus{
    outline: none;
    box-shadow: none;
  }
  .list_filter li{
    display: block;
    font-size: 14px;
    line-height: 30px;
  }
  .list_filter li label{
    cursor: pointer;
  }
  .filter-item--check-box input {
    display: none;
  }
  .filter-item--check-box .fa {
    margin-right: 5px;
    width: 14px;
    position: relative;
    display: inline-block;
  }
  .filter-item--check-box input+.fa:before {
    content: "";
    margin-right: 5px;
    border-radius: 2px;
    font-size: 18px;
    border: solid 1px rgba(0,0,0,0.3);
    line-height: 40px;
    position: absolute;
    top: -13px;
    height: 15px !important;
    width: 15px;
  }
  .select_type li.active input+.fa:before {
    border-color: #fe5000;
    background: #fe5000;
  }
  .select_type li.active input+.fa:after {
    content: "";
    color: #fff;
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    top: -13px;
    font-size: 12px;
    left: 0;
    background-image: url(../images/check.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
  }
  /*.filter-item--check-box input:checked+.fa:before {
    border-color: #fe5000;
    background: #fe5000;
  }
  .filter-item--check-box input:checked+.fa:after {
    content: "";
    color: #fff;
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    top: -13px;
    font-size: 12px;
    left: 0;
    background-image: url(../img/check.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
  }*/
  .filter_item .list_filter{
    display: none;
  }
  .filter_item.active .list_filter{
    display: block;
  }
  .filter_item{
    padding: 10px 5px 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
  }
  .filter_item:last-child{
    border-bottom: 0;
  }
  .title_filter_item{
    font-weight: bold;
    margin-bottom: 10px;
  }
  .select_type li{
    display: inline-block;
    margin-right: 20px;
  }
  /*==================*/
  .back_link{
    background: #f5f5f5;
    margin-bottom: 30px;
  }
  .breadcrumb{
    background: #f5f5f5;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .breadcrumb li a{
    padding: 0;
  }
  .breadcrumb li a:after{
    content: "\f105";
    font-family: fontawesome;
    font-size: 16px;
    padding: 0 10px;
  }
  .breadcrumb li:last-child a:after{
    content: "";
  }
  .col-left{
    margin-bottom: 30px;
  }
  .list_category{
    padding: 15px 10px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
  }
  .list_category li a{
    display: block;
    padding: 12px 0;
    border-bottom: 1px dashed #e6e6e6;
    font-weight: bold;
  }
  .list_category li:last-child a{
    border-bottom: 0;
  }
  .hover{
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .hover img{
    -webkit-transition: all 0.8s ease-in-out 0s;
    -khtml-transition: all 0.8s ease-in-out 0s;
    -moz-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    -o-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .hover:hover img {
    -webkit-transform: scale(1.2);
    -khtml-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  .img_detail{
    border: 1px solid #e6e6e6;
  }
  .img_detail img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
  }
  .name_product {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .price {
    font-size: 18px;
    font-weight: bold;
    color: #e80f0f;
    padding: 10px 0;
    border-top: 1px dotted #e6e6e6;
    border-bottom: 1px dotted #e6e6e6;
  }
  .col-right .select_type{
    padding: 15px 0;
    border-bottom: 1px dotted #e6e6e6;
  }
  .col-right .number_order{
    margin: 15px 0;
    border: 1px solid #f5f5f5;
  }
  .col-right .number_order .value-button {
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 0;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #000;
    line-height: 25px;
  }
  .col-right .number_order .input-value-button{
    width: 60px;
    font-size: 15px;
  }
  .col-right .add_note{
    border-bottom: 0;
  }
  .btn_order{
    padding: 10px;
    background: #ff0000;
    color: #fff;
    outline: none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .btn_order:focus{
    outline: none;
    box-shadow: none;
  }
  .product_related{
    margin: 50px 0;
  }
  .title{
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .product_related .product_item .img_pro{
    height: 305px;
  }
  .news_item{
    margin-bottom: 20px;
  }
  .news_item img{
    width: 100%;
    height: 185px;
    object-fit: cover;
  }
  .news_item_title a{
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
    line-height: 1.4;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .writer{
    color: #222;
    margin-bottom: 15px;
  }
  .description_news{
    line-height: 25px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  @media(max-width: 991px) {
    .nav-container {
      position: fixed;
      top: 60px;
      left: 0;
      z-index: 9999;
      overflow-y: auto;
      visibility: hidden;
      width: 320px;
      max-width: 100%;
      height: 100%;
      min-height: 100%;
      margin: 0;
      padding: 15px 0 0 0;
      overflow-x: hidden;
      background: #fff;
      -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      z-index: 1000;
      animation: animatedown 0.6s;
      width: 100%;
      padding-top: 30px;
    }
    .nav-container.is-visible {
      visibility: visible;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    .nav-toggle {
      z-index: 99;
      padding: 15px 0;
      font-size: 24px;
    }
    .nav-menu {
      background-color: #fff;
    }
    .nav-menu>.menu-item.is-active {
      background: #fff;
    }
    .nav-menu>.menu-item:hover {
      background: #fff;
    }
    .nav-menu>.menu-item.is-active.has-dropdown:after,
    .nav-menu>.menu-item:hover.has-dropdown:after {
      color: #017143;
    }
    .nav-menu>.menu-item.is-active a,
    .nav-menu>.menu-item:hover a {
      color: #000;
    }
    .nav-menu>.menu-item>.menu-link{
      font-weight: bold;
      text-transform: uppercase;
    }
    .nav-menu .menu-link {
      color: #000;
      display: block;
      padding: 12px 15px;
      font-size: 16px;
    }
    .has-dropdown {
      position: relative;
      cursor: pointer;
    }
    .has-dropdown>.menu-link {
      display: inline-block;
    }
    .has-dropdown:after {
      font-size: 20px;
      position: absolute;
      top: 0;
      right: 1rem;
      bottom: 0;
      height: 40px;
      content: "+";
      color: #000;
      line-height: 40px;
    }
    .has-dropdown.is-active:after {
      content: "\f106";
    }
    .nav-dropdown {
      display: none;
      background-color: #fff;
    }
    .nav-dropdown .container{
      padding: 0;
    }
    .has-dropdown.is-active>.nav-dropdown {
      display: block;
    }
    .nav-dropdown .nav-dropdown {
      background-color: #fff;
    }
    .nav-dropdown .menu-item {
      border-bottom: 1px solid #fff;
    }
    .nav-dropdown .menu-item .menu-link {
      display: block;
      padding: 10px 10px 10px 25px;
    }
    .menu-item {
      border-bottom: 1px solid #e6e6e6;
    }
    .menu-item:last-child {
      border-bottom: 0;
    }
    .nav-dropdown .menu-item {
      border-bottom: 0;
      border-top: 1px solid #e6e6e6;
    }
    .nav-dropdown>.menu-item>.menu-link {
      padding: 10px 30px;
    }
    .nav-dropdown .nav-dropdown .menu-item>.menu-link {
      padding: 10px 35px;
    }
    .nav-menu>.menu-item.is-active.has-dropdown:after,
    .nav-menu>.menu-item:hover.has-dropdown:after {
      color: #000;
    }
    .menu .menu-item.d-block {
      padding: 5px;
      background: #fff;
    }
    .menu_mb{
      /* position: absolute; */
    }
    .logo_pc a{
      font-size: 23px;
    }
    .count_cart{
      margin-left: 5px;
    }
    .icon_close{
      width: 15px;
      height: 15px;
      stroke-width: 1.5px;
      position: absolute;
      right: 15px;
      top: 15px;
      transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }
    .icon_close:hover{
      transform: translate(0%, 0%) rotate(360deg);
    }
    .list_tab_product{
      display: -webkit-box;
      -webkit-flex-flow: unset;
      flex-flow: unset;
      overflow-x: auto;
    }
    .name_product{
      margin-top: 20px;
    }
  }
  @media(max-width: 576px){
    .form_login, .form_cart{
      right: -89px;
      width: 100vw;
      height: 100vh;
      top: calc(100% + 15px);
      z-index: 9999;
    }
    .form_cart{right: -15px}
    .form_login:before{
      right: 90px;
    }
    .form_cart:before{
      right: 50px;
    }
    .box_search .form-group{
      width: 100%
    }
    .menu_title{
      font-size: 22px;
    }
    .product_item .img_pro, 
    .product_related .product_item .img_pro{
      height: 175px;
    }
    .pro_inner .d-flex{
      display: block !important;
      text-align: center;
    }
    .sticky_right{
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      z-index: 999;
      transform: translateY(calc(100% - 40px));
      transition: transform 0.5s ease,bottom .3s ease;
    }
    .sticky_right.active{
      transform: translateY(0);
    }
    .sticky_right.active .action_cart{
      content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ng";
    }
    .count_order{
      padding: 10px;
      background: #ff0000;
      color: #fff;
      display: flex;
      justify-content: space-between;
    }
    .list_pro_order{
      overflow-y: auto;
      max-height: calc(80vh - 200px);
    }
    .timework_item span:nth-child(2){
      width: 37%;
    }
    .footer_title{
      margin-top: 20px;
    }
    .copy_right{
      margin-bottom: 10px;
    }
    .news_item img{
      height: 110px;
    }
    li.menu-item.hotline_header {
      margin: 0 !important;
    }
    li.menu-item a {
      color: #000;
      display: block;
      padding: 12px 15px;
      font-size: 15px;
    }
    .banner_main .slick-slide img {
      display: block;
      /* height: 100% !important; */
      /* object-fit: contain !important; */
    }
    .footer-item {
      margin-bottom: 0px !important;
    }
    .titile_page_id p {
      width: 100% !important;
    }
  }
  @media(min-width: 577px) and (max-width: 768px){
    .logo_pc a{
      font-size: 30px;
    }
    .sticky_right{
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      z-index: 999;
      transform: translateY(calc(100% - 40px));
      transition: transform 0.5s ease,bottom .3s ease;
    }
    .sticky_right.active{
      transform: translateY(0);
    }
    .sticky_right.active .action_cart{
      content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ng";
    }
    .count_order{
      padding: 10px;
      background: #ff0000;
      color: #fff;
      display: flex;
      justify-content: space-between;
    }
    .list_pro_order{
      overflow-y: auto;
      max-height: calc(80vh - 200px);
    }
    .copy_right{
      margin-bottom: 35px;
    }
    .news_item img{
      height: 235px;
    }
  
  }

  
  
  
  .logo_pc img {
  /*    display: block;*/
  display: block;
  max-width: 150px;
  top: 0;
  max-height: 80px;
  padding: 10px 13px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 3px 6px 30px -22px #000;
  }
  li.menu-item.hotline_header {
      background: url(../images/ic-phone.svg) no-repeat;
      background-size: 20px;
      background-position: left 15px center;
      font-family: Roboto, Arial, sans-serif;
      color: #2680eb;
      margin: 0 5px;
      padding: 0 11px 0 42px;
  }
  li.d-flex {
      align-items: center;
  }
  li.menu-item.hotline_header a {
      font-size: 16px;
      font-weight: bold;
      display: inline-block;
      text-transform: capitalize;
      color: #2680eb;
      padding-left: 5px;
  }
  li.menu-item.login_header a {
      color: #333;
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
  }
  li.menu-item.login_header {
      padding: 0 15px 0 0px;
  }
  li.menu-item.btn_acount a {
      height: 40px;
      line-height: 20px;
      overflow: hidden;
      background-color: var(--primary-btn);
      margin: 0px 4px;
      padding: 10px 10px;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      font-weight: 400;
      border-radius: 2px;
  }
  .nav-dropdown li.menu-item {
      list-style: none;
  }
  .has-dropdown:after {
      content: "\f107";
      font-family: FontAwesome;
      position: absolute;
      top: 50%;
      right: 0px;
      padding-left: 0px;
      font-size: 13px;
      transform: translateY(-50%);
  }
  .banner_main .slick-slide img {
      display: block;
      object-fit: cover;
  }
  .header_menu {
      box-shadow: 3px -10px 30px -5px #000;
  }
  .footer-logo {
      width: 200px;
      margin-bottom: 20px;
      height: 60px;
  }
  .footer-logo img {
    height: 100%;
      object-fit: contain;
  }
  .footer-item .footer-text {
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: 600;
  }
  .footer-item .footer_title {
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: 700;
      color: #fff;
  }
  .footer-item .footer-list .footer-list_item .footer-list_item--link {
      color: #fff;
      font-weight: 500;
  }
  .footer-item .footer-list .footer-list_item + .footer-list_item {
      margin-top: 10px;
  }
  .footer-item .list-inline li + li {
      margin-top: 10px;
  }
  ul.list-inline li a {
      color: #fff;
  }
  .footer-item .footer-social {
      margin-top: 20px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
  }
  .footer-item .footer-social .footer-social_item .footer-social_item--link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 4px;
      width: 24px;
      height: 24px;
      color: var(--bs-white);
      text-align: center;
      background: var(--primary-btn);
      font-size: .8em;
  }
  .footer-item .footer-social .footer-social_item + .footer-social_item {
      margin-left: 8px;
  }
  .footer-item .footer-social .footer-social_item .footer-social_item--link:hover {
      background: var(--primary-hover);
      color: var(--bs-white);
  }
  .footer-item {
      margin-bottom: 24px;
  }
  .footer-bottom {
      padding-bottom: 25px;
      padding-top: 25px;
  }
  .footer-bottom .footer-logo_payment {
      gap: 5px;
      text-align: right;
      display: flex;
      justify-content: flex-end;
      align-items: center;
  }
  .dv-home-doitac {
      padding: 20px 0 20px;
      background: #fff;
      background-size: cover;
  }
  .titile_page_id {
      text-align: center;
      margin-bottom: 30px;
  }
  .titile_page_id h2 {
      color: #000;
      font-size: 25px;
      text-transform: uppercase;
      font-weight: 500;
      line-height: 35px;
      padding-bottom: 5px;
  }
  .titile_page_id h2 span {
      /* color: #dc1a5b; */
  }
  .titile_page_id p {
      color: #666;
      font-size: 16px;
      font-weight: 500;
      width: 60%;
      line-height: 25px;
      margin: 0px auto;
  }
  .pathner_item {
      /* background: #f8f8f8; */
      float: left;
      text-align: center;
      transition: all .3s;
      /* box-shadow: 0px 1px 6px rgb(0 0 0 / 20%); */
      vertical-align: middle;
      margin: 0 5px 20px;
  }
  .pathner_item a img {
      height: auto;
      padding: 10px;
      object-fit: contain;
  }
  section.Support_home {
      background: var(--primary-btn);
      /*    padding: 20px 0;*/
  }
  .support_item {
      display: flex;
      align-items: center;
      justify-content: flex-start;
          padding: 20px 0;
  }
  .support_text h5 , .support_text h2,.support_text span {
      margin: 0;
      color: #fff;
  }
  .support_text {
      margin-left: 14px;
  }
   .support_text h2, .support_text span {
    font-size: 18px;
    font-weight: 600;
   }
   .support_text h5,.support_text span  {
    font-size: 16px;
    /* margin-bottom: 10px; */
    display: block;
   }
   .Support_home .row .col-md-4 + .col-md-4 {
      border-left: 1px dashed #fff;
  }
  .bg-bottom-footer{
    background: var(--primary-btn);
  }
  .footer-item ul li a{
    font-size: 15px;
  }
  
/* end */



/* stye_pm desktop DUY*/
section .slick-arrow {
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    padding: 0;
    /*color: transparent;*/
    border: none;
    text-align: center;
    z-index: 2;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: rgba(255, 255, 255, 0.31);
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
    cursor: pointer;
    line-height: 22px;
    border-radius: 50%;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.6, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.6, 1);
    outline: 0;
    color: #fff;
}
section .slick-prev {
    left: 40px;
}
section .slick-next {
    right: 40px;
}
section:hover .slick-arrow {
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    border-radius: 50%;
}
section:hover .slick-prev {
    left: 20px;
}
section:hover .slick-next {
    right: 20px;
}
section .slick-prev:hover,
section .slick-next:hover{
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
}
/*=================================================*/

section.page_section_feature {
    padding: 40px 0 30px;
}
.section-title {
    text-align: center;
}
.section-title h3 {
    align-items: center;
    /* display: flex; */
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.section-title h3 b {
    background-color: currentColor;
    display: block;
    flex: 1;
    height: 2px;
    opacity: .1;
}
.section-title h3 b {
    background-color: transparent;
}
.section-title h3 span,.section-title h2 span {
    margin: 0 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    color: #181818;
    font-size: 24px;
    line-height: 1.6;
}
.section-title h3 span:after {
    /* content: ""; */
    /* display: table; */
    clear: both;
    background: url(../images/styled-line.png);
    width: 100%;
    height: 25px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0;
}
.page_section_feature .col-inner {
    padding: 30px 10px 15px 10px !important;
    border-radius: 0;
}
.page_section_feature .has-icon-bg {
    width: 75px;
    margin: 0 auto 1em;
    max-width: 100%;
    position: relative;
}
.has-icon-bg .icon {
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.has-icon-bg .icon .icon-inner {
    border: 2px solid;
    border-radius: 100%;
    color: #446084;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%;
}
.has-icon-bg .icon i, .has-icon-bg .icon img, .has-icon-bg .icon svg {
    left: 0;
    margin: 0 20%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
}
.icon-box-img svg {
    fill: currentColor;
    height: 100%;
    transition: all .3s;
    width: 100%;
}
.has-icon-bg .icon .border_blue {
    border-width: 1px;
    color: rgb(24, 146, 220);
}
.has-icon-bg .icon .border_pink {
    border-width: 1px;
    color: rgb(247, 109, 108);
}
.has-icon-bg .icon .border_green {
    border-width: 1px;
    color: rgb(104, 197, 147);
}
.has-icon-bg .icon .border_orange {
    border-width: 1px;
    color: rgb(236, 148, 82);
}
.icon-box-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
.icon-box-text p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 500;
    color: #282828;
}
.box-shadow-2-hover:hover {
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}

.icon-box:hover .has-icon-bg .icon .icon-inner {
    background-color: currentColor;
}

section.section-layers-info {
    background-color: rgb(24, 119, 242);
    margin: 0 0 40px;
}
.text_layers p {
    text-align: left;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 1em;
    text-shadow: 2px 2px 5px rgba(0,0,0,.4);
}
.section-layers-info .row_wrapper {
    padding: 20px 50px 0;
    position: relative;
    align-items: center;
}
.image_layers {
/*    position: absolute;*/
    right: 0;
    bottom: 0;
}
.image_layers img {
    opacity: 1;
    transition: opacity 1s;
    z-index: 99;
}
.image_layers  .img-inner {
    overflow: hidden;
    position: relative;
}
h2.title-decor {
    font-size: 20px;
    margin-bottom: 22px;
    color: #0e74c5;
    line-height: 1.1;
    font-weight: 700;
    font-style: normal;
}
.title-decor:after {
    content: "";
    display: block;
    width: 10%;
    height: 5px;
    background-color: #f5c800;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 5px;
}
.box_content_page p:first-child {
    margin-bottom: 5px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.box_content_page p {
    color: #333;
    font-size: 16px;
    text-align: justify;
}
.col-inner {
    position: relative;
}
.icon-box-tien-ich {
    border-bottom: 4px solid var(--primary-btn);
    float: left;
    position: relative;
    padding: 20px;
    text-align: left;
    border-radius: 8px;
    box-shadow: 0 0 10px #0000004d;
    background: #FFF;
    color: #525151;
    margin-bottom: 40px;
    border-radius: 0;
}
.feature_box .icon-box-img {
    width: 65px;
    margin: 0 auto 1em;
    max-width: 100%;
    position: relative;
}
h4.text-center, h3.text-center {
    font-size: 18px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 15px;
}
.icon-box-text {
    text-align: center;
}
.mt_120 {
    margin-top: 120px;
}

section.banggia_home_page {
    padding: 20px 0 0px;
}
.custom-pricing-box .col-inner {
    padding: 15px 15px 15px 15px;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    background-color: rgb(255, 255, 255);
}
.custom-pricing-box .col-inner .bg_blue {
    background-image: linear-gradient(90deg,#0a72ba 0,#29b1d9 100%);
}
.custom-pricing-box .col-inner .bg_reg {
    /* background-image: linear-gradient(-90deg,#ffa85e 0,#ff7463 100%); */
    background-image: linear-gradient(90deg,#0a72ba 0,#29b1d9 100%);
}
.custom-pricing-box .col-inner .bg_orange {
    /* background-image: linear-gradient(90deg,#ff6f00,#ffc107 100%); */
    background-image: linear-gradient(90deg,#0a72ba 0,#29b1d9 100%);
}
.pricing_top {
    color: #fff;
    text-align: center;
}
.pricing_top .title {
    padding-top: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #FFF;
    line-height: 30px;
}
.pricing_top p.dollar, .custom-pricing-box .list ul {
    margin-bottom: 1.3em;
}
.pricing_top span.price_left {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 40px;
    line-height: 0.75;
    color: #FFF;
}

.pricing_top .subtitle {
    max-width: 240px;
    margin: 0px auto 20px auto;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    padding-bottom: 10px;
}
.custom-pricing-box .list {
    text-align: left;
}
.custom-pricing-box .list ul li {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 15px;
    color: #212d31;
    line-height: 26px;
    list-style: none;
}
.custom-pricing-box .fa-check {
    color: #06f;
    margin-right: 10px;
}
.custom-pricing-box .fa-times {
    color: #b20000;
    margin-right: 10px;
}
a.button-banggia {
    background-color: var(--primary-btn);
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 0;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 1em;
    letter-spacing: .03em;
    line-height: 2.4em;
    font-size: 16px;
    min-height: 2.5em;
    padding: 0 1.2em;
    position: relative;
}

.request-icon-item {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
        padding-bottom: 15px;
}
.request-icon-item .img-inner {
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px;
    width: 75px;
    position: relative;
}
.request-icon-item .icon-box-text {
    flex: 1 1 0px;
    padding-left: 1em;
}
.align-center {
    align-items: center;
}
.request-icon-item .icon-box-text h5 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 20px;
    color: #333;
}
.request-icon-item  .icon-box-text p {
    line-height: 1.5;
    color: #181818;
    font-weight: 500;
    font-size: 16px;
}
section.request_home_page .section-title p {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 7px;
}
.box_repquest_page {
    margin-top: 26px;
}
.custom-pricing-box:hover {
    /* box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.22); */
}

section.quytrinh_home_page {
    padding: 40px 0;
}

.box_title_quytrinh p:first-child {
    margin-bottom: 5px;
    color: #000;
    font-size: 20px;
}
.box_title_quytrinh p {
    margin-bottom: auto;
    color: #000;
    font-size: 16px;
}
.box_title_quytrinh h2 {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1.1;
    font-weight: 700;
    font-style: normal;
    color: #181818;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
}
.box_title_quytrinh h2:after {
    content: "";
    display: block;
    width: 10%;
    height: 5px;
    background-color: #f5c800;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 5px;
}
.quytrinh_home_page .align-center .row_wrapper {
    margin: 0 0;
}
.quytrinh_home_page .align-center .row_wrapper .col-md-3 {
    padding: 0!important;
}

.quytrinh_home_page .bg_blue {
    background-color: rgb(33, 90, 148);
}
.quytrinh_home_page .bg_green {
    background-color: rgb(86, 174, 227);
}
.quytrinh_home_page .bg_blue_green {
    background-color: rgb(161, 198, 39);
}
.quytrinh_home_page .bg_yellow {
    background-color: rgb(139, 172, 36);
}
.quytrinh_home_page .box_inner .img-inner img {
    margin-bottom: 1em;
}
.quytrinh_home_page .box_inner p {
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
/*    background-color: #204e80;*/
    padding: 13px;
}

.quytrinh_home_page .bg_blue p {
    background-color: #204e80;
}
.quytrinh_home_page .bg_green p {
    background-color: #44a2db;
}
.quytrinh_home_page .bg_blue_green p {
    background-color: #90b636;
}
.quytrinh_home_page .bg_yellow p {
    background-color: #7da02c;
}
    
/* end */
.uppercase {
    text-transform: uppercase !important;
}
.pointer {
    cursor: pointer;
}

.has-icon-bg .icon i, .has-icon-bg .icon img, .has-icon-bg .icon svg {
    left: 0;
    margin: 0 20%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
}
.icon-inner{
    border-width: 1px;
    color: var(--primary-btn);
}
.has-icon-bg .icon {
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.icon-box-left .has-icon-bg .icon {
    position: absolute;
    width: 100%;
}
.icon-box .icon-box-img {
    margin-bottom: 1em;
    max-width: 100%;
    position: relative;
}
.icon-box-left .icon-box-img, .icon-box-right .icon-box-img {
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px;
    width: 75px
}

.text-left {
    text-align: left;
}
.icon-box-left, .icon-box-right {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.img, .img .img-inner {
    position: relative;
}
.img, .img img {
    width: 100%;
}
.img .img-inner {
    overflow: hidden;
}
.icon-box-img svg {
    fill: currentColor;
    height: 100%;
    transition: all .3s;
    width: 100%;
}
.has-icon-bg .icon i, .has-icon-bg .icon img, .has-icon-bg .icon svg {
    left: 0;
    margin: 0 20%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
}
.icon-box-img svg path {
    fill: currentColor;
}
.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1em;
}
.custom-icon-box-6-item .icon-box h5 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 20px;
    color: #333;
}
.section-title {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    margin-bottom: 20px;
}
.section-title p{
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}
.section-title h3, .section-title h2{
    font-size: 24px;
    font-weight: 700;
    color: #181818;
    text-transform: uppercase;
    text-align: center;
}
.section-title h3:after,.section-title h2:after {
    content: "";
    display: table;
    clear: both;
    background: url('../images/styled-line.png');
    width: 100%;
    height: 25px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0;
}
.icon-box-left .icon-box-text, .icon-box-right .icon-box-text {
    flex: 1 1 0px;
}
.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1em;
}
.custom-icon-box-6-item .icon-box h5,.custom-icon-box-6-item .icon-box h3 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 20px;
    color: #333;
}
.last-reset :last-child {
    margin-bottom: 0;
    text-align: left;
}
.has-icon-bg .icon .icon-inner {
    border: 2px solid;
    border-radius: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%;
}
.col, .columns, .gallery-item {
    margin: 0;
    padding: 0 15px 30px !important;
    position: relative;
    width: 100%;
}
.medium-col-first{
    display: flex;
    align-items: center;
}
.icon-box:hover .has-icon-bg .icon .icon-inner {
    background-color: currentColor;
}
.icon-box:hover .has-icon-bg i, .icon-box:hover .has-icon-bg svg, .icon-box:hover .has-icon-bg svg path {
    fill: #fff;
}
.d-grid{
    display: grid;
}
.service .list-service {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
}
.service .service-item {
    width: 100%;
    padding: 8px 10px;
    /* border-radius: 30px; */
    background: var(--primary-btn);
    border: 1px solid var(--primary-btn);
    display: flex;
}
.service .service-item .wrapper-border {
    width: 100%;
    float: left;
    border: 1px solid white;
    /* border-radius: 19px; */
    padding: 0px 10px 17px;
    margin: 0 auto;
    text-align: center;
} 
.service .service-item-1 {
}
.service .service-item .title {
    /*background-image: url(../img/bg_banggia.png);*/
    background-repeat: no-repeat;
    background-size: 100% 80%;
    padding: 17px 0px;
    display: block;
    width: 100%;
    font-size: 18px;
    top: -14px;
    position: relative;
    font-weight: 600;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    color: #3194d7;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.service-item-1 .title {
    color: #3194d7;
}
.list-service{display: flex;flex-wrap: wrap;}
.list-service .service-item .price {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 30px;
    color: #ffff00;
    font-weight: 600;
}
.list-service .service-item .list-point {
    display: flex;
    width: 70%;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    margin: 0 auto;
}
.list-service .service-item .list-point li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: white;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    color: white;
}
.list-service .service-item .list-point li:first-child,.list-service .service-item .list-point li:last-child {
    width: 2px;
    height: 2px;
}
.section__price-service .list-service .service-item .list-point li:nth-child(2), .list-service .service-item .list-point li:nth-child(8) {
    width: 3px;
    height: 3px;
}
.list-service .service-item .list-option {
    width: 100%;
    margin-bottom: 15px;
    float: left;
}
.list-service .service-item .list-option li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
    color: white;
    padding: 5px 10px;
    /* border-radius: 5px; */
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    background-color: #297eb7;
}
.list-service .service-item .list-option li i {
    font-size: 16px;
    display: inline-block;
}
.list-service .service-item .list-option li span {
    width: 100%;
    padding-left: 10px;
    font-size: 15px;
    text-align: justify;
}
.list-service .service-item-3 .btn-reg {
    color: #3194d7;
}
.list-service .service-item .btn-reg {
    width: 100%;
    float: left;
    padding: 10px 0px;
    font-size: 20px;
    text-align: center;
    background: white;
    /* border-radius: 10px; */
}
.product-item{
    /* max-width: calc(25% - calc(45px / 4)); */
}
.list-product{
    gap: 15px;
}
.pr-head {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
}
.pr-head>div:first-child{
    max-width: 50%;
}
.pr-head>div:last-child{
    max-width: 50%;
}
.pr-head>div:nth-child(1) {
    padding-right: 15px;
    margin-bottom: 15px;
}
.pr-head h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    overflow: hidden;
    height: 81px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.pr-content{
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.3;
    font-size: 16px;
    height: 64px;
}
.product-item>div{
    box-shadow: 0 15px 33px rgb(0 0 0/7%);
    /* border-radius: 18px; */
    padding: 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pr-btn {
    padding-top: 15px;
}
.pr-btn>a {
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
    font-family: Roboto bold,Arial,sans-serif;
    /* border-radius: 10px; */
    border-radius: 3px;
}
a.btn-viewmores {
    color: #616ce6;
    position: relative;
    padding: 10px 15px;
}
a.btn-viewmores:after {
    position: absolute;
    content: url(../images/ic-arrow.svg);
    /* top: calc(50% - 10.5px); */
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
a.btn-trial {
    background: var(--primary-btn);
    cursor: unset;
}
.procedure{
    color: #000;
}
.list-procedure h3{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}
.procedure .icon-box-left:not(.procedure .icon-box-lef:last-child){
    margin-bottom: 10px;
}
.col-item:not(.col-item:last-child){
    margin-bottom: 30px;
}
.absolute{
    position: absolute;
}
/* aboutus */
.about-1 .text-secondary{
    color: #111111 !important;
    margin-bottom: 45px;
    margin-top: 70px;
}
.about-1 p {
    color: #888;
    line-height: 22px;
    margin: 0 50px 15px 0;
}
.automation-ctn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
    padding-top: 24px;
    width: 100%;
}
.automation-ctn>div {
    background: #fff;
    padding: 16px;
    box-shadow: 0 4px 20px rgba(22, 48, 55, 0.1);
}
.ac-title {
    font-size: 20px;
    padding: 16px 0 12px;
    color: #111111;
    margin-bottom: 0;
}
.text-bold {
    font-weight: 700;
}
.automation-ctn>div:hover {
    transform: translateY(-10px);
    transition: 0.4s;
}
.common-title {
    font-size: 24px;
    margin: 0;
    padding: 0 0 16px 0;
    color: #111111;
    text-transform: uppercase;
    position: relative;
}
.ac-content{
    color: #111111;
    text-align: center;
}
.section-padding{padding-bottom: 40px;}
.about-2{
    
}
.block-aboutus{
    background: linear-gradient(180deg, #FFFFFF, #ECF6FB);
}
.solution-wrap {
    padding-top: 50px;
}
.solution-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.solution-img img{
    width: 500px;
}
.solution-item-head {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.solution-item-head img {
    width: 40px;
    display: inline-table;
    margin-right: 15px;
}
.nowrap {
    white-space: nowrap;
    text-transform: inherit;
}
.solution-item-title{
    font-weight: 700;
    color: #111111;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
}
.solution-item {
    margin-bottom: 30px;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}
.solution-item:hover {
    background: #e3f5ff;
}
.amis-asset-title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
}
.amis-asset-title-small{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.executive-support-item:nth-child(2n+1) {
    display: flex;
    direction: rtl;
}
.executive-support-item:nth-child(2n+1) .executive-support-text {
    direction: ltr;
}
.es-item-title {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    background: url(../../css/ic_tick.svg) no-repeat left top 2px;
    background-size: 20px;
    margin: 0;
    padding-left: 32px;
    padding-bottom: 6px;
    cursor: pointer;
    display: inline-block;
}
.es-item-des {
    padding-left: 32px;
    color: #5c5d60;
    font-size: 16px;
    font-family: 'Roboto';
}
.executive-support-text .panel {
    background: unset;
    border: none;
    box-shadow: none;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.executive-support-item {
    padding-top: 25px;
}
.executive-support-item {
    display: flex;
    align-items: center;
}
.titleweb {
    font-size: 20px;
    line-height: 20px;
    color: #333;
}
.web-1 .icon-box-left{
    margin-bottom: 20px;
}
.col-web1-img{
    display: flex;
    align-items: center;
}
.web-3 .icon-box-img{
    width: 150px;
}
.block-web .icon-box-text h3{
    font-size: 20px;
    text-align: left;
}
.icon-box-text h3{
    font-size: 20px;
    /*text-align: center;*/
}
/* end about */
.hotprod-carousel{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.hotprod-carousel .item{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.hotprod-carousel .item .hotprod-box{
    overflow: hidden;
    -webkit-transition: all .3s ease;
    position: relative;
    /* margin: 0 10px 25px; */
    /* border-radius: 5px; */
    padding: 0;
    padding-bottom: 15px;
    background: #fff;
    /* border-radius: 10px; */
    box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
}
.hotprod-carousel .item .image{}
.hotprod-carousel .item .content{}
.hotprod-carousel .item .content h3{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    padding-top: 15px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.hotprod-carousel .item .content p{
    font-size: 15px;
    font-weight: 500;
    color: #dc1a5b;
    padding: 0 10px;
}
.web-2 .section-bg-overlay {
    background-color: var(--primary-btn);
}
.fill {
    height: 100%;
    left: 0;
    margin: 0!important;
    padding: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.web-2{
    align-items: center;
    display: flex;
    flex-flow: row;
    min-height: auto;
    padding:0;
    position: relative;
    width: 100%;
}
.relative{
    position: relative;
}
.web-2 .has-hover.img{
    margin: -70px 0px 0px 0px;
}
.web-4 .col-inner {
    padding: 15px 15px 15px 15px;
}
.box-shadow, .box-shadow-2, .box-shadow-2-hover:hover, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover {
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}
.custom-pricing-box .title {
    padding-top: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #FFF;
    line-height: 30px;
}
.custom-pricing-box .subtitle {
    max-width: 240px;
    margin: 0px auto 20px auto;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    padding-bottom: 10px;
}
.custom-pricing-box .price {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 40px;
    line-height: 0.75;
    color: #FFF;
}
.custom-pricing-box .list {
    text-align: left;
}
.custom-pricing-box .list ul {
    list-style: none;
}
.custom-pricing-box .list ul li {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #212d31;
    line-height: 26px;
}
.custom-pricing-box .ic-check {
    color: #06f;
    margin-right: 10px;
}
.web-4 .button-banggia{
    background-color: var(--primary-btn);
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-color: rgba(0,0,0,.05);
    color: #fff;
    border-radius: 0 !important;
}
.web-4 .button::before{
    position: unset;
}
.expand, .full-width {
    display: block;
    max-width: 100%!important;
    padding-left: 0!important;
    padding-right: 0!important;
    width: 100%!important;
}
.custom-pricing-box .ic-uncheck {
    color: #b20000;
    margin-right: 10px;
}
.box-shadow-3, .box-shadow-3-hover:hover, .row-box-shadow-3 .col-inner, .row-box-shadow-3-hover .col-inner:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.22);
}
.web4-item-1 .has-bg{
    background-image: linear-gradient(90deg,#0a72ba 0,#29b1d9 100%);
}
.web4-item-2 .has-bg{
    background-image: linear-gradient(-90deg,#ffa85e 0,#ff7463 100%);
    background-image: linear-gradient(90deg,#0a72ba 0,#29b1d9 100%);
}
.web4-item-3 .has-bg{
    background-image: linear-gradient(90deg,#ff6f00,#ffc107 100%);
    background-image: linear-gradient(90deg,#0a72ba 0,#29b1d9 100%);
}
.web-5 .col-img{
    background-color: rgb(33, 90, 148);
    padding: 0;
}
.web-5 .col-img p{
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
    padding: 13px;
}
.web5-col-item::after {
    border-bottom: 1px dashed #ddd;
    bottom: -1px;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 1;
}
.web5-col-item::before {
    border-left: 1px dashed #ddd;
    content: " ";
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
}
.web-5 .col-img-1{}
.web-5 .col-img-2 .col-img{
    background-color: rgb(86, 174, 227);
}
.web-5 .col-img-3 .col-img{
    background-color: rgb(161, 198, 39);
}
.web-5 .col-img-4 .col-img{
    background-color: rgb(139, 172, 36);
}
.web-5 .col-img-1 p{ background-color: #204e80;}
.web-5 .col-img-2 .col-img p{
    background-color: #44a2db;
}
.web-5 .col-img-3 .col-img p{
    background-color: #90b636;
}
.web-5 .col-img-4 .col-img p{
    background-color: #7da02c;
}
.web-5 .title-decor{
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.3;
    text-transform: uppercase;
}
.web-5 .title-decor:after {
    content: "";
    display: block;
    width: 10%;
    height: 5px;
    background-color: #f5c800;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 5px;
}
.block-service .section-bg-overlay {
    background-color: rgba(27, 36, 49, 0.9);
}
.block-service  .section-bg {
    background: url(../images/Web-server-hosting.jpg) center no-repeat;
    background-size: cover;
}
.service-2 p{
    margin-bottom: 1rem;
}
.pricing-table-wrapper {
    border-radius: 0;
    padding: 20px 15px 20px 15px;
    border: 2px solid var(--primary-btn);
    margin-bottom: 30px;
    background: url(
    ../images/bn1.svg) left top no-repeat;
    background-size: auto 40%;
    transition: all .3s ease-in-out;
    position: relative;
}
.pricing-table-wrapper .title {
    background: 0 0;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    border: 0;
    margin-bottom: 0;
    line-height: 1.2;
}
.pricing-table-header {
    margin-bottom: 20px;
}
.pricing-table-header .price{
    padding: 0;
    display: flex;
    flex-direction: column;
}
.pricing-table-wrapper .price strong {
    font-size: 42px;
    color: #000;
    font-weight: 700;
}
.pricing-table-wrapper .price small {
    font-size: 14px;
    color: #000;
}
.pricing-table-wrapper .pricing-table-items>div {
    padding: 5px 0;
    border-bottom: 0;
    font-size: 14px;
}
.pricing-table-wrapper .pricing-table-items>div:before {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    color: #06b5ad;
    margin-right: 10px;
}
.pricing-table-wrapper:hover {
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
}
.sec-title h3,.es-group-title{
    font-size: 1.75rem;
}
.content_spot {
    position: relative;
    z-index: 2;
    width: 685px;
    padding: 30px 0 0 100px;
}
.content_spot .title {
    margin-top: 30px;
    font-size: 23px;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
}
.domain-1 .section-bg {
    position: relative;
    padding: 0 0 25px;
    color: #fff;
    background: url(../images/icon-spotlight.png) no-repeat;
    background-position: 73.4% 87px;
}
.bg-spot {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #0a68ac;
}
.spot_list {
    margin-top: 38px;
    padding-top: 45px;
    border-top: 1px solid #fff;
}
.spot_list .item {
    position: relative;
    padding-left: 27px;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.spot_list .item::before {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../images/icon-check-white.png) no-repeat;
    content: "";
}
.h_check_domain {
    padding: 60px 0px;
    background: #fff;
}
.box_check_domain {
    position: relative;
    z-index: 2;
    margin-top: 98px;
    text-align: center;
}
.box_check_domain.h_check_domain {
    background: transparent !important;
    margin-top: 10px;
    padding-bottom: 15px;
}
.box_check_domain .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.h_check_domain .search_domain {
    margin: 26px 0px;
    border: 3px solid #3b88c8 !important;
    padding: 15px !important;
}
.check_domain .search_domain, .h_check_domain .search_domain {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    position: relative;
    display: table;
    width: 100%;
}
.box_check_domain.h_check_domain .search_domain {
    width: 700px;
    margin: 20px auto;
    padding: 6px !important;
    border-radius: 30px;
    background: #f8f8f8;
}
.check_domain .search_domain .w, .h_check_domain .search_domain .w {
    color: #3b88c8;
    font-family: 'hevb',Arial,Helvetica,sans-serif;
    display: table;
    float: left;
    margin: 6px;
}
.box_check_domain.h_check_domain .search_domain .w {
    color: #025ec7;
}
.font20 {
    font-size: 20px !important;
}
.font30 {
    font-size: 30px !important;
}

.custom-action-btn {
    padding-bottom: 15px;
}
ul.domain_link {
    width: 100%;
    text-align: center;
}
ul.domain_link li {
    display: inline-block;
    margin: 0px 7px;
}
ul.domain_link li a {
    padding: 10px 30px;
    background: #ebebeb;
    color: #3b88c8;
    font-size: 12px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    min-width: 264px;
    display: block;
    border: 2px solid #3b88c8 !important;
}
ul.domain_link li a.active, ul.domain_link li a:hover {
    color: #fff;
    background: #025ec7;
}
ul.domain_link li a i {
    padding-right: 10px;
}
.h_check_domain .search_domain input[type=text] {
    background: none;
    border: none;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: calc(100% - 100px);
    color: #9fa5ad;
    padding: 5px;
    outline: none;
    font-size: 21px;
}
.h_check_domain .search_domain .check_whois_2023 {
    position: absolute;
    right: 10px;
    bottom: 15px;
    background: #f16737;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 3px solid #c75027;
    display: flex;
}

.h_check_domain .search_domain .check_whois_2023 {
    background: #e73737;
    border-bottom: 3px solid #b51111;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 12px;
    font-size: 13px;
    background: #025ec7;
    border-bottom-color: #032e5f;
    right: 5px;
    border-radius: 100px;
    bottom: calc(50% - 20px);
    width: 120px;
    text-align: center;
    display: inherit;
}
.box_check_domain.h_check_domain .search_domain .w span{
    line-height: .7;
}
.domain-2 .box-item{
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 360px;
    text-align: center;
    margin: 0 auto;
}
.domain-2 .box-item .image{
    margin-bottom: 24px;
    height: 88px;
    width: 88px;
}
.domain-2 .heading{
    font-size: 24px;
    margin-bottom: 8px;
}
.domain-3{
    background-color: #e8f3fd;
}
.cl-blue {
    color: #218be7 !important;
}
.asv-table {
    width: 100%;
    float: left;
    display: table;
    font-size: 16px;
    margin: 30px 0;
    color: #546e81;
    border: 1px solid #cae0f0;
    padding-top: 30px;
    position: relative;
    background: white;
}
.asv-table .header-pro {
    position: absolute;
    width: 100%;
    top: -25px;
    padding: 0 15px;
}
.asv-table .header-pro .header-pro-content {
    width: 100%;
    background: #218be7;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1), 0 7px 10px -5px rgba(0, 0, 0, 0.2);
}
.input-search-normal {
    font-weight: 400;
    max-width: 100%;
    font-size: 16px;
    line-height: 1;
    color: #546e81;
    background: white;
    border: 1px solid #cae0f0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 18px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
    transition: all linear 0.2s;
    width: 220px;
    transition: all linear .2s;
    border-radius: 40px;
}
.asv-table .asv-row {
    width: 100%;
    display: table-row;
    background: #f2f2f2;
}
.asv-table .header .cell {
    font-size: 16px;
    padding: 18px 20px;
    display: table-cell;
    border-bottom: 1px solid #e2e2e2;
}
.asv-table .asv-row .cell:first-child {
    text-align: left;
}
.asv-table .asv-row:nth-child(odd) {
    background: white;
}
.asv-table .asv-row {
    width: 100%;
    display: table-row;
    background: #f2f2f2;
}
.asv-table .asv-row .cell:first-child {
    text-align: left;
}
.asv-table .asv-row .cell {
    padding: 15px 20px;
    display: table-cell;
    font-size: 16px;
    text-align: right;
}
.asv-table .asv-row .cell:last-child {
    text-align: right;
}
.page-nav-wrap ul {
    width: 80px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.page-nav-wrap ul .li-show {
    display: inline-block !important;
}
.page-nav-wrap ul li a {
    color: #1c4a71;
    font-size: 13px;
    margin: 0 10px;
    cursor: pointer;
    transition: all linear .2s;
}
.page-nav-wrap ul li i:before {
    font-size: 20px;
    margin-left: 0;
    vertical-align: middle;
}
.note-wrap {
    padding-top: 30px !important;
    color: #8999a6;
}
.domain4-row{
    display: flex;
    flex-wrap: wrap;
}
.domain4-item{
    max-width: calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    padding: 10px;
    background-color: #FFFFFF;
}
.domain4-item img{
    width: 110px;
}
.domain4-item .image{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px 30px 0px;
    transition-duration: .3s;
    transition-property: transform;
}
.domain4-item .box-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CAE0F0;
    border-radius: 0;
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.domain4-item .box-item:hover{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #218BE7;
    box-shadow: 0px 5px 15px 0px #CAE0F0;
}
.domain4-item .box-item .image:hover{
    transform: scale(1.1);
}
.domain4-item .box-item .title{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.infobox-content{
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    text-align: center;
    margin: 0px 0px 40px 0px;
}
.domain-5 .has-bg{
    background-color: #218be7;
    padding: 40px 0 10px 0;
    background-image: url(../images/rocket.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 240px;
    width: 100%;
}
.suggestions-content{
    padding: 30px 0;
}
.suggestions-content h2{
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}
.suggestions-content p{
    margin: 0;
    padding: 15px 0;
    font-size: 16px;
    line-height: 25px;
    color: #e8f3fd;
}
.col-domain6-item{
    display: flex;
    align-items: center;
}
.col-domain6-item .content{
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.col-domain6-item .content ul{
    padding-left: 30px;
}
.link-btn{
    padding-left: 30px;
    margin-top: 30px;
}

.link-btn a{
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 5px;
    background-color: var(--primary-btn);
    color: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}
.link-btn a span:first{
    font-size: 15px;
    line-height: 1;
}
.link-btn a span:last-child{
    display: inline-flex;
    margin-left: 8px;
}
.link-btn a:hover{
    background-color: #133C8A;
}
.domain6-item:nth-child(2n-1) .domain6-row{
    display: flex;
    direction: rtl;
}
.domain6-item:nth-child(2n+1) .col-domain6-text{
 
}
.domain6-item:nth-child(2n-1) .link-btn{
    direction: ltr;
}
.domain6-item ul{padding-left: 30px;}
.domain6-item ul p{
    margin-bottom: 5px;
}
.col-domain6-text{
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-domain6-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-domain6-img img{
    width: 100%;
}
.col-domain6-text h3{
    font-weight: 600;
    font-size: 24px;
}
.domain6-item{
    padding-top: 20px;
    padding-bottom: 20px;
}
.domain6-item:nth-child(odd){
    background-color: #E8E8E8;
}
.blog-main.flex-margin-20 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.list-blogs.blog-main .blog-item {
    width: calc(33.33% - 20px);
    justify-content: center;
    display: inline-block;
    position: relative;
    float: left;
    margin: 0 10px 20px;
}
.blog-item {
    overflow: hidden;
    margin-bottom: 15px;
}
.list-blogs.blog-main .blog-item .blog-item-thumbnail, .list-blogs.blog-main .blog-item .blog-item-info {
    width: 100%;
}
.list-blogs.blog-main .blog-item .blog-item-thumbnail a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    overflow: hidden;
    height: 180px;
    border: 1px solid #ddd;
    border-bottom: none;
}
.list-blogs.blog-main .blog-item .blog-item-thumbnail a picture {
    height: 180px;
    width: 100%;
}
.list-blogs.blog-main .blog-item .blog-item-thumbnail a img {
    max-height: 100%;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.list-blogs.blog-main .blog-item .blog-item-info {
    padding: 10px 10px 10px;
    border: 1px solid #ddd;
    border-top: none;
    text-align: left;
}
.blog-item-thumbnail {
    position: relative;
}
.list-blogs.blog-main .blog-item .blog-item-info {
    padding: 10px 10px 10px;
    border: 1px solid #ddd;
    border-top: none;
    text-align: left;
}
.list-blogs.blog-main .blog-item .blog-item-name {
    /* max-height: 42px; */
    overflow: hidden;
    margin-bottom: 5px;
    /* text-transform: uppercase; */
    font-size: 15px;
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
.list-blogs.blog-main .blog-item .blog-item-thumbnail a{
    position: relative;
}
.list-blogs.blog-main .blog-item .blog-item-thumbnail a::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #039a3b;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;

}
.list-blogs.blog-main .blog-item .blog-item-thumbnail:hover a::before{
    opacity: .3;
    visibility: visible;
}
.list-blogs.blog-main .blog-item .blog-item-info .blog-item-summary {
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}
.list-blogs.blog-main .blog-item .blog-item-thumbnail a:hover {
    background-color: #039a3b;
}
aside.sidebar, aside.left-content {
    padding: 0px;
    margin-left: 15px;
    width: calc(25% - 20px);
}
.space-30 {
    margin-bottom: 30px !important;
}
.aside-item {
    margin-bottom: 25px;
}
.title-head {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--primary-btn);
    position: relative;
    font-size: 17px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.title-head {
    background: var(--primary-btn);
    color: #fff;
    font-weight: 700;
    padding: 12px;
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
}
.categories-box {
    background: #fff;
    padding: 10px 0;
    margin-bottom: 30px;
}
aside.left-content .categories-box {
    background: none;
    border: 1px solid #cdcdcd;
    padding: 0 12px;
    border-top: none;
}
.aside-item.collection-category .nav-item {
    position: relative;
    clear: left;
    font-size: .875rem;
}
.categories-box .lv1 li a {
    font-size: 14px;
    display: block;
    border-bottom: 1px dashed #cdcdcd;
    line-height: 18px;
    padding: 10px 0px;
}
.categories-box .lv1 li a {
    padding-right: 20px;
}
.aside-item.collection-category .nav-item .open-close {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 20px;
    width: 20px;
    line-height: 36px;
    text-align: center;
}
.categories-box .lv2 {
    display: none;
    padding-left: 15px;
    transition: all .2s ease-in-out;
}
.categories-box .lv1 li {
    position: relative;
}
.categories-box .lv1 li a {
    padding-right: 20px;
}
.categories-box .lv2 li a {
    text-transform: none;
    font-weight: normal;
}
.categories-box .lv1 li a {
    font-size: 16px;
    display: block;
    border-bottom: 1px dashed #cdcdcd;
    line-height: 18px;
    padding: 10px 0px;
}
.aside-item .list-blogs {
    border: 1px solid #cdcdcd;
    padding: 5px 10px;
    border-top: none;
}
.blog-item {
    overflow: hidden;
    margin-bottom: 15px;
}
.aside-item .blog-item {
    margin-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
    margin: 5px 0;
}
.blog-item-name {
    font-weight: 700;
    position: relative;
    font-size: 1em;
    margin: 0;
}
.blog-item-name a {
    font-weight: 300;
    color: #333;
    font-family: 'Roboto';
}
.categories-box {
    background: none;
    border: 1px solid #cdcdcd;
    padding: 0 12px;
    border-top: none;
}
.categories-box .lv1 li:last-child a {
    border-bottom: none;
}
.sticky-top60 {
    position: sticky;
    top: 60px;
    z-index: 99;
}
.pagination {
    margin-bottom: 10px;
    justify-content: center;
}
.pagination>li {
    display: inline;
}
.pagination .page-item.disabled .page-link {
    border: 0;
    display: none;
}
.pagination .page-item.active .page-link {
    background-color: var(--primary-btn);
    border-color: var(--primary-btn);
    color: #fff;
    display: block;
}
.pagination .page-link {
    float: left;
    margin: 2.5px;
    width: 40px;
    background: #fff;
    text-align: center;
    height: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    border-radius: 0;
    border: none;
    text-decoration: none;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.categories-box .lv2.show{
    display: block;
}
.blog-item.blog-item-list .blog-item-name{
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-family: 'Roboto';
}
.aside-item .blog-item:last-child {
    border-bottom: none;
}
.breadcrumb {
    background: #f6f6f6;
    padding: 7px 0 9px 30px;
    margin: 20px 0px 15px;
    font-size: 13px;
    position: relative;
    border-radius: 0;
    list-style: none;
    align-items: center;
}
.breadcrumb-container .breadcrumb:before {
    content: "";
    display: inline-block;
    background: var(--primary-btn);
    position: absolute;
    width: 20px;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 100%, 0 0);
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li>a {
    color: #464646;
}
.wrapper_postdetail .common-title h2{
    font-size: 24px;
}
.wrapper_postdetail .article-main{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;

}
.article-main .title-head {
    font-size: 22px;
    color: var(--primary-btn);
}
.article-main .postby {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #676767;
    margin-bottom: 10px;;
}
.article-main .postby {
    font-style: italic;
}
.article-main .article-content {
    font-size: 0.875em;
}
.article-main .article-content .rte p {
    padding-bottom: 15px;
}
.article-main.bg-grey {
    background: #f9f9f9;
    padding: 15px;
}
.wrapper_postdetail .social-media .share-facebook {
    background: #2f6cdc;
}
.wrapper_postdetail .social-media {
    font-size: 1rem;
    float: left;
    width: 100%;
}
.wrapper_postdetail .social-media .share-twitter {
    background: #4cadf8;
}
.wrapper_postdetail .social-media a {
    margin-right: 7px;
    width: 30px;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
}
.wrapper_postdetail .social-media .share-pinterest {
    background: #ec623d;
}
.wrapper_postdetail .social-media .share-google {
    background: #ef3218;
}
.wrapper_postdetail .social-media label {
    display: inline-block;
    margin-right: 7px;
}
.contact-1 .section-bg{
    background-image: url(../images/background-content-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.wrapper_contact .contact-1 .text-1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.wrapper_contact .contact-1 .text-2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
}
.wrapper_contact .contact-1 .text-4 a{
    color: #000;
    background: #fff;
    padding: 10px 30px;
    font-size: 16px;
    display: block;
    float: left;
    border-radius: 2px;
    box-shadow: 0px 0px 5px 0px #949494;
    font-weight: 700;
}
.contact-2 .item-content{
    padding:20px;
}
.contact-2 .item-content:hover{
    box-shadow: 0px 0px 15px -5px rgb(0 0 0/50%);
    border-radius: 0;
}
.contact-2 .text-2 {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700;
}
.contact-2 .text-3 {
    font-size: 17px;
    margin-top: 10px;
    font-family: 'Roboto';
}
.contact-3 {
    padding: 50px 0;
    border-top: 1px solid #ccc;
}
.contact-3 .text-1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contact-3 .btn-submit {
    background: var(--primary-btn);
    color: #fff !important;
    height: 40px;
    width: 100px;
    margin-right: 10px;
    border: 1px solid var(--primary-btn);
    border-radius: 2px;
}
.contact-3 .btn-reset {
    background: var(--primary);
    color: #fff !important;
    height: 40px;
    width: 100px;
    border: 1px solid var(--primary);
    border-radius: 2px;
}
.pdr0 {
    padding-right: 0!important;
}
.contact-3 .text-2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-3 .text-3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.mt15 {
    margin-top: 15px!important;
}
.text-1,.text-2, .text-3{
    font-family: 'Roboto';
}
strong{
    font-family: 'Roboto';
}
.text-3 a{
    color: var(--primary);
}
.btn-form {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 37px;
}
/* login */
.banner_login{
    padding: 0px;
    background: url(../images/banner0.jpg) no-repeat;
    align-items: center;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 150px;
}
.tiitle {
    color: #0c4da2;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Roboto';
}
.text-note p{
    background: #fff;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
}
.main-form-login{
    width: 904px;
    height: 470px;
    margin: auto;
    background: #fff;
    box-shadow: 10px 0 60px rgba(42,40,116,.2);
    border-radius: 18px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.main-form-login .image{
        background-image: url(../images/bg-protected.png);
    height: 470px;
    background-size: 100%;
    border-radius: 18px 0 0 18px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.privace-content{
    position: absolute;
    width: 395px;
    left: 50%;
    bottom: 25px;
    height: 86px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(30,29,84,.16);
    transform: translateX(-50%);
    display: flex;
}
.privace-row{
    margin: 0;
    justify-content: center;
    align-items: center;
}
.privace-content .col-leftt{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}
.privace-content .col-rightt{
    padding-left: 0;
    padding-right: 10px;
}
.privace-content p.titlee{
    font-family: 'Roboto';
    margin-bottom: 5;
}
.privace-content p.des{
    font-family: 'Roboto';
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.21;
}
.col-login-right{
}
.title-login {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'Roboto';
}
.desc-login {
    font-size: 16px;
    color: #565e69;
    margin-bottom: 30px;
    line-height: 20px;
    font-family: 'Roboto';
}
.frm-login {
    margin-top: 20px;
}
.box-login{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.content-login-right{
    width: calc(100% - 50px);
}
.frm-login{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum","tnum";
}
.form-item{
    box-sizing: border-box;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 16px;
    line-height: 1.5715;
    list-style: none;
    margin: 0 0 24px;
}
.form-input{
    background: #f1f3f7;
    border: 1px solid #f1f3f7;
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
    display: inline-flex;
    padding: 6.5px 11px;
}
.form-input-icon{
    display: flex;
    flex: none;
    align-items: center;
    margin-right: 7px;
}
.form-input-icon svg{
    fill: rgb(158, 158, 158);
}
.form-input .form-control-input{
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
    padding: 0;
    border: none;
    outline: none;
}
.login-form-button{
    background: #f05a23;
    color: #fff;
    width: 100%;
    font-size: 16px;
    height: 44px;
    margin-top: 25px;
    border: none;
    font-weight: 400;
}
.Regiter {
    color: #f05a23;
}
.note-login p{
    font-family: 'Roboto';
}
.show-password{
    cursor: pointer;
}
/* register */
.wrapper_register .main-form-login{
    width: 1200px;
    height: 1000%;
}
.gh-home-title.gh-border-center {
    text-align: center;
}
.gh-home-title {
    position: relative;
    text-transform: uppercase;
}
.text-blue-main {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 30px;
}
.gh-border-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 45%;
    border-bottom: 1px solid #999;
    content: '';
    position: absolute;
    bottom: 0;
}
.gh-home-title.gh-border-center::after{
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    bottom: -1px;
    border-bottom: 4px solid var(--secondary-color);
    content: '';
    position: absolute;
}
.wrapper_register .label-input{
    max-width: 30%;
    flex: 0 0 30%;
}
.wrapper_register .label-input label{
    margin-bottom: 0;
}
.wrapper_register .form-input{
    border: none;
    padding: 0;
}
.wrapper_register .form-input .form-control-input{
    padding: 6.5px 11px;
    border: 1px solid #d9d9d9;
}
.wrapper_register .show-password{
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
}
.wrapper_register .main-form-login .image{
    height: 100%;
}
.form-item-submit{
    display: flex;
    align-items: center;
}
.form-item-submit .col-0-submit{
    max-width: 30%;
    flex: 0 0 30%;
}
.form-item-submit .form-submit{
    max-width: 25%;
    flex: 0 0 25%;
}
.form-item-submit .col-7-submit{
    max-width: 45%;
    flex: 0 0 45%;
}
.form-item-submit .login-form-button{
    margin-top: 0;
    background-color: var(--primary-color);
    border-radius: 5px;
}
.form-item-submit .login-form-button:hover{
    background-color: var(--primary-hover);
    border-bottom: none;
}
.wrapper_register .label-input label span{
    color: var(--secondary-hover);
}
/* ppayment */
.cart_step {
    padding: 20px 0px;
}
.cart_step ul {
    text-align: center;
}
.cart_step ul li {text-align: center;display: flex;justify-content: center;align-items: center;}
.cart_step ul li.inactive img {
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: .5;
}
.cart_step ul li figure {
    float: left;
    margin: 5px 0px;
}
.cart_step ul li figure p {
    color: #374b67;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
}
.cart_step ul li.inactive figure p{
    color: #dbdbdb;
}
.cart_step ul li img {
    float: left;
    margin-right: 10px;
}
.cart_step ul li.inactive figure span {
    color: #dbdbdb;
    font-size: 20px;
}
.cart_step ul li figure span {
    color: var(--primary);
    font-size: 20px;
}
/* login payment */
.cart_login h2 {
    /* color: #3b88c8; */
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Roboto';
    font-size: 24px;
    text-transform: uppercase;
}
.cart_login .box {
    background: #FFF;
    padding: 25px;
}
.cart_login [type=text],[type=password],textarea,select,[type=email] {
    color: #333;
    font-family: 'hevl',Arial,Helvetica,sans-serif;
    padding: 8px;
    outline: none;
    border: 1px solid #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=submit],button[type=submit] {
    background: var(--primary-btn);
    border-bottom: 3px solid var(--primary-btn);
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 12px;
    font-size: 16px;
}

input[type=submit]:hover,button[type=submit]:hover {
    background: var(--primary-hover);
}

input[type=radio].css-checkbox {
    display: none
}

input[type=radio].css-checkbox+label.css-label {
    padding-left: 38px;
    margin-right: 16px;
    height: 20px;
    display: inline-block;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #3b88c8
}

input[type=radio].css-checkbox+label.css-label:last-child {
    margin-right: 0px
}

input[type=radio].css-checkbox:checked+label.css-label {
    background-position: 0 -20px
}

label.css-label {
    background: url(../images/radio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input[type=radio].css-checkbox-x2 {
    display: none
}

input[type=radio].css-checkbox-x2+label.css-label-x2 {
    padding-left: 38px;
    margin-right: 16px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #f60;
    font-size: 16px !important;
}

input[type=radio].css-checkbox-x2+label.css-label-x2:last-child {
    margin-right: 0px
}

input[type=radio].css-checkbox-x2:checked+label.css-label-x2 {
    background-position: 0 -30px
}

label.css-label-x2 {
    background: url(../images/radio-x2.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

input[type=checkbox].css-checkbox+label.css-label-checkbox {
    padding-left: 30px;
    height: 20px;
    display: inline-block;
    line-height: 21px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    margin: 5px 0px;
    font-weight: normal;
    color: #7c7c7c;
    font-size: 13px
}

input[type=checkbox].css-checkbox:checked+label.css-label-checkbox {
    background-position: 0 -20px
}

.css-label-checkbox {
    background-image: url(../images/checkbox.png)
}

input[type=checkbox].css-checkbox-x2 {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

input[type=checkbox].css-checkbox-x2+label.css-label-checkbox-x2 {
    padding-left: 40px;
    height: 30px;
    display: inline-block;
    line-height: 31px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    margin: 5px 0px;
    font-weight: normal;
    color: #333;
    font-size: 13px
}

input[type=checkbox].css-checkbox-x2:checked+label.css-label-checkbox-x2 {
    background-position: 0 -30px
}

.css-label-checkbox-x2 {
    background-image: url(../images/checkbox-x2.jpg)
}
.cart_login .inner p {
    color: #898e95;
    font-size: 16px;
    line-height: 25px;
}
.cart_login .two_method_login span {
    font-size: 18px;
    border-color: transparent;
    border-bottom-color: var(--primary);
    color: var(--primary-color);
    text-transform: uppercase;
}
.cart_login .box .inner {
    padding: 10px 40px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.cart_login .box.login .inner .nav-tabs span{
    position: relative;
    padding: 10px;
    display: block;
}
.cart_login .box.login .inner .nav-tabs>div{
    border-bottom: 1px solid var(--primary);
}
.wrapper_payment{
    background-color: #f1f1f1;
}
.cart_login .box.login .inner ul li {
    position: relative;
    margin: 15px 0px;
}
.cart_login .box.login .inner ul li img {
    position: absolute;
    top: 50%;
    left: 6px;
    width: 20px;
    transform: translateY(-50%);
}
.cart_login .box.login .inner ul li input[type=text], .cart_login .box.login .inner ul li input[type=password] {
    border: 2px solid #dcdcdc;
    /* padding: 15px 15px 15px 15px; */
    width: 100%;
    font-size: 16px;
    padding: 6.5px 30px;
}
.cart_login .box.login .inner ul li input[type=text]:hover, .cart_login .box.login .inner ul li input[type=password]:hover {
    border: 2px solid #3b88c8;
}
.cart_login .box.login .inner ul li a {
    color: #f60;
    font-size: 16px;
}
.cart_login .box.login .inner ul li input[type=submit], .cart_login .box.signup .inner ul.form_signup li input[type=submit] {
    width: 100%;
    text-transform: inherit;
    padding: 12px;
    font-size: 18px;
}
.cart_login .box.signup .inner ul.btns li a.btn_signup {
    background: var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
    color: #fff;
    font-size: 17px;
    padding: 12px 15px;
    display: block;
    width: 100%;
    text-align: center;
}
.hide {
    display: none!important;
}
.cart_login .box.signup .inner ul.form_signup {
    display: table;
    width: 100%;
}
.cart_login .box.signup .inner ul.form_signup li {
    clear: both;
}
.cart_login .box.signup .inner ul.form_signup li label {
    color: #898e95;
    font-size: 12px;
    font-weight: normal;
    padding: 12px 0px;
    width: 35%;
    float: left;
}
.cart_login .box.signup .inner ul.form_signup li label small {
    color: #F00;
}
.cart_login .box.signup .inner ul.form_signup li span {
    display: table;
    width: 65%;
    position: relative;
}
.cart_login .box.signup .inner ul.form_signup li span input[type=text], .cart_login .box.signup .inner ul.form_signup li span input[type=email] {
    width: 100%;
    border-color: #dcdcdc;
}
.cart_login [type=email] {
    color: #333;
    font-family: 'hevl',Arial,Helvetica,sans-serif;
    padding: 8px;
    outline: none;
    border: 1px solid #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cart_login input.form-control::placeholder,.cart_login select.form-control::placeholder{
    font-size: 16px;
}
.cart_login .box.signup .inner ul.form_signup li label {
    color: #898e95;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 0px;
    width: 35%;
    float: left;
}
.cart_login .box.signup .inner ul.form_signup li span input[type=radio].css-checkbox+label.css-label {
    line-height: 3px;
    float: none !important;
    /* width: 80px !important; */
    padding: 15px 0px 9px 32px !important;
}
input[type=radio].css-checkbox:checked+label.css-label {
    background-position: 0 -30px;
}
input[type=radio].css-checkbox+label.css-label {
    padding-left: 38px;
    margin-right: 16px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.hidden{
    display: none !important;
}
.cart_login .box.signup .inner ul.form_signup li span .note {
    position: absolute;
    z-index: 1;
    top: 45px;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    padding: 10px;
    width: 100%;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.35);
    display: none;
}
.disableddiv {
    pointer-events: none;
    opacity: 0.4;
}
.btn-buy{
    display: flex;
    justify-content: end;
    margin-top: 10px;
}
.btn-buy a{
    padding: 5px 15px;
    background-color: var(--primary-btn);
    color: #fff;
    /* border-radius: 5px; */
}
.banner-content {
    color: #fff;
    top: 20%;
    width: 50%;
    left: 100px;
}
.banner-title{
    font-size: 2rem;
    margin-bottom: 30px;
}
.banner-content  p{
    font-size: 18px;
    padding-left: 20px;
}
.procedure .icon-box-text h3{
    text-align: left;
}
footer .section-bg.bg-loaded {
    background-image: url(../images/maps8.png);
}
.bg-top-footer{
    background-color: rgba(0, 27, 48, 0.924);
    padding: 60px 0 0;
    color: #fff;
}
.block-web {}
.domain-2,.domain-3{
    padding-top: 20px;
}
.font-size-23{
    font-size: 23px;
}
.font-weight-600 {
    font-family: 'Roboto';
}
.service-2 h2{
    font-size: 24px;
}
.sec-title h3,.sec-title h2{
    font-size: 24px;
}
.common-title h3,.common-title h2{
    font-size: 24px;
}
.col-7-submit p{
    margin-bottom: 0;
    padding-left: 15px;
}
.service-1{
    height: 500px;
    display: flex;
    align-items: center;
}
.banner_simple img{
    height: 500px ;
    object-fit: cover;
    width: 100%;
}
.text-3 strong{
    font-family: 'Roboto';
    font-weight: 400;
}
.fixed{
    position: fixed;
}
header{
    position: relative;
    z-index: 9999;
}
.scroll_body header{
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    animation: animatedown 0.6s;
}
.visible-sm{
    display: none;
}
.btn.btn_sm {
    min-height: 32px;
    font-size: 14px;
}
.btn.btn_outlineOrange {
    color: var(--primary-btn);
    background-color: #fff;
    border-color: var(--primary-btn);
}
.btn.btn_orange {
    color: #fff;
    background-color: var(--primary-btn);
    border-color: var(--primary-btn);
}
.nav-toggle {
    line-height: 1;
    display: inline-block;
    padding: 2px;
    border: 0;
    background-color: transparent;
    right: 0;
    width: 45px;
    height: 60px;
    position: fixed;
    z-index: 99;
    outline: none;
}
a, button, input {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.nav-toggle span {
    position: relative;
    margin: auto;
    display: block;
    width: 25px;
    height: 2px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    background-color: #0d7cd6;
}
.nav-toggle.is-active span {
    background: transparent;
}
.nav-toggle span:before, .nav-toggle span:after {
    content: '';
    top: -7px;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #0d7cd6;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.pricing-table-wrapper ul{}
.pricing-table-wrapper ul li{
    padding: 5px 0;
    border-bottom: 0;
    font-size: 14px;
}
.pricing-table-wrapper ul li::before{
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    color: var(--primary-btn);
    margin-right: 10px;
}
.custom-pricing-box .list ul li::before{
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    color: #06b5ad;
    margin-right: 10px;
}
.lead{
    font-size: 17px;
}
.contact-3 [type=email]{
    border: 1px solid #ced4da;
}
.modal{
}
.modal {
    z-index: 9999999999;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.modal-xl {
    max-width: 800px;
}
 .modal-content {
    padding: 6px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.3);
}
.modal-dialog .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 33px;
    height: 33px;
    color: #FFF;
    padding: 0;
    font-size: 24px;
    z-index: 9;
    background: #f44336;
    opacity: 1;
}
.modal-body {
    padding: 0;
}
.form-tn__wrap {
    font-size: 14px;
    background-color: #0b0b35;
    color: #FFF;
    padding: 40px 20px 20px 20px;
}
.form-tn__wrap {
    padding: 60px 40px;
}
.modal-dialog .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
    padding: 0;
}
.form-tn h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.fade:not(.show){
    display: none;
}
.language .dropdown-toggle {
    border: none;
    min-height: auto;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    font-weight: 600;
}
.language .dropdown-toggle span {
    margin-left: 10px;
}
button.ant-dropdown-trigger img {
    width: 24px;
}
.open .ant-dropdown-hidden {
    display: block;
}
.ant-dropdown:before {
    position: absolute;
    top: -7px;
    right: 0;
    bottom: -7px;
    left: -7px;
    z-index: -9999;
    opacity: .0001;
    content: " ";
}
.ant-dropdown-menu {
    position: relative;
    margin: 0;
    padding: 4px 0;
    text-align: left;
    list-style-type: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 2px;
    outline: none;
    -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
}
.language .ant-dropdown-menu {
    width: 185px;
    border: none;
}
.ant-dropdown {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    -moz-font-feature-settings: "tnum","tnum";
    font-feature-settings: "tnum","tnum";
    position: absolute;
    min-width: 45px;
    left: -0.140625px;
    top: 25.875px;
    z-index: 1050;
    display: none;
}
.language .ant-dropdown-menu-item-selected, .language .ant-dropdown-menu-item-selected>a, .language .ant-dropdown-menu-submenu-title-selected, .language .ant-dropdown-menu-submenu-title-selected>a {
    background-color: #fff;
    color: #ff8917;
}
.ant-dropdown-menu-item, .ant-dropdown-menu-submenu-title {
    clear: both;
    margin: 0;
    padding: 5px 12px;
    color: rgba(0,0,0,.85);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
button, button:hover, button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
    cursor: pointer;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    border:none;
  background-color:#fff
}
.language__link img {
    height: 16px;
}
.language__link span {
    margin-left: 15px;
}
.header-language_button img {
    margin-right: 6px;
    width: 28px;
    height: 18px;
}
.header-language_pc{
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    margin-left: 10px;
    align-items: center;
}
.logo-header{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.logo-header .logo_pc{
    position: absolute;
}
.aboutus .custom-icon-box-6-item .icon-box h3{
    text-align: left;
}
.service_home_page .box_content_page h2.first-title{
    font-size: 18px;
}
.service-3 .sec-title {
    margin-bottom: 20px !important;
}
.common-title h1{
    font-size: 24px;
}
.product-item a:not([href]):not([tabindex]){
    color: #fff;
}
.logined-acc .account{
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    background-color: var(--primary-btn);
    margin: 0px 4px;
    padding: 10px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    font-weight: 400;
    border-radius: 2px;
    color: #fff !important;
}
.logined{
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    color: #333;
    width: 180px;
    font-size: 13px;
    border-radius: 2px;
    box-shadow: 0px 0px 3px 0px #333;
    display: none;
}
.username-logined{
    display: flex;
    flex-direction: column;
    padding: 5px 10px 5px 15px;
    border-bottom: 1px solid #cccccc;
}
.username-logined .username{
    font-weight: 600;
    font-size: 14px;
}
.logined-list>li>a{
    color: #333 !important;
    font-weight: 700;
}
.logined-list{
    /* padding-left: 15px; */
}
.logined-list>li{
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
}
.logout{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-top: 1px solid #cccccc;
    font-size: 14px;
    cursor: pointer;
}
.logined-list>li::before{
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 7px;
    color: var(--primary-btn);
    font-size: 11px;
}
.logined-acc:hover .logined{
    display: block;
    z-index: 1;
}
.d-none{
    display: none !important;
}
.web-4.section-padding{padding-bottom: 0;}
.service-3.section-padding{
    padding-bottom: 0px;
}
.service-2 .row>.mb-4{
    margin-bottom: 0 !important;
}
.solution-item:last-child {
    margin-bottom: 0;
}
.icon-box-tien-ich:last-child{
    margin-bottom: 0;
}
.banggia_home_page .col-md-4{
    margin-bottom: 10px;
}
.procedure .icon-box-text p{
    text-align: left;
}
.web-1 .icon-box-text h3{
    text-align: left;
}
.web-3 .icon-box-text p{
    text-align: left;
}




@keyframes animatedown {

    0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}

    100%{-webkit-transform:translateY(0);transform:translateY(0)}

}

/* style_pm */
@media (min-width: 1200px) {
    .service_home_page{
        padding: 40px 0;
        padding-bottom: 20px;
    } 
}
/* endpm */



/* HHH */
@media (min-width: 980px){
    .row-24 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .col-24-7 {
        width: 29.16666667%;
    }
    .col-24-10{
        width: 41.66666666%;
    }
    
}
@media(min-width:1200px){
    .hidden-lg{
        display: none;
    }
    section .container, .container{
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(min-width:1300px){
    section .container, .container{
        max-width: 1250px;
    }
}
@media(min-width:1400px){
    section .container, .container{
        max-width: 1366px;
    }
    section.about-3 .container,section.about-4 .container{
        max-width: 1200px;
    }
}

@media(max-width:991px){
    .product-item{
        max-width: calc(50% - calc(15px / 2));
    }
    .about-1-item-content{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .solution-wrap {
        padding-top: 0;
    }
    .solution-item {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .section-padding{
        padding: 20px 0;
    }
    .amis-asset-title {
        font-size: 20px;
    }
    .executive-support-item {
        padding-left: 0;
        padding-right: 0;
    }
    .es-group-title {
        font-size: 17px;
        /* text-transform: uppercase; */
        margin-bottom: 0;
    }
    .domain4-item{
        max-width: 50%;
        flex: 0 0 50%;
    }
    .section-bg.hidden-md{
        background-image: unset;
        padding-bottom: 10px;
    }
    .domain-5 .has-bg{
        background-size: 80px;
        background-position: bottom -18px center;
    }
    .suggestions-content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-form-login {
        width: 100%!important;
        height: 100%!important;
        border-radius: 0;
    }
    .col-login-left{
        display: none;
    }
    .box-login{
        padding-top: 30px;
    }
    
}
@media(max-width:768px){
    .box_title_quytrinh {
        margin-bottom: 24px;
    }
    .box_title_quytrinh h2 {
        font-size: 20px !important;
        margin-bottom: 16px !important;
    }
    .request_box .img-inner {
        margin-bottom: 20px;
    }
    .mt_120 {
        margin-top: 0px !important;
    }
    .image_service .img-inner {
        margin-bottom: 15px;
    }
    .image_layers .img-inner {
        overflow: hidden;
        position: relative;
        /* width: 250px; */
        margin: 0 auto;
        height: 300px;
    }
    .text_layers {
        padding-bottom: 22px;
    }
    .page_section_feature .row_wrapper {
        display: flex;
        flex-flow: row wrap !important;
    }
    .page_section_feature .row_wrapper .col-md-3 {
        flex-basis: 100%;
        max-width: 100%;
        padding-bottom: 10px !important;
    }
    .icon-box-text h3 {
        text-align: center;
    }
    h2.title-decor {
        font-size: 20px !important;
        margin-bottom: 10px;
        color: #0e74c5;
        line-height: 1.3 !important;
        font-weight: 700;
        font-style: normal;
    }
    .page_section_feature .col-inner{
        padding-top: 10px !important;
    }
    .asv-table {
        display: block;
    }
    .asv-table .asv-row {
        padding: 14px 0 7px;
        display: block;
    }
    .asv-table .header {
        padding: 0;
        height: 6px;
        background: #e94d4d;
    }
    .asv-table .asv-row .cell {
        margin-bottom: 10px;
        border-bottom: none;
        padding: 2px 16px;
        display: block;
    }
    .asv-table .header .cell {
        display: none;
    }
    .asv-table .asv-row {
        padding: 14px 0 7px;
        display: block;
    }
    .asv-table .asv-row .cell {
        margin-bottom: 10px;
        border-bottom: none;
        padding: 2px 16px;
        display: block;
        font-size: 14px;
    }
    .asv-table .asv-row .cell:before {
        margin-bottom: 5px;
        content: attr(data-title);
        min-width: 100px;
        font-size: 13px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #888888;
        display: block;
    }
    .asv-table .asv-row .cell:last-child, .asv-table .asv-row .cell {
        text-align: left;
    }
    .asv-table .header {
        padding: 0;
        height: 6px;
        background: #e94d4d;
    }
    .asv-table .header .cell {
        display: none;
    }
    .content_spot {
        padding: 40px 15px 0;
        width: auto;
        padding-top: 15px !important;
    }
    .box_check_domain.h_check_domain .search_domain {
        width: 100%;
    }
    .custom-action-btn ul.domain_link li {
        width: 90%;
        margin-top: 10px;
    }
    .domain6-item ul{
        padding-left: 15px;
    }
    .domain6-item:nth-child(2n-1) .link-btn {
        padding-left: 0;
    }
    .domain6-item .content{
        padding-bottom: 20px;
    }
    .link-btn {
        padding-left:0;
    }
    .post1-left{padding-bottom: 0px !important;margin-bottom: 0px;}
    .hidden-xs {
        display: none!important;
    }
    .contact-1 .section-bg{
        background: linear-gradient(var(--primary-hover),var(--primary));
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
        padding: 100px 0 50px;
    }
    .contact-1 .text-4{
        display: flex;
        justify-content: center;
    }
    .form-item-submit{
        flex-wrap: wrap;
    }
    .form-item-submit .col-0-submit,.form-item-submit .form-submit,.form-item-submit .col-7-submit{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .wrapper_register .label-input{
        display: none;
    }
    .form-item-submit .col-7-submit{
        margin-top: 20px;
        text-align: center;
    }
    .cart_login .box .inner{
        padding: 0;
        margin-bottom: 0;
    }
    .hidden-sm{
        display: none;
    }
    .section-padding{
        padding: 15px 0;
        /* padding-bottom: 0; */
    }
    .Support_home .row .col-md-4 + .col-md-4 {
       border-left: none;
    }
    .web-1{
        margin-bottom: 30px;
    }
    .col-web1-img{
        display: none;
    }
    .section-title{
        margin-bottom: 20px !important;
    }
    .web3-content .icon-box-left .icon-box-img+.icon-box-text{
        padding-left: 0;
        padding-top: 5px;
    }
    .h_check_domain .search_domain .check_whois_2023 {
        font-size: 14px;
        width: max-content !important;
        text-transform: capitalize;
        bottom: 2px !important;
        width: 70px !important;
        top: 50%;
        transform: translateY(-50%);
        height: 40px;
    }
    .service-1{
        height: auto;
    }
    .banner_main .slick-slide img{
        /* height: 240px; */
        object-fit: cover;
    }
    .banner-content {
        display: none;
    }
    .banner-content h2{
        font-size: 16px;
    }
    .banner-content p{
        font-size: 14px;
    }
    .aboutus{
        margin-top: 15px !important;
        padding-bottom: 20px;
    }
    .section-title h3{
        font-size: 20px;
        line-height: 1.1;
    }
    .section-title p{
        font-size: 16px;
    }
    .custom-icon-box-6-item .icon-box h5{
        font-size: 18px;
    }
    p{
        font-size: 15px; 
    }
    .medium-col-first{
        margin-bottom: 15px;
    }
    .product,.hots,.service,.procedure {
        margin-top: 20px !important;
    }
    .hotprod-carousel .item{
        padding-left: 30px;
        padding-right: 30px;
    }
    .icon-box-text h3{
        font-size: 16px;
    }
    .titile_page_id h2{font-size: 20px;}
    .has-dropdown:after{
        right: 10px;
        margin: 0;
        transform: translateY(-50%);
    }
    .Support_home{
        display: none;
    }
    .list-service{
    }
    .col-item:not(.col-item:last-child){
        margin-bottom: 20px;
    }
    .list-service .service-item .btn-reg{
        font-size: 16px;
        padding: 6px 0;
        text-transform: uppercase;
        font-weight: 700;
    }
    .list-service .service-item .price{
        font-size: 24px;
        padding: 5px 0px;
    }
    .service .service-item .title{
        padding: 10px 0;
        top: 0;
        font-size: 24px;
    }
    .product-item>div{
        padding: 12px;
    }
    .list-service .service-item .list-option{
        margin-bottom: 0;
    }
    .footer-item .footer_title{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .footer-item ul li a{
        font-size: 14px;
    }
    .footer-top{
        padding-bottom: 15px;
    }
    .footer-bottom{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .hidden-sm{
        display: none;
    }
    .bg-top-footer{
        padding-top: 10px;
    }
    .mt-sm-0{
        margin-top: 0 !important;
    }
    .col, .columns, .gallery-item{
       padding-bottom: 25px !important;
    }
    .header-destop{
        display: none;
    }
    .visible-sm{
        display: block;
    }
    .menu-item.active{
        background-color: var(--primary-btn);
        color: #fff;
    }
    .nav-menu .menu-item.active .menu-link{
        color: inherit;
    }
    .fa.fa-bars{
        line-height: 1;
    }
    .menuMobile__header {
        display: -moz-box;
        display: flex;
        -moz-box-align: center;
        align-items: center;
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .menuMobile__header, .menuMobile__list {
        border-bottom: 6px solid #eee;
    }
    .menuMobile__avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
    }
    .menuMobile__avatar img {
        width: 100%;
        height: 100%;
        -webkit-object-fit: cover;
        object-fit: cover;
    }
    .menuMobile__btn {
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        padding-left: 15px;
        text-align: center;
    }
    .nav-toggle {
        left: 0;
        right: unset;
        position: relative;
    }
    .nav-toggle span {
        background-color: #333;
    }
    .nav-toggle span:before, .nav-toggle span:after {
        background-color: #333;
    }
    .nav-toggle span:after {
        top: inherit;
        bottom: -7px;
    }
    .nav-toggle.is-active span:before {
        -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
        -ms-transform: translateY(7px) translateX(0) rotate(45deg);
        transform: translateY(7px) translateX(0) rotate(45deg);
    }
    .nav-toggle.is-active span:after {
        -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
        transform: translateY(-7px) translateX(0) rotate(-45deg);
    }
    .pr-btn>a{
        font-size: 15px;
    }
    .banner_simple img{
        height: 230px;
        object-fit: cover;
    }
    .about-1 .text-secondary{
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .common-title{
        font-size: 20px;
        padding-bottom: 0;
    }
    .about-1 p{
        margin: 0;
    }
    .solution-item-head{
        padding-bottom: 10px;
    }
    .amis-asset-title-small{
        font-weight: 400;
    }
    .executive-support-text .panel{
        margin-bottom: 10px;
    }
    .es-item-title{
        font-size: 16px;
        padding-left: 15px;
    }
    .es-item-des{
        font-size: 15px;
        padding-left: 14px;
    }
    .executive-support-item{
        padding-top: 10px;
    }
    section.page_section_feature{
        padding: 15px 0;
        padding-bottom: 30px;
    }
    .section-title h3 span{
        font-size: 20px;
        line-height: 1.2;
    }
    .icon-box-text p{
        font-size: 15px;
        margin-bottom: 5px;
        line-height: 1.3;
        padding-left: 10px;
    }
    .about-1.section-padding{
        padding-top: 0;
        padding-bottom: 20px;
    }
    .sm-order1{
        order: 1;
    }
    .service_home_page{
        padding-top: 20px;
    }
    .box_content_page p:first-child{
        line-height: 1.3;
    }
    .box_content_page p{
        font-size: 15px;
    }
    .icon-box-tien-ich{
        margin-bottom: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    h4.text-center{
        font-size: 16px;
        margin-bottom: 5px;
        text-transform: uppercase;
        line-height: 1.5;
    }
    .feature_box .icon-box-img{
        margin-bottom: 7px;
    }
    .custom-pricing-box .col-inner{
        padding: 5px 10px;
    }
    .pricing_top span.price_left{
        font-size: 30px;
    }
    .custom-pricing-box .subtitle{
        margin-bottom: 10px;
    }
    .custom-pricing-box .title{
        padding-top: 5px;
        line-height: 1.5;
        margin-bottom: 5px;
    }
    .pricing_top p.dollar, .custom-pricing-box .list ul{
        margin-bottom: 5px;
    }
    .custom-pricing-box .list ul li{
        font-size: 15px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    a.button-banggia{
        margin-bottom: 0;
        min-height: unset;
        line-height: 2;
    }
    .banggia_home_page .section-title{
        margin-bottom: 10px !important;
    }
    .section-title{
        gap: 0;
    }
    section.banggia_home_page{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section.request_home_page .section-title p{
        font-size: 16px;
    }
    .section-title{
        margin-bottom: 10px !important;
    }
    .box_repquest_page{
        margin-top: 10px;
    }
    .box_title_quytrinh p:first-child{
        font-size: 18px;
    }
    section.quytrinh_home_page{
        padding: 10px 0;
    }
    .box_title_quytrinh p{
        font-size: 15px;
    }
    .icon-box-tien-ich:last-child{
    margin-bottom: 15px;
    }
    .web-1 .icon-box-left{
        margin-bottom: 10px;
    }
    .block-web .icon-box-text h3{
        font-size: 17px;
        /* text-transform: uppercase; */
        margin-bottom: 5px;
        line-height: 1.6;
    }
    .sec-title h3{
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 0;
        position: relative;
        display: inline-block;
    }
    .web-3 .col{
        padding-bottom: 15px !important;
    }
    .web-5 .title-decor{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .web-5 p{
        margin-bottom: 0;
    }
    .web-5 .title-decor:after{
        margin-top: 5px;
    }
    .service-2 h2{
        font-size: 20px;
    }
    .mb-sm-0{
        margin-bottom: 0 !important;
    }
    .service-2 p{
        font-size: 15px;
        margin-bottom: .8rem;
    }
    .pricing-table-wrapper{
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .pricing-table-wrapper .title{
        font-size: 20px;
    }
    .pricing-table-header{
        margin-bottom: 10px;
    }
    .pricing-table-wrapper .price strong{
        font-size: 35px;
    }
    .pricing-table-wrapper .pricing-table-items>div{
        padding: 3px 0;
    }
    .mb-sm-1{
        margin-bottom: .5rem !important;
    }
    .service-4 .icon-box h3{
        line-height: 26px;
        font-size: 16px;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .service-4 .icon-box p{
        margin-bottom: 0;
    }
    .service-4.section-padding{
        padding-bottom: 15px;
    }
    .pt-sm-0{
        padding-top: 0 !important;
    }
    .service-1.section-padding{
        padding-bottom: 15px;
    }
    .common-title h3{
        font-size: 20px;
        margin-bottom: 0;
        line-height: 1;
    }
    .list-blogs.blog-main .blog-item{
        margin-bottom: 10px;
    }
    .nav-menu>.menu-item>.menu-link{
        text-transform: capitalize;
    }
    .hidden-menu{
        display: none;
    }
    html.nav-open{
        overflow-y: hidden;
    }
    .footer-logo{
        display: none;
    }
    li.menu-item.hotline_header{
        /* padding-top: 10px; */
        /* padding-bottom: 10px; */
        /* padding-left: 15px; */
    }
    li.menu-item.hotline_header.mail-mobi{
        background-image: url('../images/email-svgrepo-com.svg');
    }
    .common-title::after, .amis-asset-title::after{
        content: "";
        display: table;
        clear: both;
        background: url(../images/styled-line.png);
        width: 100%;
        height: 25px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: bottom;
        padding-top: 0;
    }
    .about-4.section-padding{
        padding-top: 25px;
    }
    .solution-item-title{
        font-size: 16px;
    }
    .solution-item-content{
        font-size: 15px;
    }
    .solution-img img{
        width: 100%;
    }
    .lead{
        font-size: 15px;
    }
    .web-4 .custom-pricing-box:last-child{
        padding-bottom: 0 !important;
    }
    .sec-title h3 span{
        position: relative;
    }
    .sec-title h3>span::after{
        content: "";
        display: table;
        clear: both;
        background: url(../images/styled-line.png);
        width: 100%;
        height: 25px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: bottom;
        padding-top: 0;
    }
    .page-title .common-title::after{
        content: unset;
    }
    .contact-3 .text-2{
        font-size: 18px;
    }
    .d-sm-none{
        display: none;
    }
    .desc-login{
        margin-bottom: 15px;
    }
    .title-login{
        line-height: 1.5;
    }
    .login-form-button{
        margin-top: 0;
    }
    .note-login {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .box-login{
        padding-top: 15px;
    }
    .main-form-login{
        margin-top: 0;
    }
    .content_spot .title{
        font-size: 20px;
        line-height: 1.3;
        margin-top: 15px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .h_check_domain .search_domain input[type=text]{
        font-size: 14px;
    }
    .box_check_domain.h_check_domain .search_domain{
        display: flex;
        align-items: center;
        margin-bottom: 0;
        margin-top: 0px;
        padding: 0 3px !important;
    }
    .h_check_domain .search_domain .check_whois_2023{
        width: 40px !important;
        justify-content: center;
        align-items: center;
        height: 30px;
    }
    .spot_list{
        display: none;
    }
    .box_check_domain.h_check_domain{
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .box_check_domain .text{
    font-size: 16px;
    line-height: 1.3;
    }
    .domain-2 .heading{
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 0;
    }
    .domain-2 .box-item .image{
        margin-bottom: 12px !important;
    }
    .domain2-item{
        margin-bottom: 10px;
    }
    .domain-3 .sec-title{
        margin-bottom: 0px !important;
    }
    .asv-table{
        margin-bottom: 10px;
    }
    .note-wrap{
        padding-top: 0 !important;
        font-size: 14px;
    }
    .domain-3.section-padding{
        padding-bottom: 15px;
    }
    .domin-4.section-padding{
        padding-top: 35px !important;
    }
    .domain4-item .box-item .title{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .domain4-item .image{
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 10px;
    }
    .infobox-content{
        margin-bottom: 15px;
    }
    .infobox-content p{
        margin-bottom: 0;
    }
    .suggestions-content h2{
        font-size: 20px;
        line-height: 1.4;
    }
    .suggestions-content p{
        font-size: 15px;
        line-height: 1.5;
    }
    .domain-5 .has-bg{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .suggestions-content{
        padding-top: 0;
    }
    .link-btn a{
        padding: 6px 12px;
        border-radius: 2px;
        font-size: 15px;
    }
    .link-btn{
        margin-top: 15px;
    }
    .col-domain6-text h3{
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 1.5;
    }
    .col-domain6-text{
        display: block;
    }
    .domain6-item ul p{
        margin-bottom: 2px;
    }
    .domain6-item{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .about-3{
        background-color: #f1f1f1;
    }
    .menuMobile__body .language .dropdown-toggle, .menuMobile__body .currency .dropdown-toggle {
        padding: 10px 15px;
        color: #000;
        font-weight: 400;
        -moz-box-pack: justify;
        justify-content: space-between;
    }
    .menuMobile__body .language .dropdown-toggle, .menuMobile__body .currency .dropdown-toggle {
        position: relative;
    }
    .menuMobile__list .ant-dropdown {
        position: relative;
        top: 0;
    }
    .menuMobile__list ul.ant-dropdown-menu {
        width: 100%;
    }
    .language .dropdown-toggle{
        width: 100%;
        text-align: justify;
        /* margin-left: 5px; */
        background-color: #fff;
        padding: 10px 0;
        padding-left: 15px;
    }
    .ant-dropdown{
        position: relative;
        top: unset;
    }
    .language .ant-dropdown-menu{
        width: 100%;
        animation: animatedown 0.6s;
    }
    .sm-none{
        display: none;
    }
    .font10{
        font-size: 10px !important;
    }
    .font-sm-14{
        font-size: 14px !important;
    }
    .font-sm-20{
        font-size: 20px !important;
    }
    .btn.btn_outlineOrange{
        border: 1px solid #fff;
    }
    .btn.btn_outlineOrange:hover{
        border-color: var(--primary-color);
    }
    .cart_login h2{
        font-size: 20px;
    }
    .cart_login .inner p{
        font-size: 15px;
    }
    .cart_login .box{
        padding: 15px;
    }
    .cart_login .box.login .inner ul li:last-child{
        margin-bottom: 0;
    }
    .cart_login .box.login .inner ul li input[type=submit], .cart_login .box.signup .inner ul.form_signup li input[type=submit]{
        font-size: 16px;
        padding: 8px;
    }
    .cart_login .box.signup .inner ul.btns li a.btn_signup{
        font-size: 16px;
        padding: 8px;
    }
    .cart_login .box.login .inner .nav-tabs span{
        padding-top: 0;
    }
    .cart_login .box.login .inner ul li input[type=text], .cart_login .box.login .inner ul li input[type=password]{
        font-size: 15px;
    }
    .post-1{
        margin-bottom: 0 !important;
    }
    .post1-right .aside-item{
        margin-bottom: 10px;
    }
    .categories-box{
        margin-bottom: 15px;
    }
    .aside-title h2{
        font-size: 16px;
    }
    .section-title h3, .section-title h2{
        font-size: 20px;
    }
    .pr-head h3{
        font-size: 18px;
    }
    .section-title h3 span, .section-title h2 span{
        font-size: 20px;
    }
    .section-title h3, .section-title h2{
        font-size: 20px;
    }
    .sec-title h3, .sec-title h2{
        font-size: 20px;
    }
    .tiitle{
        font-size: 20px;
    }
    .aboutus .custom-icon-box-6-item .icon-box h3{
        font-size: 18px;
    }
    .common-title h1{
        font-size: 20px;
    }
    .has-dropdown:after{
        top: 23px;
    }
    
}
@media(max-width:576px){
    .product-item{
        max-width: 100%;
    }
    .col-item{
        padding-left: 0;
        padding-right: 0;
    }
    .automation-ctn {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .automation-ctn>div {
        padding: 7px;
        text-align: center;
    }
    .ac-title {
        font-size: 16px;
        padding: 10px 0;
        text-align: center !important;
    }
    .ac-content {
        font-size: 14px;
    }
    .domain4-item{
        max-width: 100%;
        flex:0 0 100%
    }
    .list-blogs.blog-main .blog-item {
        width: calc(100% - 20px);
    }
    .list-blogs.blog-main .blog-item .blog-item-thumbnail a picture {
        height: 180px;
        width: auto;
    }
    .web3-content .icon-box-left{
        flex-direction: column;
        align-items: center;
    }
    .custom-pricing-box .list ul{
        height: auto !important;
    }
    .banggia_home_page .row_wrapper{
        gap: 10px;
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}
.link-default {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
}
header .header-language .header-language_btn {
    padding: 18px 0 22px 18px;
    -webkit-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
}
header .header-language .header-language_btn .header-language_btn__item {
    -webkit-box-shadow: 0 0 0.75em 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0.75em 0 rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}
header .header-language .header-language_btn .header-language_btn__item img {
    height: 24px;
    width: 24px;
}
header .header-language .header-language_btn > i {
    margin-left: 6px;
    font-size: 14px;
    margin-top: 3px;
    -webkit-transition: .3s ease transform;
    -o-transition: .3s ease transform;
    transition: .3s ease transform;
}
header .header-language .header-language_list {
    background-color: var(--bs-white);
    min-width: 175px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
    border-radius: 0 0 4px 4px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: 100%;
    right: 15px;
    z-index: 1;
}
header .header-language .header-language_list .language-item.language-item_active {
    color: var(--primary-color);
    background: #f4f4f4;
}
header .header-language .header-language_list .language-item {
    padding: 12px 15px;
    color: var(--bs-dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
header .header-language .header-language_list .language-item img {
    height: 20px;
    width: 20px;
}

header .header-language:hover .header-language_list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 100%;
    right: 0;
}
header .header-language .header-language_list .language-item.language-item_active {
    color: var(--primary-color);
    background: #f4f4f4;
}
header .header-language:hover .header-language_btn > i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.has-dropdown:after{
    transition: .3s ease-in transform;
}
.nav-menu.menu>.menu-item.has-dropdown:hover:after{
    transform: rotate(180deg) translateY(50%);
}
.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 100px;
    transition: visibility 0.5s ease 0s;
    -webkit-transition: visibility 0.5s ease 0s;
    -moz-transition: visibility 0.5s ease 0s;
    width: 100px;
    z-index: 20000000 !important;
    position: relative;
}
.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 100px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #bfebfc;
    opacity: 1;
}
.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.9);
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #00aff2;
}

.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 25px;
    opacity: 0.7;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px;
    text-align: center;
}
.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
}

.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
    border-color: #EB278D;
    opacity: 1;
}
.suntory-alo-phone:hover {
    opacity: 1;
}
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
    background-color: #EB278D;
}
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
    background-color: #EB278D;
}
.contact-fixed{
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    flex-direction: column;
    z-index: 1000000000;
}
.suntory-alo-ph-img-circle img{
    width: 45px;
    height: 45px;
}
.suntory-alo-phone.suntory-alo-green.phone .suntory-alo-ph-img-circle{
    background-color: red;
}
.suntory-alo-phone.suntory-alo-green.phone .suntory-alo-ph-circle-fill{
    background-color: red;
}
.suntory-alo-phone.suntory-alo-green.phone .suntory-alo-ph-circle {
    border-color:red;
    opacity: 1;
}
.suntory-alo-phone.suntory-alo-green.facebook .suntory-alo-ph-img-circle{
    background-color:#1877F2;
}
.suntory-alo-phone.suntory-alo-green.facebook .suntory-alo-ph-circle-fill{
    background-color: #1877F2;
}
.suntory-alo-phone.suntory-alo-green.facebook .suntory-alo-ph-circle {
    border-color:#1877F2;
    opacity: 1;
}
.hover-transform-top{
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}
.hover-transform-top:hover{
    margin-top: -7px;
}
.btn-hover-thmeme{
    position: relative;
    overflow: hidden;
}
.btn-hover-thmeme::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    -ms-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, .8);
}
.btn-hover-thmeme:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

@keyframes suntory-alo-circle-anim{
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-fill-anim{
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg) ;
    }
    
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg) ;
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg) ;
    }
}

@keyframes suntory-alo-circle-img-anim{
    0% {
        transform: rotate(0deg) scale(1) skew(1deg) ;
    }
    
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@media(max-width:576px){
    .contact-fixed{
        flex-direction: row;
        /* width: 100%; */
        gap: 15px;
        justify-content: center;
        right: 10px !important;
        bottom: 15px !important;
    }
    .suntory-alo-phone{
        flex: 0 0 60px;
        max-width: 60px;
        width: 60px;
        height: 60px;
    }
    .suntory-alo-ph-circle{
        width: 60px;
        height: 60px;
    }
    .suntory-alo-ph-circle-fill{
        width: 60px;
        height: 60px;
        top: 0;
        left: 0;
    }
    .suntory-alo-ph-img-circle{
        top: 5px;
        left: 5px;
    }
    section .slick-arrow{
        background-color: #ccc;
    }
}

@media(min-width:1200px){
    .d-xl-inline{
        display: inline !important;
    }
}