/* Start=========================page Trang ============================ */


/* Start=============================body================================ */

body {
    font-family: Montserrat, 'Nunito', sans-serif, 'Barlow Semi Condensed', sans-serif, 'Open Sans', sans-serif, 'Inter';
}

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}


/* End===============================body================================ */


/*Team Thumb Css Start*/

.team-bg {
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    background-image: url(/images/team-bg-2.png);
}

.team-bg.blue-bg .nav-style-1 .owl-nav [class*=owl-] {
    border-color: #fff !important;
    color: #fff !important;
}

.team-thumb {
    display: block;
    margin: 0 0 30px;
}

.team-thumb .blog-img {
    margin: 0;
}

.teacher h4,
.teacher .designation {
    margin-bottom: 10px;
}

.team-thumb .text {
    padding: 15px 25px 10px;
    background: #f8f8f8;
}

.team-thumb .title {
    color: rgb(66, 73, 91);
    font-size: 21px;
    margin: 0 0 9px;
    line-height: normal;
    letter-spacing: -0.6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.team-thumb .text .designation {
    font-size: 14px;
    margin: 0 0 13px;
    line-height: normal;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.team-thumb .social-meta {
    display: block;
    margin: 0 0px;
}

.social-meta li:first-child {
    margin-left: 0;
}

.social-meta li {
    float: none;
    margin: 0 6px;
    line-height: normal;
    display: inline-block;
    vertical-align: bottom;
}

.social-meta li a {
    font-size: 25px;
    display: block;
    text-align: center;
    color: rgb(207, 207, 207);
}


/*hover*/

.team-thumb:hover {
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.68);
}

.blue-bg .team-thumb .text {
    background-color: #fff;
    min-height: 130px;
}

.gallery-nav .port-filter {
    width: auto;
    line-height: 1;
    border-width: 2px;
    border-style: solid;
    border-radius: 100px;
    display: inline-block;
    vertical-align: bottom;
    padding: 28px 100px;
    border-color: rgb(238, 238, 238);
}

.gallery-nav .port-filter li {
    margin: 0 13px;
    display: inline-block;
}

.gallery-nav .port-filter li:first-child {
    margin-left: 0;
}

.gallery-nav .port-filter li:last-child {
    margin-right: 0;
}

.gallery-nav .port-filter li a {
    color: #42495b;
    display: block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.gallery-nav .port-filter li a::before {
    content: '';
    position: absolute;
    top: calc(100% + 28px);
    width: 0;
    right: 0;
    height: 2px;
}

.gallery-nav .port-filter li .active::before {
    width: 100%;
    left: 0;
}

.team-thumb .blog-img,
.blog-thumb figure {
    overflow: hidden;
    background-color: #ff9900;
}

.blog-img {
    text-align: center;
}

.team-thumb .blog-img::before,
.blog-thumb figure::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: color 300ms 0ms, opacity 300ms 0ms, -webkit-transform 300ms 300ms;
    -moz-transition: color 300ms 0ms, opacity 300ms 0ms, -moz-transform 300ms 300ms;
    -o-transition: color 300ms 0ms, opacity 300ms 0ms, -o-transform 300ms 300ms;
    transition: color 300ms 0ms, opacity 300ms 0ms, transform 300ms 300ms;
}

.team-thumb:hover .blog-img::before,
.blog-thumb:hover .blog-img::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team-thumb .blog-img img,
.blog-thumb figure .khungbao {
    -webkit-transition: -webkit-transform 800ms, opacity 700ms;
    -moz-transition: -moz-transform 800ms, opacity 700ms;
    -o-transition: -o-transform 800ms, opacity 700ms;
    transition: transform 800ms, opacity 700ms;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
}

.team-thumb:hover figure img,
.blog-thumb:hover figure .khungbao {
    opacity: 0.2;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.nav-style-1 .owl-controls {
    margin: 50px 0 0;
}

.nav-style-1 .owl-nav button[class*=owl-] {
    width: 50px !important;
    height: 50px !important;
    color: #4582ff;
    line-height: 1;
    font-size: 26px !important;
    border-radius: 5px !important;
    border: 2px solid #4582ff;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/*Brand Slider Css Start*/

.brand-slide {
    padding: 70px 0px;
    border: 1px dotted #e5e5e5;
}

.brand-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    min-height: 80px;
}

.brand-thumb .img-thumb {
    height: 80px !important;
}


/*START================================event================================ */

.event-bg {
    background-size: contain;
    background-repeat: repeat;
    background-position: left;
    background-image: url(/images/event-bg.png);
}

.event-thumb-2 {
    text-align: left;
    position: relative;
    margin: 0 0 30px;
}

.event-thumb-2 figure {
    margin: 0;
    position: relative;
    background-color: #000;
}

.event-thumb-2 figure:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: rgba(231, 56, 39, 0);
    background: -moz-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(29%, rgba(31, 32, 72, 0.29)), color-stop(49%, rgba(31, 32, 72, 0.49)), color-stop(50%, rgba(31, 32, 72, 0.5)), color-stop(100%, rgba(31, 32, 72, 1)));
    background: -webkit-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
    background: -o-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
    background: -ms-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#1f2048', GradientType=0);
}

.event-thumb-2 figure {
    width: 100%;
}

.event-thumb-2:hover figure .khungbao {
    opacity: 0.5;
}

.event-thumb-2 .text {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0px;
    position: absolute;
    padding: 0 40px 52px;
    transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}

.event-thumb-2 .max-w {
    float: left;
    max-width: 350px;
}

.event-thumb-2 .event-meta {
    margin: 0 0 20px;
}

.event-thumb-2 .event-meta li {
    color: #fff;
}

.event-thumb-2 .title {
    margin: 0 0px;
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.event-thumb-2 .btn {
    float: right;
    font-size: 24px;
    padding: 33px 21px;
    border-color: #ff9900;
    border-radius: 0;
    color: #ff9900;
    margin-top: 13px;
}

.event-thumb-2 .btn::after {
    margin: 0;
}

.event-thumb-2 .btn:hover {
    color: #fff;
}

.icon-btn:hover {
    background-color: #ff9900;
}


/* END ================================event================================ */


/* Start================================menu================================ */

#menu-header {
    padding: 1rem;
}

.header-style1-1 {
    padding: 20px 0;
}

#navbarsMenu ul>li {
    position: relative;
}

#navbarsMenu ul>li.active>a::after,
#navbarsMenu ul>li.active>a::before,
#navbarsMenu ul>li:hover>a::after,
#navbarsMenu ul>li:hover>a::before {
    width: 100%;
    left: 0;
}

#menu-header #navbarsMenu li a::after {
    background-color: #ff9900;
}

.shop-detail-slider.nav-style-1 .owl-buttons [class*="owl-"],
.main-slider.nav-style-1 .owl-buttons [class*="owl-"]:hover,
.blog-meta li a:hover,
.title:hover a,
.blog-thumb:hover .title a,
.readmore-btn:hover,
.social-meta li a:hover,
.btn.th-bg:hover,
.gallery-nav .port-filter li .active,
.event-thumb-2 .btn,
.ct-list.layout3 i,
.blue-bg .nav-style-1 .owl-buttons [class*="owl-"],
.newsletter-widget .submit-btn:hover::before,
.newsletter-widget .form-control:focus,
.list-group-icon li::before,
.header-style1-1 .navigation li.active a,
.th-cl {
    color: #ff9900;
}

#navbarsMenu ul>li>a::after,
#navbarsMenu ul>li>a::before {
    left: 0;
    width: 0;
    right: 0;
    height: 3px;
    content: '';
    margin: 0 auto;
    max-width: 20px;
    position: absolute;
    top: calc(100% + 20px);
}

#navbarsMenu ul>li>a::before {
    -webkit-transition: width .25s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    -o-transition: width .25s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    transition: width .25s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    background: #9ca0cb;
}

#navbarsMenu .dropdown-item {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ff9900;
}

.helping-box .icon-box {
    font-size: 24px;
    margin-right: 15px;
    color: rgb(69, 130, 255);
}

.overflow-text p {
    margin-bottom: 0;
}

.menu-area {
    background: #d61a5e;
}

.mean-container .mean-nav {
    position: absolute;
    top: 100%;
}

.img-logo {
    max-width: 150px;
    max-height: 150px;
}

.dropdown-menu {
    /*padding: 0;*/
    /*margin: 0;*/
    border: 0 solid transition !important;
    border: 0 solid rgba(0, 0, 0, .15);
    /*border-radius: 0;*/
    /*-webkit-box-shadow: none !important;
    box-shadow: none !important;*/
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #42495b;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0px 15px;
    font-family: 'Roboto', sans-serif;
    display: block !important;
    line-height: 1;
}

@media (min-width: 768px) {
    .menu .dropdown-menu {
        margin-top: 1.938rem;
        box-shadow: 0 0.375rem 2.75rem rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 0 0.375rem 2.75rem rgba(0, 0, 0, 0.17);
    }
}


/*==========Sub Menu=v==========*/


/* .mainmenu .collapse ul > li:hover > a{background: #4CAF50;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #4CAF50;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #4CAF50;} */

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    border: 1px solid #000;
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #64B5F6;
}


/******************************Drop-down menu work on hover**********************************/

.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover>ul {
        display: block;
    }
    .mainmenu .collapse ul ul {
        position: absolute;
        top: 25px;
        left: 0;
        min-width: 250px;
        display: none;
    }
    /*******/
    .mainmenu .collapse ul ul li {
        position: relative;
        background-color: #ffffff;
    }
    .mainmenu .collapse ul ul li:hover>ul {
        display: block;
    }
    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 140px;
        display: none;
    }
    /*******/
    .mainmenu .collapse ul ul ul li {
        position: relative;
    }
    .mainmenu .collapse ul ul ul li:hover ul {
        display: block;
    }
    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 35px;
    }
    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 45px;
    }
}

.mr-auto,
.mx-auto {
    margin-right: 0px !important;
    margin-left: auto !important;
}

.menu .navbar-brand {
    font-weight: 900;
    font-size: 24px;
}

.menu .navbar-brand span {
    color: rgb(49, 222, 121);
}

.menu .mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
    /* background: none; */
}

.menu .navbar a {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.menu .navbar-nav a {
    color: #000000;
}

.menu .navbar-nav ul li {
    padding: 10px 0px;
}

.menu .navbar-nav ul li a {
    color: #000;
}

.menu .navbar-nav ul li a:hover {
    color: #f9b707;
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
    color: #f9b707;
    outline: 0;
    background: black;
}

.menu .dropdown-menu {
    background: #ffffff;
    padding: .625rem 10px;
}

.menu a:hover {
    text-decoration: none;
}

.nav-affix {
    /*background: #ffbf00;*/
    position: relative;
    left: 0;
    top: 0;
    z-index: 3;
}

.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    z-index: 9;
}

.scrolled .active a {
    color: #f9b707;
}

.scrolled li a:hover,
.scrolled .active a:hover {
    color: #000000;
}


/* End=====================================menu================================== */


/*START=====================about-caption====================*/

.about-caption {
    padding: 0 0 11px;
}

.about-caption>.title {
    font-size: 55px;
    font-weight: bold;
    margin: 0 0 27px;
}

.about-caption>p {
    margin: 0 0 40px;
}

.btn-bigsize {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    padding: 17px 40px;
    text-transform: uppercase;
    /*border-radius: 27px;*/
    background-color: #ff9900;
    border: 1px solid #ff9900;
}

.btn-bigsize:hover {
    border: 1px solid #ff9900;
    background-color: #fff;
    color: #ff9900;
}

.white-bg,
.btn-bigsize.white-bg {
    color: #002240;
    background-color: #fff;
    border-color: #fff;
}

.white-bg:hover,
.btn-bigsize.white-bg:hover {
    color: #fff;
    background-color: #ff9900;
    border-color: #ff9900;
}

.services-7 {
    z-index: 1;
    position: relative;
    min-height: 320px;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 25px 30px;
    box-shadow: 0px 3px 32px 0px rgba(242, 242, 242, 0.72);
}

.services-7:after,
.services-7:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    border-color: #ff9900;
    z-index: -1;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.services-7:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    border-top: none;
    border-color: #ff9900;
    border-bottom: none;
}

.services-7:hover:after,
.services-7:hover:before {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.services-7 .icon-block {
    font-size: 40px;
    min-width: 50px;
    min-height: 50px;
    line-height: 50px;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 18px;
}

.services-7 .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 11px;
}

.services-7 p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* END =====================about-caption====================*/


/*START===================section-title-2===========================*/

.section-title-2 .title {
    font-size: 55px;
    font-weight: bold;
    position: relative;
    margin: 0 0 9px;
}

.section-title-2 .title:last-child {
    margin: 0 0 67px;
}

.section-title-2 .title::before {
    height: 8px;
    content: "";
    display: block;
    max-width: 83px;
    margin: 0 auto 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/heading-icon.png);
}

.section-title-2.text-right .title::before {
    margin-right: 0;
}

.section-title-2.text-left .title::before {
    margin-left: 0;
}

.section-title-2 p {
    margin: 0 0 62px;
    font-size: 18px;
    color: rgb(85, 131, 166);
}

#camnang .blog-thumb .text {
    min-height: 280px;
}

.blog-thumb {
    margin: 0 0 30px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.blog-thumb figure {
    overflow: hidden;
    background-color: #ff9900;
    margin: 0;
}

.blog-thumb figure::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: color 300ms 0ms, opacity 300ms 0ms, -webkit-transform 300ms 300ms;
    -moz-transition: color 300ms 0ms, opacity 300ms 0ms, -moz-transform 300ms 300ms;
    -o-transition: color 300ms 0ms, opacity 300ms 0ms, -o-transform 300ms 300ms;
    transition: color 300ms 0ms, opacity 300ms 0ms, transform 300ms 300ms;
}

.blog-thumb:hover figure::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.blog-thumb figure .khungbao {
    -webkit-transition: -webkit-transform 800ms, opacity 700ms;
    -moz-transition: -moz-transform 800ms, opacity 700ms;
    -o-transition: -o-transform 800ms, opacity 700ms;
    transition: transform 800ms, opacity 700ms;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
}

.blog-thumb:hover figure .khungbao {
    opacity: 0.2;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.blog-thumb .text {
    padding: 27px 30px 26px;
    background: #f5f5f540;
    min-height: 280px;
}

.blog-thumb .blog-meta {
    display: block;
    margin: 0 0 11px;
}

.blog-meta {
    margin: 0;
    padding: 0;
    width: auto;
    line-height: normal;
    display: inline-block;
}

.blog-meta li {
    width: auto;
    margin: 0 5px;
    line-height: 1;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.blog-meta li:first-child {
    margin-left: 0 !important;
}

.blog-meta li:last-child {
    margin-right: 0 !important;
}

.blog-meta li i {
    margin: 0 10px 0 0;
}

.blog-meta li a {
    position: relative;
    color: currentColor;
    font-weight: normal;
    display: inline-block;
    text-transform: capitalize;
}

.th-cl {
    color: #ff9900;
}

.blog-thumb .title {
    margin: 0 0 5px;
    letter-spacing: -0.6px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    font-size: 18px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-thumb .title a {
    color: #42495b;
}

.blog-thumb .text p {
    margin: 0 0 10px;
    overflow: hidden;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


/*hover*/

.blog-thumb:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.68);
}

.readmore-btn {
    color: #42495b;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 1px;
    position: relative;
    line-height: normal;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border-bottom: 1px solid #000;
    vertical-align: bottom;
}


/* END ===================section-title-2===========================*/


/*START===================services-8===========================*/

.gray-bg {
    background-color: #f9f8ff;
}

.pearpal-bg {
    background-color: #e743af;
}

.blue-bg {
    background-color: #4582ff;
}

.olive-bg {
    background-color: #04d2c8;
}

.th-bg {
    background-color: #ff9900;
}

.pb-82 {
    padding-bottom: 82px;
}

.pt-121 {
    padding-top: 121px;
}

.aboutus-bg-3 {
    position: relative;
}

.about-caption>.title {
    font-size: 55px;
    font-weight: bold;
    margin: 0 0 27px;
}

.about-caption>p {
    margin: 0 0 40px;
    font-size: 20px;
    color: #42495b;
}

.aboutus-bg-3::before {
    left: 0;
    right: 0;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: right center;*/
    background-position: calc(100% - 70%) center;
    background-image: url(/images/aboutus4.jpg);
}

.services-8 {
    margin: 0 0 30px;
}

.services-8 .icon-block {
    min-width: 60px;
    min-height: 60px;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    margin-right: 20px;
    border-radius: 100%;
    text-align: center;
}

.services-8 figure.icon-block {
    max-width: 85px;
    margin-bottom: 0;
}

.services-8 .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 3px;
    letter-spacing: -1px;
}

.services-8 p {
    margin: 0;
    line-height: 26px;
}


/* END ===================services-8===========================*/


/*START===================Doi tac loi ich===========================*/

.tabs-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/tabs-bg.jpg);
}

.section-title-2.white p,
.section-title-2.white .title {
    color: rgb(255, 255, 255);
}

.pb-130 {
    padding-bottom: 130px;
}

.pt-130 {
    padding-top: 130px;
}

.mb-60 {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .pb-130 {
        padding-bottom: 70px;
    }
    .pt-130 {
        padding-top: 70px;
    }
}

.data-overlay::before {
    opacity: 0.9;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.data-overlay::before {
    background: #ff9900 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /* z-index: 1; */
}

.th-bg .section-title-2 .title::before,
.blue-bg .section-title-2 .title::before,
.section-title-2.white .title::before {
    background-image: url(/images/heading-icon-w.png);
}

.tabs-area {
    width: 100%;
    padding: 70px 100px;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.tabs-area .nav {
    text-align: center;
    display: block;
    list-style: none;
}

.tabs-area .nav li,
.tabs-area>li {
    float: none;
    margin: 0 0 0 8px;
    display: inline-block;
}

.tabs-area li:first-child {
    margin-left: 0;
}

.tabs-area li a {
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 17px 35px 16px;
    color: rgb(97, 107, 132);
    background-color: #ecf2ff;
}

.tabs-area li a.active {
    color: #fff;
    background-color: #ff9900;
}

.image-thumb-1 {
    float: left;
    width: 100%;
    z-index: 1;
    margin: 0;
    position: relative;
    padding: 0 20px 20px 0;
}

.image-thumb-1::after {
    top: 20px;
    left: 20px;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    position: absolute;
    background-color: #efefef;
}


/* END ===================Doi tac loi ich===========================*/


/*START===================courses===========================*/

.courses-bg::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    background-color: transparent;
    background-position: top;
    background-size: contain;
    background-repeat: repeat;
    background-image: url(/images/pattren-1.png);
}

.courses-bg.data-overlay::before {
    opacity: 0.1;
}

.th-bg .section-title-2 .title {
    color: #fff;
}

.courses-thumb {
    margin-bottom: 30px;
    background-color: #f8f8f8;
}

.gray-bg .courses-thumb {
    background-color: #fff;
}

.courses-thumb figure {
    margin: 0;
}

.courses-thumb .text {
    padding: 40px 35px;
}

.badge-group {
    line-height: normal;
}

.courses-thumb .badge {
    clear: both;
    font-size: 14px;
    margin: 0 0 26px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
}

.courses-thumb [class*="-bg"].badge {
    color: #fff;
}

.courses-thumb .courses-meta {
    margin: 0 0 17px;
}

.courses-thumb .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 1px;
}

.courses-thumb .text p {
    margin: 0 0 20px;
}

.courses-thumb .text p:last-child {
    margin: 0;
}

.courses-thumb .btn {
    color: #fff;
    font-weight: bold;
    border-color: #42495b;
    background-color: #42495b;
}

.courses-thumb .btn:hover {
    /*color: #fff;*/
    border-color: #4582ff;
    background-color: #4582ff;
}


/* END ===================courses===========================*/


/*START===================Dang ky doi tac===========================*/

.text-register {
    color: #fff;
}

.register-form {
    float: left;
    width: 100%;
    position: relative;
    padding: 61px 200px 70px 70px;
    border: 1px solid #e9e9e9;
}

.register-form .title {
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 47px;
}

.register-form .form-group {
    margin: 0 0 20px;
}

.register-form .form-control {
    padding-left: 80px;
    border: 2px solid #f4f4f4;
}

.ml-lg-minus-3 {
    margin-left: -25%;
}

.register-img-thumb {}

.register-img-thumb figure {
    margin: 0;
    border: 10px solid #f4f4f4;
}

.register-img-thumb figure {
    max-width: 450px;
}

.register-img-thumb {
    padding-top: 60px;
}

.th-bdr {
    border-color: #ff9900 !important;
}

.countdown {
    margin-left: 105px;
    float: left;
    width: 100%;
    list-style: none;
    max-width: 530px;
    padding: 51px 40px 58px;
}

.register-img-thumb figure+.countdown {
    margin-top: -100px;
}

.countdown li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 15px;
}

.countdown li span {
    font-size: 55px;
    font-weight: bold;
    color: currentColor;
    margin: 0 0 2px;
    line-height: 55px;
    display: block;
}

.countdown li p {
    font-size: 18px;
    font-weight: bold;
    color: currentColor;
    margin: 0;
    line-height: 18px;
    text-transform: uppercase;
}

.countdown.blue-bg li {
    color: #fff;
}

.form-group,
.input-field {
    float: left;
    width: 100%;
    position: relative;
    /* margin-bottom: 30px; */
}

.form-group .form-control,
.input-field .form-control {
    margin-bottom: 0 !important;
}

.form-control,
.enter-email input[type="text"] {
    float: left;
    width: 100%;
    color: #42495b;
    font-size: 14px;
    min-height: 70px;
    text-align: left;
    box-shadow: none;
    font-weight: bold;
    position: relative;
    -moz-appearance: none;
    padding: 2px 30px 1px;
    -webkit-appearance: none;
    border: 1px solid #dfe5ea;
    text-transform: capitalize;
    background-color: transparent;
    border-radius: 0;
}

.input-field .icon-box.th-bg,
.form-group .icon-box.th-bg {
    color: #fff;
}

.input-field .icon-box,
.form-group .icon-box {
    top: 50%;
    left: 10px;
    right: auto;
    width: 50px;
    height: 50px;
    font-size: 18px;
    padding: 9px 17px;
    position: absolute;
    border-radius: 5px;
    text-align: center;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/* END ===================Dang ky doi tac===========================*/

.pb-100 {
    padding-bottom: 100px;
}

.pt-130 {
    padding-top: 130px;
}

@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 40px;
    }
    .pt-130 {
        padding-top: 70px;
    }
}

.slide-block1 {
    position: relative;
}

.slide-main1 {
    background-image: url(/images/banner-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 60px);
    overflow: hidden;
    padding: 0 0;
    position: relative;
}

.slide-main1 .content-block {
    text-align: center;
    /*position: relative;
        top: 200px;
        left: 200px;
        padding: 20px;
        border-radius: 20px;
        max-width: 600px;*/
}


/* .overlay-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.5);
    z-index: 1;
} */

.bg-item {
    height: 100%;
    width: 100%;
}

.slide-main1 .content-block {
    margin-top: 60px;
}

.slide-main1 .content-block span {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
}

.slide-main1 .content-block h2 {
    color: #fff;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.slide-main1 .content-block strong {
    font-weight: 900;
    color: #febe00;
}

.slide-main1 .content-block p {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 43px;
}

.slide-main1 .btn-slide {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    padding: 17px 40px;
    text-transform: uppercase;
    /*border-radius: 27px;*/
    background-color: #ff9900;
    border: none;
}

.slide-main1 .btn-slide:hover {
    text-decoration: none;
    background-color: #ff9900;
    color: #fff;
}

.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.slide-main1 .slide-block1 .owl-nav .owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    text-transform: uppercase;
    word-break: break-all;
    line-height: 20px;
    letter-spacing: 2px;
    color: #fff;
    width: 50px;
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px !important;
}

.slide-main1 .slide-block1 .owl-nav .owl-prev span {
    font-size: 50px;
    color: #fff;
}

.slide-main1 .slide-block1 .owl-nav .owl-next {
    top: 50%;
    position: absolute;
    right: 3%;
    text-transform: uppercase;
    word-break: break-all;
    line-height: 20px;
    letter-spacing: 2px;
    color: #fff;
    width: 50px;
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px !important;
}

.slide-main1 .slide-block1 .owl-nav [class*=owl-] {
    opacity: 0;
}

.slide-main1 .slide-block1:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

.slide-main1 .slide-block1 .owl-nav [class*=owl-]:hover {
    background: rgba(0, 0, 0, 0.00);
    border-color: #ff9900;
    color: #ff9900;
    opacity: 1;
}

.owl-nav [class*="owl-"] {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}


}
.slide-main1 .images {
    position: absolute;
    z-index: 10;
}
.slide-main1 .slider-img {
    bottom: 250px;
    right: 690px;
}
.slide-main1 .slider-img2 {
    top: 90px;
    left: 200px;
}
.slide-main1 .images img {
    width: 100px;
    height: 100px;
}
.slide-main1 .slide-block1 .owl-buttons [class*="owl-"] {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-transform: uppercase;
    padding: 6px;
    word-break: break-all;
    line-height: 17px;
    letter-spacing: 2px;
    color: #fff;
    border-color: #fff;
    font-weight: bold;
    font-size: 14px;
}

/* End================================slide-main1============================== */

/* Start================================block-style3================================ */
.b-style_title1 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
}
.block-style3 .b-style-main {
    padding-top: 70px;
}
.b-style-main_icon img {
    width: 80px;
}
.block-style3 .b-style-main .b-style-main-txt {
    margin-left: 15px;
}
.block-style3 .b-style-main .b-style-main-txt .b-style-main-txt_title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.b-style-main_icon {
    text-align: center;
    margin-bottom: 10px;
}
.block-style3 .b-style-main .b-style-main-txt .b-style-main-txt_sumary {
    font-size: 16px;
    font-weight: 300;
    color: #888;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* Start================================block-style3================================ */

/* Start================================block-style1================================ */
.block-style1 {
    background-size: cover;
    background-image: url('../images/bg.png');
}
.block-style1 .b-style-main {
    justify-content: flex-end;
    margin-right: 0px;
}
.block-style1 .b-style-main .b-style-main_title {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    text-align: center;
    padding-top: 15px;
    background: rgba(255, 255, 255, 0.9);
}
.block-style1 .b-style-main a {
    position: relative;
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    margin-top: 1px;
    background: rgba(255, 255, 255, 0.9);
}
.block-style1 .b-style-main a:hover {
    text-decoration: none;
    transform: translate(-100px);
}
.block-style1 .b-style-main a span {
    position: absolute;
    font-size: 20px;
    color: #ffc616;
    left: 20px;
    top: 35%;
}
.block-style1 .b-style-main .b-style-main_sumary {
    color: #ffc616;
    font-size: 24px;
}

/* End==================================block-style1=================================== */

/* Start=============================block-style2================================ */

/* .block-style2 {
    padding-top: 100px;
    padding-bottom: 100px;
} */
.block-style2 .b-style_title2 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}
.block-style2 .b-style_sumary {
    color: #999999;
    text-align: center;
    padding-bottom: 50px;
}
.block-style2 .b-style-main .b-style-main_img {
    position: relative;
}
.block-style2 .b-style-main .b-style-main_img img {
    width: 100%;
}
.block-style2 .b-style-main {
    transform: scale(1);
}
.block-style2 .b-style-main:hover {
    opacity: 0.7;
    transform: scale(0.95);
    transition: all 1s;
}
.block-style2 .b-style-main .b-style-main-txt {
    position: absolute;
    top: 50%;
    left: 10%;
    opacity: 0;
}
.block-style2 .b-style-main:hover .b-style-main-txt {
    transform: translate(30px, 0);
    transition: all 1s;
    opacity: 1;
}
.block-style2 .b-style-main .b-style-main-txt .b-style-main-txt_title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
.block-style2 .b-style-main .b-style-main-txt .b-style-main-txt_button a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.block-style2 .col-xs-3 {
    padding: 0;
}

/* End================================block-style2================================ */

/* Start================================block-style4================================ */
.block-style4 {
    padding-bottom: 140px;
    padding-top: 100px;
}
.b-style_title2 {
    font-size: 55px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 20px;
}
.unit.d-flex {
    /* padding: 0px 18px; */
    
    padding: 10px 0px;
}
.block-style4 .b-style-main_icon {
    font-size: 40px;
    color: #fff;
    /* width: 6.0em;
    height: 2.0em;
    line-height: 2.0em; */
    
    text-align: center;
}
.block-style4 .b-style-main_icon img {
    width: 80px;
}
.block-style4 .unit .style_title-5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 15px;
}
.block-style4 .left .style_title-5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 15px;
}
.block-style4 .left .style_sumary-5 {
    margin-right: 15px;
}
.block-style4 .right .style_sumary-5 {
    margin-left: 15px;
}
.block-style4 .unit .style_sumary-5 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #4f4e4e;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* End================================block-style4================================ */

/* Start==========================block-style6====================================== */
.block-style6 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.block-style6 .b-style_title2 {
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
}
.block-style6 .b-style_sumary {
    color: #999999;
    text-align: center;
    padding-bottom: 50px;
}
.block-style6 .b-style-form input {
    margin-bottom: 10px;
}
.block-style6 .b-style-form textarea {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.block-style6 .b-style-form_title1 {
    font-size: 24px;
    font-weight: 600;
}
.b-style-form_button {
    text-align: center;
    background: #ffc616;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100px;
}
.b-style-form_button a {
    font-size: 17px;
    color: #000;
}
.b-style-form_button a:hover {
    text-decoration: none;
}
.block-style6 .b-style-form .b-style-form_button:hover {
    background: darkgoldenrod;
}
.block-style6 .b-style-form .b-style-form_button a {
    color: #fff;
    font-size: 15px;
}
.block-style6 .b-style-form .b-style-form_button a:hover {
    text-decoration: none;
}
.block-style6 .b-style-form_title2 {
    font-size: 20px;
    font-weight: 600;
}
.block-style6 .b-style-main {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 59px;
    padding-top: 57px;
}
.block-style6 .b-style-main .b-style-main_title {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 15px;
    text-align: center;
}
.block-style6.img {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 43px 30px;
}
.b-style-form {
    position: relative;
    top: -100px;
    padding: 40px 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 3px -3px 13px 9px rgba(19, 105, 193, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

/* End===========================block-style6====================================== */

/* Start===========================block-style5================================ */
.block-style5 {
    padding: 50px 0px;
}
.block-style5 .b-style_title2 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 20px;
}
.block-style5 .slide-main4 .slide-block4 .slide_img img {
    width: 130px;
}
.block-style5 .slide-main4 .slide-block4 .slide_img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.block-style5 .slide-main4 .slide-txt .slide-txt_title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 25px;
}
.block-style5 .slide-main4 .slide-txt .slide-txt_title a {
    text-decoration: none;
    color: #333;
}
.block-style5 .slide-main4 .slide-txt .slide-txt_title a:hover {
    color: #f9b707;
}
.block-style5 .slide-main4 .slide-txt .slide-txt_sumary2 {
    font-size: 14px;
    font-style: italic;
    color: #f9b707;
    font-weight: 300;
    padding-top: 20px;
}
.block-style5 .slide-main4 .slide-txt .slide-txt_sumary {
    font-size: 18px;
    font-weight: 300;
    color: #888;
    padding-top: 20px;
}

/* End============================block-style5========================================== */

/* Start==========================footer=========================================== */
.footer {
    background: #000000;
    padding: 30px 0px 10px;
}
.logo-footer {
    width: 180px;
    margin-bottom: 10px;
}
.footer .footer-title {
    color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
}
.title-sumary {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}
.sumary-footer {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
.footer-title .footer-sumary a {
    color: #fff;
}
.footer .footer-sumary {
    font-size: 15px;
    color: rgba(255, 255, 255);
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
.footer .footer-sumary i {
    margin-right: 5px;
}
.footer .footer-sumary a {
    color: rgba(255, 255, 255);
}
.footer .footer-sumary a:hover {
    text-decoration: none;
}

/* End==================================footer======================================== */

/* Start==========================button-back to top=================================== */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: #f9b707;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #f9b707;
    top: 10px;
}

/* End==========================button-back to top=================================== */

/* End===============================Trang chÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§======================================= */

/* Start===============================Tin tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©c======================================= */

/* Start=============================header-title==================================== */
.header-title {
    padding-top: 120px;
    background: #f8f9fa;
    padding-bottom: 60px;
}
.header-title h2 {
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
}
.header-title a {
    color: #999999;
}
.header-title a:hover {
    text-decoration: none;
}

/* End=============================header-title==================================== */

/* End===============================Tin tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©c======================================= */

/* Start===============================GiÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºi thiÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡u======================================= */
.logo {
    margin-top: 0px;
    margin-bottom: 0px;
}
.logo .logo-img {
    text-align: center;
    padding-bottom: 50px;
}
.logo .logo-img img {
    width: 20%;
}
.logo .logo-chart {
    text-align: center;
    padding-top: 50px;
}

/* End=================================GiÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºi thiÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡u======================================= */

/* Start===============================SÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n phÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©m======================================= */

/* Start===========================block-style3==================================== */
.block-style3 {
    padding-top: 55px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

/* .block-style3 .b-style_title2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 24px;
    text-align: center;
} */
.block-style3 .b-style-main {
    padding-top: 50px;
}
.block-style3 .b-style-main_img img {
    width: 100%;
}
.block-style3 .b-style-main_title {
    padding-top: 15px;
}
.block-style3 .b-style-main_title a {
    font-size: 20px;
    color: #000000;
}
.block-style3 .b-style-main_title a:hover {
    color: #ffc616;
}
.block-style3 .b-style-main_sumary {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    text-transform: none;
    padding-top: 15px;
    padding-bottom: 25px;
}
.block-style3 .b-style-main_button {
    text-align: center;
    background: #ffc616;
    border-radius: 10px;
    width: 35%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.block-style3 .b-style-main_button:hover {
    background: darkgoldenrod;
}
.block-style3 .b-style-main_button a {
    color: #fff;
    font-size: 15px;
}
.block-style5 .slide-main5 .slide-txt_title {
    padding-top: 15px;
    padding-bottom: 15px;
    background: white;
    padding-left: 10px;
}
.block-style5 .slide-block5 .slide-txt_title a {
    font-size: 20px;
    color: #000000;
}
.block-style5 .slide-block5 .slide-txt_title a:hover {
    color: #ffc616;
}

/* End=============================block-style3==================================== */

/* End=================================SÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n phÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©m======================================= */
.img-toy {
    margin-top: 50px;
    border-radius: 5px;
}
.boder {
    border-right: 1px solid #8c8c8c;
}
.text-justify {
    text-align: justify;
}
.footer-img img {
    max-width: 30px;
    height: 40px;
    margin: 0px 10px 0px 0px;
}
.footer-text span {
    color: #ffffff;
    font-size: 17px;
}
.footer-text p {
    color: #ffffff;
    font-size: 16px;
}
.ft-dk {
    position: relative;
    right: 6px;
}
.footer-top {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(44, 49, 110);
}
.copy-right p {
    color: #fff;
}
.hr {
    border-top: 1px dotted;
    text-align: center;
    max-width: 150px;
    margin-top: 50px;
    margin: 0 auto;
    color: #FFA500;
}
.hr:after {
    content: url(/images/logo7.png);
    display: inline-block;
    position: relative;
    top: -25px;
    padding: 0 10px;
    font-size: 38px;
}

/*================New=======================================================*/
.sub-banner {
    margin: 0 0 148px;
    padding-top: 600px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/banner-1.jpg);
}
.sub-banner::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.8;
    position: absolute;
    background-color: rgb(21, 25, 72);
}
.sub-banner .container {
    top: 100%;
    left: 0;
    right: 0;
    position: absolute;
    transform: translateY(-148px);
    -o-transform: translateY(-148px);
    -ms-transform: translateY(-148px);
    -moz-transform: translateY(-148px);
    -webkit-transform: translateY(-148px);
}
.sub-banner-caption {
    width: auto;
    min-width: 90%;
    display: inline-block;
    padding: 72px 30px 85px;
}
.sub-banner-caption .title {
    margin: 0 0 6px;
    font-size: 85px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -3px;
}
.sub-banner-caption .breadcrumb {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}
.sub-banner-caption .breadcrumb li {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    vertical-align: bottom;
    text-transform: capitalize;
}
.sub-banner-caption .breadcrumb li a {
    color: currentColor;
}
.sub-banner-caption .breadcrumb-item+.breadcrumb-item {
    padding-left: 14px;
}
.sub-banner-caption .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 18px;
    color: #6c757d;
    content: "\f105";
    font: normal normal normal 24px/1 FontAwesome;
    font-size: 24px;
}
.sub-banner-caption.th-bg .breadcrumb-item+.breadcrumb-item::before,
.sub-banner-caption.th-bg * {
    color: #fff;
}
.pagination-area {}
.pagination-area ul {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    list-style: none;
}
.pagination-area ul li {
    display: inline-block;
    margin: 0 5px 0;
}
.pagination-area ul li.active a {
    background-color: #6747ee;
    border: 2px solid transparent;
    color: #fff;
}
.pagination-area ul li a {
    width: 50px;
    height: 50px;
    color: #42495b;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #e2e2e2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;
}
.pagination-area ul li a:hover {
    border: 2px solid transparent;
    color: #fff;
}
.pattren-bg {
    position: relative;
}
.pattren-bg::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: .05;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-image: url(../images/pattren/pattren-1.png);
}
.top-bar .btn:hover,
.product-social-meta .style-2.social-meta li a:hover,
.banner-slide .btn:hover,
.tabs-area li a.active,
.readmore-btn::before,
.pagination-area ul li a:hover,
.pagination-area ul li.active a,
.gallery-nav .port-filter li a::before,
.event-list-thumb .btn:hover,
.tabs-area-2 li a.active,
.sidebar-widgets .single-widget.tags_widget .tags-list ul li a:hover,
nav .pagination li a:hover,
.sidebar-widgets-style-1 .single-widget .widget-title h2::after,
.sidebar-widgets .single-widget.widget_search .search-form .from-grupe button:hover,
label.btn.th-bg,
.header-style1-1 .mean-container a.meanmenu-reveal,
.header-style1-1 .navigation li a::after,
.th-bg {
    background-color: #ff9900;
}
.icon-btn::after {
    content: "\f178";
    margin: 0 0 0 10px;
    font-family: fontawesome;
}

/*=============================end=============================================*/

/*=============================new-detail=======================*/
.sidebar-widgets-style-1 .single-widget {
    padding: 25px 30px 30px;
}
.sidebar-widgets-style-1 .widget_search {
    padding: 0 !important;
    border: none;
    margin-top: 0 !important;
}
.sidebar-widgets-style-1 .single-widget,
.sidebar-widgets .single-widget.widget_search .search-form .from-grupe input {
    border: 2px solid #eaedf4;
    background: transparent;
}
.sidebar-widgets-style-1 .single-widget .widget-title h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 15px;
    position: relative;
    padding-bottom: 10px;
}
.ct-list li {
    margin-bottom: 5px;
}
.ct-list li i {
    margin-right: 10px
}
.sidebar-widgets-style-1 .single-widget .widget-title h2::before,
.sidebar-widgets-style-1 .single-widget .widget-title h2::after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    height: 2px;
    width: 42px;
    content: "";
    background-color: #ff9900;
}
.sidebar-widgets-style-1 .single-widget .widget-title h2::before {
    width: 7px !important;
    left: 10px;
    right: auto;
    background-color: #fff !important;
    z-index: 1;
}
.sidebar-widgets-style-1 .single-widget .widget-title h2 span {
    padding: 0 !important;
}
.sidebar-widgets-style-1 .single-widget .widget-title h2 span::after,
.sidebar-widgets-style-1 .single-widget .widget-title h2 span::before {
    display: none;
}
.sidebar-widgets-style-1 .widget_search {
    padding: 0 !important;
    border: none;
    margin-top: 0 !important;
}
.sidebar-widgets-style-1 .widget_search .search-form .from-grupe button {
    background: transparent;
    background-image: none;
}
.sidebar-widgets-style-1 .categories_widget {
    padding-bottom: 11px;
}
.sidebar-widgets-style-1 .categories_widget .widget-title h2 {
    margin-bottom: 11px;
}
.sidebar-widgets-style-1 .tags_widget {
    padding-bottom: 20px;
}
.sidebar-widgets-style-1 .single-widget,
.sidebar-widgets .single-widget.widget_search .search-form .from-grupe input {
    border: 2px solid #eaedf4;
    background: transparent;
}
.sidebar-widgets-style-1 .single-widget {
    padding: 25px 30px 30px;
}
.sidebar-widgets .single-widget {
    margin-bottom: 40px;
    border: 2px solid #e3e3e3;
    padding: 38px 28px;
}
.sidebar-widgets .single-widget.widget_search .search-form .from-grupe input {
    background-color: #f9f7ff;
    height: 60px;
    padding-left: 30px;
    padding-right: 70px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
    border: none;
    width: 100%;
}
.sidebar-widgets .single-widget.widget_search .search-form .from-grupe button {
    padding: 0;
    border: none;
    line-height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 20px;
    /* color: #ffffff; */
    
    font-size: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.sidebar-widgets-style-1 .widget_search .search-form .from-grupe button {
    background: transparent;
    background-image: none;
}
.blog-detail .text blockquote {
    clear: both;
    margin: 40px 0 45px;
    color: #f5f5f5;
    font-size: 20px;
    overflow: hidden;
    font-weight: 500;
    line-height: 32px;
    font-style: italic;
    position: relative;
    padding: 32px 40px 31px;
    font-family: 'Montserrat', sans-serif;
}
.blog-detail .text blockquote p {
    margin-bottom: 0;
    padding-left: 40px;
    position: relative;
}
.blog-detail .text blockquote p:only-child:before {
    content: '\f10d';
    font-family: "FontAwesome";
    color: #ffffff;
    font-size: 28px;
    position: absolute;
    left: 0px;
    top: 4px;
    font-style: normal;
}
.blog-detail .text blockquote span {
    display: block;
    color: #ffffff;
    margin-top: 13px;
    font-weight: 500;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
}
.small-title {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    padding: 5px 10px 6px;
    color: #fff;
}
.post-share-tags {
    line-height: 1;
    padding: 13px 0;
    margin: 0 0 33px;
}
.post-share-tags strong,
.blog_tag_meta a {
    color: #42495b;
    font-size: 18px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.blog_tag_meta a {
    color: #808080;
    font-size: 14px;
    font-weight: normal;
}
.blog_tag_meta a::after {
    content: ",";
    margin: 0 5px;
}
.blog_tag_meta a:last-child::after {
    display: none;
}
.post-share-tags .social-meta {
    text-align: right;
}
.admin-box {
    padding: 50px;
    display: inline-block;
    background-color: rgb(21, 25, 72);
}
.admin-box figure {
    float: left;
    width: 150px;
    border-radius: 100%;
    overflow: hidden;
    margin: 8px 40px 8px 0px;
}
.admin-box .text {
    width: auto;
    overflow: hidden;
}
.admin-box .title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 15px;
}
.admin-box p {
    color: #fff;
    margin: 0 0 18px;
}
.admin-box .social-meta a {
    color: #fff;
}
.related-post .small-title {
    font-size: 30px;
    margin: 0 0 32px;
}
.related-post .event-thumb-2 .text {
    padding: 0 30px 30px;
}
.related-post .event-thumb-2 .title {
    font-size: 18px;
    line-height: normal;
}
.media-list-wrap .small-title {
    font-size: 30px;
    margin: 0 0 32px;
}
.media-list-wrap .media img {
    max-width: 80px;
}
.media-list-wrap .media-body p {
    margin: 0 0 16px;
}
.media-list-wrap .media-body .designnation {
    margin: 0 0 11px;
}
.media-list-wrap .readmore-btn {
    vertical-align: top;
}

/*Event Thumb Css Start*/
.event-thumb {
    margin: 0 0 30px;
}
.event-thumb figure {
    margin: 0 0 25px;
}
.event-thumb .text {
    padding: 0;
    background: transparent;
}
.event-thumb .title {
    margin: 0 0 4px;
    letter-spacing: -0.6px;
}
.event-thumb .text p {
    margin: 0 0 16px;
}
.event-thumb .event-meta {
    display: block;
    margin: 0 0 27px;
    text-transform: uppercase;
}
.event-thumb .btn {
    padding-top: 17px;
    padding-bottom: 17px;
    background: #eaeff7;
    border-color: #eaeff7;
}

/*Hover*/
.event-thumb .btn:hover {
    color: #000;
}

/*Event List Thumb Css Start*/
.event-list-thumb {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.event-list-thumb figure {
    float: left;
    max-width: 252px;
    margin: 0 30px 0 0;
}
.event-list-thumb .text {
    padding: 0;
    width: auto;
    overflow: hidden;
    background: transparent;
}
.event-list-thumb .title {
    margin: 0 0 4px;
    letter-spacing: -0.6px;
}
.event-list-thumb .text p {
    margin: 0 0 16px;
}
.event-list-thumb .event-meta {
    display: block;
    margin: 0 0 27px;
    text-transform: uppercase;
}
.event-list-thumb .btn {
    padding: 17px 30px;
    background: #eaeff7;
    border-color: #eaeff7;
}

/*Hover*/
.event-list-thumb .btn:hover {
    color: #fff;
}
.modal-body .title {
    margin-right: 10px;
}
.modal-footer .btn {
    padding: 7px 12px;
}
.modal-body .form-group textarea {
    padding: 2px 10px 2px;
}
.modal-body .form-control {
    padding: 2px 61px 1px;
    min-height: 40px;
}
.modal-body .input-field .icon-box,
.form-group .icon-box {
    width: 30px;
    height: 30px;
    padding: 0px 0px;
}

/*Event List Thumb Css Start*/
.event-list-thumb-2 {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    padding: 30px;
    background: #fff;
}
.event-list-thumb-2 figure {
    float: left;
    max-width: 218px;
    margin: 0 30px 0 0;
}
.event-list-thumb-2 .text {
    padding: 0;
    width: auto;
    overflow: hidden;
    background: transparent;
}
.event-list-thumb-2 .title {
    margin: 0 0 4px;
    letter-spacing: -0.6px;
}
.event-list-thumb-2 .text p {
    margin: 0 0 16px;
}
.event-list-thumb-2 .event-meta {
    display: block;
    margin: 0 0 27px;
    text-transform: uppercase;
}
.event-thumb a.icon-btn {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
a:visited {
    text-decoration: none;
    outline: 0;
}
.event-thumb a {
    color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
p {
    margin: 0 0 15px;
    /* font-family: 'Open Sans', sans-serif; */
}
h4.title a {
    color: #000;
}

/*===============edn=================*/

/*=================contact===============================*/
.heading-title {
    font-size: 40px;
    margin: 0 0 30px;
    font-weight: bold;
    line-height: normal;
}
.radio input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.radio+span {
    width: calc(100% - 43px);
}

/* style the "fake" radios */
.radio-value {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #d7dfe7;
    border-radius: 3px;
    display: inline-block;
    height: 28px;
    margin-right: 15px;
    position: relative;
    vertical-align: -0.5em;
    width: 28px;
}
input:checked+.radio-value {
    background-image: url(../images/tick.png);
    border-color: #88d3ff;
}
.info-section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/banner-2.jpg);
}
.heading-title {
    font-size: 40px;
    margin: 0 0 30px;
    font-weight: bold;
    line-height: normal;
}
.contact-form-area .form-group {
    margin: 0 0 30px;
}
.contact-form-area .form-control {
    border-radius: 5px;
    border: 2px solid #ececec;
}
.contact-form-area-2 .heading-title {
    color: #fff;
}
.contact-form-area-2 .form-control {
    color: #fff;
    border: 2px solid rgb(88, 143, 255);
    border-radius: 0;
}
.form-control::-moz-placeholder {
    color: currentColor;
}
.form-control::-webkit-input-placeholder {
    color: currentColor;
}
.contact-form-area-2 textarea.form-control {
    min-height: 270px;
}
.contact-form-area-2 .btn {
    background-color: #fff;
    border-color: #fff;
}
.info-box {
    padding: 0 60px;
    margin: 0 0 30px;
    text-align: center;
}
.info-box .icon-box {
    font-size: 60px;
    display: block;
    width: 70px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 28px;
}
.info-box p {
    font-size: 24px;
    margin: 0;
}
[data-overlay] .info-box .title,
[data-overlay] .info-box p {
    color: #fff;
}
.h-750 .gmap-area {
    min-height: 750px;
}

/*Shop Page Css Start*/
.shop-thumb {
    margin: 0 0 30px;
}
.shop-thumb figure {
    margin: 0;
    position: relative;
    background-color: #f4f9fd;
}
.shop-thumb figure img {
    width: 100%;
}
.shop-thumb figure .shop-overlay {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(66, 73, 91, 0.8);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.shop-thumb:hover figure .shop-overlay {
    opacity: 1;
}
.shop-thumb:hover figure .shop-overlay ul {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.shop-thumb figure .shop-overlay ul {
    top: 50%;
    left: 50%;
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.shop-thumb figure .shop-overlay ul li {
    display: inline-block;
}
.shop-thumb figure .shop-overlay ul li a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: #fff;
    margin: 0 5px;
    color: #4582ff;
    display: block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.shop-thumb figure .shop-overlay ul li a:hover {
    background: #4582ff;
    color: #fff;
}
.shop-thumb .shop-content {
    padding: 28px 0 21px;
    background-color: #04040403;
}
.shop-thumb .shop-content .title {
    font-size: 18px;
    font-weight: bold;
}
.shop-thumb .shop-content ul {
    padding-top: 5px;
}
.shop-thumb .shop-content ul li:first-child {
    text-decoration: line-through;
    font-size: 14px;
    color: #8f8f8f;
}
.shop-thumb .shop-content ul li {
    display: inline-block;
    margin: 0 8px;
}
.shop-thumb .shop-content ul li:last-child {
    color: #0c59db;
    font-size: 14px;
    font-weight: bold;
}
.shop-thumb .shop-content ul li {
    display: inline-block;
    margin: 0 8px;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
nav .pagination li:first-child a {
    color: #002249;
}
nav .pagination li a {
    padding: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-color: #f4f9fd;
    margin: 0 7px;
    border: 0;
    border-radius: 100% !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 600;
    background-color: #f4f9fd;
}
nav .pagination li a:hover {
    color: #fff;
}
.khungbao {
    height: 230px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.navbar-light .navbar-toggler {
    float: right;
}

/*-----------------------end-------------------------------*/

/*responsive*/
@media (max-width: 479px) {
    .slide-main1 .content-block h2 {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0px;
        margin-bottom: 15px;
    }
    
    .slide-main1 .content-block p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .slide-main1 {
        height: calc(50vh - 60px);
    }
    
    .slide-main1 .content-block {
        margin-top: 30px;
    }
    
    .slide-main1 .btn-slide {
        padding: 10px 10px;
        font-size: 10px;
    }
    
    .countdown {
        margin-left: 0px;
    }
}
@media (min-width: 480px) {
    .slide-main1 .content-block h2 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 0px;
    }
    
    .countdown {
        margin-left: 0px;
    }
}
@media (min-width: 768px) {
    .slide-main1 {
        height: calc(70vh - 60px);
    }
    
    .slide-main1 .content-block h2 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0px;
    }
    
    .countdown {
        margin-left: 10px;
    }
}
@media (max-width: 991px) {
    .header-style1-1 {
        padding: 0 !important;
    }
}
@media (min-width: 992px) {
    .slide-main1 {
        height: calc(80vh - 60px);
    }
    
    .slide-main1 .content-block h2 {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 0px;
    }
    
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: #000;
    }
    
    .countdown {
        margin-left: 105px;
    }
    
    .header-style1-1 .navigation nav ul li ul li {
        margin-left: 0px;
    }
}
@media (min-width: 1200px) {
    .slide-main1 {
        height: calc(100vh - 60px);
    }
    
    .slide-main1 .content-block h2 {
        color: #fff;
        font-weight: 700;
        font-size: 80px;
        line-height: 80px;
        letter-spacing: -2px;
        margin-bottom: 30px;
    }
}
.chuyengia .khungbao {
    height: 365px;
}
.event-thumb-2 .khungbao {
    height: 330px;
}
.thumb-big .khungbao {
    height: 690px;
}
.event-thumb-2:hover {
    background: #fff;
}
.services-7 input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.services-7 input:focus~label {
    outline: -webkit-focus-ring-color auto 5px;
}
.services-7 input:checked+p {
    -webkit-line-clamp: unset;
}
.services-7 input:checked~label,
.services-7 p:not(.truncated)~label {
    display: none;
}
.services-7 label {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000;
    padding: 2px 4px;
    border-radius: 3px;
    border: 1px solid #ff9900;
    font-size: 13px;
    background: #ff9900;
    color: #fff;
}
.services-7 label:hover {
    background: #fff;
    color: #ff9900;
    box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.15);
}