body {
    /*font-family: "Roboto", sans-serif;*/
    font-family: "Inter", sans-serif;
}
a{
    text-decoration: none;
}
img.logo {
    width: 170px;
}
/* Custom styles for different sections */
.navbar-custom {
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.carousel-item {
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.carousel-overlay {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.carousel-content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 60%;
    margin: 0 auto;
}
.section-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
    color: #303f9a;
}
.image-project{
    overflow: hidden;
}
.product-card img, .image-project img {
    transition: transform 0.3s ease;
}
.product-card:hover img, .image-project:hover img {
    transform: scale(1.1);
}
.gallery img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.gallery img:hover {
    transform: scale(1.05);
}
.faq-section {
    /*background-color: #f7f7f7;*/
    padding: 2rem;
}
.accordion-button:not(.collapsed) {
    background-color: rgba(0, 0, 0, .03);
    color: red;
}
.footer-custom {
    background-color: #0f3450;
    color: white;
    padding: 2rem 0;
}

.dropdown-menu .dropdown-submenu {
    position: relative;
}
.dropdown-menu .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Cải thiện Responsive */
@media (max-width: 992px) {
    .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
    }

    .dropdown-menu .dropdown-submenu > .dropdown-menu {
        left: 0;
        top: 0;
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding: 10px 15px;
        font-size: 16px;
    }

    .navbar-nav .dropdown-toggle::after {
        content: "\002B"; /* Biểu tượng "+" */
        float: right;
        font-size: 18px;
        padding-right: 5px;
    }

    .navbar-nav .show > .nav-link::after {
        content: "\2212"; /* Biểu tượng "-" */
    }
}

.gioi-thieu {
    background: url("../images/bg-12.png");
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}
.icon-box-img img{
    width: 54px;
}
.icon-box-text {
    padding-left: 0.5em;
}
.icon-box-text p{
    margin: 0;
    line-height: 1.5;
}
.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}
.product-card{
    overflow: hidden;
    -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
.box-text p {
    margin-top: .1em;
    margin-bottom: .1em;
}
.box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6, .box-text a:not(.button) {
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: .1em;
}
.product-title a {
    color: #000;
    font-weight: bold;
}
.box a {
    display: inline-block;
}
.price-wrapper .price {
    display: block;
}
.price {
    line-height: 1;
}
.price-wrapper span.amount {
    color: #d41836 !important;
}
span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: bold;
}
.col-inner {
    padding: 40px 20px 32px 40px;
}
.dark, .dark p, .dark td {
    color: #f1f1f1;
}
.button span {
    display: inline-block;
    line-height: 1.6;
}
.image-cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.image-collection-wrapper {
    position: relative;
    overflow: hidden; /* Đảm bảo ảnh không tràn ra ngoài */
}

.image-collection img {
    transition: transform 0.5s ease; /* Hiệu ứng chuyển đổi cho ảnh */
    width: 100%;
    cursor: pointer;
}

.box-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease; /* Hiệu ứng chuyển đổi cho box-text */
    background-color: rgba(7, 7, 7, 0.51);
}

.image-collection-wrapper:hover .image-collection img {
    transform: scale(1.1); /* Phóng to ảnh khi hover */
    cursor: pointer;
}

.image-collection-wrapper:hover .box-text {
    opacity: 1; /* Hiển thị box-text khi hover */
    transform: translateY(0); /* Đảm bảo box-text không bị trượt */
    cursor: pointer;
}
h2.section-title{
    position: relative;
}
h2.section-title:after{
    background: url("../images/thanh_tit.png") center bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 3.625rem;
    content: "";
    background-size: 22%;
    
}
.nav-item a.nav-link{
    text-transform: uppercase;
    font-size: 20px;
}
.nav-item a.nav-link:hover{
    color: red;
}
.image-collection{
    width: 100%;
}
.image-collection img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: 100% 0%;
}
.list-unstyled a{
    color: white;
    font-size: 14px;
}
.ring-wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
}


/* Mess */

.mess-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 65px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: -10px;
    bottom: 15px;
    display: block;
}

.mess-ring-circle {
    width: 90px;
    height: 90px;
    top: 17px;
    left: 17px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #0084ffd6;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.mess-ring-circle-fill {
    width: 70px;
    height: 70px;
    top: 27px;
    left: 27px;
    position: absolute;
    background-color: #0084ffd6;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mess-ring-img-circle {
    background-color: #0084ff;
    width: 50px;
    height: 50px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mess-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mess-ring-img-circle .pps-btn-img img {
    width: 45px;
    height: 45px;
}


/* zalo	 */

.zalo-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 65px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: -10px;
    bottom: 10px;
    display: block;
}

.zalo-ring-circle {
    width: 90px;
    height: 90px;
    top: 17px;
    left: 17px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #01abd3c9;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.zalo-ring-circle-fill {
    width: 70px;
    height: 70px;
    top: 27px;
    left: 27px;
    position: absolute;
    background-color: #01abd3c9;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.zalo-ring-img-circle {
    background-color: #01abd3;
    width: 50px;
    height: 50px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zalo-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.zalo-ring-img-circle .pps-btn-img img {
    width: 45px;
    height: 45px;
}


/* Hotline	 */

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: -8px;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 90px;
    height: 90px;
    top: 17px;
    left: 17px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #ff0909e5;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 70px;
    height: 70px;
    top: 27px;
    left: 27px;
    position: absolute;
    background-color: #ff0909e5;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #e80000;
    width: 50px;
    height: 50px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 30px;
    height: 30px;
}

.hotline-bar {
    position: absolute;
    background: #ff0909e5;
    height: 37px;
    width: 220px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 30px;
    bottom: 30px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-indent: 55px;
    display: block;
    letter-spacing: 1px;
    line-height: 38px;
    font-family: Arial;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
    color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@media (max-width: 768px) {
    .ring-wrap {
        z-index: 99;
    }
    /*  hotline  */
    .hotline-bar {
        /* display: none !important; */
        bottom: 37px;
        width: 200px;
        left: 30px;
    }
    .hotline-bar>a{
        text-indent: 40px;
    }
    .hotline-phone-ring {
        left: -8px;
    }
    /* 	mess */
    .mess-ring{
        bottom: 0px;
    }
    .mess-ring-circle {
        width: 85px;
        height: 85px;
        top: 11px;
        left: 11px;
    }
    .mess-ring-circle-fill {
        width: 55px;
        height: 55px;
        top: 26px;
        left: 26px;
    }
    .mess-ring-img-circle {
        width: 40px;
        height: 40px;
        top: 34px;
        left: 34px;
    }
    .mess-ring-img-circle .pps-btn-img img {
        width: 30px;
        height: 30px;
    }
    /* 	zalo */
    .zalo-ring{
        bottom: 0px;
    }
    .zalo-ring-circle {
        width: 85px;
        height: 85px;
        top: 11px;
        left: 11px;
    }
    .zalo-ring-circle-fill {
        width: 55px;
        height: 55px;
        top: 26px;
        left: 26px;
    }
    .zalo-ring-img-circle {
        width: 40px;
        height: 40px;
        top: 34px;
        left: 34px;
    }
    .zalo-ring-img-circle .pps-btn-img img {
        width: 30px;
        height: 30px;
    }
    /* 	hotline */
    .hotline-phone-ring-circle {
        width: 85px;
        height: 85px;
        top: 11px;
        left: 11px;
    }
    .hotline-phone-ring-circle-fill {
        width: 55px;
        height: 55px;
        top: 26px;
        left: 26px;
    }
    .hotline-phone-ring-img-circle {
        width: 40px;
        height: 40px;
        top: 34px;
        left: 34px;
    }
    .hotline-phone-ring-img-circle .pps-btn-img img {
        width: 30px;
        height: 30px;
    }
}
h3.section-title.section-title-normal span {
    padding: 5px 20px 2px 32px;
    font-size: 22px;
}
span.section-title-main {
    background: #ffffff00;
    color: #303f9a;
}
.section-title-normal span {
    border-bottom: 0px;
}
.section-title-normal span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: -2px;
}
.section-title span {
    text-transform: uppercase;
}
.section-title {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
h3.section-title.section-title-normal span {
    display: inline-block;
    position: relative;
    min-height: 25px; /* Đảm bảo kích thước hiển thị */
}

h3.section-title.section-title-normal span:before {
    content: "";
    position: absolute;
    background: url('../images/pentagram-159044_1280.png') no-repeat;
    background-size: 100%;
    height: 25px;
    width: 25px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: mymove 3s infinite linear;
}

@keyframes mymove {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*h3.section-title.section-title-normal span:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: url(../images/pentagram-159044_1280.png) no-repeat;*/
/*    background-size: 100%;*/
/*    height: 25px;*/
/*    width: 25px;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    animation: mymove 3s infinite linear;*/
/*}*/
h5.post-title.is-large {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;;
}
.category-menu h2, .support h3, .products h3 {
    background-color: #2f3e8f;
    color: white;
    padding: 10px;
    text-align: left;
    font-size: 16px;
}

.category-menu ul {
    list-style-type: none;
    padding: 0;
}

.category-menu li a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.support {
    text-align: center;
    margin-top: 20px;
}

.support img {
    width: 100px;
    margin-bottom: 10px;
}

.hotline {
    background-color: #e50914;
    color: white;
    padding: 10px;
    margin-top: 10px;
}

.phone-number {
    padding: 0;
    margin: 0;
}

.phone-number img {
    width: 20px;
    margin-right: 10px;
}

ul.product_list_widget li {
    list-style: none;
    padding: 10px 0 5px 75px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}
ul.product_list_widget li a:not(.remove) {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.3;
}
ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.product-title {
    min-height: 40px;
}
span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: bold;
}
ul.product_list_widget li+li {
    border-top: 1px solid #ececec;
}
ul.product_list_widget li {
    list-style: none;
    padding: 10px 0 5px 75px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}
.product_list_widget li a{
    border-bottom: none;
}
.product-container {
    display: flex;
    max-width: 1000px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-image {
    flex: 1;
    text-align: center;
}

.product-image img {
    max-width: 100%;
    height: 300px;
}

.product-details {
    flex: 1;
    padding-left: 30px;
}

.product-details h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.product-details .price {
    color: red;
    font-size: 20px;
    margin-bottom: 20px;
}

.support-info {
    background-color: #fff3e0;
    padding: 10px;
    border: 1px solid #f5c07b;
}

.support-info h3 {
    margin-bottom: 5px;
    color: #e50914;
    font-size: 16px;
}

.support-info .phone-number {
    font-size: 24px;
    color: #112139;
    font-weight: bold;
}

.support-info .open-time {
    font-size: 14px;
    color: #777;
}

.buy-button {
    display: inline-block;
    background-color: #ff8000;
    color: white;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    width: 100%;
}

.buy-button:hover {
    background-color: #e67e22;
}

.delivery-info {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.categories {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a img {
    width: 30px;
    height: 30px;
}



/* heder */
a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

h2 { font-size: 2.2rem; }
.tm-thin-font { font-weight: 300; }

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	max-width: 1390px;
	overflow-x: hidden;
}

@media (max-width: 1390px) {
	.container-fluid {
		padding-left: 5%;
		padding-right: 5%;
	}
}

.tm-header-inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 60px;
}

.tm-site-name {
	color: #cc9900;
	display: block;
	font-size: 2.6rem;
	font-weight: 400;
}

.tm-main-nav { font-size: 1.2rem; }

.navbar-nav .nav-link {
	border-radius: 6px;
	color: black;
	padding: 10px 40px;
}

.nav-item.active .nav-link,
.nav-link:hover,
.nav-link:focus {
	color: white;
	background-color: #cc9900;

}

.tm-gold-text { 
	color: #226699; 
	padding-top: 4px;
}

.tm-section {
	padding-top: 80px;
	padding-bottom: 100px;
}

.tm-home-img-container {
	background-image: url('../../images/banner/home.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
}

.tm-about-img-container { background-image: url('../img/tm-about-img.jpg');	}
.tm-blog-img-container { background-image: url('../img/aula_1920.jpg'); }
.tm-contact-img-container { background-image: url('../img/tm-contact-img.jpg'); }

.tm-about-img-container,
.tm-blog-img-container,
.tm-contact-img-container {
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
}

.tm-title {
	margin-bottom: 1rem;
	line-height: 1.4;
}

.tm-subtitle {
	font-size: 1.2rem;
	max-width: 800px;
	margin: 0 auto 80px;
}

.tm-content-box {
	max-width: 400px;
	margin: 0 auto;
}

h3 { font-size: 1.65rem; }
h4 { 
	font-size: 1.4rem;
	line-height: 1.6;
}

.tm-btn {
	color: white;
	background-color: #cc9900;
	border: none;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 30px;
}

.tm-btn:hover,
.tm-btn:focus {
	background-color: #906E09;
	color: white;
	outline: none;
}

.tm-btn-gray { background-color: #666666; }
.tm-btn-gray:hover,
.tm-btn-gray:focus {
	background-color: #515050;	
}

.tm-margin-b-15 { margin-bottom: 15px; }
.tm-margin-b-20 { margin-bottom: 20px; }
.tm-margin-b-30 { margin-bottom: 30px; }
.tm-margin-b-40 { margin-bottom: 40px; }
.tm-margin-t-big { margin-top: 90px; }
.tm-margin-t-mid { margin-top: 60px; }
.tm-margin-t-small { margin-top: 30px; }

.tm-text-link { 
	color: #006699; 
	line-height: 2.8;
	/*text-decoration: underline;*/
}
.tm-overflow-auto { overflow: auto; }
.tm-small-font { font-size: 1rem; }
.tm-related-post { margin-bottom: 40px; }
.tm-related-post:last-child { margin-bottom: 0; }
.media-left { padding-right: 25px; }
.media-body {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
}

.tm-media-description { margin-bottom: 0; }

.tm-2-col-right { padding-left: 20px; }

.tm-footer {
	color: #c6c6c6;
	background-color: #191919;
	background-image: url('../img/classic-pattern-bg.png');
	font-size: 0.9rem;
	padding-top: 40px;
	padding-bottom: 60px;
	margin-top: auto;
}

.tm-footer-links-container { padding-left: 10px; }

.tm-footer-link {
	color: #CCCC66;
	line-height: 2.8;
	text-decoration: underline;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
	color: #CCCC66;
	text-decoration: none;
}
.tm-footer-thumbnail { margin-bottom: 5px; }

.tm-copyright-text { 
	color: #999999; 
	margin-bottom: 0;
}

hr { border-top: 1px solid #CCCCCC; }
p { line-height: 1.9; }

.tm-gray-bg { 
	background-color: #CCCCCC; 
	color: black;
	/*padding: 30px 20px 20px;*/
}
.tm-footer-content-box-title { margin-bottom: 10px; }

.tm-img-post { 
	margin: 0px auto;
	margin-bottom: 30px; 
}

.tm-aside-r { padding-left: 30px; }

.form-control {
	border-radius: 0;
	/*font-size: 1.1rem;*/
	/*padding: 0.75rem 1rem;*/
}

.form-control:focus { border-color: #CC9900; }

.tm-form-description { margin-top: 30px; }
.tm-contact-form { padding-top: 20px; }

#google-map {
    height: 333px;
    width: 100%;
    margin-top: 40px;
}

.tm-contact-right { padding-left: 30px; }
.tm-p-small { font-size: 1rem; }

@media (max-width: 1199px) {
	.tm-2-col-left { padding-right: 0; }
	.tm-2-col-right { padding-left: 0; }
	.tm-text-link {
		line-height: 2.2;
	}
	.container-fluid {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media (max-width: 1034px){

	.tm-home-img-container {
		background:none;
		height: auto;
	}

	.tm-subtitle { margin-bottom: 40px; }
	
	#tmNavbar .navbar-nav .nav-link { padding: 10px 25px; }
	.media { max-width: 240px; }
	.media-left {
		display: block;
		margin-bottom: 20px;
	}

	.tm-content-box { margin-bottom: 50px; }
	.tm-text-link { line-height: 2.4; }

	.tm-section {
	    padding-top: 50px;
	    padding-bottom: 60px;
	}

	.tm-2-col-left, .tm-2-col-right { 
		margin: 0 auto;
		max-width: 660px; 
	}
	
	.tm-margin-t-big { margin-top: 30px; }
	.media { max-width: 100%; }
	.media-left {
		display: table-cell;
		margin-bottom: 0;
	}

	.tm-footer-content-box { margin-bottom: 20px; }

	.tm-2-rows-md-swap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.tm-2-rows-md-down-1 {
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;		
	}
	.tm-2-rows-md-down-2 {
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 0;
		margin-top: 30px;		
	}

	.tm-contact-right { 
		padding-left: 15px; 
		padding-top: 40px;
	}
}

@media (max-width: 897px) {
	.tm-btn {
		padding: 10px 15px;
		font-size: 1rem;
	}
}

@media (max-width: 767px) {
	.tm-main-nav {
		position: fixed;
		right: 0;
		top: 21px;
		z-index: 1000;
	}
	#tmNavbar .navbar-nav .nav-item { float: none; }
	#tmNavbar .navbar-nav .nav-link { padding: 10px 35px; }
	#tmNavbar {
		background: white; 
		border-radius: 6px;
	}
	#tmNavbar .navbar-nav .nav-item+.nav-item { margin-left: 0; }
	.navbar-toggler {
		background: white;
		border-color: #cc9900;
		color: #cc9900;
		display: block;
		margin-left: auto;
		margin-right: 0;
	}
	.navbar-toggler:focus { outline: none; }
	.tm-content-box { margin-bottom: 50px; }
	
	.tm-2-col-left {
		padding-right: 0;
		max-width: 660px;
	}

	.tm-2-col-right { padding-left: 0; }
	.tm-margin-b-40 { margin-bottom: 25px; }
	
	.tm-copyright-text { padding-top: 0; }
	.tm-gray-bg { 
		/*padding: 20px 20px 10px; */
	}
	.tm-footer { padding-bottom: 15px; }

	.tm-2-rows-sm-swap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.tm-2-rows-sm-down-1 {
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;		
	}
	.tm-2-rows-sm-down-2 {
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 0;
		margin-top: 30px;		
	}

	.tm-sm-m-b { margin-bottom: 20px; }
	.tm-aside-r { padding-left: 15px; }
	.tm-aside-container {
		max-width: 310px;
		margin: 0 auto;
	}

	.tm-blog-post {	padding-bottom: 10px; }
	.tm-content-box-contact {
		margin-top: 40px;
		margin-bottom: 0;
	}


	.tm-contact-row-related-posts {	margin-top: 40px; }
}

@media (max-width: 543px) {
	.tm-footer-links-container { padding-left: 0; }
	.tm-xs-m-t { margin-top: 20px; }
	.tm-btn { padding: 10px 30px; }
}

@media(max-width: 510px) {
	.media { max-width: 240px; }
	.media-left {
		display: block;
		margin-bottom: 20px;
	}
		
	.tm-section {
		padding-top: 10%;
		padding-bottom: 10%;
	}

	.tm-subtitle { margin-bottom: 20px; }
	.tm-margin-b-40 { margin-bottom: 15px; }
	.tm-content-box { margin-bottom: 40px; }
	.tm-margin-t-mid { margin-top: 30px; }
	.tm-footer-content-box { margin-bottom: 10px; }
	.tm-footer-content-box-title { margin-bottom: 15px; }
	#google-map { margin-top: 25px; }
	.tm-map-section { margin-top: 50px; }

	.tm-contact-related-posts-container {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
}


.header3-wrap .header__navbar {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0px;
}

.header__logo {
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

.header__navbar ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*text-align: right;*/
    justify-content: flex-end;
    margin-bottom: 0;
}


.header__navbar ul li {
    position: relative;
}

.header__navbar ul li:last-child a {
    border-right: 1px solid rgba(255, 255, 255, 0.102);
}

.header__navbar ul li a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, 0.102);
    font-weight: 400;
    padding: 14.5px 18px;
}

.header__navbar ul li:first-child a{
    border-left: none;
}

.header__navbar ul li a i {
    margin-right: 10px;
}

.header__navbar ul li a:hover {
    color: #ffffff;
}

.header__navbar ul li a:hover .bot-line {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.bot-line {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #226699;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}


@media (max-width: 1392px) and (min-width: 1035px) {
    .header__navbar ul li a {
	    font-size: 12px;
	    padding: 15.5px 12px;
    }

    .header__navbar ul li a i {
        margin-right: 5px;
    }
}

.header__navbar ul li.active > a {
    color: #4272d7;
}

.header__navbar ul li.active > a .bot-line {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header__navbar ul.header3-sub-list {
    display: block;
}

.header__navbar li.has-sub:hover > .header3-sub-list {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.header__navbar .header3-sub-list {
    position: absolute;
    min-width: 310px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: -1px;
}

.header__navbar .header3-sub-list li a {
    font-size: 15px;
    color: #444444;
    padding: 10px 22px;
    border: none;
    border-bottom: 1px solid #e1e6eb;
}

.header__navbar .header3-sub-list li a:hover {
    color: #226699;
    background: #f7f7f7;
}

.blog-frame {
	margin: 0px 0px 50px 0px;
}

.btn-document {
    width: 100%;
    border: 0px;
    text-align: left;
    border-radius: 0px;
    color: #333333;
    background-color: #e9e9e9;
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: inherit;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

.a-doc {
	padding-left: 20px;
}

.card-doc {
	margin-bottom: 1.75rem;
}

.icon-clock {
	color: gray;
	font-size: 14px;
}

.box-blog {
	margin: 30px 0px;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
	background: #cb9700;
	color: #ffffff;
	border-color: #cb9700;
}

.page-link {
	color: #333;
}

.sl-logo {
	/*margin: 0px auto;*/
}

.sl-logo .name-header {
	margin: 0px auto;
	color: #ffffff;

}

.header-logo {
	background: #387bad;
}

.header-logo .tm-header-inner {
	height: 100px;
}

.sl-logo .name-header {
    margin-left: 105px;
    font-size: 24px !important;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

/*.container-fluid {
	max-width: 1000px;
}*/

.box-image {
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

/*.carousel-inner>.carousel-item>a>img, .carousel-inner>.carousel-item>img, .img-fluid {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}*/

.box-image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    -webkit-transform: scale(1);
            transform: scale(1);
}

a:hover .box-image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

.title-blog {
	font-weight: bold; 
	color: #333333;
}

a:hover .title-blog{
	color: #226699;
}

@media (max-width: 400px) {
	.sl-logo .name-header {
		margin-left: 0px;
	    font-size: 16px;
	    /*margin-right: 40px;*/
	}
}

.header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header-mobile .header-mobile__bar {
    padding: 15px 0;
}

.header-mobile .header-mobile-inner {
    color: #ccc;
    display: -webkit-box;
    /*display: -webkit-flex;*/
    display: -moz-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-mobile .hamburger {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 1;
    vertical-align: top;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-mobile .hamburger .hamburger-box {
    width: 20px;
    height: 15px;
}

.header-mobile .hamburger .hamburger-box .hamburger-inner {
    width: 20px;
    height: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.header-mobile .hamburger .hamburger-box .hamburger-inner:before {
    width: 20px;
    height: 2px;
    top: 6px;
}

.header-mobile .hamburger .hamburger-box .hamburger-inner:after {
    top: 12px;
    width: 20px;
    height: 2px;
}

.header-mobile .navbar-mobile {
    display: none;
    position: absolute;
    width: 100%;
    top: 88px;
    z-index: 20;
}

.header-mobile .navbar-mobile .navbar-mobile__list {
    background: #f8f8f8;
}

.header-mobile .navbar-mobile .navbar-mobile__list > li > a {
    padding-left: 15px !important;
}

.header-mobile .navbar-mobile .navbar-mobile__list li a {
    color: #333;
    display: block;
    padding: 10px 15px;
    padding-right: 25px;
    padding-left: 0;
    border-bottom: 1px solid #e6e6e6;
    /*text-transform: capitalize;*/
    line-height: inherit;
}

.header-mobile .navbar-mobile .navbar-mobile__list li a:hover {
    color: #4272d7;
}

.header-mobile .navbar-mobile .navbar-mobile__list li a > i {
    margin-right: 19px;
}

.header-mobile .navbar-mobile .navbar-mobile__list li.has-dropdown > a:after {
    content: '\f105';
    font-family: FontAwesome, cursive;
    float: right;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header-mobile .navbar-mobile .navbar-mobile__list li.has-dropdown > a.active::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header-mobile .navbar-mobile .navbar-mobile__dropdown {
    padding-left: 35px;
    display: none;
}

.navbar-mobile-sub__list {
    display: none;
    padding-left: 30px;
    background: #fff;
}

.header-mobile .navbar-mobile .navbar-mobile-sub__list li a {
    padding-left: 15px;
}

.header-mobile-2 {
    background: #393939;
    position: static;
}

.header-mobile-2.header-mobile .navbar-mobile {
    top: 70px;
}

.header-mobile-2.header-mobile .hamburger {
	background: rgba(255,255,255,0.1);
    border-radius: 3px;
    border: 0px;
}

.header-mobile-2.header-mobile .hamburger .hamburger-box .hamburger-inner {
    /*background: #fff;*/
}

.header-mobile-2.header-mobile .hamburger .hamburger-box .hamburger-inner::before {
    background: #fff;
}

.header-mobile-2.header-mobile .hamburger .hamburger-box .hamburger-inner::after {
    background: #fff;
}

.sub-header-mobile-2 {
    background: #fff;
    padding: 15px;
}

.sub-header-mobile-2 .header__tool {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sub-header-mobile-2 .header__tool .header-button-item {
    color: #a9b3c9;
}

.sub-header-mobile-2 .header__tool .account-wrap .account-item--style2 .content a {
    color: #333;
}

.sub-header-mobile-2 .header__tool .notifi-dropdown {
    top: 49px;
}

.sub-header-mobile-2 .header__tool .setting-dropdown {
    top: 49px;
}

.hamburger.is-active .hamburger-box .hamburger-inner:after {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-90deg);
    -moz-transform: translate3d(0, -12px, 0) rotate(-90deg);
    transform: translate3d(0, -12px, 0) rotate(-90deg);
}

#scrollUp {
	position: fixed;
    z-index: 10;
    bottom: 50%;
    right: 0px;
    background: #5882fd;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 120px;
    text-align: center;
    /*line-height: 45px;*/
}

.slogan-desktop {
	text-align: center;
}

.slogan-desktop .slogan-en {
	font-size: 24px;
	font-weight: 400;
}

.slogan-mobile .slogan-en {
	font-size: 20px;
	font-weight: 400;
}

.text-login {
	font-size: 14px;
}

.ic-lg {
	display: block;
	text-align: center;
}

.logo {
	width: 73px;
}

@media (max-width: 1034px) {
    .menu-left {
        display: none;
    }

    .tm-menu .tm-header-inner {
    	height: 0px;
    }
}

@media (min-width: 1035px) {
    .header-mobile {
        display: none;
    }
}


@media (max-width: 1034px) {

	.header-logo .tm-header-inner {
		height: 70px;
	}

	.logo {
		width: 40px;
		margin-left: -10px;
		margin-right: 5px;
	}

	.slogan-mobile {
    	/*display: none;*/
    	display: block;
    	/*margin-right: 20px;*/
    	font-size: 10px;
    	text-align: center;
    }

    .slogan-desktop {
    	display: none;
    }

    .sl-logo .name-header {
    	font-size: 10px;
    	margin-left: 0px;
    }

    .login-icon {
    	margin-right: 15px;
    }

    .text-login {
    	display: none;
    }

    .ic-lg {
    	font-size: 24px;
    	margin-right: 30px;
    }

    #scrollUp {
    	bottom: 15px;
    }

}




@media (max-width: 440px) {

	.header-logo .tm-header-inner {
		height: 70px;
	}

	.logo {
		width: 40px;
		margin-left: -10px;
		margin-right: 5px;
	}

	.slogan-mobile {
    	/*display: none;*/
    	display: block;
    	/*margin-right: 20px;*/
    	font-size: 6px;
    }

    .slogan-desktop {
    	display: none;
    }

    .sl-logo .name-header {
    	font-size: 7px;
    	margin-left: 0px;
    	white-space: nowrap;
    }

    .login-icon {
    	margin-right: 15px;
    }

    .text-login {
    	display: none;
    }

    .ic-lg {
    	font-size: 24px;
    	margin-right: 30px;
    }

    #scrollUp {
    	bottom: 15px;
    }

}



@media (min-width: 1035px) {
	.slogan-mobile {
    	display: none;
    }

    .slogan-desktop {
    	display: block;
    }
}

.header-mobile__bar {
	position: absolute;
	top: -2px;
	right: 10px;
	z-index: 10;
}

.menu-left {
	position: absolute;
	/*top: 100px;*/
}

.tm-footer .tm-gold-text {
	color: #ffffff;
	font-weight: bold;
}

.login-icon {
	color: #dfdfdf;
	float: right;
	cursor: pointer;
}

.login-icon:hover {
	color: #ffffff;
}

.coptright {
	background: #101010;
	padding: 20px;
}

.tm-copyright-text {
	text-align: center;
	color: #c6c6c6;
}

.tm-footer li a {
	color: #c6c6c6;
}

.tm-footer li a:hover {
	color: #ffffff;
}

.tm-footer h5 {
	font-size: 1rem;
}

.tm-header.tm-menu {
	background: #0f3450;
}

.viewer-table {
	overflow: auto;
}


.input-group {
	display: flex;
}

.table-bordered thead th, .table-bordered td {
	vertical-align: inherit;
}

.min-w-90 {
	min-width: 90px;
}

.select {
	cursor: pointer;
	width: 100%;
	padding: .375rem .75rem;
	background: transparent;
	border: 1px solid #ccc;
}

.div-radio {
	display: revert;
}

input[type=checkbox] {
	cursor: pointer;
	margin-top: 5px;
	margin-right: 5px;
}

.div-radio label {
	margin-right: 20px;
}



/* css loading*/
/* loader1 css */
.lds-roller-div {
  display: none;
  position: fixed;
  top: 45%; 
  left: 50%;
  z-index: 99999;
  opacity: 1;
}

.lds-roller {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*end loader1 css */

#background-black {
	opacity: 0.5;
}

.date-time {
	font-weight: 300;
}

@media (max-width: 769px) {
	aside.tm-aside-r {
		display: none;
	}
}

.sub-bottom {
	min-width: 180px;
}

.tm-blog-post .img img {
    max-width: 100px;
}

td, th {
    padding: 10px 5px;
    border: 1px solid #cccccc;
}

td.name {
    text-align: left;
    white-space: nowrap;
}

td.potision {
	text-align: left;
}

.option-header {
	text-transform: uppercase;
}

.language {
    margin-right: 10px;
    align-self: center;
}

@media (max-width: 540px) {
	.language {
		position: absolute;
        top: 76px;
        z-index: 1;
	}
}

.home_news_title{
    margin: 0;
    font-size: 18px;
    background-color: #1f4487;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 30px 8px 20px;
    display: inline-block;
    border-radius: 0px 30px 30px 0px;
    min-width: 200px;
    line-height: 1.4;
}
.imagetintuc {
    height: 14px;
    width: auto;
    margin-right: 6px;
}
.homenew_item_date{
    color: #bfbfbf;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.homenew_item_title a {
    font-size: 15px;
    /*line-height: 1.4;*/
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*min-height: 54px;*/
    font-weight: 600;
    color: #303030;
}
.product_list_widgets li{
    border-bottom: 1px solid #ebebeb;
    margin: 10px 0;
}
.image-widget{
    justify-content: center;
    display: flex;
    align-items: center;
}
.content-post{
    font-size: 14px;
}

.footer_follow {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    width: 320px;
    justify-content: space-between;
}
.footer_follow_item{
    font-size: 16px;
}
.image_footer{
    width: 24px;
}
.divfoot{
    width: 70px;
}
