/* @import url('css/bootstrap.css'); */
@import url('css/ionicons.min.css');
@import url('css/linearicons.css');
@import url('css/animate.css');
@import url('css/magnific-popup.css');
@import url('css/jquery.pagepiling.css');
@import url('css/owl.carousel.css');
@import url('css/settings.css');
@import url('css/layers.css');
@import url('css/navigation.css');
@font-face {
  font-family: 'Conv_BrittanySignature';
  src: url('fonts/BrittanySignature.eot');
  src: local('☺'), url('fonts/BrittanySignature.woff') format('woff'), url('fonts/BrittanySignature.ttf') format('truetype'), url('fonts/BrittanySignature.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
html{
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'Flaticon'; /* Tên bạn muốn đặt cho font */
    src: url('./flaticon.woff2') format('woff2'); /* Đường dẫn tới tệp font */
    font-weight: normal; /* Tùy chọn: có thể là normal, bold, v.v. */
    font-style: normal; /* Tùy chọn: có thể là normal, italic, v.v. */
}
:root {
    --maincolor: #0c59db;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --secondcolor: #3032A2;
    --thirdcolor: #FDE428;
    --fourthcolor: #17305e;
    --fifthcolor: #0E90D5;
}
p {
    margin: 0;
    padding: 0;
    line-height: 1.6em;
    margin-bottom: 1.4em;
    font-size: 16px;
}
ul {
    list-style: none;
    padding-left: 0;
}
.color-main {
    color: var(--maincolor);
}
.font-s-max {
    font-size: 30px;
}
.font-w-bold {
    font-weight: 700;
}
.top {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #ffffff;
    background-image: linear-gradient(45deg, var(--fifthcolor) 0%, var(--secondcolor) 100%);
    box-shadow: 0 0 0 0 #ffffff;
    height: 60px;
    align-items: center;

}
.nav .logo {
    align-items: center;
    display: flex;
}
.nav .logo img {
    height: 50px;
}
.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.menu > li {
    position: relative;
    margin-right: 20px;
}

.menu a {
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
    display: block;
    transition: background-color 0.3s, color 0.3s;
    padding: 25px 10px;
    font-size: 16px;
}

.menu a:hover {
    color: #000;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    list-style-type: none;
    padding: 0;
    margin: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.submenu li {
    width: 200px;
}

.submenu a {
    padding: 10px;
    color: #333;
    transition: all 0.3s;
}

.submenu a:hover {
    background-color: var(--maincolor);
    padding-left: 15px;
}

.menu > li:hover .submenu {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

#slider .carousel-control-prev {
    background: linear-gradient(45deg, var(--fifthcolor), var(--secondcolor));
    border-color: rgba(0, 0, 0, 0);
    border-radius: 300px;
    border-width: 0px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    opacity: 0;
}
#slider .carousel-control-next {
    background: linear-gradient(45deg, var(--fifthcolor), var(--secondcolor));
    border-color: rgba(0, 0, 0, 0);
    border-radius: 300px;
    border-width: 0px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    opacity: 0;
}
#slider:hover .carousel-control-next, 
#slider:hover .carousel-control-prev {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 25%;
    text-align: left;
}
.btn-main {
    background: linear-gradient(45deg, var(--fifthcolor), var(--secondcolor)) !important;
    color: #fff;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    padding: 14px 42px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border: none;
}
.btn-main:hover {
    background: linear-gradient(45deg, var(--fifthcolor), var(--secondcolor)) !important;
    color: #fff;
    -webkit-box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
    -khtml-box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
    -moz-box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
    -ms-box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
    -o-box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
    box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
    -webkit-filter: brightness(145%);
    filter: brightness(145%);
}
a {
    text-decoration: none;
}
.news {
    padding-top: 110px;
    padding-right: 0px;
    padding-bottom: 130px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #F7F8FC;
    background-image: url(/image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0;
    box-shadow: 0 0 0 0 #ffffff;
}
.news img {
    width: 100%;
}
.news .item {
    position: relative;
    align-items: center;
    text-align: center;
}
.news .item:hover:after {
    width: 85%;
}
.news .item:after {
    position: absolute;
    border-radius: 15px;
    background: var(--maincolor);
    height: 3px;
    width: 0;
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
    margin: 0 auto;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    opacity: 0.6;

}
.section .item a {

    background: linear-gradient(45deg, var(--fifthcolor), var(--secondcolor)) !important;
    color: #fff;
    line-height: 45px;
    padding: 0px 20px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    z-index: 1;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}
.newsections .item a i{
    padding-left: 10px;;
}
.section .item a:hover {
    -webkit-box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
    -khtml-box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
    -moz-box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
    -ms-box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
    -o-box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
    box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
    -webkit-filter: brightness(145%);
    filter: brightness(145%);
}

.exp .introduce {
    position: relative;
    padding: 0;

}
.exp .introduce .title::before {
    content: "";
    background: linear-gradient(45deg, var(--fifthcolor), var(--secondcolor)) !important;
    position: absolute;
    height: 10px;
    width: 72px;
    bottom: -35px;
    left: 0;
}
.exp .introduce .title::after {
    background: #ffffff;
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
    bottom: -31px;
    left: 0px;
}
.exp .introduce img {
    position: absolute;
    height: 260px;
    top: -10%;
    right: -10%;
    background-size: contain;
    animation-name: spinInfinit;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.exp .color-main {
    font-size: 20px;
    font-weight: bold;
}
.exp .signature {
    margin-top: 20px;
    width: 100%;
    max-width: 125px;
    height: auto;
}
.exp .info .item {
    background-color: #F7F8FC;
    box-shadow: 0 0 0 0 #ffffff;
    padding: 40px 40px 40px 40px;
    position: relative;
}
.exp .info .item::before {
    content: "";
    background: linear-gradient(45deg, var(--fifthcolor), var(--secondcolor)) !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.05;
    -moz-transform: translate(10px, 10px);
    -o-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.exp .info .item:hover::before {
    left: 5px;
    top: 6px;
    opacity: 0.08;
}
.exp .info .item .number {
    color: #151a33;
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
}
.exp .info .item .number-1::after {
    content: "\f182";
}
.exp .info .item .number-2::after {
    content: "\f192";
}
.exp .info .item .number-3::after {
    content: "\f187";
}
.exp .info .item .number-4::after {
    content: "\f193";
}
.exp .info .item .number::after {
    top: 55px;
    display: inline-block;
    margin-bottom: 30px;
    position: absolute;
    right: 15px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: Flaticon;
    font-size: 54px;
    font-style: normal;
    color: var(--maincolor);
    box-sizing: border-box;
}
.exp .info .item .text {
    font-size: 18px;
    line-height: 24px;
    color: #747b87;
    margin: 20px 0px 0px 0px;
    font-weight: 600;
}
.services {
    padding-top: 105px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #F7F8FC;
    background-image: url(https://novaly.windstripedesign.ro/images/bg/abs-bg7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50% 50%;
    box-shadow: 0 0 0 0 #ffffff;
}
.services .title {
    border-left: 5px solid var(--maincolor);
    position: relative;
}
.services .title::after {
    content: "\f180";
    font-family: Flaticon;
    position: absolute;
    top: -65px;
    left: 50px;
    font-size: 7rem;
    color: #1677bf;
    opacity: 0.1;
    animation: heartbeat 1s infinite alternate;
}
.services .box {
    position: relative;
    min-height: 300px;
    background-color: #ffffff;
    transition: all 300ms ease-out 0s;
    padding: 10px 20px;
    margin-bottom: 12px;
    margin-top: 12px;
}
.services .box::before {
    content: "";
    background: rgba(24, 49, 95, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.services .box:hover::before {
    opacity: 1;
}
.services .box:hover .img {
    opacity: 1;
}
.services .box:hover .service-icon span::before {
    color: #fff;
}
.services .box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fff !important;
}
.services .box .img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
}

@keyframes spinInfinit {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}
@keyframes heartbeat {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@keyframes sppbModalRipple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
img{
    max-width: 100%;
    height: auto;
}
/* Abouts Us */
.about-us{
    padding: 200px 0 80px;
   
}
.about-us .row{
    position: relative;
}
.about-us .box-text-about h3{
    color: #005ca1;
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    line-height: 90px;
    position: relative;
    padding-bottom: 30px;
    display: inline-block;
}
.about-us .box-text-about h3:before {
    position: absolute;
    bottom: 60%;
    right: 98%;
    background-image: url(images/home/icon-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 120px;
    content: "";
    z-index: -1;
}
.about-us .box-text-about h3::after {
    position: absolute;
    bottom: 0%;
    left: 100%;
    background-image: url(images/home/icon-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 120px;
    content: "";
    z-index: -1;
    transform: rotate(178deg);
}
.about-us .box-cnt{
    padding:30px 0;
}
.number-box{
    position: absolute !important;
    top: -30%;
    max-width: 370px;
    height: 320px;
    border: 10px solid #005ca1;
    right: 0;
    padding: 40px 40px 20px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}
.text-top h3{
    font-size: 40px !important;
    color: #333333;
    font-weight: 700;
    line-height: 60px;
}
.number-year .number{
    color: #DA2128;
font-size: 90px;
font-weight: 900;
line-height: 90px;
}
footer {
    position: relative;
    z-index: 1;
}
footer .fo1 {
    width: 100%;
    background: #005ca1;
    padding: 50px 30px;
    margin-top: 20px
}

footer .fo1 .info {
width: 100%;
}

footer .fo1 .info .item {
    width: 33.33%;
}

    footer .fo1 .info .item .in {
        display: flex;
        align-items: flex-start;
    }

    footer .fo1 .info .item h4 {
        margin: 0;
        color: #FFF;
        font-size: 18px;
        margin-top: 10px
    }

    footer .fo1 .info .item ul {
        margin-top: 10px
    }

        footer .fo1 .info .item ul li a {
            font-size: 16px;
            color: #FFF;
            white-space: nowrap;
            line-height: 1.4;
            margin-bottom: 5px;
            display: block;
        }

    footer .fo1 .info .item p {
        margin: 0;
        color: #FFF;
    }

footer .ft-up {
padding: 30px 30px 10px;
}

footer .ft-up .in .info {
display: flex;
align-items: flex-start;
}

footer .ft-up .cnt-desc-ft .title-box {
font-size: 20px;
line-height: 1.3;
text-transform: uppercase;
color: #fff;
font-weight:700;
padding-bottom:20px;
}

footer .ft-up .cnt-desc-ft p {
font-size: 17px;
line-height: 1.3;
}

footer .fo1 .info .item .cnt-item {
display: flex;
align-items: center;
padding-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
/* max-width: 80%;*/
}

footer .fo1 .info .item .cnt-item > div {
width: calc(100% - 60px);
}

footer .fo1 .info .item .cnt-item a {
color: #fff;
}

footer .fo1 .info .item .cnt-item .cnt-icon-up {
width: 50px;
height: 50px;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin-right: 10px;
}

footer .fo1 .info .item .cnt-item .cnt-icon-up i {
    font-size: 24px;
    color: #921212;
    margin-right: 0;
}

footer .fo1 .info .item .cnt-item .item-icon {
width: 60px;
justify-content: center;
display: flex;
}

footer .fo1 .info .item .cnt-item .item-icon i {
    color: #fff;
    font-size: 40px;
}

footer .fo1 .info .item .cnt-item p {
margin-bottom: 0;
}

footer .fo1 .info .item .cnt-item > i {
background: #fff;
border-radius: 50%;
width: 40px;
height: 40px;
font-size: 23px;
padding: 5px;
color: #921212;
display: flex;
align-items: center;
justify-content: center;
}

footer .fo2 .info .item div a {
color: #fff;
}

footer .fo2 {
width: 100%
}

footer .fo2 .in {
align-items: flex-start
}

footer .fo2 .img_logo img {
width: 182px
}

footer .fo2 h2 {
font-size: 18px;
text-transform: uppercase;
color: #FFF;
margin: 0;
white-space: nowrap;
}

footer .fo2 p {
font-size: 16px;
color: #FFF;
opacity: .8;
margin: 0;
margin-bottom: 10px;
}

footer .fo1 .info > .item:nth-child(2) {
width: 66.7%;
padding-left: 100px;
}

footer .fo1 .info > .item:nth-child(2) > .in {
display: flex;
flex-wrap: wrap;
}

footer .fo1 .info > .item:nth-child(2) > .in .item:nth-child(1),
footer .fo1 .info > .item:nth-child(2) > .in .item:nth-child(2){
    width: 50%;
}
footer .fo1 .info > .item:nth-child(2) > .in .item:nth-child(n+3) {
    width: 33.33%;
    margin-top:30px
}
    footer .fo2 h3 {
        font-size: 20px;
        text-transform: uppercase;
        color: #FFF;
        white-space: nowrap;
        margin-bottom: 10px;
        margin-top: 0
    }

footer .fo1 .info .fo2 .social img {
width: 210px
}

footer .fo2 form {
border: 1px solid #FFF;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
height: 35px;
display: flex
}

footer .fo2 form button {
    width: 60px;
    height: 35px;
    font-size: 30px;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    margin-right: -1px;
    line-height: 35px;
    border-radius: 0 12px 12px 0
}

footer .fo2 form input::placeholder {
color: rgba(255,255,255,.8)
}

footer .fo2 form input {
    width: 100%;
    background: #FFF;
    outline: none;
    background: none;
    box-shadow: none;
    border: none;
    color: rgba(255,255,255,.8);
    text-indent: 15px;
    font-size: 14px
}

footer .fo2 .cnt-h4 {
font-size: 18px;
color: #FFF;
margin: 0;
white-space: nowrap;
margin-top: 15px;
margin-bottom: 10px
}

footer .fo2 .item:nth-child(4) .insider {
padding-right: 0
}

main {
overflow: hidden
}

footer .fo2 li a {
font-size: 16px;
color: #FFF;
white-space: nowrap;
line-height: 1.4;
margin-bottom: 5px;
display: block
}

.copyright {
    text-align: center;
    color: #fff;
}
footer .cnt-pay .cnt-h4 {
    font-size: 15px;
    color: #FFF;
    margin: 0;
    white-space: nowrap;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
footer .fo1 .info .cnt-pay .social img {
    width: 210px;
}
footer .insider p {
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 0;
    opacity: 1;
    font-weight: bold;
    padding-bottom: 10px;
}
footer .fo1 .info .item .social-up ul {
    display: flex;
}
.social-up ul li img {
    max-width: 40px;
}
footer .fo1 .info .item .social-up ul li {
    margin-right: 10px;
}
footer .fo1 .info .item ul li a {
    font-size: 16px;
    color: #FFF;
    white-space: nowrap;
    line-height: 1.4;
    margin-bottom: 5px;
    display: block;
}
footer .gg-map .container-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 1em;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
footer .gg-map .container-btn .btn-gg {
    background: #1880b1;
}
footer .gg-map .container-btn .btn-gg {
    background: #ad2f2f;
    display: block;
    margin-top: 1em;
    padding: 0.5em 1em;
    border-radius: 10px;
    color: #fff;
}
footer .fo1 .info .item img {
    width: 182px;
}
.title-section{
    padding-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
}
.project{
    background-color: #F1F2F2;
    padding: 100px 0;
}
.project .item .box-item{
    min-height: 412px;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.project .item .box-item:before {
    width: 100%;
    height: 70%;
    content: "";
    top: 0;
    left: 0;
    transition: 0.5s ease-in;
    z-index: 0;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    z-index: -1;
}
.project .item .content-box h3{
    margin-bottom: 25px;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
}
.project .item .content-box p{
    color: #FFFFFF;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0;
    transition: .3s;
    position: relative;
    left: calc(-100% - 20px);
}
.project .item:hover .content-box p{
    opacity: 1;
    left: 0;
    transition: 0.3s all;
}
.project .item .box-item::after{
    width: 100%;
    height: 0;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(0 92 161) 0%, rgba(0, 0, 0, 0) 80%);
    transition: 0.3s ease-in;
    z-index: -1;
    position: absolute;
}
.project .item:hover .box-item::after{
    height: 100%;
}
.duan{
    padding: 100px 0;
}
.item-duan{
    padding-left: 15px;
    padding-right: 15px;;
}
.item-duan h3{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    padding-top: 20px;
}
.list_blog_info {
    background: #FFF;
    padding-top: 5px;
}
.list_blog_info .insider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list_blog_info .insider article {
    width: 25%;
    display: block;
}
.list_blog_info .insider article .cont {
    display: flex;
    flex-wrap: wrap;
}

.list_blog_info .insider article .cont .img {
    width: 100%;
    overflow: hidden;
}

    .list_blog_info .insider article .cont .img a {
        display: flex;
    }

.list_blog_info .insider article .cont .info {
    flex-grow: 1;
    background: #F1F1F3;
    padding: 10px 15px;
}

.list_blog_info .insider article .cont h3 {
    font-size: 16px;
    margin: 0;
    flex-grow: 1
}

.list_blog_info .insider article .cont:hover h3 a {
    color: #005ca1;
}

.list_blog_info .insider article .cont p {
    font-size: 14px;
    margin: 0
}

.list_blog_info .insider article .cont .btn-read-more {
    background: #005ca1;
    padding: 5px 15px;
    display: table;
    margin: 0px auto 0;
    margin-top: 15px;
    border-radius: 7px;
    color: #fff;
}

.list_blog_info .insider article .cont .cnt-except {
    font-weight: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.list_blog_info .insider article .cont:hover img {
    transform: scale(1.05);
    transition: 0.3s all;
}
.list_blog_info .insider article .cont {
    padding: 10px;
}
.list-content-duan button,.doitac button{
    display: none!important;
}
.doitac{
    padding: 50px 0;
}
.doitac .item-doitac{
    padding-left: 20px;
    padding-right: 20px;
}
.section_newsletter {
    background: #e6e7e8;
    padding: 30px 0 50px;
    margin: 50px 0 0;
}

    .section_newsletter .row {
        display: flex;
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
    }

.tit_newsletter {
    color: #231f20;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.desc_newsletter {
    margin-bottom: 15px
}

.send_mail {
    text-transform: uppercase;
    background: #005ca1;
    color: #fff;
    padding: 9px 49px;
    margin-right: 30px;
    float: left
}

    .send_mail:hover {
        background: #231f20;
        color: #fff;
        text-decoration: none
    }

.line_newsletter {
    position: relative;
    margin-bottom: 10px;
    height:48px;
}
#frm_newsletter .label_accept {
    display:flex;
    align-items:center;
}
    #frm_newsletter .label_accept input{
        width:30px;
        margin-right:5px;
    }
    input.input_newsletter {
        width: 100%;
        padding: 7px 70px 6px 10px;
        z-index: 2;
        position: relative;
        font-size: 14px;
        border-radius: 12px;
        border: 1px solid #f1f1f1;
        height: 46px;
    }

button.btn_newsletter {
    background-color: #005ca1;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    background-repeat: no-repeat;
    background-position: 0 10px;
    z-index: 3;
    position: absolute;
    right: 0;
    padding: 0 12px 0 12px;
    border: 0;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.page-header{
	margin: 0 40px;
	overflow: hidden;
	border-radius: 40px;
	background: url('../images/page-header-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 220px 0 120px;
	position: relative;
    z-index: 1;
}
.page-header:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #12223b;
	opacity: 60%;
	border-radius: 40px;
	z-index: -1;
}
.page-header-box h1 {
    font-size: 46px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    text-align: center;
}
.breadcrumb{
    justify-content: center;

}
.breadcrumb a,.breadcrumb-item.active,.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
.page-about-us {
    padding: 80px 0;
}
.about-us-content{
	margin-left: 95px;
}

.about-us-content-body{
	margin-bottom: 50px;
}

.about-us-content-body ul{
	background-color: #dde4e9;
    border-radius: 20px;
    padding: 30px;
    margin:20px 0;
    list-style: none;
}

.about-us-content-body ul li{
	position: relative;
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 15px;
}

.about-us-content-body ul li:last-child{
	margin-bottom: 0;
}

.about-us-content-body ul li:before{
    content: "";
    font-weight: 900;
    font-size: 20px;
    color:#005ca1;
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 15px;
    left: 10px;
    width: 15px;
    height: 2px;
    background-color: #005ca1;
}
.section-title h3 {
    color:#005ca1;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    cursor: none;
    margin-bottom: 20px;
}
.about-us-content-footer{
	display: flex;
	align-items: center;
}
.btn-default {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3em;
    text-transform: capitalize;
    color: #fff;
    background: #005ca1;
    border-radius: 12px;
    padding: 20px 60px 20px 30px;
    border: none;
    transition: 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.about-us-contact-support{
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.about-us-contact-support .icon-box{
	margin-right: 20px;
}
.about-us-contact-support .icon-box img{
	max-width: 40px;
}
.about-us-support-content{
	width: calc(100% - 60px);
}
.about-us-support-content p{
	font-size: 16px;
	margin-bottom: 5px;
}
.about-us-support-content h3{
	font-size: 24px;
}
.our-company-history{
	padding: 100px 0;
	background: #e9f7fe;
}
.company-history-image {
    position: relative;
}
.company-history-img img {
    border-radius: 40px;
}
.company-experience{
	position: absolute;
	width: 100%;
	max-width: 210px;
	text-align: center;
	bottom: 20%;
	right: 0;
	background-color: #fff;
	border-radius: 40px;
	padding: 40px;
	animation: expmoveobject 3s infinite linear alternate;
}
@keyframes expmoveobject{
	50%{
		right: 50px;
	}
}
.company-experience-content h3{
	font-size: 56px;
}
.company-experience-content p{
	margin: 0;
	text-transform: capitalize;
}
.our-mission-vision {
    padding: 80px 0;
}
.mission-vision-item{
	padding: 30px;
	border: 1px solid #12223b30;
	border-radius: 40px;
}
.mission-vision-item .icon-box{
	margin-bottom: 30px;
}
.mission-vision-item .mission-vision-content h3{
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.mission-vision-item .mission-vision-content p{
	margin: 0;
}
.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
.video-play-button a {
    position: relative;
    background-color:#ffffff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: none;
    font-size: 40px;
}
.video-play-button a:before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 50px solid #fff;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
}
.video-play-button a:after{
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 50px solid #fff;
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
	animation-delay: .3s;
}
/* Detail dịch vụ */
.service-details.site-content .container > .row {
    flex-direction: row-reverse !important;
}
.sidebar .widget {
    margin-bottom: 30px;
}
.service-sidebar .post-list {
    background-color: #fff;
    padding: 0 20px;
    position: relative;
    border-style: dashed;
    border-width: 8px;
    border-image-source: url(images/download.png);
    border-image-repeat: repeat;
    border-image-slice: 8;
    margin-bottom: 30px;
}
.service-sidebar .all-post-list ul li {
    margin: 0;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    line-height: 26px;
    padding: 0;
}
.service-sidebar .all-post-list ul li.pbmit-post-active a {
    color: #005ca1;
    transform: translateX(18px);
}
.service-sidebar .all-post-list ul li.pbmit-post-active a, 
.service-sidebar .all-post-list ul li:hover a {
    color: #005ca1;
    transform: translateX(18px);
}
.service-sidebar .all-post-list ul li a {
    padding: 16px 60px 16px 0;
    display: block;
    position: relative;
    border-radius: 0;
    font-size: 17px;
    text-transform: capitalize;
    transition: all .25s ease-in-out;
    color: #000;
    font-weight: 600;
}
.sidebar .pbmit-service-ad {
    object-fit: cover;
    background-size: cover;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/service/service-sidebarbg.jpg);
}
.sidebar .widget {
    margin-bottom: 30px;
}
.sidebar .pbmit-service-ads {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 135px 20px;
    z-index: 1;
}
.sidebar .pbmit-service-ads .pbmit-ad-call {
    font-size: 15px;
    line-height: 20px;
    border: 1px solid #fff;
    padding: 0 15px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
}
.sidebar .pbmit-service-ads .pbmit-ads-title {
    font-size: 30px;
    line-height: 36px;
    color:#fff;
}
.service-details .pbmit-entry-content {
    padding: 40px 0 40px 0;
}
h3 {
    font-size: 36px;
    line-height: 46px;
}
.service-details .list-group-style-3 {
    padding: 20px 0 20px 0;
}
.list-group-borderless .list-group-item {
    display: flex;
    font-size: inherit;
    align-items: center;
    padding: 0;
    border: none;
    margin-bottom: 5px;
    color: #000;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    background: transparent;
}
.list-group-style-3 .pbmit-icon-list-text {
    font-size: inherit;
    line-height: 28px;
    font-weight: 600;
    padding-left: 5px;
    color: #000;
    font-size: 16px;
}
.list-group-style-3 .pbmit-icon-list-icon i {
    font-size: 18px;
    color:#005ca1;
}
/* End Dịch vụ */
@keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}
.our-team{
	padding: 100px 0 70px;
}
.intro-video{
    position: relative;
}
.team-member-item{
	border: 1px solid #005ca1;
	border-radius: 40px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
}
.team-member-item .team-image img{
	border-radius: 40px 40px 0 0;
	transition: all 0.5s ease-in-out;
}
.team-member-item:hover .team-image img{
	transform: scale(1.1);
}
.team-body{
	padding: 30px;
}
.team-content{
	margin-bottom: 20px;
}
.team-content h3{
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.team-content p{
	text-transform: capitalize;
	margin: 0;
}
.team-social-icon ul{
	padding: 0;
	margin: 0;
    align-items: center;
    display: flex;
}
.team-social-icon ul li{
	display: inline-block;
	margin-right: 5px;
}
.section-row .section-title {
    text-align: center;
    margin-bottom: 0;
}
.team-social-icon ul li:last-child{
	margin-right: 0;
}
.team-social-icon ul li a{
	color:#005ca1;
	height: 36px;
	width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #005ca1;
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}

.team-social-icon ul li a:hover{
	color:#005ca1;
	border-color: #005ca1;
}
.team-social-icon ul li a i{
    font-size: 18px;
}
.our-service{
	background: var(--secondary-color) url("../images/our-service-bg.png") no-repeat;
    background-position: right top;
    background-size: auto;
	padding: 100px 0 70px;
}
.service-item{
	position: relative;
    overflow: hidden;
    text-align: center;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	transition: all 0.4s ease-in-out;
}
.page-service {
    padding: 100px 0 70px;
}
.section-row {
    margin-bottom: 60px;
}
.service-image{
	overflow: hidden;
	border-radius: 40px;
}
.service-image a{
	position: relative;
	cursor: none;
	display: block;
}
.service-item .service-image a::before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 13.02%, rgba(0, 0, 0, 0.51) 42.5%, rgba(0, 0, 0, 0.63) 70%, #000000 100%);
	border-radius: 40px;
    background-repeat: no-repeat;
    background-position: center center;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}
.service-image img{
	width: 100%;
	border-radius: 40px;
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.service-item:hover .service-image img{
    transform: scale(1.1);
}
.service-body{
    position: absolute;
    bottom: 10px;
    right: 40px;
    left: 40px;
	text-align: left;
    z-index: 2;
	transform: translateY(70%);
    transition: all 0.5s ease-in-out;
}
.service-item:hover .service-body{
	transform: translateY(0%);
	bottom: 20px;
}
.service-body-title h3{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.service-content{
	opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.service-item:hover .service-content{
	opacity: 1;
}
.service-content p{
	color: #fff;
}
figure {
    margin: 0;
}
.service-content-footer .readmore-btn {
    position: relative;
    font-family: var(--accent-font);
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #005ca1;
    padding-right: 30px;
    transition: 0.4s ease-in-out;
}
.page-blog {
    padding: 100px 0;
}
.page-blog .blog-item {
    height: calc(100% - 40px);
    margin-bottom: 40px;
}
.blog-item {
    border: 1px solid #f1f1f1;
    border-radius: 40px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.post-featured-image{
	overflow: hidden;
	border-radius: 40px 40px 0 0;
}

.post-featured-image a{
	display: block;
	cursor: none;
}

.post-featured-image img{
	aspect-ratio: 1/0.65;
	object-fit: cover;
	border-radius: 40px 40px 0 0;
	transition: all 0.5s ease-out;
}
.blog-item:hover .post-featured-image img{
	transform: scale(1.1);
}
.post-item-content{
	padding: 30px;
}
.post-item-body{
	margin-bottom: 20px;
}
.post-item-body h2{
	font-size: 24px;
	font-weight: 700;
}
.post-item-body h2 a{
	color: inherit;
}
.post-item-footer .readmore-btn{
	position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #005ca1;
    padding-right: 30px;
    transition: 0.3s ease-in-out;
}
.post-item-footer .readmore-btn::after{
    content: '';
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    background-image: url("../images/readmore-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    transition: 0.3s ease-in-out;
}
.post-item-footer .readmore-btn:hover::after{
    right: -3px;
}
.post-pagination{
    margin-top: 30px;
    text-align: center;
}

.post-pagination ul{
    justify-content: center;
    padding: 0;
    margin: 0;
}

.post-pagination ul li a,
.post-pagination ul li span{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #000;
	border: 1px solid #000;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    font-weight: 700;
	line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.post-pagination ul li.active a, 
.post-pagination ul li a:hover{
    background:#005ca1;
	color: #fff;
}
.section-xl {
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact-us-bg .contact-us-left-area {
    background-color: #fff;
    position: relative;
    border-style: dashed;
    border-width: 8px;
    border-image-source: url(images/download.png);
    border-image-repeat: repeat;
    border-image-slice: 8;
    padding: 40px 45px 50px 45px;
    margin-right: 60px;
}
.pbmit-heading-subheading{
    margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.pbmit-heading-subheading .pbmit-subtitle{
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-style: normal;
	position: relative;
    display: inline-block;
    padding: 2px 15px;
	margin-bottom: 15px;
    border-radius: 30px;
	color: #005ca1;
    border: 1px solid #000;
}	
.pbmit-heading-subheading .pbmit-title{
	font-weight: 500;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -.25px;
    text-transform: none;
    font-style: normal;
	color: #000;
}
.contact-us-left-area .pbmit-ihbox-style-11 {
    margin: 60px 0px 0px 0px;
}
.pbmit-ihbox-style-11 .pbmit-element-title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #005ca1;
}
.pbmit-ihbox-style-11 .pbmit-heading-desc {
    font-size: 18px;
    line-height: 24px;
    color:#000;
}
.form-control {
    margin-bottom: 20px;
    font-size: 14px;
    height: 55px;
    line-height: normal;
    padding: 10px 20px;
    font-weight: normal;
    border-width: 0 0 1px 0;
    font-family: inherit;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid #ccc;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
textarea.form-control {
    height: 130px;
    padding-top: 20px;
    resize: none;
}
.contact-us-bg .form-check .form-check-label{
    margin: 20px 0 50px;
}
.pbmit-btn {
    border-radius: 50px;
    padding: 8px 40px;
    display: inline-block;
    text-align: center;
    transition: all .3s;
    color: #fff;
    background-color: #005ca1;
}
.pbmit-blog-meta-top.pbmit-blog-meta{
    padding: 10px 0;
}
.pbmit-blog-meta-top.pbmit-blog-meta, .pbmit-blog-meta-top.pbmit-blog-meta a{
    color: #005ca1;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.blog-details .pbmit-meta-tags a {
    display: inline-block;
    font-size: 13px !important;
    padding: 0 20px;
    height: 30px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: capitalize;
    transition: 0.4s ease-out 0s;
    color:#000;
    border: 1px solid #005ca1;
    border-radius: 20px;
}
.sidebar .widget .widget-title {
    display: block;
    position: relative;
    width: auto;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -.25px;
    padding-bottom: 0px;
    text-transform: capitalize;
    color: #005ca1;
}
.sidebar .widget.widget-search .search-form {
    position: relative;
}
.sidebar .widget.widget-search .search-form input[type="search"] {
    background-color: transparent;
    height: 50px;
    padding: 0 30px;
    padding-right: 60px;
    border: 1px solid #005ca1;
    color: #005ca1;
    font-size: 15px;
    border-radius: 30px;
    display: block;
    width: 100%;
}
.sidebar .search-form button {
    position: absolute;
    top: 0;
    height: 50px;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    line-height: 58px;
    color:#005ca1;
    font-size: 20px;
    z-index: 1;
    width: 70px;
}
.sidebar .widget-recent-post .recent-post-list>li {
    display: flex !important;
    align-items: center;
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 18px;
    line-height: 26px;
}
.sidebar .widget-recent-post .recent-post-list>li>a {
    width: 90px;
    flex-shrink: 0;
    margin-right: 20px;
    display: inline-block;
}
.sidebar .widget-recent-post .pbmit-rpw-content {
    display: flex;
    flex-direction: column-reverse;
}
.sidebar .widget-recent-post .pbmit-rpw-content .pbmit-rpw-title a {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
}
.sidebar .widget-recent-post .pbmit-rpw-content .pbmit-rpw-date a {
    color: #005ca1;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 600;
}
.widget-tag-cloud li {
    display: inline-block;
    padding-bottom: 12px;
    margin: 0 4px 8px 0;
}
.sidebar .widget-tag-cloud a {
    display: inline-block;
    font-size: 13px !important;
    padding: 0 20px;
    height: 30px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: capitalize;
    transition: 0.4s ease-out 0s;
    color: #000;
    border: 1px solid #005ca1;
    border-radius: 20px;
}
.widget-tag-cloud ul li a:hover {
    color: #fff;
    background-color: #005ca1;
}
@media (min-width: 1201px) {
    .blog-right-col {
        padding-right: 46px;
    }
}
@media screen and (max-width:1024px) {
    header .item-pc .menu ul a span {
            font-size: 12px;
        }
    header .item-pc .menu ul li {
        margin-left: 20px;
    }
    .list_blog_info .insider article .cont .img {
        width: 100%;
    }

    .list_blog_info .insider article .cont {
        display: block;
    }

    header .show_search_content {
        width: calc(100% - 218px);
        background: #F5F5F5;
        position: absolute;
        top: 113px;
        margin-left: 30px;
        display: none;
        overflow-y: scroll;
        height: 500px;
        z-index: 99999999999999;
        width: 100%;
        margin-left: 0
    }

    .video .left .insider {
        padding-left: 15px
    }

    .video .left .insider {
        overflow: hidden
    }

    .hotline_sup .insider {
        width: 320px
    }

    .toggle_search {
        display: block
    }

    .owl-carousel .owl-stage-outer {
        width: 117%;
        /*margin-left: 5px*/
    }

    .slide_product_multi .owl-carousel .owl-stage-outer {
        width: 100%
    }

    .owl-nav {
        display: none !important
    }

    .sticky {
        display: none !important
    }

    .owl_multi_product {
        background: #FFF
    }

    .flex-container > div .img {
        padding: 0
    }

    .flex-container > div .cont {
        padding: 10px
    }

    .owl_multi_product {
        margin-top: 20px
    }

    .owl_product_hot .img {
        width: 100%;
        height: auto
    }

    .hotline_sup {
        margin-top: -30px
    }

    footer .fo1 .info .item img {
        width: 200px;
        margin-right: 20px
    }
    footer .fo1 .info .item .social-up img {
        width:50px;
    }
        footer .fo1 .info .item {
            margin-bottom: 30px;
        }
       
        .owl_multi_product .img {
            width: 100%;
            height: auto
        }

    .owl_product_hot .info del {
        font-size: 12px
    }

    .owl_product_hot {
        margin-left: -32px
    }

        .owl_product_hot .info {
            justify-content: center
        }

    .owl_multi_product .item img {
        width: 84.5%
    }

    .owl_product_hot .gift {
        width: 38px;
        height: auto;
        right: 19px;
        top: 78px;
        display: block;
        position: absolute
    }

    .owl_multi_product {
        margin-top: 0;
        padding-left: 0;
        padding-top: 20px
    }

    .owl_product_hot .info ins {
        font-size: 13px
    }

    .owl_multi_product h4 {
        font-size: 14px
    }

    .owl_product_hot .info .right {
        display: none
    }

    .floor-menu-fixed {
        display: none
    }

    .video_show_iframe .insider {
        min-width: 360px
    }

        .video_show_iframe .insider iframe {
            height: 200px
        }

    .flex-container:nth-child(2) {
        display: none
    }

    #owl_slide_product {
        margin-left: -23px
    }

    .toggle_menu {
        display: block
    }

    .menu_mobi .logo {
        margin: auto
    }

    .menu_mobi {
        display: none;
        text-align: center;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #960100;
        border: 2px solid #960100;
        z-index: 9999999999
    }

        .menu_mobi ul {
            margin: 0;
            padding: 0;
            background-color: #960100
        }

        .menu_mobi a {
            text-decoration: none;
            display: block;
            padding: 1em 1em 1em 1.2em;
            outline: none;
            color: #f3efe0;
            text-transform: uppercase;
            text-shadow: 0 0 1px rgba(255,255,255,.1);
            letter-spacing: 1px;
            font-weight: 400;
            border-bottom: 1px solid rgba(255,255,255,.5)
        }

        .menu_mobi ul {
            width: 300px;
            margin: auto
        }

            .menu_mobi ul li {
                color: #333;
                list-style: none;
                margin: 0;
                padding: 0;
                background: none
            }

        .menu_mobi .logo a {
            border: none
        }

        .menu_mobi ul li a:hover {
            background-color: #960100
        }

        .menu_mobi li span {
            font-size: 1.5em;
            line-height: .25em
        }

        .menu_mobi .hide {
            margin-left: -1000px;
            transition: all 0.8s ease
        }

    .owl_multi_product {
        width: 100%;
        border-right: 1px solid #eaeaea;
        padding-top: 0
    }

    .menu_mobi .side-menu {
        background: #960100 !important
    }

    .menu_mobi .side-menu {
        position: absolute;
        top: 110px;
        left: 0;
        background: #eee;
        color: #fff;
        width: 100%;
        height: auto;
        background: transparent;
        background-color: #fff
    }

        .menu_mobi .side-menu ul {
            width: 100%
        }

        .menu_mobi .side-menu ul {
            border-top: 1px solid #666
        }

            .menu_mobi .side-menu ul li a {
                background-color: #666
            }

        .menu_mobi .side-menu:last-child ul li a {
            background-color: #666
        }

    .menu_mobi .show-menu {
        margin-left: 0 !important
    }

    .section3 .title h2 a {
        display: none
    }

    .section3 .title h2 span a {
        display: block
    }

    .menu_mobi .slide_product_multi {
        width: 100%
    }

    

    .owl_multi_product .owl-nav.disabled + .owl-dots {
        display: none !important
    }

    .owl-theme .owl-dots {
        display: none
    }

    header .search {
        display: none
    }

    .section3_video h3 {
        font-size: 26px
    }

    footer .fo1 .info .item {
        width: 100%
    }

    footer .fo2 .item {
        margin-bottom: 20px
    }

        footer .fo2 .item:last-child {
            margin-bottom: 0
        }

        footer .fo2 .item .insider {
            padding: 0
        }

        footer .fo2 .item:last-child {
            margin-bottom: 0
        }

    footer .fo1 .info .item {
        margin-bottom: 30px
    }

    footer .fo2 .item {
        width: 50% !important
    }

    footer .fo2 .in {
        flex-wrap: wrap
    }

    footer .fo1 .info .item:nth-child(3) {
        margin-bottom: 0
    }

    .video .left {
        width: 100%
    }


    .box_info .item {
        width: 50%
    }

    .box_info .item {
        width: 100%;
        margin: 10px 0
    }

    .list_blog .insider a {
        width: 50%
    }

    .list_blog_info .insider article {
        width: 50%
    }

    .video {
        flex-wrap: wrap
    }

    .slide_video .img {
        position: relative;
        padding: 50px 0
    }

    .section3_video h3:after {
        display: none
    }

    .video .right {
        display: none !important
    }

    .flex-container {
        border-left: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
        margin-right: -1px
    }

        .flex-container > div {
            min-width: 100% !important
        }

    .owl_multi_product {
        width: 100%
    }

    .slide_product_multi .banner {
        display: none
    }

    .section1 .item aside {
        display: none
    }

    .section1 .item {
        width: 100% !important
    }

        .section1 .item:nth-child(2) {
            padding: 0
        }

        .section1 .item:nth-child(1) {
            display: none
        }

    #owl_home_slide .item {
        display: block
    }

    .content_slider .content_ .slide {
        width: 100% !important
    }

    .content_slider {
        width: 100% !important
    }

    footer .ft-up .in .info {
        display: block;
    }

    footer .fo1 .info > .item:nth-child(2) {
        padding-left: 0;
        width: 100%;
    }

    .content_slider .content_ .banner {
        padding-right: 0;
    }
}

    @media screen and (max-width:992px) {
        footer .fo1 .fo2 {
        padding: 0;
    }

    footer .fo1 .info .fo2 .item {
        padding: 10px 0;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .about-us .box-text-about h3::after{
        display: none;
    }
}

@media (max-width: 768px) {
    .contactWidget .item {
        width: 100% !important;
        background: #fff;
    }

    .send_mail {
        padding-left: 35px;
        padding-right: 35px;
    }
    .contactWidget .item {
        max-width: calc(20% - 3px)!important;
    }
    .news,.duan,.project{
        padding: 50px 0;
    }
    .title-section {
        padding-bottom: 15px;
        font-size: 26px;
        text-transform: uppercase;
    }
}

@media (max-width: 500px) {
    .send_mail {
        width: 160px;
        text-align: center;
        margin-bottom: 10px;
    }

    .section_newsletter .row {
        display: block;
    }

    .tit_newsletter {
        font-size: 20px;
    }

    footer .fo1 .info > .item:nth-child(2) > .in {
        display: block;
    }

        footer .fo1 .info > .item:nth-child(2) > .in .item-child {
            width: 100%;
        }

    .list_blog_info .insider article {
        width: 100%;
    }

    .section_newsletter .row .col-md-6:last-child {
        padding-top: 30px;
    }

    .main .news-list .container .left .article-list .item {
        width: 100%;
    }

    .main .news-list .container .left {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

        .main .news-list .container .left .article-list {
            margin-left: 0;
            margin-right: 0;
        }

    .list_blog_reale .cont .img {
        width: 50%;
    }

    .list_blog_reale .cont .info {
        padding: 0;
    }

    .product-new h2 {
        padding: 0;
    }

    footer .fo2 .item {
        width: 100% !important;
    }
    .project .item{
        margin-bottom: 20px;
    }
    .about-us {
        padding: 50px 0;
    }
    .number-box {
        position: relative!important;
        top: 0;
        max-width: 370px;
        height: 320px;
        border: 10px solid #005ca1;
        right: 0;
        padding: 40px 40px 20px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
    }
    .about-us .box-text-about h3 {
        color: #005ca1;
        font-size: 32px;
        font-weight: 900;
        text-transform: uppercase;
        font-style: italic;
        line-height: 50px;
        position: relative;
        padding-bottom: 0px;
        display: inline-block;
    }
    .about-us .box-cnt {
        padding: 0px;
    }
    .about-us .box-text-about h3 br{
        display: none;
    }
    .about-us .box-text-about h3:before{
        display: none;
    }
    .box-text-about{
        padding-bottom: 20px;
    }
    footer .fo1 .info > .item:nth-child(2) > .in .item:nth-child(1),
     footer .fo1 .info > .item:nth-child(2) > .in .item:nth-child(2),
     footer .fo1 .info > .item:nth-child(2) > .in .item:nth-child(n+3){
        width: 100%!important;
    }
    .page-header {
        margin: 0 10px;
        border-radius: 20px;
        padding: 100px 0 100px;
        position: relative;
        z-index: 1;
    }
    .page-header:before{
        border-radius: 20px;
    }
    .about-us-content {
        margin-left: 0px;
    }
    .about-us-content-body {
        margin-bottom: 20px;
    }
    .about-us-content-footer {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .about-us-contact-support{
        margin-left: 0;
    }
    .our-company-history,.page-service{
        padding: 50px 0;
    }
    .company-history-content{
        padding-top: 40px;
    }
    .mission-vision-item{
        margin-bottom: 20px;
    }
    .company-experience {
        border-radius: 20px;
        padding: 20px;
        max-width: 170px;
    }
    .video-play-button a{
        width: 50px;
        height: 50px;
    }
    .video-play-button a:before{
        border: 10px solid #fff;
    }
    .video-play-button a:after{
        border: 20px solid #fff;
    }
    .post-item-content {
        padding: 20px;
    }
    .contact-us-bg .contact-us-left-area{
        margin-right: 0;
        padding: 20px;
        margin-bottom: 30px;
    }
    .group_btn_newsletter{
        display: flex;
        justify-content: space-around;
    }
    .send_mail {
        margin-right: 10px;
    }
    .page-blog .blog-item{
        border-radius: 20px;
    }
    .post-featured-image img,.post-featured-image {
        border-radius: 20px 20px 0 0;
    }
}

@keyframes marquee {
    0% {
        left: 0
    }

    100% {
        left: -100%
    }
}
.nav-bar .container {
    display: flex;
    align-items: center;
    height: 100%;
}
.main-nav {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: end;
}
#drop-down-cbox {
    display: none;
}
#drop-down-cbox + label {
    position: relative;
    display: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-color: transparent;
    transition: all 300ms ease-in-out;
}
#drop-down-cbox + label span {
    position: absolute;
    display: block;
    background-color: #666;
    width: 34px;
    height: 4px;
    border-radius: 2px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 300ms ease-in-out;
}
.logo.site-logo{
    max-width: 200px;
}
@media (max-width: 768px) {
	.site-logo {
		font-size: 1.5rem;
		flex-grow: 1;
		text-align: center;
        padding: 10px 0;
	}
    .site-logo img{
        max-width: 50%;
    }
    
	#drop-down-cbox + label {
		display: block; 
	}
	.main-nav {
        max-height: 0px;
        height: calc(100vh - 60px);
        overflow: hidden;
        position: absolute;
        top: 60px;
        line-height: auto;
        left: 0;
        width: 100%;
        flex-direction: column;
        background-color: white;
        transition: all 500ms ease-in-out;
        z-index: 10;
        margin-top: 20px;
        justify-content: start;
    }
    .menu a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
	#drop-down-cbox:checked ~ .main-nav {
		max-height: 50vh;
		transition: all 500ms ease-in-out;
        margin-top: 0;
	}
	.main-nav li span {
		position: relative;
	}
	.main-nav li span:after {
		content: "";
		width: 6px;
		height: 6px;
		position: absolute;
		top: 50%;
		margin-top: -2px;
		margin-left: 8px;
		transform: translateY(-50%) rotate(-45deg);
		border-left: 2px solid #666;
		border-bottom: 2px solid #666;
	}
	.main-nav li a:hover,
	.main-nav li span:hover {
		background-color: #666;
		color: white;
		border-bottom: none;
	}
	.main-nav li > ul li {
		position: relative;
	}
	.main-nav li > ul li a,
	.main-nav li > ul li span {
		background-color: #eee;
	}
    #drop-down-cbox + label {
        display: block;
    }
    #drop-down-cbox + label span:nth-child(1) {
        top: 35%;
    }
    #drop-down-cbox + label span:nth-child(2) {
        top: 50%;
    }
    #drop-down-cbox + label span:nth-child(3) {
        top: 65%;
    }
    #drop-down-cbox:checked + label span:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    #drop-down-cbox:checked + label span:nth-child(2) {
        left: -150%;
    }
    #drop-down-cbox:checked + label span:nth-child(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .about-us-content{
        padding-top: 20px;
    }
    .section_newsletter .row{
        padding: 0;
    }
    footer .ft-up {
        padding: 30px 15px 10px;
    }
    footer .fo1 .info .item .cnt-item{
        padding-left: 0;
    }
}