/*!
 *  Zonebiz - Business Consulting Bootstrap4 Responsive Template
 */

@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900');
body {
    font-family: Arial, sans-serif;
    line-height: 20px;
    margin: 0;
    color: #333333;
    position: relative;
    font-size: 16px;
}

body .scrollToTop.active {
    bottom: 96px;
}

body .scrollToTop {
    display: none;
    position: fixed;
    bottom: -60px;
    right: 20px;
    width: 54px;
    height: 54px;
    background: url(../images/to-top.png) no-repeat center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.container {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (min-width: 576px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

.inner-hd-mnu {
    background-color: #139203;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 13px;
    position: relative;
}

.hd-mnu .btn-show {
    position: absolute;
    background-color: #db171c;
    width: 40px;
    height: 46px;
    line-height: 46px;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 24px;
}

.hd-mnu .btn-show .fa {
    padding-top: 10px;
}

.box-left-title {
    background-color: transparent;
    background-image: url(../images/bg_hd_nav.png);
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding-left: 15px;
    color: #333;
    margin: 0;
    text-transform: uppercase;
}

.menuleft .Navi2_wid a.selected {
    background: #f2f2f2;
    font-weight: bold;
}

.nav-fot {
    padding-left: 10px;
}

.mnu-home {
    border: solid 2px #15633d;
    border-top: none;
    margin: 0;
    height: 390px;
    padding: 0;
    background-color: #fff;
    z-index: 10000;
    position: relative;
}

.mnu-home.menudrop-hide {
    display: none;
}

.mnu-home li {
    display: block;
    padding: 6.5px;
    border-bottom: solid 1px #d2d2d2;
}

.mnu-home li:last-child {
    border-bottom: none;
}

.mnu-home li i.fa {
    font-size: 16px;
    color: #666;
    position: absolute;
    right: -5px;
    top: 3px;
}

.mnu-home li>a {
    color: #139203;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    width: 100%;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.mnu-home li a:hover {
    color: #ed3237;
}

.sub-mnu-home {
    display: none;
    position: absolute;
    left: 236px;
    background-color: #fff;
    min-width: 230px;
    top: 0;
    z-index: 100000;
    padding-left: 30px;
    border: solid 2px #15633d;
    border-left: none;
    min-height: 304px;
}

.sub-mnu-level2 {
    display: block;
    padding: 0px 0 12px 0px;
    border-bottom: solid 1px #f2f2f2;
    margin: 5px 10px 5px 0;
    color: #444 !important;
    text-decoration: none;
    /*    font-weight: bold; */
    font-size: 16px !important;
}

.sub-mnu-level2:hover {
    text-decoration: underline;
}

.sub-mnu-level3 {
    display: block;
    padding: 5px 3px;
    padding-left: 20px;
    color: #222 !important;
    text-decoration: none;
    font-size: 16px !important;
}

.menuleft {
    padding: 0px;
    margin: 0px;
    border-top: none;
    background: #fff;
    border-bottom: solid 1px #cecece;
    margin-top: 0px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.menuleft li.title-left {
    background-color: #bfbfbf;
    border: none;
    background-image: url(../images/bg_hd_nav.png);
    background-repeat: repeat-x;
    background-position: top;
}

.menuleft li.title-left:hover {
    background-color: transparent;
    background-image: url(../images/bg_hd_nav.png);
}

.menuleft li.title-left a {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: normal;
}

.menuleft li.title-left a:hover {
    color: #fff;
    background-color: #bfbfbf;
    background-image: url(../images/bg_hd_nav.png);
    background-position: top;
}

.menuleft>li {
    list-style: none;
    border-top: solid 1px #cecece;
    position: relative;
    border-right: solid 1px #cecece;
    border-left: solid 1px #cecece;
}

.menuleft li a {
    color: #3a3a3a;
    text-decoration: none;
    display: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.menuleft li:hover,
.menuleft li.active {
    background: #2b469a;
}

.menuleft li.active>ul {
    display: block;
    background-color: #FFF;
}

.menuleft li.active ul a {
    font-size: 16px;
    text-transform: none;
    color: #000;
    padding: 10px 10px 10px 10px;
}

.menuleft li.active ul a:hover {
    background-image: none;
    background-color: #f7f7f7;
}

.menuleft li:hover a,
.menuleft li.active a {
    color: #2b469a;
    background-color: #FFF;
}

.menuleft li i {
    margin-right: 5px;
    font-size: 16px;
    padding-right: -5px;
}

.menuleft li:last-child {
    border-bottom: none;
}

.menuleft li ul.mnu-hiden {
    width: 260px;
    position: absolute;
    left: 100%;
    top: -2px;
    padding: 0px;
    margin: 0px;
    border: solid 1px #EEE;
    display: none;
    z-index: 999999;
}

.menuleft li ul.mnu-hiden li {
    background: rgb(255, 255, 255);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=1);
    /* IE6-8 */
}

.menuleft li ul.mnu-hiden li:first-child {
    margin-left: -1px;
}

.menuleft li.active ul.mnu-hiden li a,
.menuleft li:hover ul.mnu-hiden li a {
    color: #333;
    text-transform: none;
    font-size: 16px;
}

.menuleft li ul.mnu-hiden li:hover a {
    color: #c52720;
}

.menuleft li ul.mnu-show {
    padding: 0px;
    margin: 0px;
    background-color: #d7d7d7;
}

.menuleft li ul.mnu-show li {
    background: #FFF;
    border-bottom: none;
}

.menuleft li ul.mnu-show li:first-child {
    border-top: dashed 1px #EEE;
}

.menuleft li ul.mnu-show li a {
    padding: 5px 5px 5px 15px;
    color: #333;
    font-weight: normal;
}

.menuleft li ul.mnu-show li:last-child {
    border-bottom: none;
}

.menuleft li ul.mnu-show li:hover {
    background: rgb(242, 242, 242);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(242, 242, 242, 1) 5%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(242, 242, 242, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(242, 242, 242, 1) 5%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(242, 242, 242, 1) 5%, rgba(255, 255, 255, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(242, 242, 242, 1) 5%, rgba(255, 255, 255, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(242, 242, 242, 1) 5%, rgba(255, 255, 255, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
    /* IE6-8 */
}

.sub-menu-left {
    display: none;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    font-size: 16px;
    padding-bottom: 10px;
}

.sub-menu-left li {
    list-style: none;
}

.sub-menu-left .active a {
    color: #2b469a !important;
}

.sub-menu-left li a {
    font-size: 16px !important;
    padding: 8px !important;
}

.menuleft li ul.mnu-show li:hover a {
    color: #c52720;
}

ul.mnu-show {}

ul.mnu-show li {
    padding-left: 15px;
}

ul.mnu-show li a {
    background-image: url(../images/bl_blue.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.col-left {
    width: 240px;
    float: left;
    position: relative;
    padding-left: 15px;
    z-index: 1;
}

.col-right {
    padding-left: 10px;
    width: 870px;
    float: right;
}


/*.mnu-res

{
    display:block;
	position:fixed;
	right:0;
	top:0;
}*/


/*.sub-menu {
    display: none;
}

    .vertical-nav li, .sub-menu li {
        list-style: none;
    }

.column {
    float: left;
    width: 100px;
}

.title {
    padding-bottom: 10px;
}*/

@media (min-width: 992px) {
    .footer-top {
        padding-top: 50px;
    }
    .margin-top-cat {
        margin-top: 30px;
    }
    .main-content {
        /*padding-top: 100px;*/
        min-height: 450px;
    }
    .panel-body {
        min-height: 450px;
    }
    .showorderinfo {
        width: 99%;
        padding-left: 10px;
    }
    .modal-dialog {
        width: 40%;
    }
    .table>thead>tr>th,
    .table>thead>tr>td,
    .table>tbody>tr>th,
    .table>tbody>tr>td,
    .table>tfoot>tr>th,
    .table>tfoot>tr>td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd;
        font-family: Arial;
        
    }
        
        table tbody tr td {
            padding: 20px 15px !important;
            vertical-align: middle !important;
            text-align: center;
            font-family: Arial;
        }
    tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }
    .table td, .table th {
        padding: 10px 15px;
    }
    td {
        display: table-cell;
        vertical-align: inherit;
    }
    .maindiv {
        /*margin-top: 150px;*/
    }
    .banner_cart .slogan_prd {
        position: absolute;
        top: 25%;
        right: 0;
        left: 0;
        color: #fff;
    }
    .banner_cart {       
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    .img_main {
        padding-top: 40px;
    }
    /*.show_pc {
        display: none !important;
    }*/
    .show_mb {
        display: none !important;
    }
    body {
        padding-top: 0px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    blockquote,
    body,
    button,
    code,
    dd,
    div,
    dl,
    dt,
    form,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    input,
    legend,
    li,
    ol,
    p,
    pre,
    textarea,
    ul {
        margin: 0;
        padding: 0;
    }
}

.phone_click {
    position: fixed;
    left: 20px;
    bottom: 50px;
    height: 50px;
    width: 217px;
    z-index: 90000001;
}

.phongcallnumber {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    float: left;
    top: 50px;
    line-height: 34px;
    background: #fff;
    padding-left: 1px;
    padding-right: 1px;
    border-radius: 5px;
    z-index: -1;
}

.policy .policy-box {
    width: 25%;
    margin: 0;
    padding: 0;
    float: left;
}

.policy .policy-box .box-content {
    border-color: #e6e6e6;
}

.policy .policy-box .box-content {
    padding: 0 1px 0;
    text-align: left;
}

.policy .policy-box .box-content .icon-service {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
}

.bantincapnhat {
    border: 0px;
    height: 620px;
    overflow: hidden;
    position: relative;
}

.pnnews {
    height: 620px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
}

.motadongsanpham {
    border: 0px;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.pnmotadongsanpham {
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    padding-right: 10px;
}

.col-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.col-inner h3 {
    border-radius: 3px;
    background: #dff7ff;
    border: 1px dashed #1c617b;
    text-align: justify;
    font-size: 15px;
    line-height: 23px;
    padding: 10px;
    margin-bottom: 20px;
}

a.btn-primary {
    background-color: #0a1e37;
    border-color: #0a1e37;
}

a.btn-primary:hover {
    background-color: #323232;
    border-color: #323232;
}

button.btn-primary {
    background-color: #0a1e37;
    border-color: #0a1e37;
}

button.btn-primary:hover {
    background-color: #323232;
    border-color: #323232;
}

a.btn-secondary {
    background-color: #0a1e37;
    border-color: #0a1e37;
}

a.btn-secondary:hover {
    background-color: #323232;
    border-color: #323232;
}

button.btn-secondary {
    background-color: #0a1e37;
    border-color: #0a1e37;
}

button.btn-secondary:hover {
    background-color: #323232;
    border-color: #323232;
}


/*.mouse-pointer{
	background-color: #323232;
	position: absolute;
	color: white;
	width: 25px;
	height: 25px;
	border: 3px solid #1273eb;
	border-radius: 25px 50px 50px 50px/25px 50px 50px 50px;
	z-index: 999999;
	pointer-events: none;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
	transition: all 0.1s;
}*/

.top-bar {
    background: #fff;
    padding: 4px 0px;
}

.social-media ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.social-media ul li {
    display: inline-block;
    padding: 0px 5px;
}

.social-media ul li a {
    font-size: 16px;
    color: #323232;
}

.social-media ul li a:hover {
    color: #ffe303;
}

.contact-details ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

.contact-details ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #323232;
}

.wrapper-main {
    position: relative;
    overflow: hidden;
}

.top-nav {
    background-color: #fff !important;
    z-index: 999;
    width: 100%;
    /* margin-left: 15px; */
}

.navbar-expand-lg.top-nav .navbar-nav .nav-link {
    padding: 10px 25px;
    color: #d82d71;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .navbar-expand-lg.top-nav .navbar-nav .nav-link {
        padding: 10px 35px;
    }
}

.navbar-expand-lg.top-nav .navbar-nav .nav-link i {
    font-size: 16px;
    float: right;
    margin-left: 5px;
}

.navbar-expand-lg.top-nav .navbar-nav .nav-link:hover {
    color: #2e9047;
    border-radius: 4.8px;
}

.navbar-expand-lg.top-nav .navbar-nav .nav-link.active {
    color: #2e9047;
}

    .navbar-expand-lg.top-nav .navbar-nav .nav-link.active:before {
        content: "";
        position: absolute;
        width: 40px;
        background: #2e9047;
        height: 5px;
        top: 0px;
        left: 0px;
        border-radius: 6px;
    }

    .navbar-expand-lg.top-nav .navbar-nav .nav-link.active:after {
        content: "";
        position: absolute;
        width: 40px;
        background: #2e9047;
        height: 5px;
        bottom: 0px;
        right: 0px;
        border-radius: 6px;
    }

.navbar-expand-lg.top-nav .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    width: 0px;
    background: #82bf71;
    height: 5px;
    top: 0px;
    left: 0px;
    border-radius: 6px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar-expand-lg.top-nav .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    width: 0px;
    background: #82bf71;
    height: 5px;
    bottom: 0px;
    right: 0px;
    border-radius: 6px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar-expand-lg.top-nav .navbar-nav .nav-link:hover:before {
    width: 40px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar-expand-lg.top-nav .navbar-nav .nav-link:hover:after {
    width: 40px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fixed-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    min-height: auto;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    -webkit-box-shadow: 0px 13px 15px -12px rgba(35, 35, 35, 0.15);
    box-shadow: 0px 13px 15px -12px rgba(35, 35, 35, 0.15);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu {
    margin: 0px;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .15);
    border: none;
    padding: 20px;
}

.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 0px;
    margin-bottom: 15px;
    font-weight: 300;
}

.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item:last-child {
    padding: 0px;
    margin: 0px;
}

.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: none;
    color: #0a1e37;
}

.top-nav .navbar-toggler {
    color: #323232;
    border-color: #323232;
}

.top-nav .navbar-toggler:hover {
    color: #0a1e37;
    border-color: #0a1e37;
}

.slider-main .carousel ol li {
    height: 15px;
    border-radius: 6px;
    background: #323232;
}

.slider-main .carousel .carousel-indicators .active {
    background: #1273eb;
}

.slider-main .carousel .carousel-item .carousel-caption h3 {
    font-size: 75px;
    font-weight: 700;
}

.slider-main .carousel .carousel-item .carousel-caption p {
    font-size: 38px;
}

.slider-main .carousel .carousel-inner .carousel-item:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.carousel-item {
    /*height: 88vh;*/
    min-height: 310px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}

.services-bar {
    padding: 20px 0px 30px 0px;
    background: url(../images/dott.jpg);
}

.services-bar h1 {
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    margin-bottom: 0px;
}

.services-bar .card {
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .15);
    border: none;
}

.services-bar .card h4.card-header {
    background-color: transparent;
    color: #0a1e37;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 500;
    border: none;
    padding: 0px;
    margin-bottom: 15px;
}

.services-bar .card .card-footer {
    background-color: #323232;
}

.about-main {
    padding: 30px 0px;
}

.about-main h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.about-main h2:after {
    content: "";
    position: absolute;
    border-bottom: 2px dotted #000000;
    bottom: 0px;
    height: 2px;
    width: 100px;
    left: 0px;
}

.about-main h5 {
    font-size: 18px;
}

.about-main p {
    font-size: 15px;
    text-transform: capitalize;
}

.about-main ul {
    padding-left: 20px;
}

.about-main ul li {
    position: relative;
    font-weight: 300;
    list-style: none;
    line-height: 29px;
    font-size: 15px;
}

.about-main ul li:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -15px;
    top: 0px;
    color: #0a1e37;
}

.card-img img {
    width: 80%;
}

.portfolio-main {
    padding: 30px 0px;
}

.portfolio-main h2 {
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 20px;
    text-align: center;
}

.project-menu {
    margin-bottom: 30px;
}

.portfolio-main .card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.portfolio-main .card .card-body .card-title {
    margin-bottom: 0px;
}

.portfolio-main .card .card-body .card-title a {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: #ffffff;
    margin: 0;
}

.portfolio-main .card .card-body {
    position: absolute;
    background: #323232;
    padding: 0px 20px;
    height: 40px;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    display: flex;
    align-items: center;
    vertical-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.portfolio-main .card:hover .card-body {
    transform: scale(1);
    top: 80%;
}

.card-img {
    overflow: hidden;
    position: relative;
}

.img-item {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-item .card:hover .card-img .card-img-top {
    transform: scale3D(1.2, 1.2, 2);
    opacity: .5;
}

.card-img-top {
    transition: all 500ms linear 0s;
}

.overlay {
    background: rgba(18, 115, 235, 0.5);
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.overlay i {
    font-size: 35px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
}

.portfolio-main .card:hover .overlay {
    bottom: 0px;
}

.blog-slide h2 {
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 20px;
    text-align: center;
}

.post-slide {
    margin: 0 15px;
    background: #fff;
    border-bottom: 4px solid #1273eb;
}

.post-slide .post-header {
    padding: 15px 20px;
}

.post-slide .title {
    margin-bottom: 5px;
}

.post-slide .title a {
    font-size: 15px;
    color: #323232;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}

.post-slide .title a:hover {
    color: #fd6058;
    text-decoration: none;
}

.post-slide .post-bar {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}

.post-slide .post-bar li {
    display: inline-block;
    margin-right: 20px;
    color: #0a1e37;
}

.post-slide .post-bar li a {
    font-size: 15px;
    color: #808080;
    text-transform: capitalize;
}

.post-slide .post-bar li a:hover {
    text-decoration: none;
    color: #0a1e37;
}

.post-slide .post-bar li img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.post-slide .post-bar li i,
.post-slide .post-bar li img {
    margin-right: 5px;
}

.post-slide .pic {
    overflow: hidden;
    position: relative;
}

.post-slide .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    transition: all 0.9s ease 0s;
}

.post-slide:hover .pic:after {
    background: rgba(255, 255, 255, 0.2);
}

.post-slide .pic img {
    width: 100%;
    height: auto;
    transform: rotate(0deg) scale(1, 1);
    transition: all 0.6s ease-in-out 0s;
}

.post-slide:hover .pic img {
    transform: rotate(10deg) scale(1.5, 1.5);
}

.post-slide .post-category {
    padding: 5px 15px;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1273eb;
    z-index: 1;
}

.post-slide .post-category li {
    display: inline-block;
    text-transform: uppercase;
}

.post-slide .post-category li:after {
    content: " ,";
    color: #fff;
}

.post-slide .post-category li:last-child:after {
    content: "";
}

.post-slide .post-category li a {
    color: #fff;
}

.post-slide .post-category li a:hover {
    text-decoration: none;
    color: #333;
}

.post-slide .post-description {
    font-size: 16px;
    color: #808080;
    padding: 15px;
}

@media only screen and (max-width: 480px) {
    .post-header .post-bar li {
        margin-right: 5px;
    }
}

.touch-line {
    padding: 40px 0px;
    background: #1273eb;
    position: relative;
    margin-top: 90px;
}

.touch-line:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: -46px;
    bottom: auto;
    right: auto;
    z-index: -1;
    width: 100%;
    height: 50px;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../images/bg-bdr2.png);
}

.touch-line p {
    color: #ffffff;
    font-size: 15px;
}

.touch-line a.btn-secondary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #0a1e37;
}

.footer {
    width: 100%;
    /*background-color: #3d3d3d;*/
    background-size: cover;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
    color: white;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 500;
}

footer p {
    font-size: 16px;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 0px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 16px;
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
    color: #cccccc;
    font-size: 15px;
    font-weight: 400;
}

.footer_ul_amrc li a i {
    margin-right: 5px;
}

.footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer_ul_amrc li .media-left {
    margin-right: 10px;
}

.footer_ul_amrc li .media-left img {
    max-width: 50px;
}

.footer_ul_amrc li .media-body p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.footer_ul_amrc li .media-body span {
    color: #cccccc;
    font-size: 16px;
    font-weight: 400;
}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.footer_ul2_amrc li p {
    display: table;
}

.footer_ul2_amrc li a:hover {
    text-decoration: none;
}

.footer_ul2_amrc li i {
    margin-top: 5px;
}

.footer_ul2_amrc li a {
    color: #0a1e37;
    font-size: 16px;
}

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    color: #ffffff;
    margin: 0 12px;
    font-size: 16px;
    font-weight: 300;
}

.footer-logo {
    padding: 20px 0px;
    text-align: center;
}

.copyright {
    margin-top: 30px;
}

.copyright a {
    color: #0a1e37;
    text-decoration: underline;
}

.copyright a:hover {
    color: #ffffff;
    text-decoration: none;
}

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
    padding: 0;
}

.social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}

.social_footer_ul li a {
    color: #CCC;
    border: 2px solid #CCC;
    padding: 8px;
    border-radius: 50%;
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}

.social_footer_ul li a:hover {
    color: #0a1e37;
    border: 2px solid #1273eb;
}

.footer-social {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-social li {
    display: inline-block;
}


/*-- button --*/

.hb {
    display: inline-block;
    position: relative;
    text-align: center;
    /*  Default text align center */
    z-index: 0;
}

.hb:before,
.hb:after {
    position: absolute;
    content: "";
    left: -1px;
    top: 0;
    z-index: -1;
}

.hb:before {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hb:after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hb i {
    z-index: 9;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.hb,
.hb:before,
.hb:after {
    box-sizing: border-box;
    /* default transition time is set .25s = 250 millisecond  
	 Uncomment following if you want to set transition on hexagon color change */
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.hb-xs-margin {
    margin: 5px;
    display: inline-block;
    overflow: hidden;
}

.hb-xs {
    line-height: 18.5px;
    font-size: 18.5px;
    margin: 9.5px 0;
}

.hb-xs,
.hb-xs::after,
.hb-xs::before {
    height: 18.5px;
    width: 32px;
}

.spin,
.spin-icon i {
    -webkit-transition: -webkid-transform .25s ease;
    -moz-transition: -moz-transform .25s ease;
    -ms-transition: -ms-transform .25s ease;
    -o-transition: -o-transform .25s ease;
    transition: transform .25s ease;
}

.spin-icon:hover i,
.spin:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.hb:hover,
.hb:hover:before,
.hb:hover:after {
    background: transparent;
    border-left: 1px solid #2ecc71;
    border-right: 1px solid #2ecc71;
    color: #2ecc71;
    /* Default hover font color */
}

.hb-facebook,
.hb-facebook:before,
.hb-facebook:after {
    background: #3B5998;
    border-color: #3B5998;
    color: #ffffff;
}

.hb-facebook:hover,
.hb-facebook:hover:before,
.hb-facebook:hover:after {
    background: transparent;
    border-color: #3B5998;
    color: #3B5998;
}


/* Facebook inverts */

.hb-facebook-inv,
.hb-facebook-inv:after,
.hb-facebook-inv:before {
    color: #3B5998;
    border-color: #3B5998;
    background: transparent;
}

.hb-facebook-inv:hover,
.hb-facebook-inv:hover:after,
.hb-facebook-inv:hover:before {
    background: #3B5998;
    border-color: #3B5998;
    color: #ffffff;
}

.hb-twitter,
.hb-twitter:before,
.hb-twitter:after {
    background: #55ACEE;
    border-color: #55ACEE;
    color: #ffffff;
}

.hb-twitter:hover,
.hb-twitter:hover:before,
.hb-twitter:hover:after {
    background: transparent;
    border-color: #55ACEE;
    color: #55ACEE;
}


/* Twitter inverts */

.hb-twitter-inv,
.hb-twitter-inv:after,
.hb-twitter-inv:before {
    background: transparent;
    border-color: #55ACEE;
    color: #55ACEE;
}

.hb-twitter-inv:hover,
.hb-twitter-inv:hover:after,
.hb-twitter-inv:hover:before {
    background: #55ACEE;
    border-color: #55ACEE;
    color: #ffffff;
}

.hb-instagram,
.hb-instagram:before,
.hb-instagram:after {
    background: #e1306c;
    border-color: #e1306c;
    color: #ffffff;
}

.hb-instagram:hover,
.hb-instagram:hover:before,
.hb-instagram:hover:after {
    background: transparent;
    border-color: #e1306c;
    color: #e1306c;
}


/* Twitter inverts */

.hb-instagram-inv,
.hb-instagram-inv:after,
.hb-instagram-inv:before {
    background: transparent;
    border-color: #e1306c;
    color: #e1306c;
}

.hb-instagram-inv:hover,
.hb-instagram-inv:hover:after,
.hb-instagram-inv:hover:before {
    background: #e1306c;
    border-color: #e1306c;
    color: #ffffff;
}

.hb-google-plus,
.hb-google-plus:before,
.hb-google-plus:after {
    background: #db514f;
    border-color: #db514f;
    color: #ffffff;
}

.hb-google-plus:hover,
.hb-google-plus:hover:before,
.hb-google-plus:hover:after {
    background: transparent;
    border-color: #db514f;
    color: #db514f;
}


/* google-plus inverts */

.hb-google-plus-inv,
.hb-google-plus-inv:after,
.hb-google-plus-inv:before {
    background: transparent;
    border-color: #db514f;
    color: #db514f;
}

.hb-google-plus-inv:hover,
.hb-google-plus-inv:hover:after,
.hb-google-plus-inv:hover:before {
    background: #db514f;
    border-color: #db514f;
    color: #ffffff;
}

.hb-dribbble,
.hb-dribbble:before,
.hb-dribbble:after {
    background: #ea4c89;
    border-color: #ea4c89;
    color: #ffffff;
}

.hb-dribbble:hover,
.hb-dribbble:hover:before,
.hb-dribbble:hover:after {
    background: transparent;
    border-color: #ea4c89;
    color: #ea4c89;
}


/* dribbble inverts */

.hb-dribbble-inv,
.hb-dribbble-inv:after,
.hb-dribbble-inv:before {
    background: transparent;
    border-color: #ea4c89;
    color: #ea4c89;
}

.hb-dribbble-inv:hover,
.hb-dribbble-inv:hover:after,
.hb-dribbble-inv:hover:before {
    background: #ea4c89;
    border-color: #ea4c89;
    color: #ffffff;
}

.news-box p {
    line-height: 24px;
    margin-bottom: 30px;
}


/* ---- All Pages CSS ---- */

.full-title {
    padding: 100px 0px 0px 0px;
    background: url(../images/all-title-bg.jpg) no-repeat center;
    position: relative;
}

.full-title:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.full-title h1 {
    position: relative;
    color: #ffffff;
    font-size: 38px;
    text-align: center;
}

.full-title h1 small {
    float: right;
    padding: 15px 0px;
    font-size: 16px;
}

.breadcrumb-main {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.breadcrumb-main .breadcrumb {
    background: #1273eb;
    border-radius: 100px 100px 0px 0px;
    display: block;
}

.breadcrumb-main .breadcrumb li a {
    color: #ffffff;
    font-size: 15px;
}

.breadcrumb-main .breadcrumb li {
    color: #323232;
    display: inline-block;
    font-size: 15px;
}

.breadcrumb-main .breadcrumb-item+.breadcrumb-item::before {
    color: #323232;
}

.about-inner {
    padding: 30px 0px;
}

.left-ab h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.left-ab p {
    font-size: 15px;
}

.left-ab ul {
    padding-left: 20px;
}

.left-ab ul li {
    position: relative;
    font-weight: 300;
    list-style: none;
    line-height: 29px;
    font-size: 15px;
}

.left-ab ul li::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -15px;
    top: 0px;
    color: #0a1e37;
}

.team-members-box {
    padding: 30px 0px;
}

.team-members-box .card {
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .15);
    border: none;
}

.team-members-box h2 {
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 20px;
    text-align: center;
}

.our-team {
    text-align: center;
    position: relative;
}

.our-team img {
    width: 100%;
    height: auto;
}

.our-team .team-content {
    width: 100%;
    height: auto;
    background: #323232;
    padding: 27px 0;
    border-left: 5px solid #1273eb;
    border-right: 5px solid #1273eb;
    box-shadow: 0 15px 25px 0 rgba(3, 7, 15, 0.1);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .team-content {
    background: #1273eb;
}

.our-team .title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .title {
    color: #ffffff;
    margin-bottom: 10px;
}

.our-team .post {
    display: block;
    font-size: 15px;
    font-style: italic;
    color: #323232;
    text-transform: capitalize;
    height: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}

.our-team:hover .post {
    height: 30px;
    opacity: 1;
    transform: scale(1);
}

.our-team .social {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-60%);
    transition: all 0.5s ease 0s;
}

.our-team:hover .social {
    transform: translateY(50%);
    opacity: 1;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #323232;
    font-size: 17px;
    font-weight: 700;
    line-height: 40px;
    color: #ffffff;
    transition: all 0.5s ease 0s;
}

.our-team .social li a:hover {
    color: #ffffff;
    background: #1273eb;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 0px;
    }
}

.customers-box {
    padding: 30px 0px;
}

.customers-box h2 {
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 20px;
    text-align: center;
}

.customers-box .mb-4 {
    text-align: center;
}

.portfolio-col {
    padding: 30px 0px;
}

.portfolio-item .card {
    border: none;
}

.portfolio-item .card .card-body {
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .15);
}

.portfolio-item .card .card-body h4 {
    margin-bottom: 12px;
}

.portfolio-item .card .card-body h4 a {
    color: #323232;
    text-decoration: none;
    font-size: 22px;
    text-transform: capitalize;
}

.portfolio-item .card .card-body p {
    margin-bottom: 0px;
}

.hover-box {
    position: relative;
    overflow: hidden;
}

.dot-full {
    background: #1273eb;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
}

.dot-full i {
    color: #ffffff;
    font-size: 30px;
    width: 80px;
    height: 80px;
    background: #323232;
    text-align: center;
    line-height: 80px;
    border-radius: 50px;
    opacity: 0;
}

.portfolio-item .card:hover .dot-full {
    background: rgba(18, 115, 235, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 0px;
    top: 0px;
    right: 0px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.portfolio-item .card:hover .dot-full i {
    opacity: 1;
}

.item-pro {
    padding: 30px 0px;
}

.item-pro h3 {
    font-size: 20px;
    font-weight: 600;
}

.item-pro ul {
    padding-left: 0px;
}

.item-pro ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
}

.item-pro ul li span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.project-inner h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.pagination_bar .pagination .page-item .page-link {
    font-size: 20px;
    background: #323232;
    border: 1px solid #323232;
    color: #ffffff;
    width: 35px;
    text-align: center;
}

.pagination_bar .pagination .page-item .page-link:hover {
    background: #1273eb;
}

.portfolio-item h4.card-title a {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #323232;
}

.related-projects {
    padding: 30px 0px;
}

.related-projects h3 {
    font-weight: 600;
    font-size: 24px;
    margin: 0px;
    margin-bottom: 20px;
}

.blog-main {
    padding: 30px 0px;
}

.by-post {
    margin-bottom: 12px;
}

.blog-entries .card {
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .15);
    border: none;
}

.blog-entries .card .card-body h2.card-title {
    font-size: 22px;
    font-weight: 500;
}

.blog-entries .card .card-footer {
    background-color: #323232;
}

.blog-entries .card .card-footer.text-muted {
    color: #ffffff !important;
}

.blog-entries .card .card-footer a {
    color: #0a1e37;
}

.blog-right-side .card {
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .15);
    border: none;
}

.blog-right-side .card h5.card-header {
    background-color: #323232;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

.blog-right-side .card .card-body ul li {
    margin-bottom: 2px;
}

.blog-right-side .card .card-body ul li a {
    border-radius: 4.8px;
    padding: 6px;
    background: #323232;
    color: #ffffff;
    display: inline-block;
}

.blog-main .blockquote {
    border-left: 3px solid #1273eb;
    padding-left: 20px;
}

.blog-main .blockquote p {
    font-style: italic;
    font-size: 20px;
}

.pagination_bar_arrow .pagination .page-item .page-link {
    font-size: 20px;
    background: #323232;
    border: 1px solid #323232;
    color: #ffffff;
    width: 120px;
    text-align: center;
}

.pagination_bar_arrow .pagination .page-item .page-link:hover {
    background: #1273eb;
}

.faq-main {
    padding: 30px 0px;
    margin: 30px 0px;
}

.faq-main h2 {
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    margin-bottom: 15px;
}

#accordionExample .accordion-single {
    border-radius: 0px;
    border: none;
    position: relative;
    margin-bottom: 15px;
}

#accordionExample .accordion-single .card-header {
    background-color: transparent;
    padding: 0px;
    border: none;
}

#accordionExample .accordion-single .card-header h5 button {
    color: #202428;
    display: block;
    position: relative;
    padding: 10px 30px 10px 60px;
    font-size: 18px;
    text-transform: capitalize;
    width: 100%;
    text-align: left;
    border: none;
    font-weight: 600;
}

#accordionExample .accordion-single .card-header h5 button:hover {
    color: #0a1e37;
    text-decoration: none;
}

#accordionExample .accordion-single h5 button[aria-expanded="false"]::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 47px;
    line-height: 47px;
    background: #1273eb;
    border: 1px solid #1273eb;
    border-radius: 3px;
    font-size: 24px;
    color: #000000;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

#accordionExample .accordion-single h5 button[aria-expanded="true"]::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 47px;
    line-height: 47px;
    background: #1273eb;
    border: 1px solid #1273eb;
    border-radius: 3px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

#accordionExample .accordion-single:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #1273eb;
    position: absolute;
    top: 25px;
    left: 18px;
}

#accordionExample .accordion-single .card-body {
    padding: 10px 30px 10px 30px;
    margin-left: 40px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 28px;
    letter-spacing: 1px;
}

.error-contents {
    padding: 30px 0px;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.error-contents {}

.pricing-box {
    padding: 30px 0px;
}

.bg-01 {
    background: url(../images/pricing-bg-01.jpg) no-repeat center;
    background-size: cover;
}

.bg-02 {
    background: url(../images/pricing-bg-02.jpg) no-repeat center;
    background-size: cover;
}

.bg-03 {
    background: url(../images/pricing-bg-03.jpg) no-repeat center;
    background-size: cover;
}

.pricing-box .card:hover .card-header {
    background: none;
}

.pricing-box .card {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 30px rgba(105, 106, 119, .1);
    box-shadow: 0 5px 30px rgba(105, 106, 119, .1);
    border: none;
}

.pricing-box .card .card-header {
    padding: 80px 15px;
    text-align: center;
    background: #323232;
    color: #ffffff;
}

.pricing-box .card:hover .card-header {
    color: #323232;
}

.pricing-box .card:hover .list-group-item {
    background-color: rgba(225, 225, 225, 0.5);
}

.most_popular {
    position: absolute;
    top: 32px;
    font-size: 16px;
    text-align: center;
    width: 181px;
    padding: 4px 0;
    right: -36px;
    transform: rotate(40deg);
    background-color: #0a1e37;
    color: #323232;
}

#header {
    position: relative;
}

#header .ctn {
    /* position: absolute;
    left: 0;
    right: 0;
    z-index: 99; */
    background-color: #fff;
}

body header .head-top {
    padding: 6px 0 0;
}

body header .header-logo .row {
    margin: 0;
}

.header-logo .navbar {
    padding-left: 0;
    padding-right: 0;
}

.bar_buton i {
    font-size: 28px;
    color: #000;
}

.contact-main {
    padding: 10px 0px;
}

.contact-left h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-right h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-right p abbr {
    font-weight: bold;
    font-size: 18px;
}

.help-block ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: red;
    color: #fff;
    padding: 0px 15px;
}

.map-main {}

@media (min-width:768px) and (max-width:991px) {
    .navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after {
        position: absolute;
        top: 18px;
        right: 6px;
    }
    .top-bar {
        display: none;
    }
    .navbar-expand-lg.top-nav .navbar-nav .nav-link.active::before {
        display: none;
    }
    .navbar-expand-lg.top-nav .navbar-nav .nav-link.active::after {
        display: none;
    }
    .navbar-expand-lg.top-nav .navbar-nav .nav-link::before {
        display: none;
    }
    .navbar-expand-lg.top-nav .navbar-nav .nav-link::after {
        display: none;
    }
    .item-pro ul li {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after {
        position: absolute;
        top: 18px;
        right: 6px;
    }
    .portfolio-main h2 {
        text-align: center;
    }
    .customers-box {
        text-align: center;
    }
    .team-members-box h2 {
        text-align: center;
    }
    .services-bar h1 {
        text-align: center;
    }
    .social_footer_ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .faq-main {
        padding: 20px 15px;
    }
    .accordion-single .card-header h5 a {
        font-size: 16px;
    }
    .top-bar {
        display: none;
    }
    .navbar-expand-lg.top-nav .navbar-nav .nav-link.active::before {
        display: none;
    }
    .navbar-expand-lg.top-nav .navbar-nav .nav-link.active::after {
        display: none;
    }
    .navbar-expand-lg.top-nav .navbar-nav .nav-link::before {
        display: none;
    }
    .navbar-expand-lg.top-nav .navbar-nav .nav-link::after {
        display: none;
    }
}

@media (min-width:320px) and (max-width:575.98px) {
    .navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after {
        position: absolute;
        top: 18px;
        right: 6px;
    }
    .portfolio-main h2 {
        text-align: center;
        font-size: 26px;
    }
    .customers-box {
        text-align: center;
    }
    .team-members-box h2 {
        text-align: center;
        font-size: 26px;
    }
    .services-bar h1 {
        text-align: center;
        font-size: 26px;
    }
    .social_footer_ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .faq-main {
        padding: 20px 15px;
    }
    .accordion-single .card-header h5 a {
        font-size: 16px;
    }
    .top-bar {
        display: none;
    }
    .navbar-expand-lg.top-nav .navbar-nav .nav-link.active::before {
        display: none;
    }
    .navbar-expand-lg.top-nav .navbar-nav .nav-link.active::after {
        display: none;
    }
    .navbar-expand-lg.top-nav .navbar-nav .nav-link::before {
        display: none;
    }
    .navbar-expand-lg.top-nav .navbar-nav .nav-link::after {
        display: none;
    }
    .about-main h2 {
        font-size: 26px;
    }
    .project-menu button {
        margin-bottom: 5px;
    }
    .blog-slide h2 {
        font-size: 26px;
    }
    .left-ab h3 {
        font-size: 26px;
    }
    .customers-box h2 {
        font-size: 26px;
    }
    .faq-main h2 {
        font-size: 26px;
    }
    #accordionExample .accordion-single .card-header h5 button {
        white-space: inherit;
        font-size: 16px;
    }
}

.modal-backdrop {
    opacity: 0.5 !important;
    z-index: 1000;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
    height: auto;
}

    .swiper-container .swiper-wrapper {
        height: auto;
        /* min-height: 36.25vw; */
    }

@media (min-width: 1800px) {
    .banner_cart {
        max-width: 1920px;
        margin: 0 auto;
        position: relative;
        /*margin-top: 100px;*/
    }
    .margin-top-cat {
        margin-top: 30px;
    }
    /* .swiper-container {
        padding-top: 90px;
    } */
    .swiper-container .swiper-wrapper {
        height: auto;
        /* min-height: 680px; */
    }
    .main-content {
        /*padding-top: 100px;*/
        min-height: 720px;
    }
    .panel-body {
        min-height: 520px;
    }
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    min-height: inherit;
}


/* a11y */

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}


/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    transform: translateY(-50%);
}


/* Arrows */

.swiper-button-prev,
.swiper-button-next {
    z-index: 10;
    width: 48px;
    height: 48px;
    background: url(../images/owl-nav-modern-white.png) no-repeat top left;
    transition: 180ms ease-in-out;
    text-align: center;
    cursor: pointer;
    pointer-events: auto;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: .7;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next {
    transform: rotate(180deg);
}


/* Pagination Styles */

.swiper-pagination-wrap {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100%;
    transform: translate3d(-50%, 0, 0);
    z-index: 10;
}

@media (min-width: 992px) {
    .swiper-pagination-wrap {
        bottom: 35px;
    }
    /* .swiper-container {
        padding-top: 90px;
    } */
}

@media (min-width: 1396px) {
    .show_pc {
        display: block !important;
    }
    /* .swiper-container {
        padding-top: 90px;
    } */
    /* .container {
        width: 1396px;
    } */
    .col-lg-3 {
        width: 25%;
        float: left;
    }
    .col-lg-9 {
        width: 75%;
        float: left;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
    }
    .col-lg-4 {
        width: 33.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
    }
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .swiper-container .swiper-wrapper {
        max-height: 380px;
    }
    .swiper-pagination-wrap {
        bottom: 55px;
    }
}

.swiper-pagination {
    display: block;
    width: 100%;
    text-align: center;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

@media (min-width: 768px) {
    /* .swiper-container {
        padding-top: 90px;
    } */
    .swiper-pagination {
        text-align: left;
    }
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #cdcdcd;
    pointer-events: none;
    transition: all .2s ease-out;
}

.swiper-pagination-bullet+* {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        pointer-events: auto;
    }
    .swiper-pagination-bullet+* {
        margin-left: 20px;
    }
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
    background: #6bc3f0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}


/* 3D Container */

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}


/* Coverflow */

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}


/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}


/* Cube */

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}


/* Scrollbar */

.swiper-scrollbar {
    position: relative;
    -ms-touch-action: none;
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    height: 5px;
    width: 100%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}


/* Preloader */

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-slide>.vide__body,
.swiper-slide>.parallax_cnt {
    height: 100%;
}

.swiper-slide {
    position: relative;
    text-align: center;
    white-space: nowrap;
    background-position: center center;
    overflow: hidden;
    background-size: 100% 100% !important;
}

.swiper-slide:not(.vide):not(.rd-parallax):before,
.swiper-slide .parallax_cnt:before,
.swiper-slide .vide__body:before {
    content: '';
    display: inline-block;
    height: 50%;
}

.swiper-slide-caption {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    margin-left: -.25em;
    vertical-align: middle;
    white-space: normal;
    z-index: 1;
}

.swiper-variant-1,
.swiper-variant-1 .swiper-wrapper {
    height: auto;
    min-height: 36.25vw;
}

.swiper-variant-1 .swiper-slide-caption {
    padding: 50px 0 50px;
}

.swiper-variant-1 .swiper-button-prev,
.swiper-variant-1 .swiper-button-next {
    display: none;
}

.swiper-variant-1 .slider-text {
    display: none;
}

.swiper-variant-1 .jumbotron-custom+* {
    margin-top: 5px;
}

.swiper-variant-1 *+.button-block {
    margin-top: 27px;
}

.text-center {
    text-align: center;
}

.col-xs-6 {
    width: 50%;
}

@media (min-width: 768px) {
    .swiper-variant-1,
    .swiper-variant-1 .swiper-wrapper {
        height: auto;
        /* min-height: calc(100vh - 120px); */
        /*min-height: 36.25vw;*/
    }
    .swiper-variant-1 .swiper-slide-caption {
        padding: 60px 0 115px;
    }
    .swiper-variant-1 .slider-header {
        font-size: 50px;
    }
    .swiper-variant-1 .slider-text {
        display: block;
    }
}

@media (min-width: 992px) {
    .swiper-variant-1 .swiper-slide-caption {
        padding: 100px 0 155px;
    }
    .swiper-variant-1 .swiper-button-prev,
    .swiper-variant-1 .swiper-button-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        display: block;
        transition: .3s all ease;
    }
    .swiper-variant-1 .swiper-button-prev {
        left: 5.1%;
        transform: scale(-1, 1);
    }
    .swiper-variant-1 .swiper-button-next {
        right: 5.1%;
    }
}

@media (min-width: 1200px) {
    .swiper-variant-1,
    .swiper-variant-1 .swiper-wrapper {
        height: auto;
         min-height: 60vh;
    }
    .swiper-variant-1 .slider-header {
        font-size: 59px;
    }
    .swiper-variant-1 .swiper-button-prev {
        left: 20px;
    }
    .swiper-variant-1 .swiper-button-next {
        right: 20px;
    }
}

@media (min-width: 1599px) {
    /*.swiper-variant-1 .swiper-button-prev {
        left: calc(50vw - 1170px / 2 - 170px + (1170px / 12) * 0);
    }

    .swiper-variant-1 .swiper-button-next {
        right: calc(50vw - 1170px / 2 - 170px + (1170px / 12) * 0);
    }
    .swiper-variant-1 .swiper-button-prev {
        left: calc(50vw - 1500px / 2 - 170px + (1500px / 12) * 0);
    }
    .swiper-variant-1 .swiper-button-next {
        right: calc(50vw - 1500px / 2 - 170px + (1500px / 12) * 0);
    }*/
}

@media (min-width: 1800px) {
    .swiper-variant-1,
    .swiper-variant-1 .swiper-wrapper {
        height: auto;
        /* min-height: calc(100vh - 100px); */
        min-height: 60vh;
    }
}

.banner_home {
    /* max-width: 1396px; */
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    max-width: 1440px;
}

@media (max-width: 991px) {
    .table>thead>tr>th,
    .table>thead>tr>td,
    .table>tbody>tr>th,
    .table>tbody>tr>td,
    .table>tfoot>tr>th,
    .table>tfoot>tr>td {
        padding: 1px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd;
        font-family: Arial;
        padding: 10px 15px;
    }
    .showorderinfo {
        width: 113%;
        margin-left: -20px;
    }
    .banner_cart .slogan_prd {
        position: absolute;
        top: 10%;
        right: 0;
        left: 0;
        color: #fff;
    }
    .box_highlights .nav_tabs>li>a {
        text-align: center;
    }
    .mangluoi {
        padding: 70px 0 40px 0;
    }
    .mangluoi .col-xs-6 {
        margin-bottom: 30px;
    }
    .swiper-container {
        padding-top: 2px;
    }
    .col-sm-12 {
        width: 100%;
    }
    body header .head-top {
        padding: 5px 5px;
    }
    .show_pc {
        display: none !important;
    }
    .show_mb {
        display: block !important;
    }
    #header .ctn {
        position: unset;
    }
    /* body .container {
        margin: 0px;
    } */
    body header .head-top .top_right {
        justify-content: normal;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
    }
}

body header .head-top .top_right {
    display: flex;
    justify-content: flex-end;
}

body header .head-top .top_right .search_cart {
    display: flex;
}

body header .head-top .top_right a {
    display: block;
}

body header .head-top .top_right .phone_hot {
    padding: 0px 0 0px 30px;
    background: url(../images/phone11.png) top 5px left 5px no-repeat;
    font-size: 16px;
    color: #333;
    font-family: Arial;
    letter-spacing: 1px;
    background-size: 30px 30px!important;
    display: flex!important;
    align-items: center;
}

@media (max-width: 991px) {
    body header .head-top .top_right .phone_hot {
        display: none!important;
    }
}

body header .head-top .top_right .phone_hot b {
    margin-left: 12px;
}

body header .head-top .top_right .phone_hot span {
    font-family: Arial;
    font-weight: 600;
}

body header .head-top .top_right .center_ {
    margin-right: 10px;
    padding-left: 60px;
}

body header .head-top .top_right .link-cat {
    position: relative;
    padding-left: 60px;
}

body header .head-top .top_right .link-cat span {
    position: absolute;
    top: 40px;
    margin-left: 20px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: red;
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 14px;
}

@media (max-width: 991px) {
    body header .head-top .top_right .link-cat span {
        position: absolute;
        top: 40px;
        margin-left: 20px;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background-color: red;
        font-size: 11px;
        color: #fff;
        text-align: center;
        line-height: 14px;
    }
    body header .head-top .top_right {
        justify-content: normal;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
    }
    body header .head-top .top_right .search_cart {
        justify-content: flex-end;
    }
    body header .head-top .top_right .search_cart .center_ {
        padding-left: 0;
    }
    body header .head-top .top_right .logo_mb {
        text-align: center;
    }
    body header .head-top .top_right .logo_mb img {
        /* width: 90%; */
        width: 80px;
        height: 80px;
        max-width: 80px;
        margin: auto;
    }
    .project-menu a {
        margin-bottom: 8px;
        width: 50%;
    }
}

@media (max-width:567px) {
    .project-menu a {
        margin-bottom: 8px;
        width: 80%;
    }
}

body header .header-logo .row {
    margin: 0;
}

body header .header-logo .row .hot-line-top {
    float: right;
}

body header .header-logo .row .hot-line-top .top-phone {
    background: #252525 url("../images/phone.png") left -12px center no-repeat;
    padding-top: 12px;
    padding-bottom: 5px;
    padding-left: 50px;
    font-size: 16px;
    color: #ffffff;
    float: right;
}

body header .header-logo .row .hot-line-top .top-phone .phone-top-hd {
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
}

body header .header-logo .row .cart-top .cart-top-head a {
    display: inline-block;
    border-radius: 20px;
    background: #dd0917;
    color: #fff;
    padding: 4px;
    padding-left: 10px;
}

body header .header-logo .row .cart-top .cart-top-head a i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

body header .header-logo .row .cart-top .cart-top-head a span {
    background: #fffc00;
    padding: 8px 13px;
    margin-left: 5px;
    display: inline-block;
    border-radius: 50%;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.mangluoi {
    background-image: url(/images/Group_586.jpg);
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
    margin-top: 70px;
}

.title-book {
    margin-bottom: 5px;
    min-height: 40px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
}

.price-book {
    /* height: 26px; */
    /* color: #df0a0a; */
    font-family: Arial;
    color: #df0a0a;
    font-weight: 600;
    margin-top: 16px;
}

.price-regular {
    margin-right: 10px;
    color: #000;
    text-decoration: line-through;
    font-family: Arial;
    font-size: 16px;
}

.noti-item {
    position: relative;
    margin-top: -45px;
    margin-left: 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background: #ff4b5a;
    font-size: 13px;
    color: white;
}

.cartmain {
    margin-top: 50px;
}

.cartmain .title-popup {
    border-bottom: 4px solid #D7D7D7;
    margin-bottom: 30px;
}

.cartmain .title-popup span {
    display: inline-block;
    font-size: 24px;
    font-family: Arial;
    line-height: 32px;
    padding-bottom: 20px;
    border-bottom: 4px solid #0189FF;
    margin-bottom: -4px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 17px;
    /*table-layout: fixed;*/
    display: table;
}

table {
    margin-bottom: 0 !important;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

table thead .title_tb {
    background-color: #EFF7F9;
}

table thead .title_tb th:nth-of-type(1) {
    text-align: left;
    font-family: Arial;
}

table thead .title_tb th {
    padding: 15px;
    font-family: Arial;
    vertical-align: middle;
    text-align: center;
    border-bottom: unset !important;
}

table tbody tr td:nth-of-type(1) {
    /*text-align: left;*/
    font-family: Arial;
}

table tbody .tr-pop-1 td {
    border-top: unset !important;
}

table tbody tr .name-product .imb {
    padding: 15px;
    border: 1px solid #ECECEC;
}

table tbody tr .name-product .nmb {
    padding: 1px 0 0 25px;
    text-align: left;
}

.container:after,
.container:before,
.row:after,
.row:before,
.row-10:after,
.row-10:before,
.row-11:after,
.row-11:before,
.row-content:after,
.row-content:before,
.row-item:after,
.row-item:before {
    content: " ";
    display: table;
}

.row_ct {
    margin: 0;
}

.pull-left {
    float: left !important;
}

a {
    color: #222;
    text-decoration: none;
}

a {
    background-color: transparent;
}

table tbody tr .name-product .nmb .cat_name {
    color: #0189FF;
    text-transform: uppercase;
    margin-top: 10px;
}

.img-responsive {
    height: auto;
    max-width: 100%;
    text-align: center;
}

img {
    border: 0;
}

h4,
.h4 {
    font-size: 15px;
}

.quan {
    display: inline-block;
}

.quan .custom-quantity-input1 span {
    border: 1px solid #CCCCCC;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: top;
    color: #707070;
    border-radius: 3px;
}

.quan .custom-quantity-input1 .spamuan1 {
    background: none;
    border: none;
    text-align: center;
    font-weight: normal;
    color: #000;
    font-size: 16px;
}

table tbody tr .total_money span {
    font-family: Arial;
    color: #df0a0a;
}

.update_tt td {
    padding: 25px 15px !important;
}

.update_tt .update_cart {
    display: inline-block;
    padding: 10px 25px;
    /*text-transform: uppercase;*/
    color: #fff;
    background-color: #df0a0a;
    border-radius: 30px;
}

.update_tt .total_end {
    font-family: Arial;
    font-size: 16px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 24px;
}

.update_tt .total_end span {
    text-transform: none;
    color: #df0a0a;
}

.select_button {
    margin: 40px auto;
}

.select_button .continude_buy {
    text-align: right;
}

.select_button .continude_buy a {
    color: #0189FF;
}

.select_button .col_order a {
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 30px;
    border: 1px solid #0189FF;
}

.select_button .buy_now a {
    color: #fff;
    background-color: #0189FF;
}

.select_button .col_order a {
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 30px;
    border: 1px solid #0189FF;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0;
}

table tbody tr .td-price .price_old {
    margin-right: 10px;
    text-decoration: line-through;
}

#footer {
    background-color: #fff;
    overflow: auto;
    left: 0;
    bottom: 0;
    min-height: 100px;
    width: 100%;
    margin: 0 auto;
}

    #footer .footer-top {
        padding-bottom: 30px;
        border-bottom: 1px solid #3d3d3d;
        background-color: #fff;
    }

#footer .footer-top a {
    color: #1d2a38;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_menu_ft .title-menu-ft h5 {
    color: #1d2a38;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.list_menu_ft .title-menu-ft {
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.list_menu_ft ul li {
    padding: 7px 0px;
}

.list_menu_ft ul li a {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    background: url(/images/icon.png) left 0 top 10px no-repeat;
}

.footer-top .ft1 .row1 .infor_web {
    color: #1d2a38;
    padding-right: 40px;
}

.footer-top .ft1 .row1 .infor_web .phone_number {
    margin-top: 15px;
    padding: 5px 0 5px 30px;
    background: url(/images/icon-phone.svg) top 5px left 0 no-repeat;
}

.footer-top .ft1 .row1 .infor_web .mail_sp {
    margin-top: 10px;
    padding: 5px 0 5px 30px;
    background: url(/images/mail.png) top 8px left 0 no-repeat;
}

#footer .footer-top .fanpage_face {
    color: #1d2a38;
}

#footer .footer-top .fanpage_face h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

#footer .footer-top .connert .fb {
    background: url(/images/facebook.png) top 5px left 0 no-repeat;
}

#footer .footer-top .connert .zl {
    background: url(/images/zalo1.png) top 5px left 0 no-repeat;
}

#footer .footer-top .connert .ytb {
    background: url(/images/ytb1.png) top 5px left 0 no-repeat;
}

#footer .footer-top .connert a {
    display: block;
    padding: 10px 15px 10px 50px;
    color: #1d2a38;
}

#footer .info-footer .left_bot_footer .menu_right_hd {
    padding: 0;
    border: unset;
}

.menu_right_hd .navbar-nav_hd {
    margin-top: 0;
    float: none;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

#footer .info-footer .left_bot_footer .menu_right_hd .navbar-nav_hd li:first-child {
    padding-left: 0;
}

.menu_right_hd .navbar-nav_hd li {
    display: inline-block;
    padding: 0 5px;
}

.nav>li {
    position: relative;
    display: block;
}

#footer .info-footer {
    padding: 30px 0;
}

    #footer .info-footer .left_bot_footer .menu_right_hd .navbar-nav_hd li a {
        text-transform: unset;
        font-family: Arial;
        padding: 0;
        color: #1d2a38;
    }

.menu_right_hd .navbar-nav_hd li a {
    font-size: 16px;
}

.nav>li>a {
    position: relative;
    display: block;
}

#footer .info-footer .left_bot_footer .menu_right_hd .navbar-nav_hd .line_icon {
    display: inline-block;
    color: #1d2a38;
}

#footer .info-footer .right_bot_footer {
    color: #1d2a38;
    text-align: right;
}

@media (max-width: 768px) {
    .footer-top {
        padding-top: 10px;
    }
    .modal-dialog {
        width: 100%;
    }
    .maindiv {
        margin-top: 0px;
    }
    .banner_cart {
        max-width: 1396px;
        margin: 0 auto;
        position: relative;
    }
    .title_tb {
        display: none;
    }
    #popup-cart {
        border-bottom: unset !important;
    }
    .select_button .continude_buy {
        text-align: unset;
        margin-bottom: 20px;
    }
    .select_button .continude_buy a {
        font-size: 16px;
        display: block;
        text-align: center;
    }
    .select_button .buy_now a {
        font-size: 16px;
        display: block;
        text-align: center;
    }
}

.right-cart .bo_right {
    border: 1px solid #ddd;
}

.right-cart .title-cart-right {
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
    font-family: Arial;
}

.right-cart .title-cart-right a {
    float: right;
    display: inline-block;
    color: #0189FF;
    font-family: Arial;
    font-size: 16px;
}

.right-cart .list-products-cart {
    border-top: 1px solid #ddd;
}

.right-cart .list-products-cart .list-products {
    padding: 20px;
    background-color: #ffffff;
}

.right-cart .list-products-cart .list-products ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.right-cart .list-products-cart .list-products ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.right-cart .list-products-cart .list-products ul li a {
    display: block;
}

.right-cart .list-products-cart .list-products ul li p {
    color: #333;
    margin-top: 10px;
    text-decoration: line-through;
    font-size: 12px;
}

.right-cart .list-products-cart .list-products ul li p span {
    text-decoration: unset;
    display: inline-block;
    margin-left: 20px;
}

.right-cart .list-products-cart .price-total {
    padding: 20px;
    border-top: 1px solid #ddd;
}

.right-cart .list-products-cart .price-total ul li {
    margin-bottom: 20px;
}

.right-cart .list-products-cart .price-total .blue-price {
    font-size: 16px;
    color: #007ff0;
}

.right-cart .list-products-cart .price-total span {
    float: right;
}

.right-cart .list-products-cart .price-total ul .title_tt {
    font-family: Arial;
}

.right-cart .list-products-cart .price-total ul .title_tt span {
    color: #df0a0a;
}

.right-cart .list-products-cart .price-total .red-price {
    color: #333333;
    font-size: 16px;
}

.right-cart .list-products-cart .list-products ul li a .bo_img {
    padding: 10px;
    border: 1px solid #ededed;
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 15px;
}

.right-cart .list-products-cart .list-products ul li a .bo_img span {
    position: absolute;
    top: 1px;
    right: 6px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: red;
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 14px;
}

.left-cart-pay .left-box-list {
    margin-bottom: 20px;
    background-color: #ffffff;
}

.left-cart-pay .left-box-list .title2 {
    border-bottom: 4px solid #D7D7D7;
    margin-bottom: 30px;
}

.left-cart-pay .left-box-list .title2 span {
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 24px;
    font-family: Arial;
    border-bottom: 4px solid #0189FF;
    margin-bottom: -4px;
}

.left-cart-pay .left-box-list input[type="text"],
.left-cart-pay .left-box-list input[type="email"] {
    width: 100%;
    border-bottom: 2px solid #dddddd;
    outline: none;
    border-top: none;
    border-right: none;
    border-left: none;
    height: 25px;
    padding: 0 14px;
    margin-bottom: 15px;
}

.col-xs-12 {
    width: 100%;
}

.list-thanh-toan ul li {
    line-height: 18px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
}

.left-cart-pay .left-box-list input[type='radio'] {
    display: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.list-thanh-toan ul li label {
    font-size: 16px;
    padding-top: 18px;
    padding-left: 10px;
    position: relative;
    font-family: Arial;
    line-height: 30px;
}

.list-thanh-toan ul li:last-child {
    margin-bottom: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.left-cart-pay .confirm-terms input[type="submit"] {
    font-size: 16px;
    color: #fff;
    background: #82bf71;
    width: auto;
    line-height: 21px;
    padding: 7px 40px;
    border-radius: 35px;
    text-transform: uppercase;
}

.left-cart-pay .conditional-terms input[type="submit"] {
    font-size: 16px;
    color: #fff;
    background: #0189FF;
    width: auto;
    line-height: 21px;
    padding: 10px 40px;
    border-radius: 35px;
    text-transform: uppercase;
}

.user-menu {
    display: inline-block;
    margin-top: 14px;
    margin-right: 10px;
    float: right;
    list-style: none;
    padding: 0;
}

.open>a {
    outline: 0;
}

.user-menu ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 10px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.user-menu ul li {
    padding: 7px 0px;
}

.user-menu ul li a {
    font-size: 14px;
    color: #0a1e37;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    background: url(/images/icon.png) left 0 top 10px no-repeat;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.open>.dropdown-menu {
    display: block;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-column-left {
    background: #fff;
}

.main-column-left .frame_head {
    margin-bottom: 20px;
}

.main-column-left .frame_head h2 {
    margin-bottom: 20px;
}

.main-column-left .frame_head h2 span {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-family: Arial;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E1E1E1;
}

.main-column-left .frame_head ul li a {
    display: block;
    padding: 5px 0;
}

.main-column-left .frame_head ul li a span {
    float: right;
    color: #777777;
}

.main-column-left .frame_head .search_prd {
    margin-top: 40px;
    position: relative;
}

.main-column-left .frame_head .search_prd input {
    padding: 10px 15px;
    height: auto !important;
    font-size: 16px;
    outline: none;
}

.main-column-left .frame_head .search_prd .btn_search {
    position: absolute;
    top: 10px;
    right: 15px;
}

.main-column-content {
    background: #fff;
}

.main-column-content .list-products {
    margin-bottom: 50px;
}

.main-column-content .list-products .sort_product {
    margin-bottom: 25px;
    padding: 0 16px;
    text-align: right;
}

.main-column-content .list-products .sort_product .sort_tt {
    display: inline-block;
}

.main-column-content .list-products .sort_product select {
    width: 180px;
    display: inline-block;
}

.form-control {
    height: 31px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-container {
    box-sizing: border-box;
    display: none;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: none;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 30px;
    padding-top: 3px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.contact-main .wapper-content-page {
    padding: 30px 0;
}

.hello {
    display: flex;
    margin-bottom: 40px;
}

.hello .greeting {
    padding-right: 40px;
    width: 170px;
    border-right: 1px solid #DDDDDD;
    font-size: 20px;
    font-family: Arial;
    line-height: 30px;
}

.hello .thank {
    padding-left: 40px;
}

.infor_ct {
    padding: 35px 0;
    background-color: #F9FAF9;
}

.left_form {
    padding: 0;
}

.contact-main .wapper-content-page input[type="text"],
.contact-main .wapper-content-page input[type="email"] {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
    border-right: unset;
    border-top: unset;
    border-left: unset;
    padding: 14px;
    margin-bottom: 30px;
    outline: none;
}

input {
    line-height: normal;
}

.contact-main .wapper-content-page input[type="submit"] {
    text-align: center;
    background: #0189FF;
    color: #ffffff;
    padding: 15px 60px;
    border: none;
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Arial;
    border-radius: 5px;
}

.contact-main .wapper-content-page textarea {
    width: 100%;
    padding: 14px;
    border-bottom: 1px solid #eeeeee;
    border-right: unset;
    border-top: unset;
    border-left: unset;
    outline: none;
}

.text-center {
    text-align: center;
}

.atm .title {
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0 20px 0;
}

.search-atm {
    padding-top: 20px;
}

.search-atm .bg_form_search {
    margin-bottom: 20px;
    display: flex;
    padding: 20px;
    background: #0E74BC;
    border-radius: 20px;
}

.search-atm .bg_form_search span {
    width: 25%;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 7px;
}

.search-atm .bg_form_search input {
    padding: 18px 10px;
    width: 60%;
    border: none;
}

.search-atm .bg_form_search a {
    margin-left: 10px;
    border-radius: 5px;
    width: 15%;
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: #df0a0a;
}

.search-atm .bg_form_search a i {
    margin-right: 12px;
    margin-top: 5px;
    display: inline-block;
}

.contents_detail .title-module {
    margin-bottom: 20px;
    font-size: 30px;
    color: #333333;
    font-family: Arial;
    line-height: 40px;
    padding-top: 20px;
}

.contents_detail .contents-summary {
    padding: 0 20px;
    font-weight: bold;
}

.hide {
    display: none !important;
}

.contents_detail .contents-description {
    line-height: 24px;
    margin-bottom: 30px;
}

.contents_detail .contents-description p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333333;
}

.nav1 {
    display: flex;
    border-bottom: unset;
    margin-bottom: 15px;
}

.tab-content {
    margin-top: 20px;
}

.tab-content>.active {
    display: block;
}

.tab-content>.tab-pane fade active {
    display: block;
}

.tab-content>.tab-pane fade {
    display: none;
}

.fade.in {
    opacity: 1;
}

.img_left_content {
    margin-left: 30px;
}

.box_his {
    margin-top: 55px;
    margin-bottom: 70px;
    padding: 70px 0;
    background-color: #019CDF;
}

.box_his .title_box {
    color: #fff;
    font-size: 30px;
    font-family: Arial;
    line-height: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.box_app {
    margin-top: 50px;
    margin-bottom: 70px;
}

.box_app .title_box {
    font-size: 30px;
    font-family: Arial;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.box_app ul {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav1 .active a {
    color: #0189FF !important;
    background-color: #fff !important;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-bottom: 2px solid #0189FF;
}

.nav_tabs>li>a {
    padding: 10px 20px;
    text-transform: uppercase;
    color: #777777;
    font-family: Arial;
    margin-right: 0;
    border-bottom: 2px solid #D7D7D7;
}

.tab-content .active p {
    line-height: 24px;
}

.box_app ul li .bo_img {
    overflow: hidden;
    border-radius: 100px;
    height: 120px;
    width: 120px;
    margin: auto;
    position: relative;
    background: #44C8F1;
}

.box_app ul li .bo_img img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.box_app ul li .name_img {
    font-size: 16px;
    font-family: Arial;
    text-align: center;
    line-height: 21px;
    text-transform: uppercase;
    margin-top: 20px;
}

.new-contents {
    margin-top: 40px;
}

.search_prd {
    margin-top: 10px;
    position: relative;
    margin-bottom: 35px;
}

.search_prd input {
    padding: 10px 15px;
    height: auto !important;
    font-size: 16px;
    outline: none;
}

.search_prd .btn_search {
    position: absolute;
    top: 10px;
    right: 15px;
}

.cat_list h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Arial;
    line-height: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.cat_list .box_cat {
    margin-top: 15px;
    margin-bottom: 30px;
}

.cat_list .box_cat li a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
}

.cat_list .box_cat li a span {
    float: right;
    color: #777777;
}

.new-contents .img_check {
    margin-bottom: 24px;
    display: inline-block;
}

.new-contents .img_check img {
    width: 35%;
    float: left;
    margin: 0px 15px 10px 0px;
    border: 1px solid #CCC;
    background-color: #EEEEEE;
    padding: 4px;
}

.new-contents .img_check .top_item {
    margin-bottom: 10px;
}

.new-contents .img_check .top_item .cat_name {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 15px 0 30px;
    background: url(../images/news-admin.png) top 1px left 1px no-repeat;
    border-right: 1px solid #CCCCCC;
}

.new-contents .img_check .view_more {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #0a3860;
    font-weight: 600;
    text-decoration: underline;
}

.new-contents .img_check a {
    display: block;
}

.left_body {
    /*margin-left: 20px;*/
    margin-bottom: 45px;
}

.new-contents .img_check .top_item .time_new {
    line-height: 19px;
    padding: 5px 15px 5px 38px;
    background: url(../images/XMLID_1156_.png) top 5px left 13px no-repeat;
}

.new-contents .img_check a .title_new {
    font-size: 24px;
    line-height: 30px;
    font-family: Arial;
    margin-bottom: 16px;
    font-weight: 600;
}

a:hover {
    text-decoration: none;
}

.new-contents .img_check a .summary_new {
    color: #000;
    line-height: 24px;
    /* margin-top: 12px; */
    margin-bottom: 16px;
}

.hot_list .box_cat {
    margin-top: 25px !important;
}

.hot_list .box_cat .hot_item {
    margin-bottom: 20px;
}

.hot_list .box_cat .hot_item a {
    display: grid;
    grid-template-columns: 40% 60%;
}

.cat_list .box_cat li a span {
    float: right;
    color: #777777;
}

.cat_list .box_cat .active a {
    color: #0189FF;
}

.list_tag ul {
    margin-top: 25px !important;
}

.cat_list h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Arial;
    line-height: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.list_tag ul {
    margin-top: 25px !important;
}

.list_tag ul li {
    display: inline-block;
}

.list_tag ul li a {
    display: block;
    text-transform: uppercase;
    line-height: 30px;
    padding-right: 12px;
}

.hot_list .box_cat .hot_item a .rigt_item {
    padding-left: 10px;
}

.hot_list .box_cat .hot_item a .rigt_item h3 {
    font-size: 16px;
    line-height: 24px;
    border-bottom: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
    font-family: Arial;
    text-transform: unset;
    margin-bottom: 16px;
    font-weight: 600;
}

.hot_list .box_cat .hot_item a .rigt_item time {
    display: block;
    line-height: 20px;
    padding: 5px 15px 5px 25px;
    background: url(../images/XMLID_1156_.png) top 5px left 0px no-repeat;
    color: #333;
}

body .pagination {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

body .pagination a.first-page {
    color: #0189FF;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

body .pagination a {
    border: 1px solid #dddddd;
    margin-right: 5px;
    padding: 6px 10px;
    color: #0189FF;
}

body .pagination .current span {
    background-color: #0189FF;
    color: #FFFFFF;
    margin-right: 5px;
    padding: 6px 10px;
    border: 1px solid #0189FF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.new-contents .title_detail {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    font-family: Arial;
    margin-bottom: 25px;
}

.new-contents .summary_detai {
    margin-bottom: 15px;
    line-height: 25px;
}

.content_detail {
    margin-bottom: 20px;
    line-height: 25px;
}

.tag_share {
    display: grid;
    grid-template-columns: 65% 35%;
    padding: 20px 0;
    border-top: 1px solid #E1E1E1;
}

.tag_share .share_ {
    display: flex;
    justify-content: flex-end;
}

.tag_share .share_ .aa {
    margin-right: 5px;
    padding-top: 5px;
}

.tag_share .share_ .botton_share {
    padding-top: 2px;
}

.title-module-related {
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E1E1E1;
}

.title-module-related span {
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
    line-height: 24px;
    font-family: Arial;
}

.news_detail .new-related {
    margin-top: 30px;
}

.news_detail .new-related .detail_new a {
    display: block;
}

.news_detail .new-related .detail_new a .right_new {
    padding: 30px 20px;
    background-color: #F8F8F8;
}

.news_detail .new-related .detail_new a .right_new h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-top: 5px;
    font-family: Arial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.time {
    color: #777777;
    margin-bottom: 10px;
    display: block;
    padding: 5px 5px 5px 30px;
    background: url(../images/time.png) top 6px left 5px no-repeat;
}

.news_detail .new-related .detail_new a .right_new .time {
    color: #777777;
    margin-bottom: 10px;
    display: block;
    padding: 5px 5px 5px 30px;
    background: url(../images/time.png) top 6px left 5px no-repeat;
}

.news_detail .new-related .detail_new a .right_new .sumary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}

.new-contents .top_item .cat_name {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 15px 0 30px;
    background: url(../images/news-admin.png) top 1px left 1px no-repeat;
    border-right: 1px solid #CCCCCC;
}

.new-contents .top_item .time_new {
    line-height: 19px;
    padding: 5px 15px 5px 38px;
    background: url(../images/XMLID_1156_.png) top 5px left 13px no-repeat;
}

.content {
    background: #fff;
    margin-top: 50px;
}

.content .content_2 .left_content2 {
    padding-top: 20px;
    padding-left: 10px;
    background: #ffffff;
}

.content .content_2 .left_content2 .img_left_content {
    text-align: center;
    margin-bottom: 15px;
}

.content .content_2 .right_content2 {
    background: #ffffff;
    margin-top: 30px;
}

.content .content_2 .right_content2 .giatien {
    margin-top: 10px;
}

.content .content_2 .right_content2 .giatien .price {
    font-size: 22px;
    font-family: Arial;
    color: #df0a0a;
    margin-bottom: 20px;
}

.content .content_2 .right_content2 .giatien .price .price_old {
    font-size: 18px;
    font-family: "UTM Avo";
    color: #777777;
    text-decoration: line-through;
    margin-left: 25px;
}

.content .content_2 .right_content2 .giatien .cat {
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(../images/Ellipse59.png) top 8px left 2px no-repeat;
}

.content .content_2 .right_content2 .giatien .cat1 {
    margin-top: 20px;
}

.content .content_2 .right_content2 .giatien .cat span {
    color: #777777;
}

.content .content_2 .right_content2 .giatien .bordernone {
    display: inline-block;
}

.content .content_2 .right_content2 .giatien .bordernone .custom-quantity-input {
    width: 96px;
    display: grid;
    grid-template-columns: 80% 40%;
}

.content .content_2 .right_content2 .giatien .bordernone .custom-quantity-input .spamuan {
    background: none;
    text-align: center;
    font-family: Arial;
    width: 70px;
    height: 70px;
    padding: 22px;
    font-size: 16px;
    background-color: #EEEEEE;
    border-radius: 5px;
}

.content .content_2 .right_content2 .giatien .bordernone .custom-quantity-input span {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: top;
    padding: 7px;
    background-color: #EEEEEE;
    border-radius: 5px;
}

.content .content_2 .right_content2 .giatien .bordernone .custom-quantity-input span {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: top;
    padding: 7px;
    background-color: #EEEEEE;
    border-radius: 5px;
}

.content .content_2 .right_content2 .bottom-add-cart {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    background: #0189FF;
    margin-left: 25px;
    margin-top: 5px;
}

.content .content_2 .right_content2 .bottom-add-cart a {
    padding: 24px 25px;
    display: block;
}

.content .content_2 .right_content2 .bottom-add-cart a .buy-now {
    color: #ffffff;
    font-size: 16px;
    font-family: Arial;
}

.content .content_2 .right_content2 .right3_content2 {
    border-top: 1px solid #E4E4E4;
    display: flex;
    padding-top: 30px;
    margin-top: 30px;
}

.content .content_2 .right_content2 .right3_content2 .p14 {
    padding-top: 3px;
}

.box-content {
    margin-bottom: 60px;
}

.tab-content .tab-pane {
    line-height: 25px;
    padding: 0.5rem;
}

.list_products {
    background: #fff;
    margin-bottom: 35px;
    border-radius: 5px;
    margin-top: 10px;
}

.box_rlt {
    margin-top: 20px;
}

.list_products .head-block-product h3 .not-bgr {
    padding: 15px;
    color: #333333;
    font-size: 18px;
    float: none;
    text-transform: uppercase;
    display: inline-block;
}

.list_products .head-block-product h3 span {
    display: inline-block;
    float: right;
    font-size: 15px;
    padding: 15px 15px;
    color: #0081ea;
    text-transform: uppercase;
    font-family: Arial;
}

.list_products .image-check {
    padding: 15px 20px;
    position: relative;
}

.list_products .image-check a {
    display: block;
    text-align: center;
}

.list_products .image-check a .price-book .sale-tag-square {
    padding: 3px 5px;
    color: #777;
    font-size: 16px;
    font-family: Arial;
    text-decoration: line-through;
}

.box_highlights {
    max-width: 1396px;
    margin: 70px auto;
    overflow: hidden;
}

.box_highlights h2 {
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
}

.box_highlights .nav1 {
    display: flex;
    justify-content: center;
    border-bottom: unset;
    margin-bottom: 15px;
}

.box_highlights .nav_tabs>li>a:hover {
    background: unset;
    color: #0189FF;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
}

.box_highlights .nav1 .active a {
    color: #0189FF !important;
    background-color: #fff !important;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-bottom: 2px solid #0189FF;
}

.box_highlights .nav_tabs>li>a {
    padding: 10px 20px;
    text-transform: uppercase;
    color: #777777;
    font-family: Arial;
    font-weight: bold;
    margin-right: 0;
    border-bottom: 2px solid #D7D7D7;
    font-size: 15px;
}

.box_highlights .tab-content {
    margin-top: 50px;
}

.slick-slider .slick-prev {
    width: 20%;
    height: 100%;
    background: #ffffff8f url(../images/prev1.png) top 100px left 0 no-repeat !important;
    z-index: 999;
    left: 0;
}

.slick-slider .slick-next {
    width: 20%;
    height: 100%;
    background: #ffffff8f url(../images/next1.png) top 100px right 0 no-repeat !important;
    z-index: 999;
    right: 0;
}

.box_highlights .tab-content .hot .image-check {
    padding: 15px;
    text-align: center;
}

.box_highlights .tab-content .hot .image-check a {
    display: block;
}

.box_highlights .tab-content .hot .image-check a .img_main {
    transition: all .5s ease-in;
}

.box_highlights .tab-content .hot .image-check a img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.box_highlights .tab-content .hot .image-check a .title-book {
    margin-bottom: 5px;
    height: 40px;
    overflow: hidden;
}

.box_highlights .tab-content .hot .image-check a .price-book {
    height: 26px;
    color: #df0a0a;
    font-family: Arial;
    font-weight: bold;
}

.box_highlights .tab-content .hot .image-check a .price-book .price-regular {
    margin-right: 10px;
    color: #000;
    text-decoration: line-through;
    font-family: Arial;
    font-size: 16px;
}

.box_highlights .tab-content .hot .image-check .order_1 {
    opacity: 0;
    transition: all .5s ease-in;
}

.box_highlights .tab-content .hot .image-check .order_1 .icon_222 {
    display: inline-block;
}

.box_highlights .tab-content .hot .image-check .order_1 .icon_222 img {
    margin-bottom: 0;
    padding: 10px 5px;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 999;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 40%;
    left: 48%;
    z-index: 1000;
}

.divUpdateProcess {
    PADDING-RIGHT: 4px;
    BORDER-TOP: white 1px solid;
    PADDING-LEFT: 4px;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    LEFT: 45%;
    TOP: 40%;
    text-align: center;
    vertical-align: middle;
    POSITION: absolute;
    COLOR: #E70000;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #aaa 1px solid;
    FONT-FAMILY: tahoma, Arial, verdana;
    HEIGHT: 30px;
    filter: alpha(opacity=100);
    -moz-opacity: 0.85;
    opacity=0.85;
    BACKGROUND-COLOR: #E61E2A;
    TEXT-DECORATION: none;
}

input[type="radio"] {
    box-sizing: border-box;
    margin-right: 10px;
}

.title2 span {
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 24px;
    font-family: Arial;
    border-bottom: 4px solid #0189FF;
    margin-bottom: -4px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

a.btn-primary {
    background-color: #000c;
    border-color: #000c;
}

a.btn-secondary {
    background-color: #000;
    border-color: #000;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.swiper-button-prev,
.swiper-button-next {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}

.myProducts {
    text-align: center;
}

.h2-title {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.images-content-news {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 12px;
    max-height: 280px;
    border: 1px solid #434141;
    border-radius: 4px;
    margin-bottom: 16px;
    object-fit: fill;
    height: 100%;
    padding: 2px;
}
.giaytophaply a:link {
    color: cornflowerblue;
}
@media (max-width: 991px) {
    .title-book {
        font-size: 16px;
    }
    .h2-title {
        font-size: 28px;
    }
    .list_menu_ft .title-menu-ft h5 {
        font-size: 18px;
    }
    footer p {
        font-size: 16px;
    }
    .footer-top .ft1 .row1 .infor_web {
        padding-right: 15px;
    }
    .images-content-news {
        max-height: 200px;
    }
    .new-contents .img_check a .title_new {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .images-content-news {
        object-fit: contain;
        border: none;
    }

    .new-contents .img_check img {
        width: 50%;
    }
}